public class CreateHpcClusterRequest
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 |
name
The name of the HPC cluster.
|
String |
ownerAccount
RAM用户的账号登录名称。
|
Long |
ownerId
RAM用户的虚拟账号ID。
|
String |
regionId
The region ID of the HPC cluster.
|
String |
resourceOwnerAccount
资源主账号的账号名称。
|
Long |
resourceOwnerId
资源主账号的ID,亦即UID。
|
构造器和说明 |
---|
CreateHpcClusterRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateHpcClusterRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CreateHpcClusterRequest |
setClientToken(String clientToken) |
CreateHpcClusterRequest |
setDescription(String description) |
CreateHpcClusterRequest |
setName(String name) |
CreateHpcClusterRequest |
setOwnerAccount(String ownerAccount) |
CreateHpcClusterRequest |
setOwnerId(Long ownerId) |
CreateHpcClusterRequest |
setRegionId(String regionId) |
CreateHpcClusterRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateHpcClusterRequest |
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 a client token. Make sure that a unique client token is used for each request. The ClientToken value can 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="Description") public String description
The description of the HPC cluster. The description must be 2 to 256 characters in length. It cannot start with http://
or https://
.
This parameter is empty by default.
example:testHPCDescription
@NameInMap(value="Name") public String name
The name of the HPC cluster. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). The name must start with a letter but cannot start with http://
or https://
.
This parameter is required.
example:hpc-Cluster-01
@NameInMap(value="OwnerAccount") public String ownerAccount
RAM用户的账号登录名称。
example:@NameInMap(value="OwnerId") public Long ownerId
RAM用户的虚拟账号ID。
example:1234567890
@NameInMap(value="RegionId") public String regionId
The region ID of the HPC cluster. You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
资源主账号的账号名称。
example:ECSforCloud
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
资源主账号的ID,亦即UID。
example:1234567890
public static CreateHpcClusterRequest build(Map<String,?> map) throws Exception
Exception
public CreateHpcClusterRequest setClientToken(String clientToken)
public String getClientToken()
public CreateHpcClusterRequest setDescription(String description)
public String getDescription()
public CreateHpcClusterRequest setName(String name)
public String getName()
public CreateHpcClusterRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateHpcClusterRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateHpcClusterRequest setRegionId(String regionId)
public String getRegionId()
public CreateHpcClusterRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateHpcClusterRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.