Show / Hide Table of Contents

Class Servicev1VclArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Servicev1VclArgs
Inherited Members
ResourceArgs.Empty
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 Servicev1VclArgs : ResourceArgs

Constructors

View Source

Servicev1VclArgs()

Declaration
public Servicev1VclArgs()

Properties

View Source

Content

The custom VCL code to upload.

Declaration
public Input<string> Content { get; set; }
Property Value
Type Description
Input<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 Input<bool> Main { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

A unique name to identify this dictionary.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.