Show / Hide Table of Contents

Class Servicev1DirectorArgs

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

Constructors

View Source

Servicev1DirectorArgs()

Declaration
public Servicev1DirectorArgs()

Properties

View Source

Backends

Names of defined backends to map the director to. Example: [ "origin1", "origin2" ]

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

Capacity

Load balancing weight for the backends. Default 100.

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

Comment

An optional comment about the Director.

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

Name

A unique name to identify this dictionary.

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

Quorum

Percentage of capacity that needs to be up for the director itself to be considered up. Default 75.

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

Retries

How many backends to search if it fails. Default 5.

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

Shield

Selected POP to serve as a "shield" for backends. Valid values for shield are included in the GET /datacenters API response.

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

Type

The location in generated VCL where the snippet should be placed (can be one of init, recv, hit, miss, pass, fetch, error, deliver, log or none).

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