AddSubnetworkRequest constructor
AddSubnetworkRequest({
- bool? allowSubnetCidrRoutesOverlap,
- bool? checkServiceNetworkingUsePermission,
- String? computeIdempotencyWindow,
- String? consumer,
- String? consumerNetwork,
- String? description,
- String? internalRange,
- int? ipPrefixLength,
- String? outsideAllocationPublicIpRange,
- String? privateIpv6GoogleAccess,
- String? purpose,
- String? region,
- String? requestedAddress,
- List<
String> ? requestedRanges, - String? role,
- List<
SecondaryIpRangeSpec> ? secondaryIpRangeSpecs, - String? subnetwork,
- List<
String> ? subnetworkUsers, - bool? useCustomComputeIdempotencyWindow,
Implementation
AddSubnetworkRequest({
this.allowSubnetCidrRoutesOverlap,
this.checkServiceNetworkingUsePermission,
this.computeIdempotencyWindow,
this.consumer,
this.consumerNetwork,
this.description,
this.internalRange,
this.ipPrefixLength,
this.outsideAllocationPublicIpRange,
this.privateIpv6GoogleAccess,
this.purpose,
this.region,
this.requestedAddress,
this.requestedRanges,
this.role,
this.secondaryIpRangeSpecs,
this.subnetwork,
this.subnetworkUsers,
this.useCustomComputeIdempotencyWindow,
});