RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidswapi-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paidswapi;
new RosInstanceProps {
object EcsSpec,
object ImageUrl,
object InstanceName,
object Accessibility = null,
object Datasets = null,
object EnvironmentVariables = null,
object Labels = null,
object SaveImage = null,
object UserVpc = null,
object WorkspaceId = null
};
Properties
| Name | Type | Description |
|---|---|---|
EcsSpec |
object |
No description. |
ImageUrl |
object |
No description. |
InstanceName |
object |
No description. |
Accessibility |
object |
No description. |
Datasets |
object |
No description. |
EnvironmentVariables |
object |
No description. |
Labels |
object |
No description. |
SaveImage |
object |
No description. |
UserVpc |
object |
No description. |
WorkspaceId |
object |
No description. |
EcsSpecRequired
public object EcsSpec { get; set; }
- Type: object
ImageUrlRequired
public object ImageUrl { get; set; }
- Type: object
InstanceNameRequired
public object InstanceName { get; set; }
- Type: object
AccessibilityOptional
public object Accessibility { get; set; }
- Type: object
DatasetsOptional
public object Datasets { get; set; }
- Type: object
EnvironmentVariablesOptional
public object EnvironmentVariables { get; set; }
- Type: object
LabelsOptional
public object Labels { get; set; }
- Type: object
SaveImageOptional
public object SaveImage { get; set; }
- Type: object
UserVpcOptional
public object UserVpc { get; set; }
- Type: object
WorkspaceIdOptional
public object WorkspaceId { get; set; }
- Type: object