Class DomainReferConfig
Inheritance
System.Object
DomainReferConfig
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 DomainReferConfig
Fields
View SourceAllowEmpty
This parameter indicates whether or not to allow empty refer access. Valid values are on and off. Default value is on.
Declaration
public readonly string AllowEmpty
Field Value
| Type | Description |
|---|---|
| System.String |
ReferLists
A list of domain names of the refer config.
Declaration
public readonly ImmutableArray<string> ReferLists
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ReferType
Refer type of the refer config. Valid values are block and allow. Default value is block.
Declaration
public readonly string ReferType
Field Value
| Type | Description |
|---|---|
| System.String |