Show / Hide Table of Contents

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 Source

AllowEmpty

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
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.