GetInstanceNetworkInterfaceIpv6AccessConfig

data class GetInstanceNetworkInterfaceIpv6AccessConfig(val externalIpv6: String, val externalIpv6PrefixLength: String, val name: String, val networkTier: String, val publicPtrDomainName: String, val securityPolicy: String)

Constructors

constructor(externalIpv6: String, externalIpv6PrefixLength: String, name: String, networkTier: String, publicPtrDomainName: String, securityPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. To use a static external IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an external IPv6 address from the instance's subnetwork.

Link copied to clipboard

The prefix length of the external IPv6 range.

Link copied to clipboard

The name of the instance. One of name or self_link must be provided.

Link copied to clipboard

The network-tier used for configuring this instance. One of PREMIUM or STANDARD.

Link copied to clipboard

The DNS domain name for the public PTR record.

Link copied to clipboard

A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.