instance

package
v1.90.1 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceShowOutput

type InstanceShowOutput struct {
	ID                 v3.UUID           `json:"id"`
	Name               string            `json:"name"`
	CreationDate       string            `json:"creation_date"`
	InstanceType       string            `json:"instance_type"`
	Template           string            `json:"template"`
	Zone               v3.ZoneName       `json:"zone"`
	AntiAffinityGroups []string          `json:"anti_affinity_groups" outputLabel:"Anti-Affinity Groups"`
	DeployTarget       string            `json:"deploy_target"`
	SecurityGroups     []string          `json:"security_groups"`
	PrivateInstance    string            `json:"private-instance" outputLabel:"Private Instance"`
	PrivateNetworks    []string          `json:"private_networks"`
	ElasticIPs         []string          `json:"elastic_ips" outputLabel:"Elastic IPs"`
	IPAddress          string            `json:"ip_address"`
	IPv6Address        string            `json:"ipv6_address" outputLabel:"IPv6 Address"`
	SSHKey             string            `json:"ssh_key"`
	DiskSize           string            `json:"disk_size"`
	State              v3.InstanceState  `json:"state"`
	Labels             map[string]string `json:"labels"`
	SecureBoot         bool              `json:"secureboot"`
	Tpm                bool              `json:"tpm"`
	ReverseDNS         v3.DomainName     `json:"reverse_dns" outputLabel:"Reverse DNS"`
}

func (*InstanceShowOutput) ToJSON

func (o *InstanceShowOutput) ToJSON()

func (*InstanceShowOutput) ToTable

func (o *InstanceShowOutput) ToTable()

func (*InstanceShowOutput) ToText

func (o *InstanceShowOutput) ToText()

func (*InstanceShowOutput) Type

func (o *InstanceShowOutput) Type() string

Jump to

Keyboard shortcuts

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