Documentation ¶
Index ¶
Constants ¶
View Source
const CIM_SoftwareIdentity = "CIM_SoftwareIdentity"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct { XMLName xml.Name `xml:"Body"` PullResponse PullResponse EnumerateResponse common.EnumerateResponse SoftwareIdentityResponse SoftwareIdentity }
Response Types
type Identity ¶
type Identity struct {
// contains filtered or unexported fields
}
func NewSoftwareIdentityWithClient ¶
func NewSoftwareIdentityWithClient(wsmanMessageCreator *message.WSManMessageCreator, client client.WSMan) Identity
NewSoftwareIdentity returns a new instance of the SoftwareIdentity struct.
func (Identity) Enumerate ¶
Enumerate returns an enumeration context which is used in a subsequent Pull call
type PullResponse ¶
type PullResponse struct { XMLName xml.Name `xml:"PullResponse"` SoftwareIdentityItems []SoftwareIdentity `xml:"Items>CIM_SoftwareIdentity"` }
Response Types
Click to show internal directories.
Click to hide internal directories.