Documentation
¶
Index ¶
Constants ¶
View Source
const CIM_ConcreteDependency string = "CIM_ConcreteDependency"
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 }
Response Types
type ConcreteDependency ¶
type ConcreteDependency struct { Antecedent models.AssociationReference `xml:"Antecedent"` Dependent models.AssociationReference `xml:"Dependent"` }
Response Types
type Dependency ¶
type Dependency struct {
// contains filtered or unexported fields
}
func NewDependencyWithClient ¶
func NewDependencyWithClient(wsmanMessageCreator *message.WSManMessageCreator, client client.WSMan) Dependency
NewDependency returns a new instance of the NewDependency struct. should be NewDependency() because concrete is scoped already as package name.
func (Dependency) Enumerate ¶
func (dependency Dependency) Enumerate() (response Response, err error)
Enumerate the instances of this class
type PullResponse ¶
type PullResponse struct { XMLName xml.Name `xml:"PullResponse"` Items []ConcreteDependency `xml:"Items>CIM_ConcreteDependency"` }
Response Types
Click to show internal directories.
Click to hide internal directories.