InputDestinationVpc class
The properties for a VPC type input destination.
Constructors
- InputDestinationVpc({String? availabilityZone, String? networkInterfaceId})
-
InputDestinationVpc.fromJson(Map<
String, dynamic> json) -
factory
Properties
- availabilityZone → String?
-
The availability zone of the Input destination.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkInterfaceId → String?
-
The network interface ID of the Input destination in the VPC.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited