Skip to content

SharedStoragesProperty

Initializer

import ros_cdk_ehpc
ros_cdk_ehpc.RosClusterV2.SharedStoragesProperty(
  file_system_id: typing.Union[str, IResolvable],
  mount_target_domain: typing.Union[str, IResolvable],
  mount_directory: typing.Union[str, IResolvable] = None,
  mount_options: typing.Union[str, IResolvable] = None,
  nas_directory: typing.Union[str, IResolvable] = None,
  protocol_type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
file_system_id typing.Union[str, ros_cdk_core.IResolvable] No description.
mount_target_domain typing.Union[str, ros_cdk_core.IResolvable] No description.
mount_directory typing.Union[str, ros_cdk_core.IResolvable] No description.
mount_options typing.Union[str, ros_cdk_core.IResolvable] No description.
nas_directory typing.Union[str, ros_cdk_core.IResolvable] No description.
protocol_type typing.Union[str, ros_cdk_core.IResolvable] No description.

file_system_idRequired

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

mount_target_domainRequired

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

mount_directoryOptional

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

mount_optionsOptional

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

nas_directoryOptional

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

protocol_typeOptional

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