Class: Google::Cloud::OsConfig::V1::PatchDeployment

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time the patch deployment was created. Timestamp is in RFC3339 text format.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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