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. |
DirectoryService
Optional
public object DirectoryService { get; set; }
- Type: object
Dns
Optional
public object Dns { get; set; }
- Type: object
ManagerNode
Optional
public object ManagerNode { get; set; }
- Type: object
Scheduler
Optional
public object Scheduler { get; set; }
- Type: object