Class: Google::Cloud::OsConfig::V1::CreatePatchDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::CreatePatchDeploymentRequest
- 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
-
#parent ⇒ ::String
Required.
-
#patch_deployment ⇒ ::Google::Cloud::OsConfig::V1::PatchDeployment
Required.
-
#patch_deployment_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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.
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 |