Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datastore ¶
type Datastore struct { Urn string `json:"urn"` Uri string `json:"uri"` StorageType string `json:"storageType"` Name string `json:"name"` Status string `json:"status"` ClusterSize int `json:"clusterSize"` CapacityGB int `json:"capacityGB"` UsedSizeGB int `json:"usedSizeGB"` FreeSizeGB int `json:"freeSizeGB"` ActualCapacityGB int `json:"actualCapacityGB"` ActualFreeSizeGB int `json:"actualFreeSizeGB"` DsLockType int `json:"dsLockType"` RefreshTime string `json:"refreshTime"` Hosts []string `json:"hosts"` }
type Interface ¶
func NewManager ¶
func NewManager(client client.FusionComputeClient, siteUri string) Interface
type ListDataStoreResponse ¶
type ListDataStoreResponse struct {
Datastores []Datastore `json:"datastores"`
}
Click to show internal directories.
Click to hide internal directories.