datacenter

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package datacenter provides structs for the Datacenter payload.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	Zone    int `json:"zone" yaml:"zone"`
	Cluster int `json:"cluster" yaml:"cluster"`
}

Cluster is the API payload based on the legacy xmlrpc backend.

type Datastore

type Datastore struct {
	Zone      int `json:"zone" yaml:"zone"`
	Datastore int `json:"datastore" yaml:"datastore"`
}

Datastore is the API payload based on the legacy xmlrpc backend.

type Host

type Host struct {
	Zone int `json:"zone" yaml:"zone"`
	Host int `json:"host" yaml:"host"`
}

Host is the API payload based on the legacy xmlrpc backend.

type Network

type Network struct {
	Zone    int `json:"zone" yaml:"zone"`
	Network int `json:"network" yaml:"network"`
}

Network is the API payload based on the legacy xmlrpc backend.

Jump to

Keyboard shortcuts

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