mode property

String? mode
getter/setter pair

The PublicDelegatedSubPrefix mode for IPv6 only. Possible string values are:

  • "DELEGATION" : The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.
  • "EXTERNAL_IPV6_FORWARDING_RULE_CREATION" : The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.

Implementation

core.String? mode;