Skip to content

MountPointProps

Properties for defining a MountPoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-mountpoint

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dfs;
new MountPointProps {
    object AccessGroupId,
    object FileSystemId,
    object NetworkType,
    object VpcId,
    object VSwitchId,
    object Description = null,
    object Status = null
};

Properties

Name Type Description
AccessGroupId object Property accessGroupId: The ID of the Access Group.
FileSystemId object Property fileSystemId: The ID of the File System.
NetworkType object Property networkType: The network type of the Mount Point.
VpcId object Property vpcId: The vpc id.
VSwitchId object Property vSwitchId: The vswitch id.
Description object Property description: The description of the Mount Point.
Status object Property status: The status of the Mount Point.

AccessGroupIdRequired

public object AccessGroupId { get; set; }
  • Type: object

Property accessGroupId: The ID of the Access Group.


FileSystemIdRequired

public object FileSystemId { get; set; }
  • Type: object

Property fileSystemId: The ID of the File System.


NetworkTypeRequired

public object NetworkType { get; set; }
  • Type: object

Property networkType: The network type of the Mount Point.

Valid values: VPC.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: The vpc id.


VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

Property vSwitchId: The vswitch id.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the Mount Point.


StatusOptional

public object Status { get; set; }
  • Type: object

Property status: The status of the Mount Point.

Valid values: Active, Inactive