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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setClusterUri
URI of a GKE cluster.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getClusterNetworkUri
URI of a GKE cluster network.
Returns | |
---|---|
Type | Description |
string |
setClusterNetworkUri
URI of a GKE cluster network.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInternalIp
Internal IP address of a GKE cluster master.
Returns | |
---|---|
Type | Description |
string |
setInternalIp
Internal IP address of a GKE cluster master.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getExternalIp
External IP address of a GKE cluster master.
Returns | |
---|---|
Type | Description |
string |
setExternalIp
External IP address of a GKE cluster master.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |