Class: Google::Cloud::NetworkManagement::V1::GKEMasterInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::GKEMasterInfo
- 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 Google Kubernetes Engine (GKE) cluster master.
Instance Attribute Summary collapse
-
#cluster_network_uri ⇒ ::String
URI of a GKE cluster network.
-
#cluster_uri ⇒ ::String
URI of a GKE cluster.
-
#external_ip ⇒ ::String
External IP address of a GKE cluster master.
-
#internal_ip ⇒ ::String
Internal IP address of a GKE cluster master.
Instance Attribute Details
#cluster_network_uri ⇒ ::String
Returns URI of a GKE cluster network.
1368 1369 1370 1371 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1368 class GKEMasterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster_uri ⇒ ::String
Returns URI of a GKE cluster.
1368 1369 1370 1371 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1368 class GKEMasterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_ip ⇒ ::String
Returns External IP address of a GKE cluster master.
1368 1369 1370 1371 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1368 class GKEMasterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#internal_ip ⇒ ::String
Returns Internal IP address of a GKE cluster master.
1368 1369 1370 1371 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1368 class GKEMasterInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |