Class: Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployment::Google::Cloud::TelcoAutomation::V1::Deployment

Returns Required. The Deployment to create.

Returns:



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.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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