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

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

Request object for CreateBlueprint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#blueprint

def blueprint() -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Returns

#blueprint=

def blueprint=(value) -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Parameter
Returns

#blueprint_id

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

#blueprint_id=

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

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