VPCConfig class

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.

Constructors

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

Properties

assignPublicIp bool?
A boolean indicating whether to assign a public IP address.
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 one or more security groups IDs in your VPC.
final
subnets List<String>
A list of one or more subnet IDs in your VPC.
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