Class: Google::Cloud::OsConfig::V1::CreatePatchDeploymentRequest

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 creating a patch deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The project to apply this patch deployment to in the form projects/*.

Returns:

  • (::String)

    Required. The project to apply this patch deployment to in the form projects/*.



195
196
197
198
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 195

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

#patch_deployment::Google::Cloud::OsConfig::V1::PatchDeployment

Returns Required. The patch deployment to create.

Returns:



195
196
197
198
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 195

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

#patch_deployment_id::String

Returns Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.

Returns:

  • (::String)

    Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.



195
196
197
198
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 195

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