public class AllocateEipAddressRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AllocateEipAddressRequest.ISPEnum
Gets or Sets ISP
|
| Constructor and Description |
|---|
AllocateEipAddressRequest() |
public AllocateEipAddressRequest bandwidth(Integer bandwidth)
@Min(value=1L) public @Min(value=1L) Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public AllocateEipAddressRequest bandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public void setBandwidthPackageId(String bandwidthPackageId)
public AllocateEipAddressRequest billingType(Integer billingType)
@Min(value=1L) @Max(value=3L) public @Min(value=1L) @Max(value=3L) Integer getBillingType()
public void setBillingType(Integer billingType)
public AllocateEipAddressRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public AllocateEipAddressRequest description(String description)
@Size(min=1,
max=255)
public @Size(min=1,max=255) String getDescription()
public void setDescription(String description)
public AllocateEipAddressRequest ISP(AllocateEipAddressRequest.ISPEnum ISP)
public AllocateEipAddressRequest.ISPEnum getISP()
public void setISP(AllocateEipAddressRequest.ISPEnum ISP)
public AllocateEipAddressRequest ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public AllocateEipAddressRequest ipAddressPoolId(String ipAddressPoolId)
public String getIpAddressPoolId()
public void setIpAddressPoolId(String ipAddressPoolId)
public AllocateEipAddressRequest name(String name)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getName()
public void setName(String name)
public AllocateEipAddressRequest period(Integer period)
public Integer getPeriod()
public void setPeriod(Integer period)
public AllocateEipAddressRequest periodUnit(Integer periodUnit)
@Min(value=1L) @Max(value=2L) public @Min(value=1L) @Max(value=2L) Integer getPeriodUnit()
public void setPeriodUnit(Integer periodUnit)
public AllocateEipAddressRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public AllocateEipAddressRequest renewPeriodTimes(Integer renewPeriodTimes)
public Integer getRenewPeriodTimes()
public void setRenewPeriodTimes(Integer renewPeriodTimes)
public AllocateEipAddressRequest renewType(Integer renewType)
@Min(value=1L) @Max(value=3L) public @Min(value=1L) @Max(value=3L) Integer getRenewType()
public void setRenewType(Integer renewType)
public AllocateEipAddressRequest securityProtectionInstanceId(Integer securityProtectionInstanceId)
public Integer getSecurityProtectionInstanceId()
public void setSecurityProtectionInstanceId(Integer securityProtectionInstanceId)
public AllocateEipAddressRequest securityProtectionTypes(List<String> securityProtectionTypes)
public AllocateEipAddressRequest addSecurityProtectionTypesItem(String securityProtectionTypesItem)
public List<String> getSecurityProtectionTypes()
public void setSecurityProtectionTypes(List<String> securityProtectionTypes)
public AllocateEipAddressRequest tags(List<TagForAllocateEipAddressInput> tags)
public AllocateEipAddressRequest addTagsItem(TagForAllocateEipAddressInput tagsItem)
@Valid public @Valid List<TagForAllocateEipAddressInput> getTags()
public void setTags(List<TagForAllocateEipAddressInput> tags)
Copyright © 2024. All rights reserved.