RosFileSystemProps
Properties for defining a RosFileSystem
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-filesystem
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosFileSystemProps {
object ProtocolType,
object StorageType,
object Bandwidth = null,
object Capacity = null,
object ChargeType = null,
object DeletionForce = null,
object Description = null,
object Duration = null,
object EncryptType = null,
object FileSystemType = null,
object SnapshotId = null,
TagsProperty[] Tags = null,
object VpcId = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
ProtocolType |
object |
No description. |
StorageType |
object |
No description. |
Bandwidth |
object |
No description. |
Capacity |
object |
No description. |
ChargeType |
object |
No description. |
DeletionForce |
object |
No description. |
Description |
object |
No description. |
Duration |
object |
No description. |
EncryptType |
object |
No description. |
FileSystemType |
object |
No description. |
SnapshotId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
ProtocolType
Required
public object ProtocolType { get; set; }
- Type: object
StorageType
Required
public object StorageType { get; set; }
- Type: object
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
Capacity
Optional
public object Capacity { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
EncryptType
Optional
public object EncryptType { get; set; }
- Type: object
FileSystemType
Optional
public object FileSystemType { get; set; }
- Type: object
SnapshotId
Optional
public object SnapshotId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object