Skip to content

RosMultiZoneInstanceProps

Properties for defining a RosMultiZoneInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Lindorm;
new RosMultiZoneInstanceProps {
    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 No description.
InstanceName object No description.
VpcId object No description.
ArbiterVSwitchId object No description.
ArbiterZoneId object No description.
ColdStorage object No description.
CoreSingleStorage object No description.
CoreSpec object No description.
FilestoreNum object No description.
FilestoreSpec object No description.
InstanceChargeType object No description.
LindormNum object No description.
LindormSpec object No description.
LogDiskCategory object No description.
LogNum object No description.
LogSingleStorage object No description.
LogSpec object No description.
MultiZoneCombination object No description.
Period object No description.
PeriodUnit object No description.
PrimaryVSwitchId object No description.
PrimaryZoneId object No description.
ResourceGroupId object No description.
SecurityIpList object No description.
SolrNum object No description.
SolrSpec object No description.
StandbyVSwitchId object No description.
StandbyZoneId object No description.
StreamNum object No description.
StreamSpec object No description.
TsdbNum object No description.
TsdbSpec object No description.

DiskCategoryRequired

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

InstanceNameRequired

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

VpcIdRequired

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

ArbiterVSwitchIdOptional

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

ArbiterZoneIdOptional

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

ColdStorageOptional

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

CoreSingleStorageOptional

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

CoreSpecOptional

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

FilestoreNumOptional

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

FilestoreSpecOptional

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

InstanceChargeTypeOptional

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

LindormNumOptional

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

LindormSpecOptional

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

LogDiskCategoryOptional

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

LogNumOptional

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

LogSingleStorageOptional

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

LogSpecOptional

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

MultiZoneCombinationOptional

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

PeriodOptional

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

PeriodUnitOptional

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

PrimaryVSwitchIdOptional

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

PrimaryZoneIdOptional

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

ResourceGroupIdOptional

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

SecurityIpListOptional

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

SolrNumOptional

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

SolrSpecOptional

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

StandbyVSwitchIdOptional

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

StandbyZoneIdOptional

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

StreamNumOptional

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

StreamSpecOptional

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

TsdbNumOptional

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

TsdbSpecOptional

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