Documentation ¶
Overview ¶
********************************************************************
- Copyright (c) Intel Corporation 2023
- SPDX-License-Identifier: Apache-2.0 *********************************************************************
Package cim implements CIM classes to support communicating with Intel® AMT Devices
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Messages ¶
type Messages struct { BIOSElement bios.Element BootConfigSetting boot.ConfigSetting BootService boot.Service BootSourceSetting boot.SourceSetting Card card.Package Chassis chassis.Package Chip chip.Package ComputerSystemPackage computer.SystemPackage ConcreteDependency concrete.Dependency CredentialContext credential.Context IEEE8021xSettings ieee8021x.Settings KVMRedirectionSAP kvm.RedirectionSAP MediaAccessDevice mediaaccess.Device PhysicalMemory physical.Memory PhysicalPackage physical.Package PowerManagementService power.ManagementService Processor processor.Package ServiceAvailableToElement service.AvailableToElement SoftwareIdentity software.Identity SystemPackaging system.Package WiFiEndpointSettings wifi.EndpointSettings WiFiPort wifi.Port // contains filtered or unexported fields }
func NewMessages ¶
type ResourceURI ¶
type ResourceURI string
const (
CIM ResourceURI = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/"
)
Directories ¶
Path | Synopsis |
---|---|
Package actions holds generic action constants for various AMT commands
|
Package actions holds generic action constants for various AMT commands |
Package bios facilitiates communication with Intel® AMT devices to get information about the device bios element
|
Package bios facilitiates communication with Intel® AMT devices to get information about the device bios element |
Package boot facilitates communication with Intel® AMT devices to access and configure Boot Config Setting, Boot Service, and Boot Source Setting features of AMT.
|
Package boot facilitates communication with Intel® AMT devices to access and configure Boot Config Setting, Boot Service, and Boot Source Setting features of AMT. |
Package card facilitates communication with Intel® AMT devices to represent a type of physical container that can be plugged into another Card or HostingBoard, or is itself a HostingBoard/Motherboard in a Chassis
|
Package card facilitates communication with Intel® AMT devices to represent a type of physical container that can be plugged into another Card or HostingBoard, or is itself a HostingBoard/Motherboard in a Chassis |
Package chassis facilitates communication with Intel® AMT devices to represent the PhysicalElements that enclose other Elements and provide definable functionality, such as a desktop, processing node, UPS, disk or tape storage, or a combination of these.
|
Package chassis facilitates communication with Intel® AMT devices to represent the PhysicalElements that enclose other Elements and provide definable functionality, such as a desktop, processing node, UPS, disk or tape storage, or a combination of these. |
Package chip facilitates communication with Intel® AMT devices to represent any type of integrated circuit hardware, including ASICs, processors, memory chips, etc.
|
Package chip facilitates communication with Intel® AMT devices to represent any type of integrated circuit hardware, including ASICs, processors, memory chips, etc. |
Package computer facilitates communication with Intel® AMT devices in a way similar to the way that LogicalDevices are 'Realized' by PhysicalElements, however ComputerSystem may be realized realized in one or more PhysicalPackages.
|
Package computer facilitates communication with Intel® AMT devices in a way similar to the way that LogicalDevices are 'Realized' by PhysicalElements, however ComputerSystem may be realized realized in one or more PhysicalPackages. |
Package concrete facilitates communication with Intel® AMT devices and is a generic association used to establish dependency relationships between ManagedElements.
|
Package concrete facilitates communication with Intel® AMT devices and is a generic association used to establish dependency relationships between ManagedElements. |
Package credential facilitates communication with Intel® AMT devices in order to define a context (e.g., a System or Service) of a Credential.
|
Package credential facilitates communication with Intel® AMT devices in order to define a context (e.g., a System or Service) of a Credential. |
Package ieee8021x facilitates communication with Intel® AMT devices and specifies a set of IEEE 802.1x Port-Based Network Access Control settings that can be applied to a ISO OSI layer 2 ProtocolEndpoint.
|
Package ieee8021x facilitates communication with Intel® AMT devices and specifies a set of IEEE 802.1x Port-Based Network Access Control settings that can be applied to a ISO OSI layer 2 ProtocolEndpoint. |
Package kvm facilitates communication with Intel® AMT devices derived from Service Access Point, that describes an access point to start the KVM redirection.
|
Package kvm facilitates communication with Intel® AMT devices derived from Service Access Point, that describes an access point to start the KVM redirection. |
Package mediaaccess facilitiates communication with Intel® AMT devices to represent the ability to access one or more media and use this media to store and retrieve data.
|
Package mediaaccess facilitiates communication with Intel® AMT devices to represent the ability to access one or more media and use this media to store and retrieve data. |
Package methods provides utility functions used across the cim packages
|
Package methods provides utility functions used across the cim packages |
Package models provides a set of utility types, constants, and functions that are used broadly across amt, cim, and ips packages
|
Package models provides a set of utility types, constants, and functions that are used broadly across amt, cim, and ips packages |
Package physical facilitates communications with Intel® AMT devices to get the PhysicalMemory as a subclass of CIM_Chip, representing low level memory devices - SIMMS, DIMMs, raw memory chips, etc.
|
Package physical facilitates communications with Intel® AMT devices to get the PhysicalMemory as a subclass of CIM_Chip, representing low level memory devices - SIMMS, DIMMs, raw memory chips, etc. |
Package power facilitates communication with Intel® AMT devices where a class derived from Service describes power management functionality, hosted on a System.
|
Package power facilitates communication with Intel® AMT devices where a class derived from Service describes power management functionality, hosted on a System. |
Package processor facilitates communication with Intel® AMT devices capabilities and management of the Processor LogicalDevice
|
Package processor facilitates communication with Intel® AMT devices capabilities and management of the Processor LogicalDevice |
Package service facilitates communication with Intel® AMT devices to convey the semantics of a Service that is available for the use of a ManagedElement.
|
Package service facilitates communication with Intel® AMT devices to convey the semantics of a Service that is available for the use of a ManagedElement. |
Package software facilitates communication with Intel® AMT devices to provide descriptive information about a software component for asset tracking and/or installation dependency management.
|
Package software facilitates communication with Intel® AMT devices to provide descriptive information about a software component for asset tracking and/or installation dependency management. |
Package system facilitates communication with Intel® AMT devices in a way similar to the way that LogicalDevices are 'Realized' by PhysicalElements, Systems can be associated with specific packaging or PhysicalElements.
|
Package system facilitates communication with Intel® AMT devices in a way similar to the way that LogicalDevices are 'Realized' by PhysicalElements, Systems can be associated with specific packaging or PhysicalElements. |
Package WiFi facilitates communication with Intel® AMT devices to access and configure WiFi Endpoint Settings and WiFi Port features of AMT.
|
Package WiFi facilitates communication with Intel® AMT devices to access and configure WiFi Endpoint Settings and WiFi Port features of AMT. |
Click to show internal directories.
Click to hide internal directories.