Class: Google::Cloud::OsConfig::V1::PausePatchDeploymentRequest

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

A request message for pausing a patch deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

Returns:

  • (::String)

    Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.



294
295
296
297
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 294

class PausePatchDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end