GetSubnetworksSubnetwork

data class GetSubnetworksSubnetwork(val description: String, val ipCidrRange: String, val name: String, val network: String, val networkSelfLink: String, val privateIpGoogleAccess: Boolean, val selfLink: String)

Constructors

Link copied to clipboard
constructor(description: String, ipCidrRange: String, name: String, network: String, networkSelfLink: String, privateIpGoogleAccess: Boolean, selfLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the subnetwork.

Link copied to clipboard

The IP address range represented as a CIDR block.

Link copied to clipboard

The name of the subnetwork.

Link copied to clipboard

The self link of the parent network.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

The self link of the subnetwork.