public class ListDhcpOptionsSetsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListDhcpOptionsSetsRequest.ListDhcpOptionsSetsRequestTags |
限定符和类型 | 字段和说明 |
---|---|
List<String> |
dhcpOptionsSetId
The ID of the DHCP options set.
|
String |
dhcpOptionsSetName
The name of the DHCP options set.
|
String |
domainName
The root domain.
|
Integer |
maxResults
The number of entries per page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the DHCP options sets that you want to query.
|
String |
resourceGroupId
The ID of the resource group to which the DHCP options set belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<ListDhcpOptionsSetsRequest.ListDhcpOptionsSetsRequestTags> |
tags
The tag list.
|
构造器和说明 |
---|
ListDhcpOptionsSetsRequest() |
@NameInMap(value="DhcpOptionsSetId") public List<String> dhcpOptionsSetId
The ID of the DHCP options set. You can specify at most 20 IDs.
example:dopt-o6w0df4epg9zo8isy****
@NameInMap(value="DhcpOptionsSetName") public String dhcpOptionsSetName
The name of the DHCP options set.
The name must be 1 to 128 characters in length and can contain digits, underscores (_), and hyphens (-). It must start with a letter.
Valid values:
tf-testAccVpcDhcpOptionsSets-1585169790614573448
:
tf-testAccVpcDhcpOptionsSets-1585169790614573448
.
test
@NameInMap(value="DomainName") public String domainName
The root domain. For example, you can set the value to example.com.
After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
example:example.com
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries per page. Valid values: 1 to 100. Default value: 10.
example:10
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@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 sets 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="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the DHCP options set belongs.
example:rg-acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tags") public List<ListDhcpOptionsSetsRequest.ListDhcpOptionsSetsRequestTags> tags
The tag list.
public static ListDhcpOptionsSetsRequest build(Map<String,?> map) throws Exception
Exception
public ListDhcpOptionsSetsRequest setDhcpOptionsSetId(List<String> dhcpOptionsSetId)
public ListDhcpOptionsSetsRequest setDhcpOptionsSetName(String dhcpOptionsSetName)
public String getDhcpOptionsSetName()
public ListDhcpOptionsSetsRequest setDomainName(String domainName)
public String getDomainName()
public ListDhcpOptionsSetsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListDhcpOptionsSetsRequest setNextToken(String nextToken)
public String getNextToken()
public ListDhcpOptionsSetsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListDhcpOptionsSetsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListDhcpOptionsSetsRequest setRegionId(String regionId)
public String getRegionId()
public ListDhcpOptionsSetsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListDhcpOptionsSetsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListDhcpOptionsSetsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListDhcpOptionsSetsRequest setTags(List<ListDhcpOptionsSetsRequest.ListDhcpOptionsSetsRequestTags> tags)
public List<ListDhcpOptionsSetsRequest.ListDhcpOptionsSetsRequestTags> getTags()
Copyright © 2024. All rights reserved.