public sealed class ImageConfig : IMessage<ImageConfig>, IEquatable<ImageConfig>, IDeepCloneable<ImageConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class ImageConfig.
ImageConfig defines the control plane images to run.
Implements
IMessage<ImageConfig>, IEquatable<ImageConfig>, IDeepCloneable<ImageConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
ImageConfig()
public ImageConfig()
ImageConfig(ImageConfig)
public ImageConfig(ImageConfig other)
Parameter | |
---|---|
Name | Description |
other | ImageConfig |
Properties
StableImage
public string StableImage { get; set; }
The stable image that the remote agent will fallback to if the target image fails.
Property Value | |
---|---|
Type | Description |
String |
TargetImage
public string TargetImage { get; set; }
The initial image the remote agent will attempt to run for the control plane.
Property Value | |
---|---|
Type | Description |
String |