Skip to content

MountPointProps

Properties for defining a MountPoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-mountpoint

Initializer

import ros_cdk_dfs
ros_cdk_dfs.MountPointProps(
  access_group_id: typing.Union[str, IResolvable],
  file_system_id: typing.Union[str, IResolvable],
  network_type: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  v_switch_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  status: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
access_group_id typing.Union[str, ros_cdk_core.IResolvable] Property accessGroupId: The ID of the Access Group.
file_system_id typing.Union[str, ros_cdk_core.IResolvable] Property fileSystemId: The ID of the File System.
network_type typing.Union[str, ros_cdk_core.IResolvable] Property networkType: The network type of the Mount Point.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: The vpc id.
v_switch_id typing.Union[str, ros_cdk_core.IResolvable] Property vSwitchId: The vswitch id.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the Mount Point.
status typing.Union[str, ros_cdk_core.IResolvable] Property status: The status of the Mount Point.

access_group_idRequired

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

Property accessGroupId: The ID of the Access Group.


file_system_idRequired

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

Property fileSystemId: The ID of the File System.


network_typeRequired

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

Property networkType: The network type of the Mount Point.

Valid values: VPC.


vpc_idRequired

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

Property vpcId: The vpc id.


v_switch_idRequired

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

Property vSwitchId: The vswitch id.


descriptionOptional

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

Property description: The description of the Mount Point.


statusOptional

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

Property status: The status of the Mount Point.

Valid values: Active, Inactive