public static class DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
expiredTime
The time when the certificate expires.
|
String |
gatewayName
The name of the gateway.
|
String |
issueTime
The time when the certificate was issued.
|
String |
message
* An error message is returned if the status of the gateway is abnormal.
|
String |
secretName
The name of the secret.
|
String |
SNI
The Server Name Indication (SNI) value.
|
String |
state
The status of the certificate.
|
| 构造器和说明 |
|---|
DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails() |
@NameInMap(value="ExpiredTime") public String expiredTime
The time when the certificate expires.
@NameInMap(value="GatewayName") public String gatewayName
The name of the gateway.
@NameInMap(value="IssueTime") public String issueTime
The time when the certificate was issued.
@NameInMap(value="Message") public String message
* An error message is returned if the status of the gateway is abnormal. Examples: `tls.crt not exist`, `tls.key not exist`, and `secret type must be kubernetes.io/tls`.
* An empty value is returned if the status of the gateway is normal.
@NameInMap(value="SNI") public String SNI
The Server Name Indication (SNI) value.
@NameInMap(value="SecretName") public String secretName
The name of the secret.
@NameInMap(value="State") public String state
The status of the certificate. Valid values:
* `normal`
* `abnormal`
public DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails()
public static DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setExpiredTime(String expiredTime)
public String getExpiredTime()
public DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setGatewayName(String gatewayName)
public String getGatewayName()
public DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setIssueTime(String issueTime)
public String getIssueTime()
public DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setMessage(String message)
public String getMessage()
public DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setSNI(String SNI)
public String getSNI()
public DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setSecretName(String secretName)
public String getSecretName()
public DescribeGatewaySecretDetailsResponseBody.DescribeGatewaySecretDetailsResponseBodyGatewaySecretDetails setState(String state)
public String getState()
Copyright © 2023. All rights reserved.