C# 클래스 ConoHaNet.Objects.ContainerCDN

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContainerCDN ( string name, string uri, string streamingUri, string sslUri, string iosUri, bool enabled, long ttl, bool logRetention ) : Objects

Initializes a new instance of the ContainerCDN class with the specified properties.

메소드 상세

ContainerCDN() 공개 메소드

Initializes a new instance of the ContainerCDN class with the specified properties.
public ContainerCDN ( string name, string uri, string streamingUri, string sslUri, string iosUri, bool enabled, long ttl, bool logRetention ) : Objects
name string The name of the container (see ).
uri string The URI of the container (see ).
streamingUri string A streaming URL (see ).
sslUri string An SSL URL (see ).
iosUri string The iOS URI of the container (see ).
enabled bool Whether or not the container is CDN-enabled (see ).
ttl long The time-to-live (see ).
logRetention bool Whether or not log retention is enabled (see ).
리턴 Objects