C# Класс Amazon.ECS.LogDriver

Constants used for properties of type LogDriver.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Awslogs LogDriver
Fluentd LogDriver
Gelf LogDriver
Journald LogDriver
JsonFile LogDriver
Splunk LogDriver
Syslog LogDriver

Открытые методы

Метод Описание
FindValue ( string value ) : LogDriver

Finds the constant for the unique value.

LogDriver ( 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.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : LogDriver
value string The unique value for the constant
Результат LogDriver

LogDriver() публичный Метод

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 LogDriver ( string value ) : System
value string
Результат System

Описание свойств

Awslogs публичное статическое свойство

Constant Awslogs for LogDriver
public static LogDriver,Amazon.ECS Awslogs
Результат LogDriver

Fluentd публичное статическое свойство

Constant Fluentd for LogDriver
public static LogDriver,Amazon.ECS Fluentd
Результат LogDriver

Gelf публичное статическое свойство

Constant Gelf for LogDriver
public static LogDriver,Amazon.ECS Gelf
Результат LogDriver

Journald публичное статическое свойство

Constant Journald for LogDriver
public static LogDriver,Amazon.ECS Journald
Результат LogDriver

JsonFile публичное статическое свойство

Constant JsonFile for LogDriver
public static LogDriver,Amazon.ECS JsonFile
Результат LogDriver

Splunk публичное статическое свойство

Constant Splunk for LogDriver
public static LogDriver,Amazon.ECS Splunk
Результат LogDriver

Syslog публичное статическое свойство

Constant Syslog for LogDriver
public static LogDriver,Amazon.ECS Syslog
Результат LogDriver