CapacityReservation
This class encapsulates and extends the ROS resource type ALIYUN::ECS::CapacityReservation
, which is used to create a capacity reservation.
Initializers
import com.aliyun.ros.cdk.ecs.CapacityReservation;
CapacityReservation.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
.instanceAmount(java.lang.Number)
.instanceAmount(IResolvable)
.instanceType(java.lang.String)
.instanceType(IResolvable)
.zoneId(java.lang.String)
.zoneId(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .endTime(java.lang.String)
// .endTime(IResolvable)
// .endTimeType(java.lang.String)
// .endTimeType(IResolvable)
// .privatePoolOptions(IResolvable)
// .privatePoolOptions(PrivatePoolOptionsProperty)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .tags(java.util.List<TagsProperty>)
.build();
Name | Type | Description |
---|---|---|
scope |
com.aliyun.ros.cdk.core.Construct |
No description. |
id |
java.lang.String |
No description. |
enableResourcePropertyConstraint |
java.lang.Boolean |
No description. |
instanceAmount |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceAmount: The total number of instances for which to reserve capacity of an instance type. |
instanceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceType: The instance type. |
zoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property zoneId: The ID of zone N within the region in which to create the capacity reservation. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: The description of the capacity reservation. |
endTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property endTime: The time when the capacity reservation expires. |
endTimeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property endTimeType: The release mode of the capacity reservation. |
privatePoolOptions |
com.aliyun.ros.cdk.core.IResolvable OR PrivatePoolOptionsProperty |
Property privatePoolOptions:. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group to which to assign the capacity reservation. |
tags |
java.util.List<TagsProperty> |
Property tags:. |
scope
Required
- Type: com.aliyun.ros.cdk.core.Construct
id
Required
- Type: java.lang.String
enableResourcePropertyConstraint
Optional
- Type: java.lang.Boolean
instanceAmount
Required
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property instanceAmount: The total number of instances for which to reserve capacity of an instance type.
instanceType
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceType: The instance type.
A capacity reservation can be created to reserve the capacity of only a single instance type. You can call the DescribeInstanceTypes operation to query the instance types provided by ECS.
zoneId
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property zoneId: The ID of zone N within the region in which to create the capacity reservation.
A capacity reservation can reserve resources within only a single zone.
description
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: The description of the capacity reservation.
The description must be 2 to 256 characters in length and cannot start with http:// or https://. This parameter is empty by default.
endTime
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endTime: The time when the capacity reservation expires.
Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. For more information, see ISO 8601.
endTimeType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endTimeType: The release mode of the capacity reservation.
Valid values: Limited: The capacity reservation is automatically released at the specified time. If you specify this parameter, you must also specify the EndTime parameter. Unlimited: The capacity reservation must be manually released. You can release it anytime.
privatePoolOptions
Optional
- Type: com.aliyun.ros.cdk.core.IResolvable OR PrivatePoolOptionsProperty
Property privatePoolOptions:.
resourceGroupId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group to which to assign the capacity reservation.
tags
Optional
- Type: java.util.List<TagsProperty>
Property tags:.
Methods
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
addCondition |
No description. |
addCount |
No description. |
addDependency |
No description. |
addResourceDesc |
No description. |
applyRemovalPolicy |
No description. |
getAtt |
No description. |
setMetadata |
No description. |
toString
public java.lang.String toString()
Returns a string representation of this construct.
synthesize
public void synthesize(ISynthesisSession session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: com.aliyun.ros.cdk.core.ISynthesisSession
The synthesis session.
addCondition
public void addCondition(RosCondition condition)
- Type: com.aliyun.ros.cdk.core.RosCondition
addCount
public void addCount(java.lang.Number OR IResolvable count)
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
addDependency
public void addDependency(Resource resource)
- Type: com.aliyun.ros.cdk.core.Resource
addResourceDesc
public void addResourceDesc(java.lang.String desc)
- Type: java.lang.String
applyRemovalPolicy
public void applyRemovalPolicy(RemovalPolicy policy)
- Type: com.aliyun.ros.cdk.core.RemovalPolicy
getAtt
public IResolvable getAtt(java.lang.String name)
- Type: java.lang.String
setMetadata
public void setMetadata(java.lang.String key, java.lang.Object value)
- Type: java.lang.String
- Type: java.lang.Object
Static Functions
Name | Description |
---|---|
isConstruct |
Return whether the given object is a Construct. |
isConstruct
import com.aliyun.ros.cdk.ecs.CapacityReservation;
CapacityReservation.isConstruct(java.lang.Object x)
Return whether the given object is a Construct.
- Type: java.lang.Object
Properties
Name | Type | Description |
---|---|---|
node |
com.aliyun.ros.cdk.core.ConstructNode |
The construct tree node associated with this construct. |
ref |
java.lang.String |
No description. |
stack |
com.aliyun.ros.cdk.core.Stack |
The stack in which this resource is defined. |
resource |
com.aliyun.ros.cdk.core.RosResource |
No description. |
attrPrivatePoolOptionsId |
com.aliyun.ros.cdk.core.IResolvable |
Attribute PrivatePoolOptionsId: The ID of the capacity reservation. |
node
Required
public ConstructNode getNode();
- Type: com.aliyun.ros.cdk.core.ConstructNode
The construct tree node associated with this construct.
ref
Required
public java.lang.String getRef();
- Type: java.lang.String
stack
Required
public Stack getStack();
- Type: com.aliyun.ros.cdk.core.Stack
The stack in which this resource is defined.
resource
Optional
public RosResource getResource();
- Type: com.aliyun.ros.cdk.core.RosResource
attrPrivatePoolOptionsId
Required
public IResolvable getAttrPrivatePoolOptionsId();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute PrivatePoolOptionsId: The ID of the capacity reservation.