Class: Google::Cloud::NetworkManagement::V1::GKEMasterInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cluster_network_uri::String

Returns URI of a GKE cluster network.

Returns:

  • (::String)

    URI of a GKE cluster network.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1164

class GKEMasterInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cluster_uri::String

Returns URI of a GKE cluster.

Returns:

  • (::String)

    URI of a GKE cluster.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1164

class GKEMasterInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#external_ip::String

Returns External IP address of a GKE cluster master.

Returns:

  • (::String)

    External IP address of a GKE cluster master.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1164

class GKEMasterInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#internal_ip::String

Returns Internal IP address of a GKE cluster master.

Returns:

  • (::String)

    Internal IP address of a GKE cluster master.



1164
1165
1166
1167
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1164

class GKEMasterInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end