Documentation ¶
Index ¶
- func NewGenericRedfishApi(endpoint, username, password string, debug bool) redfish.IRedfishDriver
- type SGenericRedfishApiFactory
- type SGenericRefishApi
- func (r *SGenericRefishApi) BasePath() string
- func (r *SGenericRefishApi) GetParent(parent jsonutils.JSONObject) jsonutils.JSONObject
- func (r *SGenericRefishApi) LinkKey() string
- func (r *SGenericRefishApi) LogItemsKey() string
- func (r *SGenericRefishApi) MemberKey() string
- func (r *SGenericRefishApi) VersionKey() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGenericRedfishApi ¶
func NewGenericRedfishApi(endpoint, username, password string, debug bool) redfish.IRedfishDriver
Types ¶
type SGenericRedfishApiFactory ¶
type SGenericRedfishApiFactory struct { }
func (*SGenericRedfishApiFactory) Name ¶
func (f *SGenericRedfishApiFactory) Name() string
func (*SGenericRedfishApiFactory) NewApi ¶
func (f *SGenericRedfishApiFactory) NewApi(endpoint, username, password string, debug bool) redfish.IRedfishDriver
type SGenericRefishApi ¶
type SGenericRefishApi struct {
redfish.SBaseRedfishClient
}
func (*SGenericRefishApi) BasePath ¶
func (r *SGenericRefishApi) BasePath() string
func (*SGenericRefishApi) GetParent ¶
func (r *SGenericRefishApi) GetParent(parent jsonutils.JSONObject) jsonutils.JSONObject
func (*SGenericRefishApi) LinkKey ¶
func (r *SGenericRefishApi) LinkKey() string
func (*SGenericRefishApi) LogItemsKey ¶
func (r *SGenericRefishApi) LogItemsKey() string
func (*SGenericRefishApi) MemberKey ¶
func (r *SGenericRefishApi) MemberKey() string
func (*SGenericRefishApi) VersionKey ¶
func (r *SGenericRefishApi) VersionKey() string
Click to show internal directories.
Click to hide internal directories.