ProjectEnvironmentDockerServer class

Constructors

ProjectEnvironmentDockerServer({required Input<String> computeType, Input<List<String>?>? securityGroupIds})
Creates a new ProjectEnvironmentDockerServer. computeType Compute type for the Docker server. Valid values: BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, and BUILD_GENERAL1_2XLARGE. securityGroupIds List of security group IDs to assign to the Docker server.
const
ProjectEnvironmentDockerServer.fromMap(Map<String, dynamic> map)
factory

Properties

computeType → Input<String>
Compute type for the Docker server. Valid values: BUILD_GENERAL1_SMALL, BUILD_GENERAL1_MEDIUM, BUILD_GENERAL1_LARGE, BUILD_GENERAL1_XLARGE, and BUILD_GENERAL1_2XLARGE.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds → Input<List<String>?>?
List of security group IDs to assign to the Docker server.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited