public sealed class CreateBlueprintRequest : IMessage<CreateBlueprintRequest>, IEquatable<CreateBlueprintRequest>, IDeepCloneable<CreateBlueprintRequest>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class CreateBlueprintRequest.
Request object for CreateBlueprint.
Implements
IMessageCreateBlueprintRequest, IEquatableCreateBlueprintRequest, IDeepCloneableCreateBlueprintRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
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 |
|