public interface ImageConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetImage. |