Class: Google::Cloud::NetworkManagement::V1::CloudSQLInstanceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::CloudSQLInstanceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
For display only. Metadata associated with a Cloud SQL instance.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of a Cloud SQL instance.
-
#external_ip ⇒ ::String
External IP address of a Cloud SQL instance.
-
#internal_ip ⇒ ::String
Internal IP address 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.
-
#region ⇒ ::String
Region in which the Cloud SQL instance is running.
-
#uri ⇒ ::String
URI of a Cloud SQL instance.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of a Cloud SQL instance.
1393 1394 1395 1396 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1393 class CloudSQLInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_ip ⇒ ::String
Returns External IP address of a Cloud SQL instance.
1393 1394 1395 1396 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1393 class CloudSQLInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#internal_ip ⇒ ::String
Returns Internal IP address of a Cloud SQL instance.
1393 1394 1395 1396 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1393 class CloudSQLInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_uri ⇒ ::String
Returns URI of a Cloud SQL instance network or empty string if the instance does not have one.
1393 1394 1395 1396 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1393 class CloudSQLInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Region in which the Cloud SQL instance is running.
1393 1394 1395 1396 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1393 class CloudSQLInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Cloud SQL instance.
1393 1394 1395 1396 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1393 class CloudSQLInstanceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |