public class ModifyHpcClusterAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the HPC cluster.
|
String |
hpcClusterId
The ID of the HPC cluster.
|
String |
name
The name of the HPC cluster.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the HPC cluster.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyHpcClusterAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyHpcClusterAttributeRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getHpcClusterId() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyHpcClusterAttributeRequest |
setClientToken(String clientToken) |
ModifyHpcClusterAttributeRequest |
setDescription(String description) |
ModifyHpcClusterAttributeRequest |
setHpcClusterId(String hpcClusterId) |
ModifyHpcClusterAttributeRequest |
setName(String name) |
ModifyHpcClusterAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyHpcClusterAttributeRequest |
setOwnerId(Long ownerId) |
ModifyHpcClusterAttributeRequest |
setRegionId(String regionId) |
ModifyHpcClusterAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyHpcClusterAttributeRequest |
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 ensure 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 idempotency](~~25693~~).
@NameInMap(value="Description") public String description
The description of the HPC cluster. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
This parameter is empty by default.
@NameInMap(value="HpcClusterId") public String hpcClusterId
The ID of the HPC cluster.
@NameInMap(value="Name") public String name
The name of the HPC cluster. The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://. It can contain letters, digits, underscores (\_), and hyphens (-).
This parameter is empty by default.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the HPC cluster. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyHpcClusterAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyHpcClusterAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyHpcClusterAttributeRequest setDescription(String description)
public String getDescription()
public ModifyHpcClusterAttributeRequest setHpcClusterId(String hpcClusterId)
public String getHpcClusterId()
public ModifyHpcClusterAttributeRequest setName(String name)
public String getName()
public ModifyHpcClusterAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyHpcClusterAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyHpcClusterAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyHpcClusterAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyHpcClusterAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.