Google Cloud BeyondCorp AppConnectors V1 Client - Class ImageConfig (0.2.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setTargetImage

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStableImage

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

Returns
TypeDescription
string

setStableImage

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this