Interface ImageConfigOrBuilder (0.27.0)

public interface ImageConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStableImage()

public abstract String getStableImage()

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

string stable_image = 2;

Returns
TypeDescription
String

The stableImage.

getStableImageBytes()

public abstract ByteString getStableImageBytes()

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

string stable_image = 2;

Returns
TypeDescription
ByteString

The bytes for stableImage.

getTargetImage()

public abstract String getTargetImage()

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

string target_image = 1;

Returns
TypeDescription
String

The targetImage.

getTargetImageBytes()

public abstract ByteString getTargetImageBytes()

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

string target_image = 1;

Returns
TypeDescription
ByteString

The bytes for targetImage.