Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkbastionhost"
&alicloudroscdkbastionhost.RosInstanceProps {
    ExtendedStoragePlans: interface{},
    ExtraBandwidth: interface{},
    Plan: interface{},
    StartInstanceParam: interface{},
    Version: interface{},
    AutoPay: interface{},
    AutoRenew: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
ExtendedStoragePlans interface{} No description.
ExtraBandwidth interface{} No description.
Plan interface{} No description.
StartInstanceParam interface{} No description.
Version interface{} No description.
AutoPay interface{} No description.
AutoRenew interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
ResourceGroupId interface{} No description.

ExtendedStoragePlansRequired

ExtendedStoragePlans interface{}
  • Type: interface{}

ExtraBandwidthRequired

ExtraBandwidth interface{}
  • Type: interface{}

PlanRequired

Plan interface{}
  • Type: interface{}

StartInstanceParamRequired

StartInstanceParam interface{}
  • Type: interface{}

VersionRequired

Version interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}