Get Subnetwork Result
data class GetSubnetworkResult(val description: String, val externalIpv6Prefix: String, val gatewayAddress: String, val id: String, val internalIpv6Prefix: String, val ipCidrRange: String, val ipv6AccessType: String, val name: String? = null, val network: String, val privateIpGoogleAccess: Boolean, val project: String, val region: String, val secondaryIpRanges: List<GetSubnetworkSecondaryIpRange>, val selfLink: String, val stackType: String, val subnetworkId: Int)
A collection of values returned by getSubnetwork.
Constructors
Link copied to clipboard
constructor(description: String, externalIpv6Prefix: String, gatewayAddress: String, id: String, internalIpv6Prefix: String, ipCidrRange: String, ipv6AccessType: String, name: String? = null, network: String, privateIpGoogleAccess: Boolean, project: String, region: String, secondaryIpRanges: List<GetSubnetworkSecondaryIpRange>, selfLink: String, stackType: String, subnetworkId: Int)
Properties
Link copied to clipboard
Description of this subnetwork.
Link copied to clipboard
The external IPv6 address range that is assigned to this subnetwork.
Link copied to clipboard
The IP address of the gateway.
Link copied to clipboard
The internal IPv6 address range that is assigned to this subnetwork.
Link copied to clipboard
The range of IP addresses belonging to this subnetwork secondary range.
Link copied to clipboard
The access type of IPv6 address this subnet holds. Possible values are: EXTERNAL
, INTERNAL
.
Link copied to clipboard
Whether the VMs in this subnet can access Google services without assigned external IP addresses.
Link copied to clipboard
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. Structure is documented below.
Link copied to clipboard
The numeric ID of the resource.