Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

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

Properties

Name Type Description
CreateWithNotebook interface{} Property createWithNotebook: When the value is true, CreateEaiJupyter is called to create an eais instance, and when the value is false, CreateEai is called to create an eais instance.
InstanceType interface{} Property instanceType: EAIS instance type.
SecurityGroupId interface{} Property securityGroupId: Security group ID.
VSwitchId interface{} Property vSwitchId: Switch ID.
EnvironmentVar interface{} Property environmentVar: Setting environment variables in eais instance on Initialization.
InstanceName interface{} Property instanceName: Name of the instance.
PaymentType interface{} Property paymentType: The payment type of the resource.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.

CreateWithNotebookRequired

CreateWithNotebook interface{}
  • Type: interface{}

Property createWithNotebook: When the value is true, CreateEaiJupyter is called to create an eais instance, and when the value is false, CreateEai is called to create an eais instance.


InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

Property instanceType: EAIS instance type.


SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

Property securityGroupId: Security group ID.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: Switch ID.


EnvironmentVarOptional

EnvironmentVar interface{}
  • Type: interface{}

Property environmentVar: Setting environment variables in eais instance on Initialization.


InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

Property instanceName: Name of the instance.


PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

Property paymentType: The payment type of the resource.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.