Reference documentation and code samples for the Google Cloud BeyondCorp AppConnectors V1 Client class ImageConfig.
ImageConfig defines the control plane images to run.
Generated from protobuf message google.cloud.beyondcorp.appconnectors.v1.ImageConfig
Namespace
Google \ Cloud \ BeyondCorp \ AppConnectors \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ target_image
string
The initial image the remote agent will attempt to run for the control plane.
↳ stable_image
string
The stable image that the remote agent will fallback to if the target image fails.
getTargetImage
The initial image the remote agent will attempt to run for the control plane.
string
setTargetImage
The initial image the remote agent will attempt to run for the control plane.
var
string
$this
getStableImage
The stable image that the remote agent will fallback to if the target image fails.
string
setStableImage
The stable image that the remote agent will fallback to if the target image fails.
var
string
$this