public sealed class Variant : IMessage<Variant>, IEquatable<Variant>, IDeepCloneable<Variant>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1beta API class Variant.
Variant represents the content of a ResourceBundle variant.
Namespace
Google.Cloud.ConfigDelivery.V1BetaAssembly
Google.Cloud.ConfigDelivery.V1Beta.dll
Constructors
Variant()
public Variant()Variant(Variant)
public Variant(Variant other)| Parameter | |
|---|---|
| Name | Description |
other |
Variant |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. [Output only] Create time stamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Labels
public MapField<string, string> Labels { get; }Optional. labels to represent any metadata associated with the variant.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. Name follows format of projects/{project}/locations/{location}/resourceBundles/{resource_bundle}/releases/{release}/variants/{variant}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Resources
public RepeatedField<string> Resources { get; }Required. Input only. Unordered list. resources contain the kubernetes manifests (YAMLs) for this variant.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. [Output only] Update time stamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
VariantName
public VariantName VariantName { get; set; }VariantName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
VariantName |
|