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至少有一个不为空;
|
Copyright © 2020. All rights reserved.