UsableSubnetwork constructor

UsableSubnetwork({
  1. String? externalIpv6Prefix,
  2. String? internalIpv6Prefix,
  3. String? ipCidrRange,
  4. String? ipv6AccessType,
  5. String? network,
  6. String? purpose,
  7. String? role,
  8. List<UsableSubnetworkSecondaryRange>? secondaryIpRanges,
  9. String? stackType,
  10. String? subnetwork,
})

Implementation

UsableSubnetwork({
  this.externalIpv6Prefix,
  this.internalIpv6Prefix,
  this.ipCidrRange,
  this.ipv6AccessType,
  this.network,
  this.purpose,
  this.role,
  this.secondaryIpRanges,
  this.stackType,
  this.subnetwork,
});