public class DeleteHpcClusterRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
hpcClusterId
The ID of the HPC cluster.
|
String |
ownerAccount
example:
EcsforCloud@Alibaba.com
|
Long |
ownerId
example:
155780923770
|
String |
regionId
The region ID of the HPC cluster.
|
String |
resourceOwnerAccount
example:
EcsforCloud
|
Long |
resourceOwnerId
example:
155780923770
|
构造器和说明 |
---|
DeleteHpcClusterRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteHpcClusterRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getHpcClusterId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeleteHpcClusterRequest |
setClientToken(String clientToken) |
DeleteHpcClusterRequest |
setHpcClusterId(String hpcClusterId) |
DeleteHpcClusterRequest |
setOwnerAccount(String ownerAccount) |
DeleteHpcClusterRequest |
setOwnerId(Long ownerId) |
DeleteHpcClusterRequest |
setRegionId(String regionId) |
DeleteHpcClusterRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteHpcClusterRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The ClientToken value must contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="HpcClusterId") public String hpcClusterId
The ID of the HPC cluster.
This parameter is required.
example:hpc-cxvr5uzy54j0ya****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
155780923770
@NameInMap(value="RegionId") public String regionId
The region ID of the HPC cluster. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
EcsforCloud
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
155780923770
public static DeleteHpcClusterRequest build(Map<String,?> map) throws Exception
Exception
public DeleteHpcClusterRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteHpcClusterRequest setHpcClusterId(String hpcClusterId)
public String getHpcClusterId()
public DeleteHpcClusterRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteHpcClusterRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteHpcClusterRequest setRegionId(String regionId)
public String getRegionId()
public DeleteHpcClusterRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteHpcClusterRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.