public class CreateBoundIPRequest extends AbstractModel
Constructor and Description |
---|
CreateBoundIPRequest() |
Modifier and Type | Method and Description |
---|---|
BoundIpInfo[] |
getBoundDevList()
Get 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
String |
getBusiness()
Get 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
|
String |
getCopyPolicy()
Get 已弃用,不填
|
String |
getId()
Get 资源实例ID
|
BoundIpInfo[] |
getUnBoundDevList()
Get 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
void |
setBoundDevList(BoundIpInfo[] BoundDevList)
Set 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
void |
setBusiness(String Business)
Set 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
|
void |
setCopyPolicy(String CopyPolicy)
Set 已弃用,不填
|
void |
setId(String Id)
Set 资源实例ID
|
void |
setUnBoundDevList(BoundIpInfo[] UnBoundDevList)
Set 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getBusiness()
public void setBusiness(String Business)
Business
- 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)public String getId()
public void setId(String Id)
Id
- 资源实例IDpublic BoundIpInfo[] getBoundDevList()
public void setBoundDevList(BoundIpInfo[] BoundDevList)
BoundDevList
- 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;public BoundIpInfo[] getUnBoundDevList()
public void setUnBoundDevList(BoundIpInfo[] UnBoundDevList)
UnBoundDevList
- 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;public String getCopyPolicy()
public void setCopyPolicy(String CopyPolicy)
CopyPolicy
- 已弃用,不填Copyright © 2020. All rights reserved.