Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eais;
new InstanceProps {
    object CreateWithNotebook,
    object InstanceType,
    object SecurityGroupId,
    object VSwitchId,
    object EnvironmentVar = null,
    object InstanceName = null,
    object PaymentType = null,
    object ResourceGroupId = null
};

Properties

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

CreateWithNotebookRequired

public object CreateWithNotebook { get; set; }
  • Type: object

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

public object InstanceType { get; set; }
  • Type: object

Property instanceType: EAIS instance type.


SecurityGroupIdRequired

public object SecurityGroupId { get; set; }
  • Type: object

Property securityGroupId: Security group ID.


VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

Property vSwitchId: Switch ID.


EnvironmentVarOptional

public object EnvironmentVar { get; set; }
  • Type: object

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


InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

Property instanceName: Name of the instance.


PaymentTypeOptional

public object PaymentType { get; set; }
  • Type: object

Property paymentType: The payment type of the resource.


ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

Property resourceGroupId: The ID of the resource group.