NasConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new NasConfigProperty {
object GroupId = null,
object MountPoints = null,
object UserId = null
};
Properties
Name | Type | Description |
---|---|---|
GroupId |
object |
No description. |
MountPoints |
object |
No description. |
UserId |
object |
No description. |
GroupId
Optional
public object GroupId { get; set; }
- Type: object
MountPoints
Optional
public object MountPoints { get; set; }
- Type: object
UserId
Optional
public object UserId { get; set; }
- Type: object