Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class IpMapping.
Database instance IP Mapping.
Generated from protobuf message google.cloud.sql.v1.IpMapping
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
The type of this IP address. A PRIMARY
address is a public address that can accept incoming connections. A PRIVATE
address is a private address that can accept incoming connections. An OUTGOING
address is the source address of connections originating from the instance, if supported.
↳ ip_address
string
The IP address assigned.
↳ time_to_retire
Google\Protobuf\Timestamp
The due time for this IP to be retired in RFC 3339
format, for example 2012-11-15T16:19:00.094Z
. This field is only available when the IP is scheduled to be retired.
getType
The type of this IP address. A PRIMARY
address is a public address that
can accept incoming connections. A PRIVATE
address is a private address
that can accept incoming connections. An OUTGOING
address is the source
address of connections originating from the instance, if supported.
int
setType
The type of this IP address. A PRIMARY
address is a public address that
can accept incoming connections. A PRIVATE
address is a private address
that can accept incoming connections. An OUTGOING
address is the source
address of connections originating from the instance, if supported.
var
int
$this
getIpAddress
The IP address assigned.
string
setIpAddress
The IP address assigned.
var
string
$this
getTimeToRetire
The due time for this IP to be retired in RFC 3339
format, for example 2012-11-15T16:19:00.094Z
. This field is only available when
the IP is scheduled to be retired.
hasTimeToRetire
clearTimeToRetire
setTimeToRetire
The due time for this IP to be retired in RFC 3339
format, for example 2012-11-15T16:19:00.094Z
. This field is only available when
the IP is scheduled to be retired.
$this