iaas

package module
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2023 License: Apache-2.0 Imports: 0 Imported by: 1

README

iaas-service-go

Go Reference Tests Go Report Card

さくらのクラウド高レベルAPIライブラリ

概要

iaas-service-goはsacloud/libsacloud v2の後継プロジェクトで、さくらのクラウド APIのうちのIaaS部分を担当します。
sacloud/iaas-api-goを用いた高レベルAPIを提供します。

概要/設計/実装方針: docs/overview.md

libsacloudとiaas-service-goのバージョン対応表
libsacloud iaas-api-go Note/Status
v1 - libsacloud v1系はiaas-api-goへの移植対象外
v2 v1 開発中
v3(未リリース) v2 未リリース/未着手

License

sacloud/iaas-service-go Copyright (C) 2022-2023 The sacloud/iaas-service-go Authors.

This project is published under Apache 2.0 License.

Documentation

Index

Constants

View Source
const Version = "1.8.2"

Version バージョン

Variables

This section is empty.

Functions

This section is empty.

Types

type UpdateLevel

type UpdateLevel int

UpdateLevel Update時にどのレベルの変更が必要か

const (
	// UpdateLevelNone 変更なし
	UpdateLevelNone UpdateLevel = iota
	// UpdateLevelSimple 単純な更新のみ(再起動不要)
	UpdateLevelSimple
	// UpdateLevelNeedShutdown シャットダウンが必要な変更
	UpdateLevelNeedShutdown
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL