Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens"
&alicloudroscdkens.RosInstanceProps {
    DataDiskSize: interface{},
    EnsRegionId: interface{},
    ImageId: interface{},
    InstanceType: interface{},
    Period: interface{},
    Quantity: interface{},
    SystemDiskSize: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    HostName: interface{},
    InstanceName: interface{},
    InternetChargeType: interface{},
    IpType: interface{},
    KeyPairName: interface{},
    Password: interface{},
    PaymentType: interface{},
    PrivateIpAddress: interface{},
    UniqueSuffix: interface{},
    UserData: interface{},
    VSwitchId: interface{},
}

Properties

Name Type Description
DataDiskSize interface{} No description.
EnsRegionId interface{} No description.
ImageId interface{} No description.
InstanceType interface{} No description.
Period interface{} No description.
Quantity interface{} No description.
SystemDiskSize interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
HostName interface{} No description.
InstanceName interface{} No description.
InternetChargeType interface{} No description.
IpType interface{} No description.
KeyPairName interface{} No description.
Password interface{} No description.
PaymentType interface{} No description.
PrivateIpAddress interface{} No description.
UniqueSuffix interface{} No description.
UserData interface{} No description.
VSwitchId interface{} No description.

DataDiskSizeRequired

DataDiskSize interface{}
  • Type: interface{}

EnsRegionIdRequired

EnsRegionId interface{}
  • Type: interface{}

ImageIdRequired

ImageId interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

PeriodRequired

Period interface{}
  • Type: interface{}

QuantityRequired

Quantity interface{}
  • Type: interface{}

SystemDiskSizeRequired

SystemDiskSize interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

HostNameOptional

HostName interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

IpTypeOptional

IpType interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

UniqueSuffixOptional

UniqueSuffix interface{}
  • Type: interface{}

UserDataOptional

UserData interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}