Show / Hide Table of Contents

Class DomainCacheConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainCacheConfigArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainCacheConfigArgs : ResourceArgs

Constructors

View Source

DomainCacheConfigArgs()

Declaration
public DomainCacheConfigArgs()

Properties

View Source

CacheContent

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 Input<string> CacheContent { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CacheId

Declaration
public Input<string> CacheId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CacheType

Cache type of the cache config. Valid values are suffix and path.

Declaration
public Input<string> CacheType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ttl

Cache time of the cache config.

Declaration
public Input<int> Ttl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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 Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.