Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest (v0.3.0)

Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::CreateDeploymentRequest.

Request object for CreateDeployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployment

def deployment() -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Returns

#deployment=

def deployment=(value) -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Parameter
Returns

#deployment_id

def deployment_id() -> ::String
Returns
  • (::String) — Optional. The name of the deployment.

#deployment_id=

def deployment_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the deployment.
Returns
  • (::String) — Optional. The name of the deployment.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}".