Skip to content

RosMountPointProps

Properties for defining a RosMountPoint.

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

Initializer

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

Properties

Name Type Description
AccessGroupId object No description.
FileSystemId object No description.
NetworkType object No description.
VpcId object No description.
VSwitchId object No description.
Description object No description.
Status object No description.

AccessGroupIdRequired

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

FileSystemIdRequired

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

NetworkTypeRequired

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

VpcIdRequired

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

VSwitchIdRequired

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

DescriptionOptional

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

StatusOptional

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