Class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig
AppConnectorInstanceConfig defines the instance config of a AppConnector.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageConfig
ImageConfig defines the GCR images to run for the remote agent's control plane.
Declaration
[JsonProperty("imageConfig")]
public virtual GoogleCloudBeyondcorpAppconnectorsV1ImageConfig ImageConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBeyondcorpAppconnectorsV1ImageConfig |
InstanceConfig
The SLM instance agent configuration.
Declaration
[JsonProperty("instanceConfig")]
public virtual IDictionary<string, object> InstanceConfig { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
NotificationConfig
NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
Declaration
[JsonProperty("notificationConfig")]
public virtual GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig NotificationConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig |
SequenceNumber
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.
Declaration
[JsonProperty("sequenceNumber")]
public virtual long? SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |