All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.teo.v20220901.models.Action Maven / Gradle / Ivy

There is a newer version: 3.1.1102
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.teo.v20220901.models;

import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class Action extends AbstractModel {

    /**
    * 常规功能操作,选择该类型的功能项有:
  • 访问URL 重写(AccessUrlRedirect);
  • 回源 URL 重写 (UpstreamUrlRedirect);
  • QUIC(QUIC);
  • WebSocket (WebSocket);
  • 视频拖拽(VideoSeek);
  • Token 鉴权(Authentication);
  • 自定义CacheKey(CacheKey);
  • 节点缓存 TTL (Cache);
  • 浏览器缓存 TTL(MaxAge);
  • 离线缓存(OfflineCache);
  • 智能加速(SmartRouting);
  • 分片回源(RangeOriginPull);
  • HTTP/2 回源(UpstreamHttp2);
  • Host Header 重写(HostHeader);
  • 强制 HTTPS(ForceRedirect);
  • 回源 HTTPS(OriginPullProtocol);
  • 缓存预刷新(CachePrefresh);
  • 智能压缩(Compression);
  • Hsts;
  • ClientIpHeader;
  • SslTlsSecureConf;
  • OcspStapling;
  • HTTP/2 访问(Http2);
  • 回源跟随重定向(UpstreamFollowRedirect);
  • 修改源站(Origin)。
  • 七层回源超时(HTTPUpstreamTimeout)。
  • Http应答(HttpResponse)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("NormalAction") @Expose private NormalAction NormalAction; /** * 带有请求头/响应头的功能操作,选择该类型的功能项有:
  • 修改 HTTP 请求头(RequestHeader);
  • 修改HTTP响应头(ResponseHeader)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("RewriteAction") @Expose private RewriteAction RewriteAction; /** * 带有状态码的功能操作,选择该类型的功能项有:
  • 自定义错误页面(ErrorPage);
  • 状态码缓存 TTL(StatusCodeCache)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("CodeAction") @Expose private CodeAction CodeAction; /** * Get 常规功能操作,选择该类型的功能项有:
  • 访问URL 重写(AccessUrlRedirect);
  • 回源 URL 重写 (UpstreamUrlRedirect);
  • QUIC(QUIC);
  • WebSocket (WebSocket);
  • 视频拖拽(VideoSeek);
  • Token 鉴权(Authentication);
  • 自定义CacheKey(CacheKey);
  • 节点缓存 TTL (Cache);
  • 浏览器缓存 TTL(MaxAge);
  • 离线缓存(OfflineCache);
  • 智能加速(SmartRouting);
  • 分片回源(RangeOriginPull);
  • HTTP/2 回源(UpstreamHttp2);
  • Host Header 重写(HostHeader);
  • 强制 HTTPS(ForceRedirect);
  • 回源 HTTPS(OriginPullProtocol);
  • 缓存预刷新(CachePrefresh);
  • 智能压缩(Compression);
  • Hsts;
  • ClientIpHeader;
  • SslTlsSecureConf;
  • OcspStapling;
  • HTTP/2 访问(Http2);
  • 回源跟随重定向(UpstreamFollowRedirect);
  • 修改源站(Origin)。
  • 七层回源超时(HTTPUpstreamTimeout)。
  • Http应答(HttpResponse)。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @return NormalAction 常规功能操作,选择该类型的功能项有:
  • 访问URL 重写(AccessUrlRedirect);
  • 回源 URL 重写 (UpstreamUrlRedirect);
  • QUIC(QUIC);
  • WebSocket (WebSocket);
  • 视频拖拽(VideoSeek);
  • Token 鉴权(Authentication);
  • 自定义CacheKey(CacheKey);
  • 节点缓存 TTL (Cache);
  • 浏览器缓存 TTL(MaxAge);
  • 离线缓存(OfflineCache);
  • 智能加速(SmartRouting);
  • 分片回源(RangeOriginPull);
  • HTTP/2 回源(UpstreamHttp2);
  • Host Header 重写(HostHeader);
  • 强制 HTTPS(ForceRedirect);
  • 回源 HTTPS(OriginPullProtocol);
  • 缓存预刷新(CachePrefresh);
  • 智能压缩(Compression);
  • Hsts;
  • ClientIpHeader;
  • SslTlsSecureConf;
  • OcspStapling;
  • HTTP/2 访问(Http2);
  • 回源跟随重定向(UpstreamFollowRedirect);
  • 修改源站(Origin)。
  • 七层回源超时(HTTPUpstreamTimeout)。
  • Http应答(HttpResponse)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public NormalAction getNormalAction() { return this.NormalAction; } /** * Set 常规功能操作,选择该类型的功能项有:
  • 访问URL 重写(AccessUrlRedirect);
  • 回源 URL 重写 (UpstreamUrlRedirect);
  • QUIC(QUIC);
  • WebSocket (WebSocket);
  • 视频拖拽(VideoSeek);
  • Token 鉴权(Authentication);
  • 自定义CacheKey(CacheKey);
  • 节点缓存 TTL (Cache);
  • 浏览器缓存 TTL(MaxAge);
  • 离线缓存(OfflineCache);
  • 智能加速(SmartRouting);
  • 分片回源(RangeOriginPull);
  • HTTP/2 回源(UpstreamHttp2);
  • Host Header 重写(HostHeader);
  • 强制 HTTPS(ForceRedirect);
  • 回源 HTTPS(OriginPullProtocol);
  • 缓存预刷新(CachePrefresh);
  • 智能压缩(Compression);
  • Hsts;
  • ClientIpHeader;
  • SslTlsSecureConf;
  • OcspStapling;
  • HTTP/2 访问(Http2);
  • 回源跟随重定向(UpstreamFollowRedirect);
  • 修改源站(Origin)。
  • 七层回源超时(HTTPUpstreamTimeout)。
  • Http应答(HttpResponse)。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @param NormalAction 常规功能操作,选择该类型的功能项有:
  • 访问URL 重写(AccessUrlRedirect);
  • 回源 URL 重写 (UpstreamUrlRedirect);
  • QUIC(QUIC);
  • WebSocket (WebSocket);
  • 视频拖拽(VideoSeek);
  • Token 鉴权(Authentication);
  • 自定义CacheKey(CacheKey);
  • 节点缓存 TTL (Cache);
  • 浏览器缓存 TTL(MaxAge);
  • 离线缓存(OfflineCache);
  • 智能加速(SmartRouting);
  • 分片回源(RangeOriginPull);
  • HTTP/2 回源(UpstreamHttp2);
  • Host Header 重写(HostHeader);
  • 强制 HTTPS(ForceRedirect);
  • 回源 HTTPS(OriginPullProtocol);
  • 缓存预刷新(CachePrefresh);
  • 智能压缩(Compression);
  • Hsts;
  • ClientIpHeader;
  • SslTlsSecureConf;
  • OcspStapling;
  • HTTP/2 访问(Http2);
  • 回源跟随重定向(UpstreamFollowRedirect);
  • 修改源站(Origin)。
  • 七层回源超时(HTTPUpstreamTimeout)。
  • Http应答(HttpResponse)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public void setNormalAction(NormalAction NormalAction) { this.NormalAction = NormalAction; } /** * Get 带有请求头/响应头的功能操作,选择该类型的功能项有:
  • 修改 HTTP 请求头(RequestHeader);
  • 修改HTTP响应头(ResponseHeader)。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @return RewriteAction 带有请求头/响应头的功能操作,选择该类型的功能项有:
  • 修改 HTTP 请求头(RequestHeader);
  • 修改HTTP响应头(ResponseHeader)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public RewriteAction getRewriteAction() { return this.RewriteAction; } /** * Set 带有请求头/响应头的功能操作,选择该类型的功能项有:
  • 修改 HTTP 请求头(RequestHeader);
  • 修改HTTP响应头(ResponseHeader)。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @param RewriteAction 带有请求头/响应头的功能操作,选择该类型的功能项有:
  • 修改 HTTP 请求头(RequestHeader);
  • 修改HTTP响应头(ResponseHeader)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public void setRewriteAction(RewriteAction RewriteAction) { this.RewriteAction = RewriteAction; } /** * Get 带有状态码的功能操作,选择该类型的功能项有:
  • 自定义错误页面(ErrorPage);
  • 状态码缓存 TTL(StatusCodeCache)。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @return CodeAction 带有状态码的功能操作,选择该类型的功能项有:
  • 自定义错误页面(ErrorPage);
  • 状态码缓存 TTL(StatusCodeCache)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public CodeAction getCodeAction() { return this.CodeAction; } /** * Set 带有状态码的功能操作,选择该类型的功能项有:
  • 自定义错误页面(ErrorPage);
  • 状态码缓存 TTL(StatusCodeCache)。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @param CodeAction 带有状态码的功能操作,选择该类型的功能项有:
  • 自定义错误页面(ErrorPage);
  • 状态码缓存 TTL(StatusCodeCache)。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public void setCodeAction(CodeAction CodeAction) { this.CodeAction = CodeAction; } public Action() { } /** * NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, * and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. */ public Action(Action source) { if (source.NormalAction != null) { this.NormalAction = new NormalAction(source.NormalAction); } if (source.RewriteAction != null) { this.RewriteAction = new RewriteAction(source.RewriteAction); } if (source.CodeAction != null) { this.CodeAction = new CodeAction(source.CodeAction); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamObj(map, prefix + "NormalAction.", this.NormalAction); this.setParamObj(map, prefix + "RewriteAction.", this.RewriteAction); this.setParamObj(map, prefix + "CodeAction.", this.CodeAction); } }




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy