public class GetDhcpOptionsSetRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dhcpOptionsSetId
The ID of the DHCP options set.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the DHCP options set that you want to query.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
GetDhcpOptionsSetRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetDhcpOptionsSetRequest |
build(Map<String,?> map) |
String |
getDhcpOptionsSetId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
GetDhcpOptionsSetRequest |
setDhcpOptionsSetId(String dhcpOptionsSetId) |
GetDhcpOptionsSetRequest |
setOwnerAccount(String ownerAccount) |
GetDhcpOptionsSetRequest |
setOwnerId(Long ownerId) |
GetDhcpOptionsSetRequest |
setRegionId(String regionId) |
GetDhcpOptionsSetRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetDhcpOptionsSetRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="DhcpOptionsSetId") public String dhcpOptionsSetId
The ID of the DHCP options set.
This parameter is required.
example:dopt-o6w0df4epg9zo8isy****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the DHCP options set that you want to query.
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
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static GetDhcpOptionsSetRequest build(Map<String,?> map) throws Exception
Exception
public GetDhcpOptionsSetRequest setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public GetDhcpOptionsSetRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetDhcpOptionsSetRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetDhcpOptionsSetRequest setRegionId(String regionId)
public String getRegionId()
public GetDhcpOptionsSetRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetDhcpOptionsSetRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.