VPCConfigResponse class

VPC configuration associated with your simulation job.

Constructors

VPCConfigResponse({bool? assignPublicIp, List<String>? securityGroups, List<String>? subnets, String? vpcId})
VPCConfigResponse.fromJson(Map<String, dynamic> json)
factory

Properties

assignPublicIp bool?
A boolean indicating if a public IP was assigned.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroups List<String>?
A list of security group IDs associated with the simulation job.
final
subnets List<String>?
A list of subnet IDs associated with the simulation job.
final
vpcId String?
The VPC ID associated with your simulation job.
final

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