Click or drag to resize
ContainerCDN Constructor
Initializes a new instance of the ContainerCDN class with the specified properties.

Namespace: net.openstack.Core.Domain
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public ContainerCDN(
	string name,
	string uri,
	string streamingUri,
	string sslUri,
	string iosUri,
	bool enabled,
	long ttl,
	bool logRetention
)

Parameters

name
Type: SystemString
The name of the container (see Name).
uri
Type: SystemString
The URI of the container (see CDNUri).
streamingUri
Type: SystemString
A streaming URL (see CDNStreamingUri).
sslUri
Type: SystemString
An SSL URL (see CDNSslUri).
iosUri
Type: SystemString
The iOS URI of the container (see CDNIosUri).
enabled
Type: SystemBoolean
Whether or not the container is CDN-enabled (see CDNEnabled).
ttl
Type: SystemInt64
The time-to-live (see Ttl).
logRetention
Type: SystemBoolean
Whether or not log retention is enabled (see LogRetention).
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also