MountTargetProps
Properties for defining a MountTarget
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-mounttarget
Initializer
import { MountTargetProps } from '@alicloud/ros-cdk-nas'
const mountTargetProps: MountTargetProps = { ... }
Properties
Name | Type | Description |
---|---|---|
accessGroupName |
string | @alicloud/ros-cdk-core.IResolvable |
Property accessGroupName: Permission group name. |
fileSystemId |
string | @alicloud/ros-cdk-core.IResolvable |
Property fileSystemId: File system ID. |
networkType |
string | @alicloud/ros-cdk-core.IResolvable |
Property networkType: Network type, including Vpc and Classic networks. |
enableIpv6 |
boolean | @alicloud/ros-cdk-core.IResolvable |
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 |
string | @alicloud/ros-cdk-core.IResolvable |
Property securityGroupId: Security group Id. |
status |
string | @alicloud/ros-cdk-core.IResolvable |
Property status: Status, including Active and Inactive. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: VPC network ID. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vSwitchId: VSwitch ID. |
accessGroupName
Required
public readonly accessGroupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accessGroupName: Permission group name.
Default to DEFAULT_VPC_GROUP_NAME.
fileSystemId
Required
public readonly fileSystemId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property fileSystemId: File system ID.
networkType
Required
public readonly networkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkType: Network type, including Vpc and Classic networks.
enableIpv6
Optional
public readonly enableIpv6: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
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 readonly securityGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property securityGroupId: Security group Id.
status
Optional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: Status, including Active and Inactive.
vpcId
Optional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: VPC network ID.
vSwitchId
Optional
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: VSwitch ID.