| Package | Description |
|---|---|
| com.tencentcloudapi.vod.v20180717.models |
| Modifier and Type | Method and Description |
|---|---|
CdnLogInfo[] |
DescribeCdnLogsResponse.getDomesticCdnLogs()
Get 国内CDN节点的日志下载列表。
注意:此字段可能返回 null,表示取不到有效值。
|
CdnLogInfo[] |
DescribeCdnLogsResponse.getOverseaCdnLogs()
Get 海外CDN节点的日志下载列表。如果域名没有开启海外加速,忽略该参数。
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCdnLogsResponse.setDomesticCdnLogs(CdnLogInfo[] DomesticCdnLogs)
Set 国内CDN节点的日志下载列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DescribeCdnLogsResponse.setOverseaCdnLogs(CdnLogInfo[] OverseaCdnLogs)
Set 海外CDN节点的日志下载列表。如果域名没有开启海外加速,忽略该参数。
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
CdnLogInfo(CdnLogInfo 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 © 2022. All rights reserved.