Class DomainCacheConfig
Inheritance
System.Object
DomainCacheConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cdn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainCacheConfig
Fields
View SourceCacheContent
Cache content of the cache config. It's value is a path string when the cache_type is path. When the cache_type is suffix, it's value is a string which contains multiple file suffixes separated by commas.
Declaration
public readonly string CacheContent
Field Value
| Type | Description |
|---|---|
| System.String |
CacheId
Declaration
public readonly string CacheId
Field Value
| Type | Description |
|---|---|
| System.String |
CacheType
Cache type of the cache config. Valid values are suffix and path.
Declaration
public readonly string CacheType
Field Value
| Type | Description |
|---|---|
| System.String |
Ttl
Cache time of the cache config.
Declaration
public readonly int Ttl
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Weight
Weight of the cache config. This parameter's value is between 1 and 99. Default value is 1. The higher the value, the higher the priority.
Declaration
public readonly int? Weight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |