Reference documentation and code samples for the Compute V1 Client class NatIpInfoNatIpInfoMapping.
Contains information of a NAT IP.
Generated from protobuf message google.cloud.compute.v1.NatIpInfoNatIpInfoMapping
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ mode
string
Specifies whether NAT IP is auto or manual. Check the Mode enum for the list of possible values.
↳ nat_ip
string
NAT IP address. For example: 203.0.113.11.
↳ usage
string
Specifies whether NAT IP is currently serving at least one endpoint or not. Check the Usage enum for the list of possible values.
getMode
Specifies whether NAT IP is auto or manual.
Check the Mode enum for the list of possible values.
string
hasMode
clearMode
setMode
Specifies whether NAT IP is auto or manual.
Check the Mode enum for the list of possible values.
var
string
$this
getNatIp
NAT IP address. For example: 203.0.113.11.
string
hasNatIp
clearNatIp
setNatIp
NAT IP address. For example: 203.0.113.11.
var
string
$this
getUsage
Specifies whether NAT IP is currently serving at least one endpoint or not.
Check the Usage enum for the list of possible values.
string
hasUsage
clearUsage
setUsage
Specifies whether NAT IP is currently serving at least one endpoint or not.
Check the Usage enum for the list of possible values.
var
string
$this