Documentation ¶
Index ¶
- type AdminOrg
- func (ao *AdminOrg) FindStorageProfileName(storageProfileName string) (string, error)
- func (ao *AdminOrg) GetEdgeGateway(egw edgegw.BaseEdgeGW) (edgegw.EdgeGateway, error)
- func (ao *AdminOrg) GetStorageProfile(storageProfileID string, refresh bool) (*govcdtypes.CatalogStorageProfiles, error)
- func (ao *AdminOrg) GetStorageProfileReference(storageProfileID string, refresh bool) (*govcdtypes.Reference, error)
- func (ao *AdminOrg) GetVDCGroupByNameOrID(nameOrID string) (*govcd.VdcGroup, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminOrg ¶
func (*AdminOrg) FindStorageProfileName ¶ added in v0.15.5
GetStorageProfileID returns the storage profile ID.
func (*AdminOrg) GetEdgeGateway ¶
func (ao *AdminOrg) GetEdgeGateway(egw edgegw.BaseEdgeGW) (edgegw.EdgeGateway, error)
GetEdgeGateway returns the edge gateway.
func (*AdminOrg) GetStorageProfile ¶
func (ao *AdminOrg) GetStorageProfile(storageProfileID string, refresh bool) (*govcdtypes.CatalogStorageProfiles, error)
GetStorageProfile returns the storage profile.
func (*AdminOrg) GetStorageProfileReference ¶
func (ao *AdminOrg) GetStorageProfileReference(storageProfileID string, refresh bool) (*govcdtypes.Reference, error)
GetStorageProfileReference returns the storage profile reference.
Click to show internal directories.
Click to hide internal directories.