type property

String? type
getter/setter pair

The type of configuration.

In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is DIRECT_IPV6. Possible string values are:

  • "DIRECT_IPV6"
  • "ONE_TO_ONE_NAT"

Implementation

core.String? type;