Network Management v1 API - Class GkePodInfo (2.18.0)

public sealed class GkePodInfo : IMessage<GkePodInfo>, IEquatable<GkePodInfo>, IDeepCloneable<GkePodInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class GkePodInfo.

For display only. Metadata associated with a Google Kubernetes Engine (GKE) Pod.

Inheritance

object > GkePodInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

GkePodInfo()

public GkePodInfo()

GkePodInfo(GkePodInfo)

public GkePodInfo(GkePodInfo other)
Parameter
Name Description
other GkePodInfo

Properties

IpAddress

public string IpAddress { get; set; }

IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.

Property Value
Type Description
string

NetworkUri

public string NetworkUri { get; set; }

URI of the network containing the GKE Pod.

Property Value
Type Description
string

PodUri

public string PodUri { get; set; }

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}

Property Value
Type Description
string