Skip to content

RosMyBaseProps

Properties for defining a RosMyBase.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-mybase

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcddc"
&alicloudroscdkcddc.RosMyBaseProps {
    EcsClassList: interface{},
    Engine: interface{},
    PayType: interface{},
    Period: interface{},
    SecurityGroupId: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
    AutoRenew: interface{},
    DedicatedHostGroupDescription: interface{},
    DedicatedHostGroupId: interface{},
    EcsDeploymentSetId: interface{},
    EcsHostName: interface{},
    EcsInstanceName: interface{},
    EcsUniqueSuffix: interface{},
    ImageId: interface{},
    InternetChargeType: interface{},
    InternetMaxBandwidthOut: interface{},
    KeyPairName: interface{},
    OsPassword: interface{},
    PasswordInherit: interface{},
    PeriodType: interface{},
    ResourceGroupId: interface{},
    UserData: interface{},
    UserDataInBase64: interface{},
}

Properties

Name Type Description
EcsClassList interface{} No description.
Engine interface{} No description.
PayType interface{} No description.
Period interface{} No description.
SecurityGroupId interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.
AutoRenew interface{} No description.
DedicatedHostGroupDescription interface{} No description.
DedicatedHostGroupId interface{} No description.
EcsDeploymentSetId interface{} No description.
EcsHostName interface{} No description.
EcsInstanceName interface{} No description.
EcsUniqueSuffix interface{} No description.
ImageId interface{} No description.
InternetChargeType interface{} No description.
InternetMaxBandwidthOut interface{} No description.
KeyPairName interface{} No description.
OsPassword interface{} No description.
PasswordInherit interface{} No description.
PeriodType interface{} No description.
ResourceGroupId interface{} No description.
UserData interface{} No description.
UserDataInBase64 interface{} No description.

EcsClassListRequired

EcsClassList interface{}
  • Type: interface{}

EngineRequired

Engine interface{}
  • Type: interface{}

PayTypeRequired

PayType interface{}
  • Type: interface{}

PeriodRequired

Period interface{}
  • Type: interface{}

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

DedicatedHostGroupDescriptionOptional

DedicatedHostGroupDescription interface{}
  • Type: interface{}

DedicatedHostGroupIdOptional

DedicatedHostGroupId interface{}
  • Type: interface{}

EcsDeploymentSetIdOptional

EcsDeploymentSetId interface{}
  • Type: interface{}

EcsHostNameOptional

EcsHostName interface{}
  • Type: interface{}

EcsInstanceNameOptional

EcsInstanceName interface{}
  • Type: interface{}

EcsUniqueSuffixOptional

EcsUniqueSuffix interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

InternetMaxBandwidthOutOptional

InternetMaxBandwidthOut interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

OsPasswordOptional

OsPassword interface{}
  • Type: interface{}

PasswordInheritOptional

PasswordInherit interface{}
  • Type: interface{}

PeriodTypeOptional

PeriodType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

UserDataOptional

UserData interface{}
  • Type: interface{}

UserDataInBase64Optional

UserDataInBase64 interface{}
  • Type: interface{}