Class ProfileHttpCompressArgs
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileHttpCompressArgs : ResourceArgs
Constructors
View SourceProfileHttpCompressArgs()
Declaration
public ProfileHttpCompressArgs()
Properties
View SourceContentTypeExcludes
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> |
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> |
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> |
Name
Name of the profile_httpcompress
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |