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. |
GroupIdOptional
public object GroupId { get; set; }
- Type: object
MountPointsOptional
public object MountPoints { get; set; }
- Type: object
UserIdOptional
public object UserId { get; set; }
- Type: object