类 CreateEgressOnlyRuleRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.ipv6Gateway.model.CreateEgressOnlyRuleRequest
-
public class CreateEgressOnlyRuleRequest extends AbstractBceRequest
-
-
构造器概要
构造器 构造器 说明 CreateEgressOnlyRuleRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCidr()StringgetClientToken()StringgetGatewayId()voidsetCidr(String cidr)voidsetClientToken(String clientToken)voidsetGatewayId(String gatewayId)CreateEgressOnlyRuleRequestwithRequestCidr(String cidr)CreateEgressOnlyRuleRequestwithRequestCredentials(BceCredentials credentials)CreateEgressOnlyRuleRequestwithRequestGatewayId(String gatewayId)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withRequestCredentials
public CreateEgressOnlyRuleRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
withRequestCidr
public CreateEgressOnlyRuleRequest withRequestCidr(String cidr)
-
withRequestGatewayId
public CreateEgressOnlyRuleRequest withRequestGatewayId(String gatewayId)
-
getGatewayId
public String getGatewayId()
-
setGatewayId
public void setGatewayId(String gatewayId)
-
getCidr
public String getCidr()
-
setCidr
public void setCidr(String cidr)
-
getClientToken
public String getClientToken()
-
setClientToken
public void setClientToken(String clientToken)
-
-