ValidateConsumerConfigRequest class

Constructors

ValidateConsumerConfigRequest({bool? checkServiceNetworkingUsePermission, String? consumerNetwork, ConsumerProject? consumerProject, RangeReservation? rangeReservation, bool? validateNetwork})
ValidateConsumerConfigRequest.fromJson(Map json_)

Properties

checkServiceNetworkingUsePermission bool?
The IAM permission check determines whether the consumer project has 'servicenetworking.services.use' permission or not.
getter/setter pair
consumerNetwork String?
The network that the consumer is using to connect with services.
getter/setter pair
consumerProject ConsumerProject?
NETWORK_NOT_IN_CONSUMERS_PROJECT, NETWORK_NOT_IN_CONSUMERS_HOST_PROJECT, and HOST_PROJECT_NOT_FOUND are done when consumer_project is provided.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rangeReservation RangeReservation?
RANGES_EXHAUSTED, RANGES_EXHAUSTED, and RANGES_DELETED_LATER are done when range_reservation is provided.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validateNetwork bool?
The validations will be performed in the order listed in the ValidationError enum.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited