GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig class
AppConnectorInstanceConfig defines the instance config of a AppConnector.
Constructors
- 
          GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig({GoogleCloudBeyondcorpAppconnectorsV1ImageConfig? imageConfig, Map<
String, Object?> ? instanceConfig, GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig? notificationConfig, String? sequenceNumber}) - GoogleCloudBeyondcorpAppconnectorsV1AppConnectorInstanceConfig.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - imageConfig ↔ GoogleCloudBeyondcorpAppconnectorsV1ImageConfig?
 - 
  ImageConfig defines the GCR images to run for the remote agent's control
plane.
  getter/setter pair
 - 
  instanceConfig
  ↔ Map<
String, Object?> ? - 
  The SLM instance agent configuration.
  getter/setter pair
 - notificationConfig ↔ GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig?
 - 
  NotificationConfig defines the notification mechanism that the remote
instance should subscribe to in order to receive notification.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - sequenceNumber ↔ String?
 - 
  A monotonically increasing number generated and maintained by the API
provider.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited