Class Servicev1Dynamicsnippet
Inheritance
System.Object
Servicev1Dynamicsnippet
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 Servicev1Dynamicsnippet
Fields
View SourceName
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
Priority determines the ordering for multiple snippets. Lower numbers execute first. Defaults to 100.
Declaration
public readonly int? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SnippetId
The ID of the dynamic snippet.
Declaration
public readonly string SnippetId
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 string Type
Field Value
| Type | Description |
|---|---|
| System.String |