Class: Google::Cloud::SecurityCenter::V2::Kubernetes::Node
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Kubernetes::Node
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/kubernetes.rb
Overview
Kubernetes nodes associated with the finding.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Full resource name of the Compute Engine VM running the cluster node.
Instance Attribute Details
#name ⇒ ::String
Returns Full resource name of the Compute Engine VM running the cluster node.
86 87 88 89 |
# File 'proto_docs/google/cloud/securitycenter/v2/kubernetes.rb', line 86 class Node include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |