GetSubnetworkResult

data class GetSubnetworkResult(val description: String, val gatewayAddress: String, val id: String, val internalIpv6Prefix: String, val ipCidrRange: String, val name: String? = null, val network: String, val privateIpGoogleAccess: Boolean, val project: String, val region: String, val secondaryIpRanges: List<GetSubnetworkSecondaryIpRange>, val selfLink: String)

A collection of values returned by getSubnetwork.

Constructors

Link copied to clipboard
constructor(description: String, gatewayAddress: String, id: String, internalIpv6Prefix: String, ipCidrRange: String, name: String? = null, network: String, privateIpGoogleAccess: Boolean, project: String, region: String, secondaryIpRanges: List<GetSubnetworkSecondaryIpRange>, selfLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of 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
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