Hci Reported Properties Response
data class HciReportedPropertiesResponse(val deviceState: String, val extensionProfile: ExtensionProfileResponse, val networkProfile: HciNetworkProfileResponse, val osProfile: HciOsProfileResponse, val sbeDeploymentPackageInfo: SbeDeploymentPackageInfoResponse)
The device Configuration for HCI device.
Constructors
Link copied to clipboard
constructor(deviceState: String, extensionProfile: ExtensionProfileResponse, networkProfile: HciNetworkProfileResponse, osProfile: HciOsProfileResponse, sbeDeploymentPackageInfo: SbeDeploymentPackageInfoResponse)
Properties
Link copied to clipboard
edge device state.
Link copied to clipboard
Extensions details for edge device.
Link copied to clipboard
HCI device network information.
Link copied to clipboard
HCI device OS specific information.
Link copied to clipboard
Solution builder extension (SBE) deployment package information.