BeyondCorp AppConnectors v1 API - Class ImageConfig (1.1.0)

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

Reference documentation and code samples for the BeyondCorp AppConnectors v1 API 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