Discover Packages
go.anx.io/go-anxcloud
pkg
vsphere
provisioning
disktype
package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Jun 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package disktype implements API functions residing under /provisioning/disk_type.
This path contains methods for querying ips available disk types.
API contains methods for disk_type querying.
NewAPI creates a new disk_type API instance with the given client.
type DiskType struct {
ID string `json:"id"`
StorageType string `json:"storage_type"`
Bandwidth int `json:"bandwidth"`
IOPS int `json:"iops"`
Latency int `json:"latency"`
}
DiskType represents a disk type that may be used for VMs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.