Class: Google::Cloud::BeyondCorp::AppConnectors::V1::ImageConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb

Overview

ImageConfig defines the control plane images to run.

Instance Attribute Summary collapse

Instance Attribute Details

#stable_image::String

Returns 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.



74
75
76
77
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 74

class ImageConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_image::String

Returns 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.



74
75
76
77
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 74

class ImageConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end