Class CreateBoundIPRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.CreateBoundIPRequest
-
public class CreateBoundIPRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateBoundIPRequest()CreateBoundIPRequest(CreateBoundIPRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundIpInfo[]getBoundDevList()Get 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;StringgetBusiness()Get 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)StringgetCopyPolicy()Get 已弃用,不填StringgetId()Get 资源实例IDBoundIpInfo[]getUnBoundDevList()Get 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;voidsetBoundDevList(BoundIpInfo[] BoundDevList)Set 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;voidsetBusiness(String Business)Set 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)voidsetCopyPolicy(String CopyPolicy)Set 已弃用,不填voidsetId(String Id)Set 资源实例IDvoidsetUnBoundDevList(BoundIpInfo[] UnBoundDevList)Set 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBoundIPRequest
public CreateBoundIPRequest()
-
CreateBoundIPRequest
public CreateBoundIPRequest(CreateBoundIPRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)- Returns:
- Business 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)- Parameters:
Business- 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
-
getId
public String getId()
Get 资源实例ID- Returns:
- Id 资源实例ID
-
setId
public void setId(String Id)
Set 资源实例ID- Parameters:
Id- 资源实例ID
-
getBoundDevList
public BoundIpInfo[] getBoundDevList()
Get 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;- Returns:
- BoundDevList 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
-
setBoundDevList
public void setBoundDevList(BoundIpInfo[] BoundDevList)
Set 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;- Parameters:
BoundDevList- 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
-
getUnBoundDevList
public BoundIpInfo[] getUnBoundDevList()
Get 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;- Returns:
- UnBoundDevList 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
-
setUnBoundDevList
public void setUnBoundDevList(BoundIpInfo[] UnBoundDevList)
Set 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;- Parameters:
UnBoundDevList- 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
-
getCopyPolicy
public String getCopyPolicy()
Get 已弃用,不填- Returns:
- CopyPolicy 已弃用,不填
-
setCopyPolicy
public void setCopyPolicy(String CopyPolicy)
Set 已弃用,不填- Parameters:
CopyPolicy- 已弃用,不填
-
-