MountPointProps
Properties for defining a MountPoint.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-mountpoint
Initializer
import { MountPointProps } from '@alicloud/ros-cdk-dfs'
const mountPointProps: MountPointProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
accessGroupId | string | @alicloud/ros-cdk-core.IResolvable | Property accessGroupId: The ID of the Access Group. |
fileSystemId | string | @alicloud/ros-cdk-core.IResolvable | Property fileSystemId: The ID of the File System. |
networkType | string | @alicloud/ros-cdk-core.IResolvable | Property networkType: The network type of the Mount Point. |
vpcId | string | @alicloud/ros-cdk-core.IResolvable | Property vpcId: The vpc id. |
vSwitchId | string | @alicloud/ros-cdk-core.IResolvable | Property vSwitchId: The vswitch id. |
description | string | @alicloud/ros-cdk-core.IResolvable | Property description: The description of the Mount Point. |
status | string | @alicloud/ros-cdk-core.IResolvable | Property status: The status of the Mount Point. |
accessGroupIdRequired
public readonly accessGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accessGroupId: The ID of the Access Group.
fileSystemIdRequired
public readonly fileSystemId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property fileSystemId: The ID of the File System.
networkTypeRequired
public readonly networkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkType: The network type of the Mount Point.
Valid values: VPC.
vpcIdRequired
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The vpc id.
vSwitchIdRequired
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: The vswitch id.
descriptionOptional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the Mount Point.
statusOptional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The status of the Mount Point.
Valid values: Active, Inactive