ipv6AccessType property

String? ipv6AccessType
getter/setter pair

The internet access type for IPv6 Public Advertised Prefixes. Possible string values are:

  • "EXTERNAL" : Default IPv6 access type. The prefix will be announced to the internet. All children Public Delegated Prefixes will have IPv6 access type as EXTERNAL.
  • "INTERNAL" : The 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;