Skip to content

MultiZoneInstanceProps

Properties for defining a MultiZoneInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-lindorm-multizoneinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Lindorm;
new MultiZoneInstanceProps {
    object DiskCategory,
    object InstanceName,
    object VpcId,
    object ArbiterVSwitchId = null,
    object ArbiterZoneId = null,
    object ColdStorage = null,
    object CoreSingleStorage = null,
    object CoreSpec = null,
    object FilestoreNum = null,
    object FilestoreSpec = null,
    object InstanceChargeType = null,
    object LindormNum = null,
    object LindormSpec = null,
    object LogDiskCategory = null,
    object LogNum = null,
    object LogSingleStorage = null,
    object LogSpec = null,
    object MultiZoneCombination = null,
    object Period = null,
    object PeriodUnit = null,
    object PrimaryVSwitchId = null,
    object PrimaryZoneId = null,
    object ResourceGroupId = null,
    object SecurityIpList = null,
    object SolrNum = null,
    object SolrSpec = null,
    object StandbyVSwitchId = null,
    object StandbyZoneId = null,
    object StreamNum = null,
    object StreamSpec = null,
    object TsdbNum = null,
    object TsdbSpec = null
};

Properties

Name Type Description
DiskCategory object Property diskCategory: The storage type of the instance.
InstanceName object Property instanceName: The name of the instance that you want to create.
VpcId object Property vpcId: The ID of the VPC in which you want to create the instance.
ArbiterVSwitchId object Property arbiterVSwitchId: The ID of the vSwitch that is specified for the zone for the coordinate node of the instance.
ArbiterZoneId object Property arbiterZoneId: The ID of the zone for the coordinate node of the instance.
ColdStorage object Property coldStorage: The cold storage capacity of the instance.
CoreSingleStorage object Property coreSingleStorage: The storage capacity of the disk of a single core node.
CoreSpec object Property coreSpec: The specification of the nodes in the instance if you set DiskCategory to local_ssd_pro or local_hdd_pro.
FilestoreNum object Property filestoreNum: The number of LindormDFS nodes in the instance.
FilestoreSpec object Property filestoreSpec: The specification of LindormDFS nodes in the instance.
InstanceChargeType object Property instanceChargeType: The billing method of the instance you want to create.
LindormNum object Property lindormNum: The number of LindormTable nodes in the instance.
LindormSpec object Property lindormSpec: The specification of LindormTable nodes in the instance.
LogDiskCategory object Property logDiskCategory: The disk type of the log nodes.
LogNum object Property logNum: The number of the log nodes.
LogSingleStorage object Property logSingleStorage: The storage capacity of the disk of a single log node.
LogSpec object Property logSpec: The type of the log nodes.
MultiZoneCombination object Property multiZoneCombination: The combinations of zones that are available for the multi-zone instance.
Period object Property period: The subscription period of the instance.
PeriodUnit object Property periodUnit: The period based on which you are charged for the instance.
PrimaryVSwitchId object Property primaryVSwitchId: For multiple available regions, the virtual switch ID of the main available area must be under the available area corresponding to the Primaryzoneid.If you need to create a multi -available area example, this parameter must be filled.
PrimaryZoneId object Property primaryZoneId: For many available zone instances, the available area ID of the main available area.If you need to create a multi -available area example, this parameter must be filled.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the Lindorm instance belongs.
SecurityIpList object Property securityIpList: The ip white list of instance.
SolrNum object Property solrNum: The number of LindormSearch nodes in the instance.
SolrSpec object Property solrSpec: The specification of the LindormSearch nodes in the instance.
StandbyVSwitchId object Property standbyVSwitchId: The ID of the vSwitch that is specified for the secondary zone of the instance.
StandbyZoneId object Property standbyZoneId: The ID of the secondary zone of the instance.
StreamNum object Property streamNum: The number of LindormStream nodes in the instance.
StreamSpec object Property streamSpec: The specification of LindormStream nodes in the instance.
TsdbNum object Property tsdbNum: The number of the LindormTSDB nodes in the instance.
TsdbSpec object Property tsdbSpec: The specification of the LindormTSDB nodes in the instance.

DiskCategoryRequired

public object DiskCategory { get; set; }
  • Type: object

Property diskCategory: The storage type of the instance.

Valid values: cloud_efficiency: This instance uses the Standard type of storage. cloud_ssd: This instance uses the Performance type of storage. capacity_cloud_storage: This instance uses the Capacity type of storage. local_ssd_pro: This instance uses local SSDs. local_hdd_pro: This instance uses local HDDs.


InstanceNameRequired

public object InstanceName { get; set; }
  • Type: object

Property instanceName: The name of the instance that you want to create.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: The ID of the VPC in which you want to create the instance.


ArbiterVSwitchIdOptional

public object ArbiterVSwitchId { get; set; }
  • Type: object

Property arbiterVSwitchId: The ID of the vSwitch that is specified for the zone for the coordinate node of the instance.

The vSwitch must be deployed in the zone specified by the ArbiterZoneId parameter. **This parameter is required if you want to create a multi-zone instance.


ArbiterZoneIdOptional

public object ArbiterZoneId { get; set; }
  • Type: object

Property arbiterZoneId: The ID of the zone for the coordinate node of the instance.

**This parameter is required if you want to create a multi-zone instance.


ColdStorageOptional

public object ColdStorage { get; set; }
  • Type: object

Property coldStorage: The cold storage capacity of the instance.

By default, if you leave this parameter unspecified, cold storage is not enabled for the instance. Unit: GB. Valid values: 800 to 1000000.


CoreSingleStorageOptional

public object CoreSingleStorage { get; set; }
  • Type: object

Property coreSingleStorage: The storage capacity of the disk of a single core node.

Valid values: 400 to 64000. Unit: GB. **This parameter is required if you want to create a multi-zone instance.


CoreSpecOptional

public object CoreSpec { get; set; }
  • Type: object

Property coreSpec: The specification of the nodes in the instance if you set DiskCategory to local_ssd_pro or local_hdd_pro.

When DiskCategory is set to local_ssd_pro, you can set this parameter to the following values: lindorm.i2.xlarge: Each node has 4 dedicated CPU cores and 32 GB of dedicated memory. lindorm.i2.2xlarge: Each node has 8 dedicated CPU cores and 64 GB of dedicated memory. lindorm.i2.4xlarge: Each node has 16 dedicated CPU cores and 128 GB of dedicated memory. lindorm.i2.8xlarge: Each node has 32 dedicated CPU cores and 256 GB of dedicated memory. When DiskCategory is set to local_hdd_pro, you can set this parameter to the following values: lindorm.d1.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.d1.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.d1.6xlarge: Each node has 24 dedicated CPU cores and 96 GB of dedicated memory.


FilestoreNumOptional

public object FilestoreNum { get; set; }
  • Type: object

Property filestoreNum: The number of LindormDFS nodes in the instance.

The valid values of this parameter depend on the value of the PayType parameter. If the PayType parameter is set to PREPAY, set this parameter to an integer that ranges from 0 to 60. If the PayType parameter is set to POSTPAY, set this parameter to an integer that ranges from 0 to 8.


FilestoreSpecOptional

public object FilestoreSpec { get; set; }
  • Type: object

Property filestoreSpec: The specification of LindormDFS nodes in the instance.

Set the value of this parameter to lindorm.c.xlarge, which indicates that each node has 4 dedicated CPU cores and 8 GB of dedicated memory.


InstanceChargeTypeOptional

public object InstanceChargeType { get; set; }
  • Type: object

Property instanceChargeType: The billing method of the instance you want to create.

Valid values: PREPAY: subscription. POSTPAY: pay-as-you-go. Default value: POSTPAY


LindormNumOptional

public object LindormNum { get; set; }
  • Type: object

Property lindormNum: The number of LindormTable nodes in the instance.

The valid values of this parameter depend on the value of the PayType parameter. If the PayType parameter is set to PREPAY, set this parameter to an integer that ranges from 0 to 90. If the PayType parameter is set to POSTPAY, set this parameter to an integer that ranges from 0 to 400. ** This parameter is required if you want to create a multi-zone instance. ** The valid values of this parameter range from 4 to 400 if you want to create a multi-zone instance.


LindormSpecOptional

public object LindormSpec { get; set; }
  • Type: object

Property lindormSpec: The specification of LindormTable nodes in the instance.

Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory. lindorm.c.xlarge: Each node has 4 dedicated CPU cores and 8 GB of dedicated memory. lindorm.c.2xlarge: Each node has 8 dedicated CPU cores and 16 GB of dedicated memory. lindorm.c.4xlarge: Each node has 16 dedicated CPU cores and 32 GB of dedicated memory. lindorm.c.8xlarge: Each node has 32 dedicated CPU cores and 64 GB of dedicated memory.


LogDiskCategoryOptional

public object LogDiskCategory { get; set; }
  • Type: object

Property logDiskCategory: The disk type of the log nodes.

Valid values: cloud_efficiency态cloud_essd. This parameter is required if you want to create a multi-zone instance.


LogNumOptional

public object LogNum { get; set; }
  • Type: object

Property logNum: The number of the log nodes.

Valid values: 4 to 400. **This parameter is required if you want to create a multi-zone instance.


LogSingleStorageOptional

public object LogSingleStorage { get; set; }
  • Type: object

Property logSingleStorage: The storage capacity of the disk of a single log node.

Valid values: 400 to 64000. Unit: GB. **This parameter is required if you want to create a multi-zone instance.


LogSpecOptional

public object LogSpec { get; set; }
  • Type: object

Property logSpec: The type of the log nodes.

Valid values: lindorm.sn1.large: Each node has 4 dedicated CPU cores and 8 GB of dedicated memory. lindorm.sn1.2xlarge: Each node has 8 dedicated CPU cores and 16 GB of dedicated memory. **This parameter is required if you want to create a multi-zone instance.


MultiZoneCombinationOptional

public object MultiZoneCombination { get; set; }
  • Type: object

Property multiZoneCombination: The combinations of zones that are available for the multi-zone instance.

You can go to the purchase page of Lindorm to view the supported zone combinations. ap-southeast-5abc-aliyun: Zone A+B+C in the Indonesia (Jakarta) region. cn-hangzhou-ehi-aliyun: Zone E+H+I in the China (Hangzhou) region. cn-beijing-acd-aliyun: Zone A+C+D in the China (Beijing) region. ap-southeast-1-abc-aliyun: Zone A+B+C in the Singapore region. cn-zhangjiakou-abc-aliyun: Zone A+B+C in the China (Zhangjiakou) region. cn-shanghai-efg-aliyun: Zone E+F+G in the China (Shanghai) region. cn-shanghai-abd-aliyun: Zone A+B+D in the China (Shanghai) region. cn-hangzhou-bef-aliyun: Zone B+E+F in the China (Hangzhou) region. cn-hangzhou-bce-aliyun: Zone B+C+E in the China (Hangzhou) region. cn-beijing-fgh-aliyun: Zone F+G+H in the China (Beijing) region. cn-shenzhen-abc-aliyun: Zone A+B+C in the China (Shenzhen) region. **This parameter is required if you want to create a multi-zone instance.


PeriodOptional

public object Period { get; set; }
  • Type: object

Property period: The subscription period of the instance.

The valid values of this parameter depend on the value of the PeriodUnit parameter. If PeriodUnit is set to Month, Valid values are 1,2,3,4,5,6,7,8,9,12,24,36. If PeriodUnit is set to Year, set this parameter to an integer that ranges from 1 to 3. NoteThis parameter is available and required when the PayType parameter is set to PREPAY.


PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

Property periodUnit: The period based on which you are charged for the instance.

Valid values: Month: You are charged for the instance on a monthly basis. Year: You are charged for the instance on a yearly basis. NoteThis parameter is available and required when the PayType parameter is set to PREPAY.


PrimaryVSwitchIdOptional

public object PrimaryVSwitchId { get; set; }
  • Type: object

Property primaryVSwitchId: For multiple available regions, the virtual switch ID of the main available area must be under the available area corresponding to the Primaryzoneid.If you need to create a multi -available area example, this parameter must be filled.


PrimaryZoneIdOptional

public object PrimaryZoneId { get; set; }
  • Type: object

Property primaryZoneId: For many available zone instances, the available area ID of the main available area.If you need to create a multi -available area example, this parameter must be filled.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of the resource group to which the Lindorm instance belongs.


SecurityIpListOptional

public object SecurityIpList { get; set; }
  • Type: object

Property securityIpList: The ip white list of instance.


SolrNumOptional

public object SolrNum { get; set; }
  • Type: object

Property solrNum: The number of LindormSearch nodes in the instance.

Valid values: integers from 0 to 60.


SolrSpecOptional

public object SolrSpec { get; set; }
  • Type: object

Property solrSpec: The specification of the LindormSearch nodes in the instance.

Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory.


StandbyVSwitchIdOptional

public object StandbyVSwitchId { get; set; }
  • Type: object

Property standbyVSwitchId: The ID of the vSwitch that is specified for the secondary zone of the instance.

The vSwitch must be deployed in the zone specified by the StandbyZoneId parameter. **This parameter is required if you want to create a multi-zone instance.


StandbyZoneIdOptional

public object StandbyZoneId { get; set; }
  • Type: object

Property standbyZoneId: The ID of the secondary zone of the instance.

**This parameter is required if you want to create a multi-zone instance.


StreamNumOptional

public object StreamNum { get; set; }
  • Type: object

Property streamNum: The number of LindormStream nodes in the instance.

Valid values: integers from 0 to 90.


StreamSpecOptional

public object StreamSpec { get; set; }
  • Type: object

Property streamSpec: The specification of LindormStream nodes in the instance.

Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory. lindorm.c.xlarge: Each node has 4 dedicated CPU cores and 8 GB of dedicated memory. lindorm.c.2xlarge: Each node has 8 dedicated CPU cores and 16 GB of dedicated memory. lindorm.c.4xlarge: Each node has 16 dedicated CPU cores and 32 GB of dedicated memory. lindorm.c.8xlarge: Each node has 32 dedicated CPU cores and 64 GB of dedicated memory.


TsdbNumOptional

public object TsdbNum { get; set; }
  • Type: object

Property tsdbNum: The number of the LindormTSDB nodes in the instance.

The valid values of this parameter depend on the value of the PayType parameter. If the PayType parameter is set to PREPAY, set this parameter to an integer that ranges from 0 to 24. If the PayType parameter is set to POSTPAY, set this parameter to an integer that ranges from 0 to 32.


TsdbSpecOptional

public object TsdbSpec { get; set; }
  • Type: object

Property tsdbSpec: The specification of the LindormTSDB nodes in the instance.

Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory.