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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setTargetImage
The initial image the remote agent will attempt to run for the control plane.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStableImage
The stable image that the remote agent will fallback to if the target image fails.
Returns | |
---|---|
Type | Description |
string |
setStableImage
The stable image that the remote agent will fallback to if the target image fails.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |