RosProtocolServiceProps
Properties for defining a RosProtocolService.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolservice
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosProtocolServiceProps {
object FileSystemId,
object ProtocolSpec,
object ProtocolType,
object VpcId,
object VSwitchId,
object Description = null,
object Throughput = null
};
Properties
| Name | Type | Description |
|---|---|---|
FileSystemId |
object |
No description. |
ProtocolSpec |
object |
No description. |
ProtocolType |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
Description |
object |
No description. |
Throughput |
object |
No description. |
FileSystemIdRequired
public object FileSystemId { get; set; }
- Type: object
ProtocolSpecRequired
public object ProtocolSpec { get; set; }
- Type: object
ProtocolTypeRequired
public object ProtocolType { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
ThroughputOptional
public object Throughput { get; set; }
- Type: object