PhysicalConnectionRequirements class
Specifies the physical requirements for a connection.
Constructors
-
PhysicalConnectionRequirements({String? availabilityZone, List<
String> ? securityGroupIdList, String? subnetId}) -
PhysicalConnectionRequirements.fromJson(Map<
String, dynamic> json) -
factory
Properties
- availabilityZone → String?
-
The connection's Availability Zone. This field is redundant because the
specified subnet implies the Availability Zone to be used. Currently the
field must be populated, but it will be deprecated in the future.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupIdList
→ List<
String> ? -
The security group ID list used by the connection.
final
- subnetId → String?
-
The subnet ID used by the connection.
final
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