public class CreateVpnGatewayRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateVpnGatewayRequest.PeriodUnitEnum
Gets or Sets periodUnit
|
| Constructor and Description |
|---|
CreateVpnGatewayRequest() |
public CreateVpnGatewayRequest asn(Integer asn)
public Integer getAsn()
public void setAsn(Integer asn)
public CreateVpnGatewayRequest bandwidth(Integer bandwidth)
@NotNull public @NotNull Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public CreateVpnGatewayRequest billingType(Integer billingType)
public Integer getBillingType()
public void setBillingType(Integer billingType)
public CreateVpnGatewayRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public CreateVpnGatewayRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateVpnGatewayRequest dualTunnelEnabled(Boolean dualTunnelEnabled)
public Boolean isDualTunnelEnabled()
public void setDualTunnelEnabled(Boolean dualTunnelEnabled)
public CreateVpnGatewayRequest ipStackType(String ipStackType)
public String getIpStackType()
public void setIpStackType(String ipStackType)
public CreateVpnGatewayRequest ipVersion(String ipVersion)
public String getIpVersion()
public void setIpVersion(String ipVersion)
public CreateVpnGatewayRequest ipsecEnabled(Boolean ipsecEnabled)
public Boolean isIpsecEnabled()
public void setIpsecEnabled(Boolean ipsecEnabled)
public CreateVpnGatewayRequest period(Integer period)
public Integer getPeriod()
public void setPeriod(Integer period)
public CreateVpnGatewayRequest periodUnit(CreateVpnGatewayRequest.PeriodUnitEnum periodUnit)
public CreateVpnGatewayRequest.PeriodUnitEnum getPeriodUnit()
public void setPeriodUnit(CreateVpnGatewayRequest.PeriodUnitEnum periodUnit)
public CreateVpnGatewayRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public CreateVpnGatewayRequest secondarySubnetId(String secondarySubnetId)
public String getSecondarySubnetId()
public void setSecondarySubnetId(String secondarySubnetId)
public CreateVpnGatewayRequest sslEnabled(Boolean sslEnabled)
public Boolean isSslEnabled()
public void setSslEnabled(Boolean sslEnabled)
public CreateVpnGatewayRequest sslMaxConnections(Integer sslMaxConnections)
public Integer getSslMaxConnections()
public void setSslMaxConnections(Integer sslMaxConnections)
public CreateVpnGatewayRequest subnetId(String subnetId)
@NotNull public @NotNull String getSubnetId()
public void setSubnetId(String subnetId)
public CreateVpnGatewayRequest tags(List<TagForCreateVpnGatewayInput> tags)
public CreateVpnGatewayRequest addTagsItem(TagForCreateVpnGatewayInput tagsItem)
@Valid public @Valid List<TagForCreateVpnGatewayInput> getTags()
public void setTags(List<TagForCreateVpnGatewayInput> tags)
public CreateVpnGatewayRequest vpcId(String vpcId)
@NotNull public @NotNull String getVpcId()
public void setVpcId(String vpcId)
public CreateVpnGatewayRequest vpnGatewayName(String vpnGatewayName)
public String getVpnGatewayName()
public void setVpnGatewayName(String vpnGatewayName)
Copyright © 2026. All rights reserved.