Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::CloudSQLInstanceInfo (v0.1.3)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::CloudSQLInstanceInfo.

For display only. Metadata associated with a Cloud SQL instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Name of a Cloud SQL instance.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Name of a Cloud SQL instance.
Returns
  • (::String) — Name of a Cloud SQL instance.

#external_ip

def external_ip() -> ::String
Returns
  • (::String) — External IP address of a Cloud SQL instance.

#external_ip=

def external_ip=(value) -> ::String
Parameter
  • value (::String) — External IP address of a Cloud SQL instance.
Returns
  • (::String) — External IP address of a Cloud SQL instance.

#internal_ip

def internal_ip() -> ::String
Returns
  • (::String) — Internal IP address of a Cloud SQL instance.

#internal_ip=

def internal_ip=(value) -> ::String
Parameter
  • value (::String) — Internal IP address of a Cloud SQL instance.
Returns
  • (::String) — Internal IP address of a Cloud SQL instance.

#network_uri

def network_uri() -> ::String
Returns
  • (::String) — URI of a Cloud SQL instance network or empty string if the instance does not have one.

#network_uri=

def network_uri=(value) -> ::String
Parameter
  • value (::String) — URI of a Cloud SQL instance network or empty string if the instance does not have one.
Returns
  • (::String) — URI of a Cloud SQL instance network or empty string if the instance does not have one.

#region

def region() -> ::String
Returns
  • (::String) — Region in which the Cloud SQL instance is running.

#region=

def region=(value) -> ::String
Parameter
  • value (::String) — Region in which the Cloud SQL instance is running.
Returns
  • (::String) — Region in which the Cloud SQL instance is running.

#uri

def uri() -> ::String
Returns
  • (::String) — URI of a Cloud SQL instance.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — URI of a Cloud SQL instance.
Returns
  • (::String) — URI of a Cloud SQL instance.