Show / Hide Table of Contents

Class GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorInstanceConfig

AppConnectorInstanceConfig defines the instance config of a AppConnector.

Inheritance
object
GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorInstanceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectorsV1alphaAppConnectorInstanceConfig : 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 GoogleCloudBeyondcorpAppconnectorsV1alphaImageConfig ImageConfig { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpAppconnectorsV1alphaImageConfig

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 GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfig NotificationConfig { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpAppconnectorsV1alphaNotificationConfig

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX