Class: Google::Cloud::BeyondCorp::AppConnectors::V1::AppConnectorInstanceConfig

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

AppConnectorInstanceConfig defines the instance config of a AppConnector.

Instance Attribute Summary collapse

Instance Attribute Details

#image_config::Google::Cloud::BeyondCorp::AppConnectors::V1::ImageConfig

Returns ImageConfig defines the GCR images to run for the remote agent's control plane.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 42

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

#instance_config::Google::Protobuf::Any

Returns The SLM instance agent configuration.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 42

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

#notification_config::Google::Cloud::BeyondCorp::AppConnectors::V1::NotificationConfig

Returns NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 42

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

#sequence_number::Integer

Returns Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.

Returns:

  • (::Integer)

    Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.



42
43
44
45
# File 'proto_docs/google/cloud/beyondcorp/appconnectors/v1/app_connector_instance_config.rb', line 42

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