Versions in this module Expand all Collapse all v1 v1.1.0 Nov 22, 2016 Changes in this version + var ListTimeout = 200 + func ApplyDefault(model interface{}, conf *config.Config) + type DcAvailableOVF struct + CpuCount int + Id string + MemorySizeMB int + Name string + StorageSizeGB int + type DcComputeLimits struct + Cpu DcResourceLimit + MemoryGB DcResourceLimit + StorageGB DcResourceLimit + type DcLoadBalancer struct + Description string + IpAddress string + Name string + Status string + type DcNetworkLimits struct + Networks DcResourceLimit + type DcResourceLimit struct + Inherited bool + Value int + type DeployableNetwork struct + AccountId string + Name string + NetworkId string + Type string + type GetBMCapReq struct + DataCenter string + type GetBMCapRes struct + OperatingSystems []OperatingSystem + SKUs []SKU + type GetDCReq struct + DataCenter string + type GetDCRes struct + DeployableNetworks []DeployableNetwork + ImportableOsTypes []ImportableOSType + SupportsBareMetalServers bool + SupportsSharedLoadBalancer bool + Templates []Template + type GetReq struct + DataCenter string + WithAvailableOvfs base.NilField + WithComputeLimits base.NilField + WithLoadBalancers base.NilField + WithNetworkLimits base.NilField + type GetRes struct + AvailableOVFs *[]DcAvailableOVF + ComputeLimits *DcComputeLimits + Id string + Links models.Links + LoadBalancers *[]DcLoadBalancer + Name string + NetworkLimits *DcNetworkLimits + func All(cn base.Connection, ...) ([]GetRes, error) + func Get(cn base.Connection, dcId string, ...) (GetRes, error) + type ImportableOSType struct + Description string + Id int64 + LabProductCode string + PremiumProductCode string + Type string + type ListReq struct + WithAvailableOvfs base.NilField + WithComputeLimits base.NilField + WithLoadBalancers base.NilField + WithNetworkLimits base.NilField + type ListRes GetRes + type Memory struct + CapacityInGB int + type OperatingSystem struct + Description string + HourlyRatePerSocket float32 + Type string + type Processor struct + CoresPerSocket int + Description string + Sockets int + type SKU struct + Availability string + HourlyRate float32 + ID string + Memory []Memory + Processor Processor + Storage []Storage + type SetDefault struct + DataCenter string + type Storage struct + CapacityInGB int + SpeedInRPM int + Type string + type Template struct + Capabilities []string + Description string + DrivePathLength int64 + Name string + ReservedDrivePaths []string + StorageSizeGB int64 v1.1.0-rc.2 Nov 12, 2016 v1.1.0-rc.1 Nov 2, 2016