AppConnectorInstanceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AppConnectorInstanceConfig defines the instance config of a AppConnector.
Attributes |
|
---|---|
Name | Description |
sequence_number |
int
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. |
instance_config |
google.protobuf.any_pb2.Any
The SLM instance agent configuration. |
notification_config |
google.cloud.beyondcorp_appconnectors_v1.types.NotificationConfig
NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification. |
image_config |
google.cloud.beyondcorp_appconnectors_v1.types.ImageConfig
ImageConfig defines the GCR images to run for the remote agent's control plane. |