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
191 192 193 194 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 191 class CreatePatchDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#patch_deployment ⇒ ::Google::Cloud::OsConfig::V1::PatchDeployment
191 192 193 194 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 191 class CreatePatchDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#patch_deployment_id ⇒ ::String
191 192 193 194 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 191 class CreatePatchDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |