Telco Automation v1 API - Class HydratedDeployment (1.0.0)

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

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

A collection of kubernetes yaml files which are deployed on a Workload Cluster. Hydrated Deployments are created by TNA intent based automation.

Inheritance

object > HydratedDeployment

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

HydratedDeployment()

public HydratedDeployment()

HydratedDeployment(HydratedDeployment)

public HydratedDeployment(HydratedDeployment other)
Parameter
NameDescription
otherHydratedDeployment

Properties

Files

public RepeatedField<File> Files { get; }

Optional. File contents of a hydrated deployment. When invoking UpdateHydratedBlueprint API, only the modified files should be included in this. Files that are not included in the update of a hydrated deployment will not be changed.

Property Value
TypeDescription
RepeatedFieldFile

HydratedDeploymentName

public HydratedDeploymentName HydratedDeploymentName { get; set; }

HydratedDeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
HydratedDeploymentName

Name

public string Name { get; set; }

Output only. The name of the hydrated deployment.

Property Value
TypeDescription
string

State

public HydratedDeployment.Types.State State { get; set; }

Output only. State of the hydrated deployment (DRAFT, APPLIED).

Property Value
TypeDescription
HydratedDeploymentTypesState

WorkloadCluster

public string WorkloadCluster { get; set; }

Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.

Property Value
TypeDescription
string