AddonsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new AddonsProperty {
object Name,
object Version,
object ResourcesSpec = null,
object ServicesSpec = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Version |
object |
No description. |
ResourcesSpec |
object |
No description. |
ServicesSpec |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Version
Required
public object Version { get; set; }
- Type: object
ResourcesSpec
Optional
public object ResourcesSpec { get; set; }
- Type: object
ServicesSpec
Optional
public object ServicesSpec { get; set; }
- Type: object