Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Lindorm;
new RosInstanceProps {
    object DiskCategory,
    object InstanceName,
    object VpcId,
    object ColdStorage = null,
    object CoreSpec = null,
    object FilestoreNum = null,
    object FilestoreSpec = null,
    object InstanceChargeType = null,
    object InstanceStorage = null,
    object LindormNum = null,
    object LindormSpec = null,
    object Period = null,
    object PeriodUnit = null,
    object ResourceGroupId = null,
    object SecurityIpList = null,
    object SolrNum = null,
    object SolrSpec = null,
    object StreamNum = null,
    object StreamSpec = null,
    object TsdbNum = null,
    object TsdbSpec = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
DiskCategory object No description.
InstanceName object No description.
VpcId object No description.
ColdStorage object No description.
CoreSpec object No description.
FilestoreNum object No description.
FilestoreSpec object No description.
InstanceChargeType object No description.
InstanceStorage object No description.
LindormNum object No description.
LindormSpec object No description.
Period object No description.
PeriodUnit object No description.
ResourceGroupId object No description.
SecurityIpList object No description.
SolrNum object No description.
SolrSpec object No description.
StreamNum object No description.
StreamSpec object No description.
TsdbNum object No description.
TsdbSpec object No description.
VSwitchId object No description.
ZoneId 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

ColdStorageOptional

public object ColdStorage { 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

InstanceStorageOptional

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

LindormNumOptional

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

LindormSpecOptional

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

PeriodOptional

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

PeriodUnitOptional

public object PeriodUnit { 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

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

VSwitchIdOptional

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

ZoneIdOptional

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