public class GetDhcpOptionsSetResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs |
static class |
GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions |
static class |
GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyTags |
限定符和类型 | 字段和说明 |
---|---|
List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs> |
associateVpcs
The information about the virtual private cloud (VPC) that is associated with the DHCP options set.
|
GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions |
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 |
requestId
The ID of the request.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
status
The status of the DHCP options set.
|
List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyTags> |
tags
The tag list.
|
构造器和说明 |
---|
GetDhcpOptionsSetResponseBody() |
@NameInMap(value="AssociateVpcs") public List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs> associateVpcs
The information about the virtual private cloud (VPC) that is associated with the DHCP options set.
@NameInMap(value="DhcpOptions") public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions 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:283117732402483989
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC0
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group.
example:rg-acfmxazb4ph****
@NameInMap(value="Status") public String status
The status of the DHCP options set. Valid values:
Available
@NameInMap(value="Tags") public List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyTags> tags
The tag list.
public static GetDhcpOptionsSetResponseBody build(Map<String,?> map) throws Exception
Exception
public GetDhcpOptionsSetResponseBody setAssociateVpcs(List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs> associateVpcs)
public List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyAssociateVpcs> getAssociateVpcs()
public GetDhcpOptionsSetResponseBody setDhcpOptions(GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions dhcpOptions)
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions getDhcpOptions()
public GetDhcpOptionsSetResponseBody setDhcpOptionsSetDescription(String dhcpOptionsSetDescription)
public String getDhcpOptionsSetDescription()
public GetDhcpOptionsSetResponseBody setDhcpOptionsSetId(String dhcpOptionsSetId)
public String getDhcpOptionsSetId()
public GetDhcpOptionsSetResponseBody setDhcpOptionsSetName(String dhcpOptionsSetName)
public String getDhcpOptionsSetName()
public GetDhcpOptionsSetResponseBody setOwnerId(Long ownerId)
public Long getOwnerId()
public GetDhcpOptionsSetResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDhcpOptionsSetResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public GetDhcpOptionsSetResponseBody setStatus(String status)
public String getStatus()
public GetDhcpOptionsSetResponseBody setTags(List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyTags> tags)
public List<GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyTags> getTags()
Copyright © 2024. All rights reserved.