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
-
(::Google::Cloud::TelcoAutomation::V1::Blueprint) — Required. The
Blueprint
to create.
#blueprint=
def blueprint=(value) -> ::Google::Cloud::TelcoAutomation::V1::Blueprint
Parameter
-
value (::Google::Cloud::TelcoAutomation::V1::Blueprint) — Required. The
Blueprint
to create.
Returns
-
(::Google::Cloud::TelcoAutomation::V1::Blueprint) — Required. The
Blueprint
to create.
#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}".