Show / Hide Table of Contents

Class ProfileHttpCompressArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProfileHttpCompressArgs
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.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileHttpCompressArgs : ResourceArgs

Constructors

View Source

ProfileHttpCompressArgs()

Declaration
public ProfileHttpCompressArgs()

Properties

View Source

ContentTypeExcludes

Excludes a specified list of content types from compression of HTTP Content-Type responses. Use a string list to specify a list of content types you want to compress.

Declaration
public InputList<string> ContentTypeExcludes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ContentTypeIncludes

Specifies a list of content types for compression of HTTP Content-Type responses. Use a string list to specify a list of content types you want to compress.

Declaration
public InputList<string> ContentTypeIncludes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

DefaultsFrom

Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.

Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the profile_httpcompress

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UriExcludes

Disables compression on a specified list of HTTP Request-URI responses. Use a regular expression to specify a list of URIs you do not want to compress.

Declaration
public InputList<string> UriExcludes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

UriIncludes

Enables compression on a specified list of HTTP Request-URI responses. Use a regular expression to specify a list of URIs you want to compress.

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