Google.Cloud.BeyondCorp.AppConnectors.V1 - Class ImageConfig (1.0.0)

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.

Inheritance

Object > ImageConfig

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

ImageConfig()

public ImageConfig()

ImageConfig(ImageConfig)

public ImageConfig(ImageConfig other)
Parameter
NameDescription
otherImageConfig

Properties

StableImage

public string StableImage { get; set; }

The stable image that the remote agent will fallback to if the target image fails.

Property Value
TypeDescription
String

TargetImage

public string TargetImage { get; set; }

The initial image the remote agent will attempt to run for the control plane.

Property Value
TypeDescription
String