Telco Automation v1 API - Class CreateBlueprintRequest (1.2.0)

public sealed class CreateBlueprintRequest : IMessage<CreateBlueprintRequest>, IEquatable<CreateBlueprintRequest>, IDeepCloneable<CreateBlueprintRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Telco Automation v1 API class CreateBlueprintRequest.

Request object for CreateBlueprint.

Inheritance

object > CreateBlueprintRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

CreateBlueprintRequest()

public CreateBlueprintRequest()

CreateBlueprintRequest(CreateBlueprintRequest)

public CreateBlueprintRequest(CreateBlueprintRequest other)
Parameter
Name Description
other CreateBlueprintRequest

Properties

Blueprint

public Blueprint Blueprint { get; set; }

Required. The Blueprint to create.

Property Value
Type Description
Blueprint

BlueprintId

public string BlueprintId { get; set; }

Optional. The name of the blueprint.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

Property Value
Type Description
string

ParentAsOrchestrationClusterName

public OrchestrationClusterName ParentAsOrchestrationClusterName { get; set; }

OrchestrationClusterName-typed view over the Parent resource name property.

Property Value
Type Description
OrchestrationClusterName