BeyondCorp AppConnectors v1 API - Class AppConnectorInstanceConfig (1.1.0)

public sealed class AppConnectorInstanceConfig : IMessage<AppConnectorInstanceConfig>, IEquatable<AppConnectorInstanceConfig>, IDeepCloneable<AppConnectorInstanceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class AppConnectorInstanceConfig.

AppConnectorInstanceConfig defines the instance config of a AppConnector.

Inheritance

object > AppConnectorInstanceConfig

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

AppConnectorInstanceConfig()

public AppConnectorInstanceConfig()

AppConnectorInstanceConfig(AppConnectorInstanceConfig)

public AppConnectorInstanceConfig(AppConnectorInstanceConfig other)
Parameter
NameDescription
otherAppConnectorInstanceConfig

Properties

ImageConfig

public ImageConfig ImageConfig { get; set; }

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

Property Value
TypeDescription
ImageConfig

InstanceConfig

public Any InstanceConfig { get; set; }

The SLM instance agent configuration.

Property Value
TypeDescription
Any

NotificationConfig

public NotificationConfig NotificationConfig { get; set; }

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

Property Value
TypeDescription
NotificationConfig

SequenceNumber

public long SequenceNumber { get; set; }

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.

Property Value
TypeDescription
long