Table of Contents

Class ServiceLimit

Namespace
Amazon.FSx
Assembly
AWSSDK.FSx.dll

Constants used for properties of type ServiceLimit.

public class ServiceLimit : ConstantClass
Inheritance
ServiceLimit

Constructors

ServiceLimit(string)

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

public ServiceLimit(string value)

Parameters

value string

Fields

FILE_CACHE_COUNT

Constant FILE_CACHE_COUNT for ServiceLimit

public static readonly ServiceLimit FILE_CACHE_COUNT

Field Value

ServiceLimit

FILE_SYSTEM_COUNT

Constant FILE_SYSTEM_COUNT for ServiceLimit

public static readonly ServiceLimit FILE_SYSTEM_COUNT

Field Value

ServiceLimit

STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM

Constant STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM for ServiceLimit

public static readonly ServiceLimit STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM

Field Value

ServiceLimit

TOTAL_IN_PROGRESS_COPY_BACKUPS

Constant TOTAL_IN_PROGRESS_COPY_BACKUPS for ServiceLimit

public static readonly ServiceLimit TOTAL_IN_PROGRESS_COPY_BACKUPS

Field Value

ServiceLimit

TOTAL_SSD_IOPS

Constant TOTAL_SSD_IOPS for ServiceLimit

public static readonly ServiceLimit TOTAL_SSD_IOPS

Field Value

ServiceLimit

TOTAL_STORAGE

Constant TOTAL_STORAGE for ServiceLimit

public static readonly ServiceLimit TOTAL_STORAGE

Field Value

ServiceLimit

TOTAL_THROUGHPUT_CAPACITY

Constant TOTAL_THROUGHPUT_CAPACITY for ServiceLimit

public static readonly ServiceLimit TOTAL_THROUGHPUT_CAPACITY

Field Value

ServiceLimit

TOTAL_USER_INITIATED_BACKUPS

Constant TOTAL_USER_INITIATED_BACKUPS for ServiceLimit

public static readonly ServiceLimit TOTAL_USER_INITIATED_BACKUPS

Field Value

ServiceLimit

TOTAL_USER_TAGS

Constant TOTAL_USER_TAGS for ServiceLimit

public static readonly ServiceLimit TOTAL_USER_TAGS

Field Value

ServiceLimit

VOLUMES_PER_FILE_SYSTEM

Constant VOLUMES_PER_FILE_SYSTEM for ServiceLimit

public static readonly ServiceLimit VOLUMES_PER_FILE_SYSTEM

Field Value

ServiceLimit

Methods

FindValue(string)

Finds the constant for the unique value.

public static ServiceLimit FindValue(string value)

Parameters

value string

The unique value for the constant

Returns

ServiceLimit

The constant for the unique value

Operators

implicit operator ServiceLimit(string)

Utility method to convert strings to the constant class.

public static implicit operator ServiceLimit(string value)

Parameters

value string

The string value to convert to the constant class.

Returns

ServiceLimit