public class UpdateIpv6GatewaySpeedLimitPolicyRequest
extends com.baidubce.common.BaseBceRequest
| Constructor and Description |
|---|
UpdateIpv6GatewaySpeedLimitPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
Integer |
getEgressBandwidthInMbps() |
String |
getGatewayId() |
Integer |
getIngressBandwidthInMbps() |
String |
getRateLimitRuleId() |
UpdateIpv6GatewaySpeedLimitPolicyRequest |
setClientToken(String clientToken) |
UpdateIpv6GatewaySpeedLimitPolicyRequest |
setEgressBandwidthInMbps(Integer egressBandwidthInMbps) |
UpdateIpv6GatewaySpeedLimitPolicyRequest |
setGatewayId(String gatewayId) |
UpdateIpv6GatewaySpeedLimitPolicyRequest |
setIngressBandwidthInMbps(Integer ingressBandwidthInMbps) |
UpdateIpv6GatewaySpeedLimitPolicyRequest |
setRateLimitRuleId(String rateLimitRuleId) |
public UpdateIpv6GatewaySpeedLimitPolicyRequest()
public String getGatewayId()
public UpdateIpv6GatewaySpeedLimitPolicyRequest setGatewayId(String gatewayId)
public String getRateLimitRuleId()
public UpdateIpv6GatewaySpeedLimitPolicyRequest setRateLimitRuleId(String rateLimitRuleId)
public String getClientToken()
public UpdateIpv6GatewaySpeedLimitPolicyRequest setClientToken(String clientToken)
public Integer getIngressBandwidthInMbps()
public UpdateIpv6GatewaySpeedLimitPolicyRequest setIngressBandwidthInMbps(Integer ingressBandwidthInMbps)
public Integer getEgressBandwidthInMbps()
public UpdateIpv6GatewaySpeedLimitPolicyRequest setEgressBandwidthInMbps(Integer egressBandwidthInMbps)
Copyright © 2026. All rights reserved.