RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eais;
new RosInstanceProps {
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 |
No description. |
InstanceType |
object |
No description. |
SecurityGroupId |
object |
No description. |
VSwitchId |
object |
No description. |
EnvironmentVar |
object |
No description. |
InstanceName |
object |
No description. |
PaymentType |
object |
No description. |
ResourceGroupId |
object |
No description. |
CreateWithNotebookRequired
public object CreateWithNotebook { get; set; }
- Type: object
InstanceTypeRequired
public object InstanceType { get; set; }
- Type: object
SecurityGroupIdRequired
public object SecurityGroupId { get; set; }
- Type: object
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
EnvironmentVarOptional
public object EnvironmentVar { get; set; }
- Type: object
InstanceNameOptional
public object InstanceName { get; set; }
- Type: object
PaymentTypeOptional
public object PaymentType { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object