C# Class ConoHaNet.Objects.ContainerCDN

Inheritance: ExtensibleJsonObject
Show file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ContainerCDN() public method

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 ).
return Objects