Skip to content

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_idRequired

cluster_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

host_nameOptional

host_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

host_name_prefixOptional

host_name_prefix: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

host_name_suffixOptional

host_name_suffix: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

private_ip_addressOptional

private_ip_address: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

refresh_optionsOptional

refresh_options: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

roleOptional

role: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]