ManagementProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new ManagementProperty {
object Enable,
object AutoRepair = null,
object UpgradeConfig = null
};
Properties
| Name | Type | Description |
|---|---|---|
Enable |
object |
No description. |
AutoRepair |
object |
No description. |
UpgradeConfig |
object |
No description. |
EnableRequired
public object Enable { get; set; }
- Type: object
AutoRepairOptional
public object AutoRepair { get; set; }
- Type: object
UpgradeConfigOptional
public object UpgradeConfig { get; set; }
- Type: object