Package com.volcengine.ecs.model
Class EipForCreateLaunchTemplateVersionInput
- java.lang.Object
-
- com.volcengine.ecs.model.EipForCreateLaunchTemplateVersionInput
-
public class EipForCreateLaunchTemplateVersionInput extends Object
EipForCreateLaunchTemplateVersionInput
-
-
Constructor Summary
Constructors Constructor Description EipForCreateLaunchTemplateVersionInput()
-
Method Summary
-
-
-
Method Detail
-
bandwidth
public EipForCreateLaunchTemplateVersionInput bandwidth(Integer bandwidth)
-
getBandwidth
public Integer getBandwidth()
Get bandwidth- Returns:
- bandwidth
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
bandwidthPackageId
public EipForCreateLaunchTemplateVersionInput bandwidthPackageId(String bandwidthPackageId)
-
getBandwidthPackageId
public String getBandwidthPackageId()
Get bandwidthPackageId- Returns:
- bandwidthPackageId
-
setBandwidthPackageId
public void setBandwidthPackageId(String bandwidthPackageId)
-
billingType
public EipForCreateLaunchTemplateVersionInput billingType(Integer billingType)
-
getBillingType
public Integer getBillingType()
Get billingType- Returns:
- billingType
-
setBillingType
public void setBillingType(Integer billingType)
-
ISP
public EipForCreateLaunchTemplateVersionInput ISP(String ISP)
-
getISP
public String getISP()
Get ISP- Returns:
- ISP
-
setISP
public void setISP(String ISP)
-
releaseWithInstance
public EipForCreateLaunchTemplateVersionInput releaseWithInstance(Boolean releaseWithInstance)
-
isReleaseWithInstance
public Boolean isReleaseWithInstance()
Get releaseWithInstance- Returns:
- releaseWithInstance
-
setReleaseWithInstance
public void setReleaseWithInstance(Boolean releaseWithInstance)
-
securityProtectionInstanceId
public EipForCreateLaunchTemplateVersionInput securityProtectionInstanceId(Integer securityProtectionInstanceId)
-
getSecurityProtectionInstanceId
public Integer getSecurityProtectionInstanceId()
Get securityProtectionInstanceId- Returns:
- securityProtectionInstanceId
-
setSecurityProtectionInstanceId
public void setSecurityProtectionInstanceId(Integer securityProtectionInstanceId)
-
securityProtectionTypes
public EipForCreateLaunchTemplateVersionInput securityProtectionTypes(List<String> securityProtectionTypes)
-
addSecurityProtectionTypesItem
public EipForCreateLaunchTemplateVersionInput addSecurityProtectionTypesItem(String securityProtectionTypesItem)
-
getSecurityProtectionTypes
public List<String> getSecurityProtectionTypes()
Get securityProtectionTypes- Returns:
- securityProtectionTypes
-
setSecurityProtectionTypes
public void setSecurityProtectionTypes(List<String> securityProtectionTypes)
-
-