Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::GKEMasterInfo.
For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_network_uri
def cluster_network_uri() -> ::String
Returns
- (::String) — URI of a GKE cluster network.
#cluster_network_uri=
def cluster_network_uri=(value) -> ::String
Parameter
- value (::String) — URI of a GKE cluster network.
Returns
- (::String) — URI of a GKE cluster network.
#cluster_uri
def cluster_uri() -> ::String
Returns
- (::String) — URI of a GKE cluster.
#cluster_uri=
def cluster_uri=(value) -> ::String
Parameter
- value (::String) — URI of a GKE cluster.
Returns
- (::String) — URI of a GKE cluster.
#external_ip
def external_ip() -> ::String
Returns
- (::String) — External IP address of a GKE cluster master.
#external_ip=
def external_ip=(value) -> ::String
Parameter
- value (::String) — External IP address of a GKE cluster master.
Returns
- (::String) — External IP address of a GKE cluster master.
#internal_ip
def internal_ip() -> ::String
Returns
- (::String) — Internal IP address of a GKE cluster master.
#internal_ip=
def internal_ip=(value) -> ::String
Parameter
- value (::String) — Internal IP address of a GKE cluster master.
Returns
- (::String) — Internal IP address of a GKE cluster master.