ipv6AccessType property

String? ipv6AccessType
getter/setter pair

The internet access type for IPv6 Public Delegated Sub Prefixes.

Inherited from parent prefix.

Output only. Possible string values are:

  • "EXTERNAL" : The parent public advertised prefix will be announced to the internet. All children public delegated prefixes will have IPv6 access type as EXTERNAL.
  • "INTERNAL" : The parent public advertised 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.

Implementation

core.String? ipv6AccessType;