C# 클래스 Amazon.ECS.LogDriver

Constants used for properties of type LogDriver.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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