ZonesProps
Properties for defining a Zones
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-zones
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.ZonesProps {
DataDiskCategory: interface{},
InstanceChargeType: interface{},
InstanceType: interface{},
IoOptimized: interface{},
RefreshOptions: interface{},
ResourceType: interface{},
SystemDiskCategory: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DataDiskCategory |
interface{} |
Property dataDiskCategory: The category of the data disk. |
InstanceChargeType |
interface{} |
Property instanceChargeType: The billing method of the resource. |
InstanceType |
interface{} |
Property instanceType: The instance type. |
IoOptimized |
interface{} |
Property ioOptimized: Specifies whether the instance is I\/O optimized. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceType |
interface{} |
Property resourceType: The type of the resource. |
SystemDiskCategory |
interface{} |
Property systemDiskCategory: The category of the system disk. |
DataDiskCategory
Optional
DataDiskCategory interface{}
- Type: interface{}
Property dataDiskCategory: The category of the data disk.
Valid values: cloud: basic disk cloud_efficiency: ultra disk cloud_ssd: standard SSD ephemeral_ssd: local SSD cloud_essd: enhanced SSD (ESSD)
InstanceChargeType
Optional
InstanceChargeType interface{}
- Type: interface{}
Property instanceChargeType: The billing method of the resource.
For more information, see Billing overview. Valid values: PrePaid: subscription PostPaid: pay-as-you-go Default value: PostPaid.
InstanceType
Optional
InstanceType interface{}
- Type: interface{}
Property instanceType: The instance type.
IoOptimized
Optional
IoOptimized interface{}
- Type: interface{}
Property ioOptimized: Specifies whether the instance is I\/O optimized.
Valid values: none: non-I/O optimized optimized: I/O optimized Default value: optimized.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceType
Optional
ResourceType interface{}
- Type: interface{}
Property resourceType: The type of the resource.
Valid values: instance: ECS instance disk: cloud disk reservedinstance: reserved instance ddh: dedicated host
SystemDiskCategory
Optional
SystemDiskCategory interface{}
- Type: interface{}
Property systemDiskCategory: The category of the system disk.
Valid values: cloud: basic disk cloud_efficiency: ultra disk cloud_ssd: standard SSD ephemeral_ssd: local SSD cloud_essd: enhanced SSD (ESSD)