ManagerProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new ManagerProperty {
object DirectoryService = null,
object Dns = null,
object ManagerNode = null,
object Scheduler = null
};
Properties
| Name | Type | Description |
|---|---|---|
DirectoryService |
object |
No description. |
Dns |
object |
No description. |
ManagerNode |
object |
No description. |
Scheduler |
object |
No description. |
DirectoryServiceOptional
public object DirectoryService { get; set; }
- Type: object
DnsOptional
public object Dns { get; set; }
- Type: object
ManagerNodeOptional
public object ManagerNode { get; set; }
- Type: object
SchedulerOptional
public object Scheduler { get; set; }
- Type: object