Reference documentation and code samples for the Google Cloud Network Management V1 Client class CloudSQLInstanceInfo.
For display only. Metadata associated with a Cloud SQL instance.
Generated from protobuf message google.cloud.networkmanagement.v1.CloudSQLInstanceInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Name of a Cloud SQL instance.
↳ uri
string
URI of a Cloud SQL instance.
↳ network_uri
string
URI of a Cloud SQL instance network or empty string if the instance does not have one.
↳ internal_ip
string
Internal IP address of a Cloud SQL instance.
↳ external_ip
string
External IP address of a Cloud SQL instance.
↳ region
string
Region in which the Cloud SQL instance is running.
getDisplayName
Name of a Cloud SQL instance.
string
setDisplayName
Name of a Cloud SQL instance.
var
string
$this
getUri
URI of a Cloud SQL instance.
string
setUri
URI of a Cloud SQL instance.
var
string
$this
getNetworkUri
URI of a Cloud SQL instance network or empty string if the instance does not have one.
string
setNetworkUri
URI of a Cloud SQL instance network or empty string if the instance does not have one.
var
string
$this
getInternalIp
Internal IP address of a Cloud SQL instance.
string
setInternalIp
Internal IP address of a Cloud SQL instance.
var
string
$this
getExternalIp
External IP address of a Cloud SQL instance.
string
setExternalIp
External IP address of a Cloud SQL instance.
var
string
$this
getRegion
Region in which the Cloud SQL instance is running.
string
setRegion
Region in which the Cloud SQL instance is running.
var
string
$this