public class CreateEgressOnlyRuleRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateEgressOnlyRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCidr() |
String |
getClientToken() |
String |
getGatewayId() |
void |
setCidr(String cidr) |
void |
setClientToken(String clientToken) |
void |
setGatewayId(String gatewayId) |
CreateEgressOnlyRuleRequest |
withRequestCidr(String cidr) |
CreateEgressOnlyRuleRequest |
withRequestCredentials(BceCredentials credentials) |
CreateEgressOnlyRuleRequest |
withRequestGatewayId(String gatewayId) |
getRequestCredentials, setRequestCredentialspublic CreateEgressOnlyRuleRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic CreateEgressOnlyRuleRequest withRequestCidr(String cidr)
public CreateEgressOnlyRuleRequest withRequestGatewayId(String gatewayId)
public String getGatewayId()
public void setGatewayId(String gatewayId)
public String getCidr()
public void setCidr(String cidr)
public String getClientToken()
public void setClientToken(String clientToken)
Copyright © 2021. All rights reserved.