GetSubnetworkResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

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
val name: String? = null
Link copied to clipboard

The network name or resource link to the parent network of this subnetwork.

Link copied to clipboard

Whether the VMs in this subnet can access Google services without assigned external IP addresses.

Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard

The stack type for the subnet. Possible values are: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY.

Link copied to clipboard

The numeric ID of the resource.