Skip to content

ProtocolMountTargetProps

Properties for defining a ProtocolMountTarget.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolmounttarget

Initializer

import ros_cdk_nas
ros_cdk_nas.ProtocolMountTargetProps(
  file_system_id: typing.Union[str, IResolvable],
  protocol_service_id: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  v_switch_id: typing.Union[str, IResolvable],
  access_group_name: typing.Union[str, IResolvable] = None,
  description: typing.Union[str, IResolvable] = None,
  fset_id: typing.Union[str, IResolvable] = None,
  path: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
file_system_id typing.Union[str, ros_cdk_core.IResolvable] Property fileSystemId: File system ID.
protocol_service_id typing.Union[str, ros_cdk_core.IResolvable] Property protocolServiceId: Agreement service ID.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: Proper network ID exported by the protocol service.
v_switch_id typing.Union[str, ros_cdk_core.IResolvable] Property vSwitchId: Switch ID exported by the protocol service.
access_group_name typing.Union[str, ros_cdk_core.IResolvable] Property accessGroupName: The name of the permissions group.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: Description of the protocol service to export the directory.The console is displayed as the export directory name. limit: The length is 2 to 128 English or Chinese characters. Start with a lowercase letter or Chinese, and you cannot start with http:\/\/ and https: \/\/. It can contain numbers, half-horn colon (:), down line (_) or short lines (-).
fset_id typing.Union[str, ros_cdk_core.IResolvable] Property fsetId: Fileset ID needs to be exported.
path typing.Union[str, ros_cdk_core.IResolvable] Property path: The path of the CPFS directory that needs to be exported.

file_system_idRequired

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

Property fileSystemId: File system ID.


protocol_service_idRequired

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

Property protocolServiceId: Agreement service ID.


vpc_idRequired

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

Property vpcId: Proper network ID exported by the protocol service.


v_switch_idRequired

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

Property vSwitchId: Switch ID exported by the protocol service.


access_group_nameOptional

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

Property accessGroupName: The name of the permissions group.

Default value: DEFAULT_VPC_GROUP_NAME


descriptionOptional

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

Property description: Description of the protocol service to export the directory.The console is displayed as the export directory name. limit: The length is 2 to 128 English or Chinese characters. Start with a lowercase letter or Chinese, and you cannot start with http:\/\/ and https: \/\/. It can contain numbers, half-horn colon (:), down line (_) or short lines (-).


fset_idOptional

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

Property fsetId: Fileset ID needs to be exported.

limit: The Fileset must exist. A Fileset allows only one export directory. Fileset and Path can only specify one.


pathOptional

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

Property path: The path of the CPFS directory that needs to be exported.

limit: This directory must be existing directory on CPFS. The same directory allows only one export. Fileset and Path can only specify one. Format: The length is 1 to 1024 characters. Use UTF-8 encoding. It must start with the positive oblique line (/), and the root directory must be/.