models

package
v1.44.0 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2020 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailabilityGroup

type AvailabilityGroup struct {

	/* 可用组id (Optional) */
	Id string `json:"id"`

	/* 可用组name (Optional) */
	Name string `json:"name"`

	/* 描述,length:0-256 (Optional) */
	Description string `json:"description"`

	/* 实例模板的Id (Optional) */
	InstanceTemplateId string `json:"instanceTemplateId"`

	/* 可用区域 (Optional) */
	Azs []string `json:"azs"`

	/* 可用组类型,支持vm (Optional) */
	AgType string `json:"agType"`

	/* 创建时间 (Optional) */
	CreateTime string `json:"createTime"`

	/* 可用组中实例的数量 (Optional) */
	Count int `json:"count"`

	/* 是否开启自动伸缩 (Optional) */
	AutoScaling bool `json:"autoScaling"`
}

type Quota

type Quota struct {

	/* 资源类型[ag] (Optional) */
	ResourceType string `json:"resourceType"`

	/* 配额上限 (Optional) */
	Limit int `json:"limit"`

	/* 已用配额 (Optional) */
	Used int `json:"used"`
}

Jump to

Keyboard shortcuts

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