type property

String? type
getter/setter pair

Indicates whether this NAT is used for public or private IP translation.

If unspecified, it defaults to PUBLIC. Possible string values are:

  • "PRIVATE" : NAT used for private IP translation.
  • "PUBLIC" : NAT used for public IP translation. This is the default.

Implementation

core.String? type;