Skip to content

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.

ProtocolTypeRequired

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

StorageTypeRequired

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

BandwidthOptional

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

CapacityOptional

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

ChargeTypeOptional

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

DeletionForceOptional

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

DescriptionOptional

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

DurationOptional

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

EncryptTypeOptional

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

FileSystemTypeOptional

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

SnapshotIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

VpcIdOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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