Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
IPWhitelist |
DiffIPWhitelist.getAddedIPWhitelist()
Get The intermediate IPs added to the existing list.
|
IPWhitelist |
OriginProtectionInfo.getCurrentIPWhitelist()
Get The existing intermediate IPs.
|
IPWhitelist |
DiffIPWhitelist.getLatestIPWhitelist()
Get The latest intermediate IPs.
|
IPWhitelist |
DiffIPWhitelist.getNoChangeIPWhitelist()
Get The intermediate IPs that remain unchanged.
|
IPWhitelist |
DiffIPWhitelist.getRemovedIPWhitelist()
Get The intermediate IPs removed from the existing list.
|
Modifier and Type | Method and Description |
---|---|
void |
DiffIPWhitelist.setAddedIPWhitelist(IPWhitelist AddedIPWhitelist)
Set The intermediate IPs added to the existing list.
|
void |
OriginProtectionInfo.setCurrentIPWhitelist(IPWhitelist CurrentIPWhitelist)
Set The existing intermediate IPs.
|
void |
DiffIPWhitelist.setLatestIPWhitelist(IPWhitelist LatestIPWhitelist)
Set The latest intermediate IPs.
|
void |
DiffIPWhitelist.setNoChangeIPWhitelist(IPWhitelist NoChangeIPWhitelist)
Set The intermediate IPs that remain unchanged.
|
void |
DiffIPWhitelist.setRemovedIPWhitelist(IPWhitelist RemovedIPWhitelist)
Set The intermediate IPs removed from the existing list.
|
Constructor and Description |
---|
IPWhitelist(IPWhitelist 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 © 2023. All rights reserved.