Reference documentation and code samples for the Compute V1 Client class Ipv6AccessType.
The internet access type for IPv6 Public Advertised Prefixes.
Protobuf type google.cloud.compute.v1.PublicAdvertisedPrefix.Ipv6AccessType
Namespace
Google \ Cloud \ Compute \ V1 \ PublicAdvertisedPrefixMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_IPV6_ACCESS_TYPE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_IPV6_ACCESS_TYPE = 0;
EXTERNAL
Value: 35607499Default IPv6 access type. The prefix will be announced to the internet.
All children Public Delegated Prefixes will have IPv6 access type as EXTERNAL.
Generated from protobuf enum EXTERNAL = 35607499;
INTERNAL
Value: 279295677The prefix will not be announced to the internet. Prefix will be used privately within Cloud. All children Public Delegated Prefixes will have IPv6 access type as INTERNAL.
Generated from protobuf enum INTERNAL = 279295677;