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: Permission group name. |
FileSystemId |
object |
Property fileSystemId: File system ID. |
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. |
AccessGroupName
Required
public object AccessGroupName { get; set; }
- Type: object
Property accessGroupName: Permission group name.
Default to DEFAULT_VPC_GROUP_NAME.
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
Property fileSystemId: File system ID.
NetworkType
Required
public object NetworkType { get; set; }
- Type: object
Property networkType: Network type, including Vpc and Classic networks.
EnableIpv6
Optional
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.
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
Property securityGroupId: Security group Id.
Status
Optional
public object Status { get; set; }
- Type: object
Property status: Status, including Active and Inactive.
VpcId
Optional
public object VpcId { get; set; }
- Type: object
Property vpcId: VPC network ID.
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitch ID.