C# Класс ConoHaNet.Objects.ContainerCDN

Наследование: ExtensibleJsonObject
Показать файл Открыть проект

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