Reference documentation and code samples for the BeyondCorp AppConnectors V1 API class Google::Cloud::BeyondCorp::AppConnectors::V1::ImageConfig.
ImageConfig defines the control plane images to run.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#stable_image
def stable_image() -> ::String
Returns
- (::String) — The stable image that the remote agent will fallback to if the target image fails.
#stable_image=
def stable_image=(value) -> ::String
Parameter
- value (::String) — The stable image that the remote agent will fallback to if the target image fails.
Returns
- (::String) — The stable image that the remote agent will fallback to if the target image fails.
#target_image
def target_image() -> ::String
Returns
- (::String) — The initial image the remote agent will attempt to run for the control plane.
#target_image=
def target_image=(value) -> ::String
Parameter
- value (::String) — The initial image the remote agent will attempt to run for the control plane.
Returns
- (::String) — The initial image the remote agent will attempt to run for the control plane.