ProjectEnvironmentDockerServer class
Constructors
-
ProjectEnvironmentDockerServer({required Input<
String> computeType, Input<List< ? securityGroupIds})String> ?> -
Creates a new ProjectEnvironmentDockerServer.
computeTypeCompute type for the Docker server. Valid values:BUILD_GENERAL1_SMALL,BUILD_GENERAL1_MEDIUM,BUILD_GENERAL1_LARGE,BUILD_GENERAL1_XLARGE, andBUILD_GENERAL1_2XLARGE.securityGroupIdsList 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, andBUILD_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