PrivateNatCreateRequestV1Dot2
PrivateNatCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| cidr required | Private NAT IP range Example : 192.167.0.0/24 | string | |
| description optional | Description Example : PrivateNat DescriptionMaximum length : 50 | string | |
| name required | Private NAT Name Example : PrivateNatNamePattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| service_resource_id required | Private NAT connected Service Resource ID Example : 3f342bf9a557405b997c2cf48c89cbc2 | string | |
| service_type required | Private NAT connected Service Type Example : DIRECT_CONNECT | enum (DIRECT_CONNECT, TRANSIT_GATEWAY) | |
| tags optional | Tag List Example : [{'key': 'key', 'value': 'value'}] | array[Tag] |