类 AllocateEipAddressRequest
- java.lang.Object
-
- com.volcengine.vpc.model.AllocateEipAddressRequest
-
public class AllocateEipAddressRequest extends Object
AllocateEipAddressRequest
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAllocateEipAddressRequest.ISPEnumGets or Sets ISP
-
构造器概要
构造器 构造器 说明 AllocateEipAddressRequest()
-
方法概要
-
-
-
方法详细资料
-
bandwidth
public AllocateEipAddressRequest bandwidth(Integer bandwidth)
-
getBandwidth
@Min(1L) @Max(500L) public @Min(1L) @Max(500L) Integer getBandwidth()
Get bandwidth minimum: 1 maximum: 500- 返回:
- bandwidth
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
bandwidthPackageId
public AllocateEipAddressRequest bandwidthPackageId(String bandwidthPackageId)
-
getBandwidthPackageId
public String getBandwidthPackageId()
Get bandwidthPackageId- 返回:
- bandwidthPackageId
-
setBandwidthPackageId
public void setBandwidthPackageId(String bandwidthPackageId)
-
billingType
public AllocateEipAddressRequest billingType(Integer billingType)
-
getBillingType
@Min(1L) @Max(3L) public @Min(1L) @Max(3L) Integer getBillingType()
Get billingType minimum: 1 maximum: 3- 返回:
- billingType
-
setBillingType
public void setBillingType(Integer billingType)
-
clientToken
public AllocateEipAddressRequest clientToken(String clientToken)
-
getClientToken
public String getClientToken()
Get clientToken- 返回:
- clientToken
-
setClientToken
public void setClientToken(String clientToken)
-
description
public AllocateEipAddressRequest description(String description)
-
getDescription
@Size(min=1, max=255) public @Size(min=1,max=255) String getDescription()Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
ISP
public AllocateEipAddressRequest ISP(AllocateEipAddressRequest.ISPEnum ISP)
-
getISP
public AllocateEipAddressRequest.ISPEnum getISP()
Get ISP- 返回:
- ISP
-
setISP
public void setISP(AllocateEipAddressRequest.ISPEnum ISP)
-
name
public AllocateEipAddressRequest name(String name)
-
getName
@Size(min=1, max=128) public @Size(min=1,max=128) String getName()Get name- 返回:
- name
-
setName
public void setName(String name)
-
period
public AllocateEipAddressRequest period(Integer period)
-
getPeriod
public Integer getPeriod()
Get period- 返回:
- period
-
setPeriod
public void setPeriod(Integer period)
-
periodUnit
public AllocateEipAddressRequest periodUnit(Integer periodUnit)
-
getPeriodUnit
@Min(1L) @Max(2L) public @Min(1L) @Max(2L) Integer getPeriodUnit()
Get periodUnit minimum: 1 maximum: 2- 返回:
- periodUnit
-
setPeriodUnit
public void setPeriodUnit(Integer periodUnit)
-
projectName
public AllocateEipAddressRequest projectName(String projectName)
-
getProjectName
public String getProjectName()
Get projectName- 返回:
- projectName
-
setProjectName
public void setProjectName(String projectName)
-
renewPeriodTimes
public AllocateEipAddressRequest renewPeriodTimes(Integer renewPeriodTimes)
-
getRenewPeriodTimes
public Integer getRenewPeriodTimes()
Get renewPeriodTimes- 返回:
- renewPeriodTimes
-
setRenewPeriodTimes
public void setRenewPeriodTimes(Integer renewPeriodTimes)
-
renewType
public AllocateEipAddressRequest renewType(Integer renewType)
-
getRenewType
@Min(1L) @Max(3L) public @Min(1L) @Max(3L) Integer getRenewType()
Get renewType minimum: 1 maximum: 3- 返回:
- renewType
-
setRenewType
public void setRenewType(Integer renewType)
-
securityProtectionTypes
public AllocateEipAddressRequest securityProtectionTypes(List<String> securityProtectionTypes)
-
addSecurityProtectionTypesItem
public AllocateEipAddressRequest addSecurityProtectionTypesItem(String securityProtectionTypesItem)
-
getSecurityProtectionTypes
public List<String> getSecurityProtectionTypes()
Get securityProtectionTypes- 返回:
- securityProtectionTypes
-
setSecurityProtectionTypes
public void setSecurityProtectionTypes(List<String> securityProtectionTypes)
-
tags
public AllocateEipAddressRequest tags(List<TagForAllocateEipAddressInput> tags)
-
addTagsItem
public AllocateEipAddressRequest addTagsItem(TagForAllocateEipAddressInput tagsItem)
-
getTags
@Valid public @Valid List<TagForAllocateEipAddressInput> getTags()
Get tags- 返回:
- tags
-
setTags
public void setTags(List<TagForAllocateEipAddressInput> tags)
-
-