Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeais"
&alicloudroscdkeais.RosInstanceProps {
    CreateWithNotebook: interface{},
    InstanceType: interface{},
    SecurityGroupId: interface{},
    VSwitchId: interface{},
    EnvironmentVar: interface{},
    InstanceName: interface{},
    PaymentType: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
CreateWithNotebook interface{} No description.
InstanceType interface{} No description.
SecurityGroupId interface{} No description.
VSwitchId interface{} No description.
EnvironmentVar interface{} No description.
InstanceName interface{} No description.
PaymentType interface{} No description.
ResourceGroupId interface{} No description.

CreateWithNotebookRequired

CreateWithNotebook interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

EnvironmentVarOptional

EnvironmentVar interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}