Subnetwork constructor
Subnetwork({
- String? creationTimestamp,
- String? description,
- bool? enableFlowLogs,
- String? externalIpv6Prefix,
- String? fingerprint,
- String? gatewayAddress,
- String? id,
- String? internalIpv6Prefix,
- String? ipCidrRange,
- String? ipv6AccessType,
- String? ipv6CidrRange,
- String? kind,
- SubnetworkLogConfig? logConfig,
- String? name,
- String? network,
- bool? privateIpGoogleAccess,
- String? privateIpv6GoogleAccess,
- String? purpose,
- String? region,
- String? reservedInternalRange,
- String? role,
- List<
SubnetworkSecondaryRange> ? secondaryIpRanges, - String? selfLink,
- String? stackType,
- String? state,
Implementation
Subnetwork({
this.creationTimestamp,
this.description,
this.enableFlowLogs,
this.externalIpv6Prefix,
this.fingerprint,
this.gatewayAddress,
this.id,
this.internalIpv6Prefix,
this.ipCidrRange,
this.ipv6AccessType,
this.ipv6CidrRange,
this.kind,
this.logConfig,
this.name,
this.network,
this.privateIpGoogleAccess,
this.privateIpv6GoogleAccess,
this.purpose,
this.region,
this.reservedInternalRange,
this.role,
this.secondaryIpRanges,
this.selfLink,
this.stackType,
this.state,
});