Skip to content

NasConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new NasConfigProperty {
    object GroupId,
    object MountPoints,
    object UserId
};

Properties

Name Type Description
GroupId object No description.
MountPoints object No description.
UserId object No description.

GroupIdRequired

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

MountPointsRequired

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

UserIdRequired

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