Class ArgoState
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.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ArgoState : ResourceArgs
Constructors
View SourceArgoState()
Declaration
public ArgoState()
Properties
View SourceSmartRouting
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> |
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> |
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> |