Skip to content

RosProtocolMountTargetProps

Properties for defining a RosProtocolMountTarget.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolmounttarget

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosProtocolMountTargetProps {
    object FileSystemId,
    object ProtocolServiceId,
    object VpcId,
    object VSwitchId,
    object AccessGroupName = null,
    object Description = null,
    object FsetId = null,
    object Path = null
};

Properties

Name Type Description
FileSystemId object No description.
ProtocolServiceId object No description.
VpcId object No description.
VSwitchId object No description.
AccessGroupName object No description.
Description object No description.
FsetId object No description.
Path object No description.

FileSystemIdRequired

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

ProtocolServiceIdRequired

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

VpcIdRequired

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

VSwitchIdRequired

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

AccessGroupNameOptional

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

DescriptionOptional

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

FsetIdOptional

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

PathOptional

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