RosNodesProps
Properties for defining a RosNodes
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ehpc-nodes
Initializer
from ros_cdk_ehpc import datasource
datasource.RosNodesProps(
cluster_id: typing.Union[str, IResolvable],
host_name: typing.Union[str, IResolvable] = None,
host_name_prefix: typing.Union[str, IResolvable] = None,
host_name_suffix: typing.Union[str, IResolvable] = None,
private_ip_address: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
role: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
cluster_id |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
host_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
host_name_prefix |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
host_name_suffix |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
private_ip_address |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
role |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
cluster_id
Required
cluster_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
host_name
Optional
host_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
host_name_prefix
Optional
host_name_prefix: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
host_name_suffix
Optional
host_name_suffix: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
private_ip_address
Optional
private_ip_address: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
role
Optional
role: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]