Class: Google::Cloud::OsConfig::V1::PatchDeployment
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::PatchDeployment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
Patch deployments are configurations that individual patch jobs use to complete a patch. These configurations include instance filter, package repository settings, and a schedule. For more information about creating and managing patch deployments, see Scheduling patch jobs.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#duration ⇒ ::Google::Protobuf::Duration
Optional.
-
#instance_filter ⇒ ::Google::Cloud::OsConfig::V1::PatchInstanceFilter
Required.
-
#last_execute_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Unique name for the patch deployment resource in a project.
-
#one_time_schedule ⇒ ::Google::Cloud::OsConfig::V1::OneTimeSchedule
Required.
-
#patch_config ⇒ ::Google::Cloud::OsConfig::V1::PatchConfig
Optional.
-
#recurring_schedule ⇒ ::Google::Cloud::OsConfig::V1::RecurringSchedule
Required.
-
#rollout ⇒ ::Google::Cloud::OsConfig::V1::PatchRollout
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_filter ⇒ ::Google::Cloud::OsConfig::V1::PatchInstanceFilter
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_execute_time ⇒ ::Google::Protobuf::Timestamp (readonly)
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#one_time_schedule ⇒ ::Google::Cloud::OsConfig::V1::OneTimeSchedule
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#patch_config ⇒ ::Google::Cloud::OsConfig::V1::PatchConfig
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recurring_schedule ⇒ ::Google::Cloud::OsConfig::V1::RecurringSchedule
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout ⇒ ::Google::Cloud::OsConfig::V1::PatchRollout
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
71 72 73 74 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 71 class PatchDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |