Show / Hide Table of Contents

Class ConnectorInstanceConfig

ConnectorInstanceConfig defines the instance config of a connector.

Inheritance
object
ConnectorInstanceConfig
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 ConnectorInstanceConfig : 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 ImageConfig ImageConfig { get; set; }
Property Value
Type Description
ImageConfig

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

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