Class Servicev1Vcl
Inheritance
System.Object
Servicev1Vcl
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 Servicev1Vcl
Fields
View SourceContent
The custom VCL code to upload.
Declaration
public readonly string Content
Field Value
| Type | Description |
|---|---|
| System.String |
Main
If true, use this block as the main configuration. If
false, use this block as an includable library. Only a single VCL block can be
marked as the main block. Default is false.
Declaration
public readonly bool? Main
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |