EndpointGlobalDeliveryRule

data class EndpointGlobalDeliveryRule(val cacheExpirationAction: EndpointGlobalDeliveryRuleCacheExpirationAction? = null, val cacheKeyQueryStringAction: EndpointGlobalDeliveryRuleCacheKeyQueryStringAction? = null, val modifyRequestHeaderActions: List<EndpointGlobalDeliveryRuleModifyRequestHeaderAction>? = null, val modifyResponseHeaderActions: List<EndpointGlobalDeliveryRuleModifyResponseHeaderAction>? = null, val urlRedirectAction: EndpointGlobalDeliveryRuleUrlRedirectAction? = null, val urlRewriteAction: EndpointGlobalDeliveryRuleUrlRewriteAction? = null)

Constructors

Link copied to clipboard
constructor(cacheExpirationAction: EndpointGlobalDeliveryRuleCacheExpirationAction? = null, cacheKeyQueryStringAction: EndpointGlobalDeliveryRuleCacheKeyQueryStringAction? = null, modifyRequestHeaderActions: List<EndpointGlobalDeliveryRuleModifyRequestHeaderAction>? = null, modifyResponseHeaderActions: List<EndpointGlobalDeliveryRuleModifyResponseHeaderAction>? = null, urlRedirectAction: EndpointGlobalDeliveryRuleUrlRedirectAction? = null, urlRewriteAction: EndpointGlobalDeliveryRuleUrlRewriteAction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A cache_expiration_action block as defined above.

Link copied to clipboard

A cache_key_query_string_action block as defined above.

Link copied to clipboard

A modify_request_header_action block as defined below.

Link copied to clipboard

A modify_response_header_action block as defined below.

Link copied to clipboard

A url_redirect_action block as defined below.

Link copied to clipboard

A url_rewrite_action block as defined below.