Reference documentation and code samples for the Google Cloud Network Management V1 Client class GkePodInfo.
For display only. Metadata associated with a Google Kubernetes Engine (GKE) Pod.
Generated from protobuf message google.cloud.networkmanagement.v1.GkePodInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ pod_uri
string
URI of a GKE Pod. For Pods in regional Clusters, the URI format is: projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
For Pods in zonal Clusters, the URI format is: projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
↳ ip_address
string
IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
↳ network_uri
string
URI of the network containing the GKE Pod.
getPodUri
URI of a GKE Pod.
For Pods in regional Clusters, the URI format is: projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
For Pods in zonal Clusters, the URI format is: projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
string
setPodUri
URI of a GKE Pod.
For Pods in regional Clusters, the URI format is: projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
For Pods in zonal Clusters, the URI format is: projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
var
string
$this
getIpAddress
IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
string
setIpAddress
IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
var
string
$this
getNetworkUri
URI of the network containing the GKE Pod.
string
setNetworkUri
URI of the network containing the GKE Pod.
var
string
$this

