VpcConfig class

Describes VPC configuration information for fleets and image builders.

Constructors

VpcConfig({List<String>? securityGroupIds, List<String>? subnetIds})
VpcConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds List<String>?
The identifiers of the security groups for the fleet or image builder.
final
subnetIds List<String>?
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
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