NetworkEgressModeOverride class

NetworkEgressModeOverride provides the network egress mode override for a connector.

Constructors

NetworkEgressModeOverride.new({bool? isEventingOverrideEnabled, bool? isJobsOverrideEnabled, String? networkEgressMode})
NetworkEgressModeOverride.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
isEventingOverrideEnabled bool?
boolean should be set to true to make sure only eventing enabled connections are migrated to direct vpc egress.
getter/setter pair
isJobsOverrideEnabled bool?
boolean should be set to true to make sure only async operations enabled connections are migrated to direct vpc egress.
getter/setter pair
networkEgressMode String?
Determines the VPC Egress mode for the connector. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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