Show / Hide Table of Contents

Class Servicev1Director

Inheritance
System.Object
Servicev1Director
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.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Director

Fields

View Source

Backends

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

Declaration
public readonly ImmutableArray<string> Backends
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Capacity

Load balancing weight for the backends. Default 100.

Declaration
public readonly int? Capacity
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Comment

An optional comment about the Director.

Declaration
public readonly string Comment
Field Value
Type Description
System.String
View Source

Name

A unique name to identify this dictionary.

Declaration
public readonly string Name
Field Value
Type Description
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 readonly int? Quorum
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Retries

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

Declaration
public readonly int? Retries
Field Value
Type Description
System.Nullable<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 readonly string Shield
Field Value
Type Description
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 readonly int? Type
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.