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)
Returns Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.
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
Returns Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
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
Returns Optional. Duration of the patch. After the duration ends, the patch times out.
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
Returns Required. VM instances to patch.
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)
Returns Output only. The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
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
Returns Unique name for the patch deployment resource in a project. The patch
deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}.
This field is ignored when you create a new patch deployment.
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
Returns Required. Schedule a one-time execution.
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
Returns Optional. Patch configuration that is applied.
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
Returns Required. Schedule recurring executions.
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
Returns Optional. Rollout strategy of the patch job.
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)
Returns Output only. Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
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 |