Class: Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request object for CreateDeployment.
Instance Attribute Summary collapse
-
#deployment ⇒ ::Google::Cloud::TelcoAutomation::V1::Deployment
Required.
-
#deployment_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#deployment ⇒ ::Google::Cloud::TelcoAutomation::V1::Deployment
Returns Required. The Deployment to create.
884 885 886 887 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 884 class CreateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment_id ⇒ ::String
Returns Optional. The name of the deployment.
884 885 886 887 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 884 class CreateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
884 885 886 887 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 884 class CreateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |