AddSubnetworkRequest constructor

AddSubnetworkRequest({
  1. bool? allowSubnetCidrRoutesOverlap,
  2. bool? checkServiceNetworkingUsePermission,
  3. String? computeIdempotencyWindow,
  4. String? consumer,
  5. String? consumerNetwork,
  6. String? description,
  7. String? internalRange,
  8. int? ipPrefixLength,
  9. String? outsideAllocationPublicIpRange,
  10. String? privateIpv6GoogleAccess,
  11. String? purpose,
  12. String? region,
  13. String? requestedAddress,
  14. List<String>? requestedRanges,
  15. String? role,
  16. List<SecondaryIpRangeSpec>? secondaryIpRangeSpecs,
  17. String? subnetwork,
  18. List<String>? subnetworkUsers,
  19. 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,
});