Class: Google::Cloud::SecurityCenter::V1::Container
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Container
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/container.rb
Overview
Container associated with the finding.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time that the container was created.
-
#image_id ⇒ ::String
Optional container image ID, if provided by the container runtime.
-
#labels ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Label>
Container labels, as provided by the container runtime.
-
#name ⇒ ::String
Name of the container.
-
#uri ⇒ ::String
Container image URI provided when configuring a pod or container.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that the container was created.
42 43 44 45 |
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42 class Container include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_id ⇒ ::String
Returns Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
42 43 44 45 |
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42 class Container include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#labels ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Label>
Returns Container labels, as provided by the container runtime.
42 43 44 45 |
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42 class Container include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the container.
42 43 44 45 |
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42 class Container include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
42 43 44 45 |
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42 class Container include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |