public static class ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
associateVpcCount
The number of VPCs with which the DHCP options set is associated.
|
ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions |
dhcpOptions
The configuration information about the DHCP options set.
|
String |
dhcpOptionsSetDescription
The description of the DHCP options set.
|
String |
dhcpOptionsSetId
The ID of the DHCP options set.
|
String |
dhcpOptionsSetName
The name of the DHCP options set.
|
Long |
ownerId
The ID of the Alibaba Cloud account to which the DHCP options set belongs.
|
String |
resourceGroupId
The ID of the resource group to which the DHCP options set belongs.
|
String |
status
The status of the DHCP options set.
|
List<ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsTags> |
tags
The tag list.
|
构造器和说明 |
---|
ListDhcpOptionsSetsResponseBodyDhcpOptionsSets() |
@NameInMap(value="AssociateVpcCount") public Integer associateVpcCount
The number of VPCs with which the DHCP options set is associated.
example:2
@NameInMap(value="DhcpOptions") public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions dhcpOptions
The configuration information about the DHCP options set.
@NameInMap(value="DhcpOptionsSetDescription") public String dhcpOptionsSetDescription
The description of the DHCP options set.
example:test
@NameInMap(value="DhcpOptionsSetId") public String dhcpOptionsSetId
The ID of the DHCP options set.
example:dopt-o6w0df4epg9zo8isy****
@NameInMap(value="DhcpOptionsSetName") public String dhcpOptionsSetName
The name of the DHCP options set.
example:test
@NameInMap(value="OwnerId") public Long ownerId
The ID of the Alibaba Cloud account to which the DHCP options set belongs.
example:253460731706911258
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the DHCP options set belongs.
example:rg-acfmxazb4ph****
@NameInMap(value="Status") public String status
The status of the DHCP options set. Valid values:
Available
@NameInMap(value="Tags") public List<ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsTags> tags
The tag list.
public ListDhcpOptionsSetsResponseBodyDhcpOptionsSets()
public static ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets build(Map<String,?> map) throws Exception
Exception
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setAssociateVpcCount(Integer associateVpcCount)
public Integer getAssociateVpcCount()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setDhcpOptions(ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions dhcpOptions)
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions getDhcpOptions()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setDhcpOptionsSetDescription(String dhcpOptionsSetDescription)
public String getDhcpOptionsSetDescription()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setDhcpOptionsSetName(String dhcpOptionsSetName)
public String getDhcpOptionsSetName()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setOwnerId(Long ownerId)
public Long getOwnerId()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setStatus(String status)
public String getStatus()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSets setTags(List<ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsTags> tags)
public List<ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsTags> getTags()
Copyright © 2024. All rights reserved.