Show / Hide Table of Contents

Class ArgoState

Inheritance
System.Object
InputArgs
ResourceArgs
ArgoState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ArgoState : ResourceArgs

Constructors

View Source

ArgoState()

Declaration
public ArgoState()

Properties

View Source

SmartRouting

Whether smart routing is enabled. Valid values: on or off. Defaults to off.

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

TieredCaching

Whether tiered caching is enabled. Valid values: on or off. Defaults to off.

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

ZoneId

The DNS zone ID that you wish to manage Argo on.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.