Skip to content

Latest commit

 

History

History
87 lines (76 loc) · 6.39 KB

README.md

File metadata and controls

87 lines (76 loc) · 6.39 KB

Go API client for vnas

VPC NAS 관련 API<br/>https://ncloud.apigw.ntruss.com/vnas/v2

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 2022-02-17T10:34:16Z
  • Package version: 1.0.3
  • Build package: io.swagger.codegen.languages.NcpGoForNcloudClientCodegen

Installation

Put the package under your project folder and add the following in import:

"./vnas"

Documentation for API Endpoints

All URIs are relative to https://ncloud.apigw.ntruss.com/vnas/v2

Class Method HTTP request Description
V2Api AddNasVolumeAccessControl Post /addNasVolumeAccessControl
V2Api ChangeNasVolumeSize Post /changeNasVolumeSize
V2Api ChangeNasVolumeSnapshotConfiguration Post /changeNasVolumeSnapshotConfiguration
V2Api CreateNasVolumeInstance Post /createNasVolumeInstance
V2Api CreateNasVolumeSnapshot Post /createNasVolumeSnapshot
V2Api DeleteNasVolumeInstances Post /deleteNasVolumeInstances
V2Api DeleteNasVolumeSnapshot Post /deleteNasVolumeSnapshot
V2Api GetNasVolumeAccessControlRuleList Post /getNasVolumeAccessControlRuleList
V2Api GetNasVolumeInstanceDetail Post /getNasVolumeInstanceDetail
V2Api GetNasVolumeInstanceList Post /getNasVolumeInstanceList
V2Api GetNasVolumeInstanceRatingList Post /getNasVolumeInstanceRatingList
V2Api GetNasVolumeSnapshotConfigurationHistoryList Post /getNasVolumeSnapshotConfigurationHistoryList
V2Api GetNasVolumeSnapshotList Post /getNasVolumeSnapshotList
V2Api RemoveNasVolumeAccessControl Post /removeNasVolumeAccessControl
V2Api RestoreNasVolumeWithSnapshot Post /restoreNasVolumeWithSnapshot
V2Api SetNasVolumeAccessControl Post /setNasVolumeAccessControl
V2Api SetNasVolumeReturnProtection Post /setNasVolumeReturnProtection

Documentation For Models