com.tencentcloudapi.teo.v20220901.models.Sv Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Tencent Cloud API SDK for Java
/*
* 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 Sv extends AbstractModel {
/**
* The parameter key.
*/
@SerializedName("Key")
@Expose
private String Key;
/**
* The parameter value.
*/
@SerializedName("Value")
@Expose
private String Value;
/**
* Quota for a resource. Values:
`zone`: Quota for sites
`custom-rule`: Quota for custom rules
`rate-limiting-rule`: Quota for rate limiting rules
`l4-proxy-instance`: Quota for L4 proxy instances
Note: This field may return null, indicating that no valid values can be obtained.
*/
@SerializedName("Pack")
@Expose
private String Pack;
/**
* ID of the L4 proxy instance.
Note: This field may return null, indicating that no valid values can be obtained.
*/
@SerializedName("InstanceId")
@Expose
private String InstanceId;
/**
* The protection specification.
Values: `cm_30G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area `cm_60G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area `cm_100G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area `anycast_300G`: 300 Gbps Anycast-based protection in **Global (MLC)** service area `anycast_unlimited`: Unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_300G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_unlimited`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_300G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_unlimited`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_100G_anycast_300G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_100G_anycast_unlimited`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area
Note: This field may return null, indicating that no valid values can be obtained.
*/
@SerializedName("ProtectionSpecs")
@Expose
private String ProtectionSpecs;
/**
* Get The parameter key.
* @return Key The parameter key.
*/
public String getKey() {
return this.Key;
}
/**
* Set The parameter key.
* @param Key The parameter key.
*/
public void setKey(String Key) {
this.Key = Key;
}
/**
* Get The parameter value.
* @return Value The parameter value.
*/
public String getValue() {
return this.Value;
}
/**
* Set The parameter value.
* @param Value The parameter value.
*/
public void setValue(String Value) {
this.Value = Value;
}
/**
* Get Quota for a resource. Values:
`zone`: Quota for sites
`custom-rule`: Quota for custom rules
`rate-limiting-rule`: Quota for rate limiting rules
`l4-proxy-instance`: Quota for L4 proxy instances
Note: This field may return null, indicating that no valid values can be obtained.
* @return Pack Quota for a resource. Values:
`zone`: Quota for sites
`custom-rule`: Quota for custom rules
`rate-limiting-rule`: Quota for rate limiting rules
`l4-proxy-instance`: Quota for L4 proxy instances
Note: This field may return null, indicating that no valid values can be obtained.
*/
public String getPack() {
return this.Pack;
}
/**
* Set Quota for a resource. Values:
`zone`: Quota for sites
`custom-rule`: Quota for custom rules
`rate-limiting-rule`: Quota for rate limiting rules
`l4-proxy-instance`: Quota for L4 proxy instances
Note: This field may return null, indicating that no valid values can be obtained.
* @param Pack Quota for a resource. Values:
`zone`: Quota for sites
`custom-rule`: Quota for custom rules
`rate-limiting-rule`: Quota for rate limiting rules
`l4-proxy-instance`: Quota for L4 proxy instances
Note: This field may return null, indicating that no valid values can be obtained.
*/
public void setPack(String Pack) {
this.Pack = Pack;
}
/**
* Get ID of the L4 proxy instance.
Note: This field may return null, indicating that no valid values can be obtained.
* @return InstanceId ID of the L4 proxy instance.
Note: This field may return null, indicating that no valid values can be obtained.
*/
public String getInstanceId() {
return this.InstanceId;
}
/**
* Set ID of the L4 proxy instance.
Note: This field may return null, indicating that no valid values can be obtained.
* @param InstanceId ID of the L4 proxy instance.
Note: This field may return null, indicating that no valid values can be obtained.
*/
public void setInstanceId(String InstanceId) {
this.InstanceId = InstanceId;
}
/**
* Get The protection specification.
Values: `cm_30G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area `cm_60G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area `cm_100G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area `anycast_300G`: 300 Gbps Anycast-based protection in **Global (MLC)** service area `anycast_unlimited`: Unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_300G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_unlimited`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_300G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_unlimited`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_100G_anycast_300G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_100G_anycast_unlimited`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area
Note: This field may return null, indicating that no valid values can be obtained.
* @return ProtectionSpecs The protection specification.
Values: `cm_30G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area `cm_60G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area `cm_100G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area `anycast_300G`: 300 Gbps Anycast-based protection in **Global (MLC)** service area `anycast_unlimited`: Unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_300G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_unlimited`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_300G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_unlimited`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_100G_anycast_300G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_100G_anycast_unlimited`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area
Note: This field may return null, indicating that no valid values can be obtained.
*/
public String getProtectionSpecs() {
return this.ProtectionSpecs;
}
/**
* Set The protection specification.
Values: `cm_30G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area `cm_60G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area `cm_100G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area `anycast_300G`: 300 Gbps Anycast-based protection in **Global (MLC)** service area `anycast_unlimited`: Unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_300G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_unlimited`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_300G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_unlimited`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_100G_anycast_300G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_100G_anycast_unlimited`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area
Note: This field may return null, indicating that no valid values can be obtained.
* @param ProtectionSpecs The protection specification.
Values: `cm_30G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area `cm_60G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area `cm_100G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area `anycast_300G`: 300 Gbps Anycast-based protection in **Global (MLC)** service area `anycast_unlimited`: Unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_300G`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area `cm_30G_anycast_unlimited`: 30 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_300G`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_60G_anycast_unlimited`: 60 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area `cm_100G_anycast_300G`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and 300 Gbps Anycast-based protection bandwidth in **Global (MLC)** service area cm_100G_anycast_unlimited`: 100 Gbps base protection bandwidth in **Chinese mainland** service area and unlimited Anycast-based protection bandwidth in **Global (MLC)** service area
Note: This field may return null, indicating that no valid values can be obtained.
*/
public void setProtectionSpecs(String ProtectionSpecs) {
this.ProtectionSpecs = ProtectionSpecs;
}
public Sv() {
}
/**
* 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 Sv(Sv source) {
if (source.Key != null) {
this.Key = new String(source.Key);
}
if (source.Value != null) {
this.Value = new String(source.Value);
}
if (source.Pack != null) {
this.Pack = new String(source.Pack);
}
if (source.InstanceId != null) {
this.InstanceId = new String(source.InstanceId);
}
if (source.ProtectionSpecs != null) {
this.ProtectionSpecs = new String(source.ProtectionSpecs);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "Key", this.Key);
this.setParamSimple(map, prefix + "Value", this.Value);
this.setParamSimple(map, prefix + "Pack", this.Pack);
this.setParamSimple(map, prefix + "InstanceId", this.InstanceId);
this.setParamSimple(map, prefix + "ProtectionSpecs", this.ProtectionSpecs);
}
}