getHypervisorTypeList
- Print
- PDF
getHypervisorTypeList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Views the hypervisor type list.
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Decides the Region for which the block storage instance list is to be viewed regionCode can be obtained through the getRegionList action Default: select the first Region shown in the getRegionList search results | |
responseFormatType | No | String | - Format type of responses Options : xml | json Default : xml |
Responses
Response data type
- HypervisorTypeList type
HypervisorTypeList extends CommonResponse |
---|
private Integer totalRows; |
private List<CommonCode> hypervisorTypeList = new ArrayList<>(); |
Examples
Request examples
ncloud vserver getHypervisorTypeList --regionCode KR
Response examples
<getHypervisorTypeListResponse>
<requestId></requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>2</totalRows>
<hypervisorTypeList>
<hypervisorType>
<code>XEN</code>
<codeName>XEN</codeName>
</hypervisorType>
<hypervisorType>
<code>KVM</code>
<codeName>KVM</codeName>
</hypervisorType>
</hypervisorTypeList>
</getHypervisorTypeListResponse>
Was this article helpful?