Documentation
¶
Index ¶
- Constants
- type Certificate
- type CertificateLister
- type Firewall
- type FirewallLister
- type FloatingIP
- type FloatingIPLister
- type LoadBalancer
- type LoadBalancerLister
- type Network
- type NetworkLister
- type PlacementGroup
- type PlacementGroupLister
- type SSHKey
- type SSHKeyLister
- type Server
- type ServerLister
- type Snapshot
- type SnapshotLister
- type Volume
- type VolumeLister
Constants ¶
View Source
const CertificateResource = "Certificate"
View Source
const FirewallResource = "Firewall"
View Source
const FloatingIPResource = "FloatingIP"
View Source
const LoadBalancerResource = "LoadBalancer"
View Source
const NetworkResource = "Network"
View Source
const PlacementGroupResource = "PlacementGroup"
View Source
const SSHKeyResource = "SSHKey"
View Source
const ServerResource = "Server"
View Source
const SnapshotResource = "Snapshot"
View Source
const VolumeResource = "Volume"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the certificate"` Created *time.Time `description:"The time the certificate was created"` // contains filtered or unexported fields }
func (*Certificate) Properties ¶ added in v0.4.0
func (r *Certificate) Properties() types.Properties
func (*Certificate) String ¶
func (r *Certificate) String() string
type CertificateLister ¶
type CertificateLister struct{}
type Firewall ¶
type Firewall struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the firewall"` Created *time.Time `description:"The time the firewall was created"` // contains filtered or unexported fields }
func (*Firewall) Properties ¶ added in v0.4.0
func (r *Firewall) Properties() types.Properties
type FirewallLister ¶
type FirewallLister struct{}
type FloatingIP ¶
type FloatingIP struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the floatingip"` Created *time.Time `description:"The time the floatingip was created"` Location *string `description:"The location of the floatingip"` // contains filtered or unexported fields }
func (*FloatingIP) Properties ¶ added in v0.4.0
func (r *FloatingIP) Properties() types.Properties
func (*FloatingIP) String ¶
func (r *FloatingIP) String() string
type FloatingIPLister ¶
type FloatingIPLister struct{}
type LoadBalancer ¶
type LoadBalancer struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the loadbalancer"` Created *time.Time `description:"The time the loadbalancer was created"` Location *string `description:"The location of the loadbalancer"` // contains filtered or unexported fields }
func (*LoadBalancer) Properties ¶ added in v0.4.0
func (r *LoadBalancer) Properties() types.Properties
func (*LoadBalancer) String ¶
func (r *LoadBalancer) String() string
type LoadBalancerLister ¶
type LoadBalancerLister struct{}
type Network ¶
type Network struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the network"` Created *time.Time `description:"The time the network was created"` // contains filtered or unexported fields }
func (*Network) Properties ¶ added in v0.4.0
func (r *Network) Properties() types.Properties
type NetworkLister ¶
type NetworkLister struct{}
type PlacementGroup ¶
type PlacementGroup struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the placement group"` Created *time.Time `description:"The time the placement group was created"` // contains filtered or unexported fields }
func (*PlacementGroup) Properties ¶ added in v0.4.0
func (r *PlacementGroup) Properties() types.Properties
func (*PlacementGroup) String ¶
func (r *PlacementGroup) String() string
type PlacementGroupLister ¶
type PlacementGroupLister struct{}
type SSHKey ¶
type SSHKey struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the sshkey"` Created *time.Time `description:"The time the sshkey was created"` // contains filtered or unexported fields }
func (*SSHKey) Properties ¶ added in v0.4.0
func (r *SSHKey) Properties() types.Properties
type SSHKeyLister ¶
type SSHKeyLister struct{}
type Server ¶
type Server struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the server"` Created *time.Time `description:"The time the server was created"` Location *string `description:"The location of the server"` // contains filtered or unexported fields }
func (*Server) Properties ¶ added in v0.4.0
func (r *Server) Properties() types.Properties
type ServerLister ¶
type ServerLister struct{}
type Snapshot ¶
type Snapshot struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the snapshots"` Created *time.Time `description:"The time the snapshots was created"` // contains filtered or unexported fields }
func (*Snapshot) Properties ¶ added in v0.4.0
func (r *Snapshot) Properties() types.Properties
type SnapshotLister ¶
type SnapshotLister struct{}
type Volume ¶
type Volume struct { Name *string ID *int64 Labels map[string]string `description:"The labels associated with the volume"` Created *time.Time `description:"The time the volume was created"` Location *string `description:"The location of the volume"` // contains filtered or unexported fields }
func (*Volume) Properties ¶ added in v0.4.0
func (r *Volume) Properties() types.Properties
type VolumeLister ¶
type VolumeLister struct{}
Click to show internal directories.
Click to hide internal directories.