Class Servicev1DirectorArgs
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1DirectorArgs : ResourceArgs
Constructors
View SourceServicev1DirectorArgs()
Declaration
public Servicev1DirectorArgs()
Properties
View SourceBackends
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> |
Capacity
Load balancing weight for the backends. Default 100.
Declaration
public Input<int> Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Comment
An optional comment about the Director.
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |