getHypervisorTypeList
    • PDF

    getHypervisorTypeList

    • PDF

    Article summary

    Available in VPC

    Overview

    Views the hypervisor type list.

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- 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
    responseFormatTypeNoString- 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?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.