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. |
CreateWithNotebook
Required
public object CreateWithNotebook { get; set; }
- Type: object
InstanceType
Required
public object InstanceType { get; set; }
- Type: object
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
EnvironmentVar
Optional
public object EnvironmentVar { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
PaymentType
Optional
public object PaymentType { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object