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. |
AccessGroupId
Required
public object AccessGroupId { get; set; }
- Type: object
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
NetworkType
Required
public object NetworkType { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object