Class: Google::Cloud::NetworkManagement::V1::GkePodInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

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

Returns:

  • (::String)

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



2052
2053
2054
2055
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 2052

class GkePodInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#network_uri::String

Returns URI of the network containing the GKE Pod.

Returns:

  • (::String)

    URI of the network containing the GKE Pod.



2052
2053
2054
2055
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 2052

class GkePodInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pod_uri::String

Returns 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}.

Returns:

  • (::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}



2052
2053
2054
2055
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 2052

class GkePodInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end