| Package | Description |
|---|---|
| com.tencentcloudapi.dayu.v20180709.models |
| Modifier and Type | Method and Description |
|---|---|
BoundIpInfo[] |
CreateBoundIPRequest.getBoundDevList()
Get 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
BoundIpInfo[] |
CreateBoundIPRequest.getUnBoundDevList()
Get 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBoundIPRequest.setBoundDevList(BoundIpInfo[] BoundDevList)
Set 绑定到资源实例的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要绑定的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
void |
CreateBoundIPRequest.setUnBoundDevList(BoundIpInfo[] UnBoundDevList)
Set 与资源实例解绑的IP数组,当资源实例为高防包(独享包)时,数组只允许填1个IP;当没有要解绑的IP时可以为空数组;但是BoundDevList和UnBoundDevList至少有一个不为空;
|
| Constructor and Description |
|---|
BoundIpInfo(BoundIpInfo 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.
|
Copyright © 2025. All rights reserved.