public class ModifyVpcAttributesRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ModifyVpcAttributesRequest() |
getRequestCredentials, setRequestCredentialspublic String getVpcId()
public void setVpcId(String vpcId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getClientToken()
public void setClientToken(String clientToken)
public Boolean getEnableIpv6()
public void setEnableIpv6(Boolean enableIpv6)
public ModifyVpcAttributesRequest withClientToken(String clientToken)
clientToken - An ASCII string whose length is less than 64.
See more detail at
BCE API docpublic ModifyVpcAttributesRequest withVpcId(String vpcId)
vpcId - the id of vpcpublic ModifyVpcAttributesRequest withName(String name)
name - The name of vpcpublic ModifyVpcAttributesRequest withDescription(String description)
description - the type of vpcpublic ModifyVpcAttributesRequest withSecondaryCidr(List<String> secondaryCidr)
secondaryCidr - the secondary CIDR list of vpc (replace update)public ModifyVpcAttributesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2026. All rights reserved.