Skip to content

RosMountTargetProps

Properties for defining a RosMountTarget.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosMountTargetProps {
    object AccessGroupName,
    object FileSystemId,
    object NetworkType,
    object EnableIpv6 = null,
    object SecurityGroupId = null,
    object Status = null,
    object VpcId = null,
    object VSwitchId = null
};

Properties

Name Type Description
AccessGroupName object No description.
FileSystemId object No description.
NetworkType object No description.
EnableIpv6 object No description.
SecurityGroupId object No description.
Status object No description.
VpcId object No description.
VSwitchId object No description.

AccessGroupNameRequired

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

FileSystemIdRequired

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

NetworkTypeRequired

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

EnableIpv6Optional

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

SecurityGroupIdOptional

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

StatusOptional

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

VpcIdOptional

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

VSwitchIdOptional

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