Skip to content

RosInstancesProps

Properties for defining a RosInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-swas-instances

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkswas"
&alicloudroscdkswas.RosInstancesProps {
    ImageId: interface{},
    Period: interface{},
    PlanId: interface{},
    Amount: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    DataDiskSize: interface{},
}

Properties

Name Type Description
ImageId interface{} No description.
Period interface{} No description.
PlanId interface{} No description.
Amount interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
DataDiskSize interface{} No description.

ImageIdRequired

ImageId interface{}
  • Type: interface{}

PeriodRequired

Period interface{}
  • Type: interface{}

PlanIdRequired

PlanId interface{}
  • Type: interface{}

AmountOptional

Amount interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

DataDiskSizeOptional

DataDiskSize interface{}
  • Type: interface{}