validateNetwork property

bool? validateNetwork
getter/setter pair

The validations will be performed in the order listed in the ValidationError enum.

The first failure will return. If a validation is not requested, then the next one will be performed. SERVICE_NETWORKING_NOT_ENABLED and NETWORK_NOT_PEERED checks are performed for all requests where validation is requested. NETWORK_NOT_FOUND and NETWORK_DISCONNECTED checks are done for requests that have validate_network set to true.

Implementation

core.bool? validateNetwork;