public static class DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
credentialName
The name of the secret that contains the Transport Layer Security (TLS) certificate and certificate authority (CA) certificate.
|
String |
detail
The details of the domain name in the JSON format.
|
List<String> |
domains
The list of domain names.
|
String |
gatewayCRName
The name of the Istio gateway.
|
String |
namespace
The namespace in which the ASM gateway resides.
|
String |
portName
The port name.
|
String |
protocol
The type of the protocol.
|
| 构造器和说明 |
|---|
DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails() |
@NameInMap(value="CredentialName") public String credentialName
The name of the secret that contains the Transport Layer Security (TLS) certificate and certificate authority (CA) certificate.
@NameInMap(value="Detail") public String detail
The details of the domain name in the JSON format.
@NameInMap(value="GatewayCRName") public String gatewayCRName
The name of the Istio gateway.
@NameInMap(value="Namespace") public String namespace
The namespace in which the ASM gateway resides.
@NameInMap(value="PortName") public String portName
The port name.
@NameInMap(value="Protocol") public String protocol
The type of the protocol. Valid values: `HTTP`, `HTTPS`, `GRPC`, `HTTP2`, `MONGO`, `TCP`, and `TLS`.
public DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails()
public static DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setCredentialName(String credentialName)
public String getCredentialName()
public DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setDetail(String detail)
public String getDetail()
public DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setDomains(List<String> domains)
public DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setGatewayCRName(String gatewayCRName)
public String getGatewayCRName()
public DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setNamespace(String namespace)
public String getNamespace()
public DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setPortName(String portName)
public String getPortName()
public DescribeIstioGatewayDomainsResponseBody.DescribeIstioGatewayDomainsResponseBodyGatewaySecretDetails setProtocol(String protocol)
public String getProtocol()
Copyright © 2023. All rights reserved.