Show / Hide Table of Contents

Class Servicev1ResponseObject

Inheritance
System.Object
Servicev1ResponseObject
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 Servicev1ResponseObject

Fields

View Source

CacheCondition

Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals, see [Fastly's Documentation on Conditionals][fastly-conditionals].

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

Content

The custom VCL code to upload.

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

ContentType

The MIME type of the content.

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

Name

A unique name to identify this dictionary.

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

RequestCondition

Name of already defined condition to be checked during the request phase. If the condition passes then this object will be delivered. This condition must be of type REQUEST.

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

Response

The HTTP Response. Default Ok.

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

Status

The HTTP Status Code. Default 200.

Declaration
public readonly int? Status
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.