Package | Description |
---|---|
com.tencentcloudapi.apigateway.v20180808.models |
Modifier and Type | Method and Description |
---|---|
K8sService[] |
CreateUpstreamRequest.getK8sService()
Get K8S容器服务的配置
|
K8sService[] |
ModifyUpstreamRequest.getK8sService()
Get 容器服务配置
|
K8sService[] |
UpstreamInfo.getK8sServices()
Get K8S容器服务配置
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateUpstreamRequest.setK8sService(K8sService[] K8sService)
Set K8S容器服务的配置
|
void |
ModifyUpstreamRequest.setK8sService(K8sService[] K8sService)
Set 容器服务配置
|
void |
UpstreamInfo.setK8sServices(K8sService[] K8sServices)
Set K8S容器服务配置
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
K8sService(K8sService 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.