C# Class Amazon.ECS.UlimitName

Constants used for properties of type UlimitName.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
Core UlimitName
Cpu UlimitName
Data UlimitName
Fsize UlimitName
Locks UlimitName
Memlock UlimitName
Msgqueue UlimitName
Nice UlimitName
Nofile UlimitName
Nproc UlimitName
Rss UlimitName
Rtprio UlimitName
Rttime UlimitName
Sigpending UlimitName
Stack UlimitName

Méthodes publiques

Méthode Description
FindValue ( string value ) : UlimitName

Finds the constant for the unique value.

UlimitName ( string value ) : System

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.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : UlimitName
value string The unique value for the constant
Résultat UlimitName

UlimitName() public méthode

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 UlimitName ( string value ) : System
value string
Résultat System

Property Details

Core public_oe static_oe property

Constant Core for UlimitName
public static UlimitName,Amazon.ECS Core
Résultat UlimitName

Cpu public_oe static_oe property

Constant Cpu for UlimitName
public static UlimitName,Amazon.ECS Cpu
Résultat UlimitName

Data public_oe static_oe property

Constant Data for UlimitName
public static UlimitName,Amazon.ECS Data
Résultat UlimitName

Fsize public_oe static_oe property

Constant Fsize for UlimitName
public static UlimitName,Amazon.ECS Fsize
Résultat UlimitName

Locks public_oe static_oe property

Constant Locks for UlimitName
public static UlimitName,Amazon.ECS Locks
Résultat UlimitName

Memlock public_oe static_oe property

Constant Memlock for UlimitName
public static UlimitName,Amazon.ECS Memlock
Résultat UlimitName

Msgqueue public_oe static_oe property

Constant Msgqueue for UlimitName
public static UlimitName,Amazon.ECS Msgqueue
Résultat UlimitName

Nice public_oe static_oe property

Constant Nice for UlimitName
public static UlimitName,Amazon.ECS Nice
Résultat UlimitName

Nofile public_oe static_oe property

Constant Nofile for UlimitName
public static UlimitName,Amazon.ECS Nofile
Résultat UlimitName

Nproc public_oe static_oe property

Constant Nproc for UlimitName
public static UlimitName,Amazon.ECS Nproc
Résultat UlimitName

Rss public_oe static_oe property

Constant Rss for UlimitName
public static UlimitName,Amazon.ECS Rss
Résultat UlimitName

Rtprio public_oe static_oe property

Constant Rtprio for UlimitName
public static UlimitName,Amazon.ECS Rtprio
Résultat UlimitName

Rttime public_oe static_oe property

Constant Rttime for UlimitName
public static UlimitName,Amazon.ECS Rttime
Résultat UlimitName

Sigpending public_oe static_oe property

Constant Sigpending for UlimitName
public static UlimitName,Amazon.ECS Sigpending
Résultat UlimitName

Stack public_oe static_oe property

Constant Stack for UlimitName
public static UlimitName,Amazon.ECS Stack
Résultat UlimitName