Uses of Class
com.tencentcloudapi.tem.v20210701.models.IngressInfo
-
Packages that use IngressInfo Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of IngressInfo in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return IngressInfo Modifier and Type Method Description IngressInfoModifyIngressRequest. getIngress()Get Ingress 规则配置IngressInfo[]DescribeIngressesResponse. getResult()Get ingress 数组 注意:此字段可能返回 null,表示取不到有效值。IngressInfoDescribeIngressResponse. getResult()Get Ingress 规则配置IngressInfo[]DescribeRelatedIngressesResponse. getResult()Get ingress 数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressInfo Modifier and Type Method Description voidModifyIngressRequest. setIngress(IngressInfo Ingress)Set Ingress 规则配置voidDescribeIngressesResponse. setResult(IngressInfo[] Result)Set ingress 数组 注意:此字段可能返回 null,表示取不到有效值。voidDescribeIngressResponse. setResult(IngressInfo Result)Set Ingress 规则配置voidDescribeRelatedIngressesResponse. setResult(IngressInfo[] Result)Set ingress 数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressInfo Constructor Description IngressInfo(IngressInfo 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.
-