cloudNatGatewayType property

String? cloudNatGatewayType
getter/setter pair

Type of Cloud NAT gateway.

Only valid when type is CLOUD_NAT. Possible string values are:

  • "CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED" : Type is unspecified.
  • "PUBLIC_NAT44" : Public NAT gateway.
  • "PUBLIC_NAT64" : Public NAT64 gateway.
  • "PRIVATE_NAT_NCC" : Private NAT gateway for NCC.
  • "PRIVATE_NAT_HYBRID" : Private NAT gateway for hybrid connectivity.
  • "PRIVATE_NAT64" : Private NAT64 gateway.

Implementation

core.String? cloudNatGatewayType;