public class CreateTLSCipherPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
ciphers |
String |
name |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<String> |
TLSVersions |
| 构造器和说明 |
|---|
CreateTLSCipherPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTLSCipherPolicyRequest |
build(Map<String,?> map) |
List<String> |
getCiphers() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
List<String> |
getTLSVersions() |
CreateTLSCipherPolicyRequest |
setCiphers(List<String> ciphers) |
CreateTLSCipherPolicyRequest |
setName(String name) |
CreateTLSCipherPolicyRequest |
setOwnerAccount(String ownerAccount) |
CreateTLSCipherPolicyRequest |
setOwnerId(Long ownerId) |
CreateTLSCipherPolicyRequest |
setRegionId(String regionId) |
CreateTLSCipherPolicyRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateTLSCipherPolicyRequest |
setResourceOwnerId(Long resourceOwnerId) |
CreateTLSCipherPolicyRequest |
setTLSVersions(List<String> TLSVersions) |
@NameInMap(value="Name") public String name
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CreateTLSCipherPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateTLSCipherPolicyRequest setCiphers(List<String> ciphers)
public CreateTLSCipherPolicyRequest setName(String name)
public String getName()
public CreateTLSCipherPolicyRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateTLSCipherPolicyRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateTLSCipherPolicyRequest setRegionId(String regionId)
public String getRegionId()
public CreateTLSCipherPolicyRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateTLSCipherPolicyRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateTLSCipherPolicyRequest setTLSVersions(List<String> TLSVersions)
Copyright © 2023. All rights reserved.