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. |
ImageId
Required
ImageId interface{}
- Type: interface{}
Period
Required
Period interface{}
- Type: interface{}
PlanId
Required
PlanId interface{}
- Type: interface{}
Amount
Optional
Amount interface{}
- Type: interface{}
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
AutoRenewPeriod
Optional
AutoRenewPeriod interface{}
- Type: interface{}
DataDiskSize
Optional
DataDiskSize interface{}
- Type: interface{}