Reference documentation and code samples for the Google Cloud Network Management V1 Client class GKEMasterInfo.
For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.
Generated from protobuf message google.cloud.networkmanagement.v1.GKEMasterInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cluster_uri
string
URI of a GKE cluster.
↳ cluster_network_uri
string
URI of a GKE cluster network.
↳ internal_ip
string
Internal IP address of a GKE cluster control plane.
↳ external_ip
string
External IP address of a GKE cluster control plane.
↳ dns_endpoint
string
DNS endpoint of a GKE cluster control plane.
getClusterUri
URI of a GKE cluster.
string
setClusterUri
URI of a GKE cluster.
var
string
$this
getClusterNetworkUri
URI of a GKE cluster network.
string
setClusterNetworkUri
URI of a GKE cluster network.
var
string
$this
getInternalIp
Internal IP address of a GKE cluster control plane.
string
setInternalIp
Internal IP address of a GKE cluster control plane.
var
string
$this
getExternalIp
External IP address of a GKE cluster control plane.
string
setExternalIp
External IP address of a GKE cluster control plane.
var
string
$this
getDnsEndpoint
DNS endpoint of a GKE cluster control plane.
string
setDnsEndpoint
DNS endpoint of a GKE cluster control plane.
var
string
$this