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. |
CreateWithNotebook
Required
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.
InstanceType
Required
InstanceType interface{}
- Type: interface{}
Property instanceType: EAIS instance type.
SecurityGroupId
Required
SecurityGroupId interface{}
- Type: interface{}
Property securityGroupId: Security group ID.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: Switch ID.
EnvironmentVar
Optional
EnvironmentVar interface{}
- Type: interface{}
Property environmentVar: Setting environment variables in eais instance on Initialization.
InstanceName
Optional
InstanceName interface{}
- Type: interface{}
Property instanceName: Name of the instance.
PaymentType
Optional
PaymentType interface{}
- Type: interface{}
Property paymentType: The payment type of the resource.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.