public class CreateHaVipRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
String |
description |
String |
ipAddress |
String |
ownerAccount |
Long |
ownerId |
String |
regionId
This parameter is required.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vSwitchId
This parameter is required.
|
构造器和说明 |
---|
CreateHaVipRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateHaVipRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getIpAddress() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVSwitchId() |
CreateHaVipRequest |
setClientToken(String clientToken) |
CreateHaVipRequest |
setDescription(String description) |
CreateHaVipRequest |
setIpAddress(String ipAddress) |
CreateHaVipRequest |
setOwnerAccount(String ownerAccount) |
CreateHaVipRequest |
setOwnerId(Long ownerId) |
CreateHaVipRequest |
setRegionId(String regionId) |
CreateHaVipRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateHaVipRequest |
setResourceOwnerId(Long resourceOwnerId) |
CreateHaVipRequest |
setVSwitchId(String vSwitchId) |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="Description") public String description
@NameInMap(value="IpAddress") public String ipAddress
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
This parameter is required.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VSwitchId") public String vSwitchId
This parameter is required.
public static CreateHaVipRequest build(Map<String,?> map) throws Exception
Exception
public CreateHaVipRequest setClientToken(String clientToken)
public String getClientToken()
public CreateHaVipRequest setDescription(String description)
public String getDescription()
public CreateHaVipRequest setIpAddress(String ipAddress)
public String getIpAddress()
public CreateHaVipRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreateHaVipRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateHaVipRequest setRegionId(String regionId)
public String getRegionId()
public CreateHaVipRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateHaVipRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CreateHaVipRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.