Documentation
¶
Overview ¶
Package alarmclock facilitates communication with Intel® AMT devices to represent a single alarm clock setting.
Index ¶
Constants ¶
View Source
const IPSAlarmClockOccurrence string = "IPS_AlarmClockOccurrence"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlarmClockOccurrence ¶
type AlarmClockOccurrence struct {
XMLName xml.Name `xml:"IPS_AlarmClockOccurrence"`
ElementName string
InstanceID string
StartTime StartTime
Interval Interval
DeleteOnCompletion bool
}
OUTPUT Response Types.
type Body ¶
type Body struct {
XMLName xml.Name `xml:"Body"`
PullResponse PullResponse `xml:"PullResponse"`
EnumerateResponse common.EnumerateResponse
GetResponse AlarmClockOccurrence `xml:"IPS_AlarmClockOccurrence"`
}
OUTPUT Response Types.
type Occurrence ¶
type Occurrence struct {
base.WSManService[Response]
}
func NewAlarmClockOccurrenceWithClient ¶
func NewAlarmClockOccurrenceWithClient(wsmanMessageCreator *message.WSManMessageCreator, client client.WSMan) Occurrence
NewAlarmClockOccurrence returns a new instance of the AlarmClockOccurrence struct.
type PullResponse ¶
type PullResponse struct {
XMLName xml.Name `xml:"PullResponse"`
Items []AlarmClockOccurrence `xml:"Items>IPS_AlarmClockOccurrence"`
}
OUTPUT Response Types.
Click to show internal directories.
Click to hide internal directories.