Google Cloud Network Management V1 Client - Class GKEMasterInfo (1.4.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 master.

↳ external_ip string

External IP address of a GKE cluster master.

getClusterUri

URI of a GKE cluster.

Returns
TypeDescription
string

setClusterUri

URI of a GKE cluster.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClusterNetworkUri

URI of a GKE cluster network.

Returns
TypeDescription
string

setClusterNetworkUri

URI of a GKE cluster network.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInternalIp

Internal IP address of a GKE cluster master.

Returns
TypeDescription
string

setInternalIp

Internal IP address of a GKE cluster master.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExternalIp

External IP address of a GKE cluster master.

Returns
TypeDescription
string

setExternalIp

External IP address of a GKE cluster master.

Parameter
NameDescription
var string
Returns
TypeDescription
$this