public sealed class HydratedDeployment : IMessage<HydratedDeployment>, IEquatable<HydratedDeployment>, IDeepCloneable<HydratedDeployment>, IBufferMessage, IMessageReference 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.
Implements
IMessageHydratedDeployment, IEquatableHydratedDeployment, IDeepCloneableHydratedDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
HydratedDeployment()
public HydratedDeployment()HydratedDeployment(HydratedDeployment)
public HydratedDeployment(HydratedDeployment other)| Parameter | |
|---|---|
| Name | Description |
other |
HydratedDeployment |
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 | |
|---|---|
| Type | Description |
RepeatedFieldFile |
|
HydratedDeploymentName
public HydratedDeploymentName HydratedDeploymentName { get; set; }HydratedDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
HydratedDeploymentName |
|
Name
public string Name { get; set; }Output only. The name of the hydrated deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public HydratedDeployment.Types.State State { get; set; }Output only. State of the hydrated deployment (DRAFT, APPLIED).
| Property Value | |
|---|---|
| Type | Description |
HydratedDeploymentTypesState |
|
WorkloadCluster
public string WorkloadCluster { get; set; }Output only. WorkloadCluster identifies which workload cluster will the hydrated deployment will be deployed on.
| Property Value | |
|---|---|
| Type | Description |
string |
|