ProtocolMountTargetProps
Properties for defining a ProtocolMountTarget
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolmounttarget
Initializer
import { ProtocolMountTargetProps } from '@alicloud/ros-cdk-nas'
const protocolMountTargetProps: ProtocolMountTargetProps = { ... }
Properties
Name | Type | Description |
---|---|---|
fileSystemId |
string | @alicloud/ros-cdk-core.IResolvable |
Property fileSystemId: File system ID. |
protocolServiceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property protocolServiceId: Agreement service ID. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: Proper network ID exported by the protocol service. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vSwitchId: Switch ID exported by the protocol service. |
accessGroupName |
string | @alicloud/ros-cdk-core.IResolvable |
Property accessGroupName: The name of the permissions group. |
description |
string | @alicloud/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 (-). |
fsetId |
string | @alicloud/ros-cdk-core.IResolvable |
Property fsetId: Fileset ID needs to be exported. |
path |
string | @alicloud/ros-cdk-core.IResolvable |
Property path: The path of the CPFS directory that needs to be exported. |
fileSystemId
Required
public readonly fileSystemId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property fileSystemId: File system ID.
protocolServiceId
Required
public readonly protocolServiceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property protocolServiceId: Agreement service ID.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: Proper network ID exported by the protocol service.
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: Switch ID exported by the protocol service.
accessGroupName
Optional
public readonly accessGroupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accessGroupName: The name of the permissions group.
Default value: DEFAULT_VPC_GROUP_NAME
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/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 (-).
fsetId
Optional
public readonly fsetId: string | IResolvable;
- Type: string | @alicloud/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.
path
Optional
public readonly path: string | IResolvable;
- Type: string | @alicloud/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\/.