Class Servicev1ResponseObjectArgs
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.Inputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1ResponseObjectArgs : ResourceArgs
Constructors
View SourceServicev1ResponseObjectArgs()
Declaration
public Servicev1ResponseObjectArgs()
Properties
View SourceCacheCondition
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 Input<string> CacheCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Content
The custom VCL code to upload.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContentType
The MIME type of the content.
Declaration
public Input<string> ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> RequestCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Response
The HTTP Response. Default Ok.
Declaration
public Input<string> Response { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The HTTP Status Code. Default 200.
Declaration
public Input<int> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |