Show / Hide Table of Contents

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 Source

Content

The custom VCL code to upload.

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

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>
View Source

Name

A unique name to identify this dictionary.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.