Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdklindorm"
&alicloudroscdklindorm.RosInstanceProps {
    DiskCategory: interface{},
    InstanceName: interface{},
    VpcId: interface{},
    ColdStorage: interface{},
    CoreSpec: interface{},
    DeletionProtection: interface{},
    FilestoreNum: interface{},
    FilestoreSpec: interface{},
    InstanceChargeType: interface{},
    InstanceStorage: interface{},
    LindormNum: interface{},
    LindormSpec: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    ResourceGroupId: interface{},
    SecurityIpList: interface{},
    SolrNum: interface{},
    SolrSpec: interface{},
    StreamNum: interface{},
    StreamSpec: interface{},
    TsdbNum: interface{},
    TsdbSpec: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
DiskCategory interface{} No description.
InstanceName interface{} No description.
VpcId interface{} No description.
ColdStorage interface{} No description.
CoreSpec interface{} No description.
DeletionProtection interface{} No description.
FilestoreNum interface{} No description.
FilestoreSpec interface{} No description.
InstanceChargeType interface{} No description.
InstanceStorage interface{} No description.
LindormNum interface{} No description.
LindormSpec interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
ResourceGroupId interface{} No description.
SecurityIpList interface{} No description.
SolrNum interface{} No description.
SolrSpec interface{} No description.
StreamNum interface{} No description.
StreamSpec interface{} No description.
TsdbNum interface{} No description.
TsdbSpec interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

DiskCategoryRequired

DiskCategory interface{}
  • Type: interface{}

InstanceNameRequired

InstanceName interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

ColdStorageOptional

ColdStorage interface{}
  • Type: interface{}

CoreSpecOptional

CoreSpec interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

FilestoreNumOptional

FilestoreNum interface{}
  • Type: interface{}

FilestoreSpecOptional

FilestoreSpec interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

InstanceStorageOptional

InstanceStorage interface{}
  • Type: interface{}

LindormNumOptional

LindormNum interface{}
  • Type: interface{}

LindormSpecOptional

LindormSpec interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityIpListOptional

SecurityIpList interface{}
  • Type: interface{}

SolrNumOptional

SolrNum interface{}
  • Type: interface{}

SolrSpecOptional

SolrSpec interface{}
  • Type: interface{}

StreamNumOptional

StreamNum interface{}
  • Type: interface{}

StreamSpecOptional

StreamSpec interface{}
  • Type: interface{}

TsdbNumOptional

TsdbNum interface{}
  • Type: interface{}

TsdbSpecOptional

TsdbSpec interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}