MountTargetProps
Properties for defining a MountTarget.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-mounttarget
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new MountTargetProps {
object AccessGroupName,
object FileSystemId,
object NetworkType,
object EnableIpv6 = null,
object SecurityGroupId = null,
object Status = null,
object VpcId = null,
object VSwitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
AccessGroupName | object | Property accessGroupName: The name of the permission group. |
FileSystemId | object | Property fileSystemId: The ID of the file system. |
NetworkType | object | Property networkType: Network type, including Vpc and Classic networks. |
EnableIpv6 | object | Property enableIpv6: Whether to create an IPv6 mount point.Value: true: create false (default): do not create Note Currently, only the ultra-fast NAS in mainland China supports the IPv6 function, and the file system needs to enable the IPv6 function. |
SecurityGroupId | object | Property securityGroupId: Security group Id. |
Status | object | Property status: Status, including Active and Inactive. |
VpcId | object | Property vpcId: VPC network ID. |
VSwitchId | object | Property vSwitchId: VSwitch ID. |
AccessGroupNameRequired
public object AccessGroupName { get; set; }
- Type: object
Property accessGroupName: The name of the permission group.
This parameter is required if you create a mount target for a General-purpose NAS file system or an Extreme NAS file system. The default permission group for virtual private clouds (VPCs) is named DEFAULT_VPC_GROUP_NAME.
FileSystemIdRequired
public object FileSystemId { get; set; }
- Type: object
Property fileSystemId: The ID of the file system.
- Sample ID of a General-purpose NAS file system: 31a8e4****.
- The IDs of Extreme NAS file systems must start with
extreme-, for example, extreme-0015****. - The IDs of CPFS file systems must start with
cpfs-. Example: cpfs-125487****.
NetworkTypeRequired
public object NetworkType { get; set; }
- Type: object
Property networkType: Network type, including Vpc and Classic networks.
EnableIpv6Optional
public object EnableIpv6 { get; set; }
- Type: object
Property enableIpv6: Whether to create an IPv6 mount point.Value: true: create false (default): do not create Note Currently, only the ultra-fast NAS in mainland China supports the IPv6 function, and the file system needs to enable the IPv6 function.
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
Property securityGroupId: Security group Id.
StatusOptional
public object Status { get; set; }
- Type: object
Property status: Status, including Active and Inactive.
VpcIdOptional
public object VpcId { get; set; }
- Type: object
Property vpcId: VPC network ID.
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitch ID.