Skip to content

ProtocolMountTargetProps

Properties for defining a ProtocolMountTarget.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nas;
new ProtocolMountTargetProps {
    object FileSystemId,
    object ProtocolServiceId,
    object VpcId,
    object VSwitchId,
    object AccessGroupName = null,
    object Description = null,
    object FsetId = null,
    object Path = null
};

Properties

Name Type Description
FileSystemId object Property fileSystemId: File system ID.
ProtocolServiceId object Property protocolServiceId: Agreement service ID.
VpcId object Property vpcId: Proper network ID exported by the protocol service.
VSwitchId object Property vSwitchId: Switch ID exported by the protocol service.
AccessGroupName object Property accessGroupName: The name of the permissions group.
Description object 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 object Property fsetId: Fileset ID needs to be exported.
Path object Property path: The path of the CPFS directory that needs to be exported.

FileSystemIdRequired

public object FileSystemId { get; set; }
  • Type: object

Property fileSystemId: File system ID.


ProtocolServiceIdRequired

public object ProtocolServiceId { get; set; }
  • Type: object

Property protocolServiceId: Agreement service ID.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

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


VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

Property vSwitchId: Switch ID exported by the protocol service.


AccessGroupNameOptional

public object AccessGroupName { get; set; }
  • Type: object

Property accessGroupName: The name of the permissions group.

Default value: DEFAULT_VPC_GROUP_NAME


DescriptionOptional

public object Description { get; set; }
  • Type: object

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 (-).


FsetIdOptional

public object FsetId { get; set; }
  • Type: object

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

public object Path { get; set; }
  • Type: object

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/.