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. |
accessGroupId
Required
public readonly accessGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property accessGroupId: The ID of the Access Group.
fileSystemId
Required
public readonly fileSystemId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property fileSystemId: The ID of the File System.
networkType
Required
public readonly networkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property networkType: The network type of the Mount Point.
Valid values: VPC.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The vpc id.
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: The vswitch id.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the Mount Point.
status
Optional
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The status of the Mount Point.
Valid values: Active, Inactive