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 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.
| 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 control plane.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInternalIp
Internal IP address of a GKE cluster control plane.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExternalIp
External IP address of a GKE cluster control plane.
| Returns | |
|---|---|
| Type | Description |
string |
|
setExternalIp
External IP address of a GKE cluster control plane.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDnsEndpoint
DNS endpoint of a GKE cluster control plane.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDnsEndpoint
DNS endpoint of a GKE cluster control plane.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|