HiTSDBInstanceProps
Properties for defining a HiTSDBInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-hitsdbinstance
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdktsdb"
&alicloudroscdktsdb.HiTSDBInstanceProps {
InstanceClass: interface{},
InstanceStorage: interface{},
VpcId: interface{},
VSwitchId: interface{},
ZoneId: interface{},
DiskCategory: interface{},
Duration: interface{},
InstanceAlias: interface{},
PayType: interface{},
PricingCycle: interface{},
SecurityIpList: interface{},
}
Properties
Name | Type | Description |
---|---|---|
InstanceClass |
interface{} |
Property instanceClass: The type of the instance. |
InstanceStorage |
interface{} |
Property instanceStorage: The storage capacity of the instance. |
VpcId |
interface{} |
Property vpcId: The ID of the virtual private cloud (VPC) that is connected to the instance. |
VSwitchId |
interface{} |
Property vSwitchId: The ID of the VSwitch in the specified VPC. |
ZoneId |
interface{} |
Property zoneId: The zone ID of the instance. |
DiskCategory |
interface{} |
Property diskCategory: The category of disk. |
Duration |
interface{} |
Property duration: The validity period of the instance. |
InstanceAlias |
interface{} |
Property instanceAlias: The alias of the instance. |
PayType |
interface{} |
Property payType: The billing method. |
PricingCycle |
interface{} |
Property pricingCycle: The unit of the validity period. |
SecurityIpList |
interface{} |
Property securityIpList: List of the IP patterns.For example, ["127.0.0.1", "192.168.0.1\/24"]. |
InstanceClass
Required
InstanceClass interface{}
- Type: interface{}
Property instanceClass: The type of the instance.
InstanceStorage
Required
InstanceStorage interface{}
- Type: interface{}
Property instanceStorage: The storage capacity of the instance.
Unit: GB. For example, the value 50 indicates 50 GB.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the virtual private cloud (VPC) that is connected to the instance.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of the VSwitch in the specified VPC.
ZoneId
Required
ZoneId interface{}
- Type: interface{}
Property zoneId: The zone ID of the instance.
DiskCategory
Optional
DiskCategory interface{}
- Type: interface{}
Property diskCategory: The category of disk.
Duration
Optional
Duration interface{}
- Type: interface{}
Property duration: The validity period of the instance.
This parameter is valid only when the PayType parameter is set to PREPAY. Default value: 1.
InstanceAlias
Optional
InstanceAlias interface{}
- Type: interface{}
Property instanceAlias: The alias of the instance.
PayType
Optional
PayType interface{}
- Type: interface{}
Property payType: The billing method.
Valid values:
- prepay: The prepay value indicates the subscription method.
PricingCycle
Optional
PricingCycle interface{}
- Type: interface{}
Property pricingCycle: The unit of the validity period.
This parameter is valid only when the PayType parameter is set to PREPAY. Default value: Month.
SecurityIpList
Optional
SecurityIpList interface{}
- Type: interface{}
Property securityIpList: List of the IP patterns.For example, ["127.0.0.1", "192.168.0.1\/24"].