Documentation ¶
Index ¶
Constants ¶
View Source
const CIM_ServiceAvailableToElement string = "CIM_ServiceAvailableToElement"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableToElement ¶
type AvailableToElement struct {
// contains filtered or unexported fields
}
func NewServiceAvailableToElementWithClient ¶
func NewServiceAvailableToElementWithClient(wsmanMessageCreator *message.WSManMessageCreator, client client.WSMan) AvailableToElement
NewServiceAvailableToElement returns a new instance of the ServiceAvailableToElement struct.
func (AvailableToElement) Enumerate ¶
func (availableToElement AvailableToElement) Enumerate() (response Response, err error)
Enumerate returns an enumeration context which is used in a subsequent Pull call
type Body ¶
type Body struct { XMLName xml.Name `xml:"Body"` PullResponse PullResponse EnumerateResponse common.EnumerateResponse AssociatedPowerManagementService CIM_AssociatedPowerManagementService `xml:"CIM_AssociatedPowerManagementService"` }
Response Types
type CIM_AssociatedPowerManagementService ¶
type CIM_AssociatedPowerManagementService struct { AvailableRequestedPowerStates int `xml:"AvailableReuestedPowerStates,omitempty"` PowerState int `xml:"PowerState,omitempty"` ServiceProvided ServiceProvided UserOfService UserOfService }
Response Types
type PullResponse ¶
type PullResponse struct { XMLName xml.Name `xml:"PullResponse"` AssociatedPowerManagementService []CIM_AssociatedPowerManagementService `xml:"Items>CIM_AssociatedPowerManagementService"` }
Response Types
type ReferenceParameters ¶
type ReferenceParameters struct { XMLName xml.Name `xml:"ReferenceParameters,omitempty"` ResourceURI string `xml:"ResourceURI,omitempty"` SelelctorSet message.SelectorSet }
Response Types
type Response ¶
type Response struct { *client.Message XMLName xml.Name `xml:"Envelope"` Header message.Header `xml:"Header"` Body Body `xml:"Body"` }
Response Types
type ServiceProvided ¶
type ServiceProvided struct { XMLName xml.Name `xml:"ServiceProvided,omitempty"` Address string `xml:"Address"` ReferenceParameters ReferenceParameters }
Response Types
type UserOfService ¶
type UserOfService struct { XMLName xml.Name `xml:"UserOfService,omitempty"` Address string `xml:"Address"` ReferenceParameters ReferenceParameters }
Response Types
Click to show internal directories.
Click to hide internal directories.