Initializes a new instance of the
ContainerCDN class with the specified properties.
Namespace: net.openstack.Core.DomainAssembly: 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
)
Public Sub New (
name As String,
uri As String,
streamingUri As String,
sslUri As String,
iosUri As String,
enabled As Boolean,
ttl As Long,
logRetention As Boolean
)
public:
ContainerCDN(
String^ name,
String^ uri,
String^ streamingUri,
String^ sslUri,
String^ iosUri,
bool enabled,
long long ttl,
bool logRetention
)
new :
name : string *
uri : string *
streamingUri : string *
sslUri : string *
iosUri : string *
enabled : bool *
ttl : int64 *
logRetention : bool -> ContainerCDN
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