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 SourceBackends
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> |
Capacity
Load balancing weight for the backends. Default 100.
Declaration
public readonly int? Capacity
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Comment
An optional comment about the Director.
Declaration
public readonly string Comment
Field Value
| Type | Description |
|---|---|
| System.String |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Retries
How many backends to search if it fails. Default 5.
Declaration
public readonly int? Retries
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
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> |