public sealed class PublicBlueprint : IMessage<PublicBlueprint>, IEquatable<PublicBlueprint>, IDeepCloneable<PublicBlueprint>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class PublicBlueprint.
A Blueprint contains a collection of kubernetes resources in the form of YAML files. The file contents of a blueprint are collectively known as package. Public blueprint is a TNA provided blueprint that in present in TNA's public catalog. A user can copy the public blueprint to their private catalog for further modifications.
Implements
IMessagePublicBlueprint, IEquatablePublicBlueprint, IDeepCloneablePublicBlueprint, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
PublicBlueprint()
public PublicBlueprint()PublicBlueprint(PublicBlueprint)
public PublicBlueprint(PublicBlueprint other)| Parameter | |
|---|---|
| Name | Description |
other |
PublicBlueprint |
Properties
DeploymentLevel
public DeploymentLevel DeploymentLevel { get; set; }DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
| Property Value | |
|---|---|
| Type | Description |
DeploymentLevel |
|
Description
public string Description { get; set; }The description of the public blueprint.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }The display name of the public blueprint.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Name of the public blueprint.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicBlueprintName
public PublicBlueprintName PublicBlueprintName { get; set; }PublicBlueprintName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PublicBlueprintName |
|
RollbackSupport
public bool RollbackSupport { get; set; }Output only. Indicates if the deployment created from this blueprint can be rolled back.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SourceProvider
public string SourceProvider { get; set; }Source provider is the author of a public blueprint. e.g. Google, vendors
| Property Value | |
|---|---|
| Type | Description |
string |
|