public class CreateGatewaySecretRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
cert
The content of the certificate.
|
String |
istioGatewayName
The name of the ASM gateway.
|
String |
key
The private key of the certificate.
|
String |
secretName
The name of the secret.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
CreateGatewaySecretRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateGatewaySecretRequest |
build(Map<String,?> map) |
String |
getCert() |
String |
getIstioGatewayName() |
String |
getKey() |
String |
getSecretName() |
String |
getServiceMeshId() |
CreateGatewaySecretRequest |
setCert(String cert) |
CreateGatewaySecretRequest |
setIstioGatewayName(String istioGatewayName) |
CreateGatewaySecretRequest |
setKey(String key) |
CreateGatewaySecretRequest |
setSecretName(String secretName) |
CreateGatewaySecretRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="Cert") public String cert
The content of the certificate.
@NameInMap(value="IstioGatewayName") public String istioGatewayName
The name of the ASM gateway.
@NameInMap(value="Key") public String key
The private key of the certificate.
@NameInMap(value="SecretName") public String secretName
The name of the secret.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static CreateGatewaySecretRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateGatewaySecretRequest setCert(String cert)
public String getCert()
public CreateGatewaySecretRequest setIstioGatewayName(String istioGatewayName)
public String getIstioGatewayName()
public CreateGatewaySecretRequest setKey(String key)
public String getKey()
public CreateGatewaySecretRequest setSecretName(String secretName)
public String getSecretName()
public CreateGatewaySecretRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.