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. |
AccessGroupName
Required
public object AccessGroupName { get; set; }
- Type: object
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
NetworkType
Required
public object NetworkType { get; set; }
- Type: object
EnableIpv6
Optional
public object EnableIpv6 { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object