RosNodesProps
Properties for defining a RosNodes
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ehpc-nodes
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new RosNodesProps {
object ClusterId,
object HostName = null,
object HostNamePrefix = null,
object HostNameSuffix = null,
object PrivateIpAddress = null,
object RefreshOptions = null,
object Role = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterId |
object |
No description. |
HostName |
object |
No description. |
HostNamePrefix |
object |
No description. |
HostNameSuffix |
object |
No description. |
PrivateIpAddress |
object |
No description. |
RefreshOptions |
object |
No description. |
Role |
object |
No description. |
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
HostName
Optional
public object HostName { get; set; }
- Type: object
HostNamePrefix
Optional
public object HostNamePrefix { get; set; }
- Type: object
HostNameSuffix
Optional
public object HostNameSuffix { get; set; }
- Type: object
PrivateIpAddress
Optional
public object PrivateIpAddress { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Role
Optional
public object Role { get; set; }
- Type: object