Documentation ¶
Index ¶
- type Certificates
- type ConnectionEntry
- func (g *ConnectionEntry) AddClientCert(clientCert string) (handle string, err error)
- func (g *ConnectionEntry) AddPrivateKey(privateKey string) (handle string, err error)
- func (g *ConnectionEntry) AddTrustedRootCert(caCert string) (handle string, err error)
- func (g *ConnectionEntry) AddWiFiSettings(wifiEndpointSettings wifi.WiFiEndpointSettingsRequest, ...) (response wifiportconfiguration.Response, err error)
- func (g *ConnectionEntry) CancelUserConsentRequest() (dto.UserConsentMessage, error)
- func (g *ConnectionEntry) ChangeBootOrder(bootSource string) (cimBoot.ChangeBootOrder_OUTPUT, error)
- func (g *ConnectionEntry) CommitChanges() (response setupandconfiguration.Response, err error)
- func (g *ConnectionEntry) CreateAlarmOccurrences(name string, startTime time.Time, interval int, deleteOnCompletion bool) (amtAlarmClock.AddAlarmOutput, error)
- func (g *ConnectionEntry) CreateTLSCredentialContext(certHandle string) (response tls.Response, err error)
- func (g *ConnectionEntry) DeleteAlarmOccurrences(instanceID string) error
- func (g *ConnectionEntry) DeleteKeyPair(instanceID string) error
- func (g *ConnectionEntry) DeletePublicCert(instanceID string) error
- func (g *ConnectionEntry) DeletePublicPrivateKeyPair(instanceID string) error
- func (g *ConnectionEntry) DeleteWiFiSetting(instanceID string) error
- func (g *ConnectionEntry) EnumerateTLSSettingData() (response tls.Response, err error)
- func (g *ConnectionEntry) GenerateKeyPair(keyAlgorithm publickey.KeyAlgorithm, keyLength publickey.KeyLength) (response publickey.Response, err error)
- func (g *ConnectionEntry) GeneratePKCS10RequestEx(keyPair, nullSignedCertificateRequest string, ...) (response publickey.Response, err error)
- func (g *ConnectionEntry) GetAMT8021xCredentialContext() (ieee8021x.Response, error)
- func (g *ConnectionEntry) GetAMT8021xProfile() (ieee8021x.Response, error)
- func (g *ConnectionEntry) GetAMTAlarmClockService() (amtAlarmClock.Response, error)
- func (g *ConnectionEntry) GetAMTAuditLog() (auditlog.Response, error)
- func (g *ConnectionEntry) GetAMTAuthorizationService() (authorization.Response, error)
- func (g *ConnectionEntry) GetAMTBootCapabilities() (boot.Response, error)
- func (g *ConnectionEntry) GetAMTBootSettingData() (boot.Response, error)
- func (g *ConnectionEntry) GetAMTEnvironmentDetectionSettingData() (environmentdetection.Response, error)
- func (g *ConnectionEntry) GetAMTEthernetPortSettings() (ethernetport.Response, error)
- func (g *ConnectionEntry) GetAMTGeneralSettings() (general.Response, error)
- func (g *ConnectionEntry) GetAMTKerberosSettingData() (kerberos.Response, error)
- func (g *ConnectionEntry) GetAMTMPSUsernamePassword() (mps.Response, error)
- func (g *ConnectionEntry) GetAMTManagementPresenceRemoteSAP() (managementpresence.Response, error)
- func (g *ConnectionEntry) GetAMTMessageLog() (messagelog.Response, error)
- func (g *ConnectionEntry) GetAMTPublicKeyCertificate() (publickey.Response, error)
- func (g *ConnectionEntry) GetAMTPublicKeyManagementService() (publickey.Response, error)
- func (g *ConnectionEntry) GetAMTPublicPrivateKeyPair() (publicprivate.Response, error)
- func (g *ConnectionEntry) GetAMTRedirectionService() (redirection.Response, error)
- func (g *ConnectionEntry) GetAMTRemoteAccessPolicyAppliesToMPS() (remoteaccess.Response, error)
- func (g *ConnectionEntry) GetAMTRemoteAccessPolicyRule() (remoteaccess.Response, error)
- func (g *ConnectionEntry) GetAMTRemoteAccessService() (remoteaccess.Response, error)
- func (g *ConnectionEntry) GetAMTSetupAndConfigurationService() (setupandconfiguration.Response, error)
- func (g *ConnectionEntry) GetAMTTLSCredentialContext() (tls.Response, error)
- func (g *ConnectionEntry) GetAMTTLSProtocolEndpointCollection() (tls.Response, error)
- func (g *ConnectionEntry) GetAMTTLSSettingData() (tls.Response, error)
- func (g *ConnectionEntry) GetAMTTimeSynchronizationService() (timesynchronization.Response, error)
- func (g *ConnectionEntry) GetAMTUserInitiatedConnectionService() (userinitiatedconnection.Response, error)
- func (g *ConnectionEntry) GetAMTVersion() ([]software.SoftwareIdentity, error)
- func (g *ConnectionEntry) GetAMTWiFiPortConfigurationService() (wifiportconfiguration.Response, error)
- func (g *ConnectionEntry) GetAlarmOccurrences() ([]ipsAlarmClock.AlarmClockOccurrence, error)
- func (g *ConnectionEntry) GetAuditLog(startIndex int) (auditlog.Response, error)
- func (g *ConnectionEntry) GetBootData() (boot.BootSettingDataResponse, error)
- func (g *ConnectionEntry) GetCIMBIOSElement() (bios.Response, error)
- func (g *ConnectionEntry) GetCIMBootConfigSetting() (cimBoot.Response, error)
- func (g *ConnectionEntry) GetCIMBootService() (cimBoot.Response, error)
- func (g *ConnectionEntry) GetCIMBootSourceSetting() (cimBoot.Response, error)
- func (g *ConnectionEntry) GetCIMCard() (card.Response, error)
- func (g *ConnectionEntry) GetCIMChassis() (chassis.Response, error)
- func (g *ConnectionEntry) GetCIMChip() (chip.Response, error)
- func (g *ConnectionEntry) GetCIMComputerSystemPackage() (computer.Response, error)
- func (g *ConnectionEntry) GetCIMConcreteDependency() (concrete.Response, error)
- func (g *ConnectionEntry) GetCIMCredentialContext() (credential.Response, error)
- func (g *ConnectionEntry) GetCIMIEEE8021xSettings() (response cimIEEE8021x.Response, err error)
- func (g *ConnectionEntry) GetCIMKVMRedirectionSAP() (kvm.Response, error)
- func (g *ConnectionEntry) GetCIMMediaAccessDevice() (mediaaccess.Response, error)
- func (g *ConnectionEntry) GetCIMPhysicalMemory() (physical.Response, error)
- func (g *ConnectionEntry) GetCIMPhysicalPackage() (physical.Response, error)
- func (g *ConnectionEntry) GetCIMPowerManagementService() (power.Response, error)
- func (g *ConnectionEntry) GetCIMProcessor() (processor.Response, error)
- func (g *ConnectionEntry) GetCIMServiceAvailableToElement() (service.Response, error)
- func (g *ConnectionEntry) GetCIMSoftwareIdentity() (software.Response, error)
- func (g *ConnectionEntry) GetCIMSystemPackaging() (system.Response, error)
- func (g *ConnectionEntry) GetCIMWiFiEndpointSettings() (wifi.Response, error)
- func (g *ConnectionEntry) GetCIMWiFiPort() (wifi.Response, error)
- func (g *ConnectionEntry) GetCertificates() (Certificates, error)
- func (g *ConnectionEntry) GetConcreteDependencies() ([]concrete.ConcreteDependency, error)
- func (g *ConnectionEntry) GetCredentialRelationships() (credential.Items, error)
- func (g *ConnectionEntry) GetDeviceCertificate() (*gotls.Certificate, error)
- func (g *ConnectionEntry) GetDiskInfo() (interface{}, error)
- func (g *ConnectionEntry) GetEthernetPortSettings() ([]ethernetport.SettingsResponse, error)
- func (g *ConnectionEntry) GetEventLog() (messagelog.GetRecordsResponse, error)
- func (g *ConnectionEntry) GetGeneralSettings() (interface{}, error)
- func (g *ConnectionEntry) GetHardwareInfo() (interface{}, error)
- func (g *ConnectionEntry) GetIPS8021xCredentialContext() (ipsIEEE8021x.Response, error)
- func (g *ConnectionEntry) GetIPSAlarmClockOccurrence() (ipsAlarmClock.Response, error)
- func (g *ConnectionEntry) GetIPSHostBasedSetupService() (hostbasedsetup.Response, error)
- func (g *ConnectionEntry) GetIPSIEEE8021xSettings() (response ipsIEEE8021x.Response, err error)
- func (g *ConnectionEntry) GetIPSOptInService() (optin.Response, error)
- func (g *ConnectionEntry) GetIpsOptInService() (response optin.Response, err error)
- func (g *ConnectionEntry) GetKVMRedirection() (kvm.Response, error)
- func (g *ConnectionEntry) GetLowAccuracyTimeSynch() (response timesynchronization.Response, err error)
- func (g *ConnectionEntry) GetNetworkSettings() (NetworkResults, error)
- func (g *ConnectionEntry) GetPowerCapabilities() (boot.BootCapabilitiesResponse, error)
- func (g *ConnectionEntry) GetPowerState() ([]service.CIM_AssociatedPowerManagementService, error)
- func (g *ConnectionEntry) GetPublicKeyCerts() ([]publickey.PublicKeyCertificateResponse, error)
- func (g *ConnectionEntry) GetPublicPrivateKeyPairs() ([]publicprivate.PublicPrivateKeyPair, error)
- func (g *ConnectionEntry) GetRedirectionService() (response redirection.Response, err error)
- func (g *ConnectionEntry) GetSetupAndConfiguration() ([]setupandconfiguration.SetupAndConfigurationServiceResponse, error)
- func (g *ConnectionEntry) GetTLSSettingData() ([]tls.SettingDataResponse, error)
- func (g *ConnectionEntry) GetUserConsentCode() (optin.StartOptIn_OUTPUT, error)
- func (g *ConnectionEntry) GetWiFiPortConfigurationService() (wifiportconfiguration.WiFiPortConfigurationServiceResponse, error)
- func (g *ConnectionEntry) GetWiFiSettings() ([]wifi.WiFiEndpointSettingsResponse, error)
- func (g *ConnectionEntry) PUTTLSSettings(instanceID string, tlsSettingData tls.SettingDataRequest) (response tls.Response, err error)
- func (g *ConnectionEntry) PullTLSSettingData(enumerationContext string) (response tls.Response, err error)
- func (g *ConnectionEntry) PutEthernetPortSettings(ethernetPortSettings ethernetport.SettingsRequest, instanceID string) (ethernetport.Response, error)
- func (g *ConnectionEntry) PutRedirectionState(requestedState redirection.RedirectionRequest) (response redirection.Response, err error)
- func (g *ConnectionEntry) PutWiFiPortConfigurationService(request wifiportconfiguration.WiFiPortConfigurationServiceRequest) (wifiportconfiguration.WiFiPortConfigurationServiceResponse, error)
- func (g *ConnectionEntry) RequestAMTRedirectionServiceStateChange(ider, sol bool) (redirection.RequestedState, int, error)
- func (g *ConnectionEntry) RequestKVMStateChange(requestedState kvm.KVMRedirectionSAPRequestStateChangeInput) (response kvm.Response, err error)
- func (g *ConnectionEntry) RequestRedirectionStateChange(requestedState redirection.RequestedState) (response redirection.Response, err error)
- func (g *ConnectionEntry) SendConsentCode(code int) (dto.UserConsentMessage, error)
- func (g *ConnectionEntry) SendPowerAction(action int) (power.PowerActionResponse, error)
- func (g *ConnectionEntry) SetAMTRedirectionService(request redirection.RedirectionRequest) (redirection.Response, error)
- func (g *ConnectionEntry) SetBootConfigRole(role int) (interface{}, error)
- func (g *ConnectionEntry) SetBootData(data boot.BootSettingDataRequest) (interface{}, error)
- func (g *ConnectionEntry) SetHighAccuracyTimeSynch(ta0, tm1, tm2 int64) (response timesynchronization.Response, err error)
- func (g *ConnectionEntry) SetIPSOptInService(request optin.OptInServiceRequest) error
- func (g *ConnectionEntry) SetKVMRedirection(enable bool) (int, error)
- func (g *ConnectionEntry) UpdateAMTPassword(digestPassword string) (authorization.Response, error)
- func (g *ConnectionEntry) WiFiRequestStateChange() (err error)
- type DiskResults
- type GetHWResults
- type GoWSMANMessages
- type HWResults
- type InterfaceTypes
- type Management
- type NetworkResults
- type PullHWResults
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificates ¶
type Certificates struct { ConcreteDependencyResponse concrete.PullResponse PublicKeyCertificateResponse publickey.RefinedPullResponse PublicPrivateKeyPairResponse publicprivate.RefinedPullResponse CIMCredentialContextResponse credential.PullResponse }
type ConnectionEntry ¶
func (*ConnectionEntry) AddClientCert ¶
func (g *ConnectionEntry) AddClientCert(clientCert string) (handle string, err error)
func (*ConnectionEntry) AddPrivateKey ¶
func (g *ConnectionEntry) AddPrivateKey(privateKey string) (handle string, err error)
func (*ConnectionEntry) AddTrustedRootCert ¶
func (g *ConnectionEntry) AddTrustedRootCert(caCert string) (handle string, err error)
func (*ConnectionEntry) AddWiFiSettings ¶
func (g *ConnectionEntry) AddWiFiSettings(wifiEndpointSettings wifi.WiFiEndpointSettingsRequest, ieee8021xSettings models.IEEE8021xSettings, wifiEndpoint, clientCredential, caCredential string) (response wifiportconfiguration.Response, err error)
func (*ConnectionEntry) CancelUserConsentRequest ¶
func (g *ConnectionEntry) CancelUserConsentRequest() (dto.UserConsentMessage, error)
func (*ConnectionEntry) ChangeBootOrder ¶
func (g *ConnectionEntry) ChangeBootOrder(bootSource string) (cimBoot.ChangeBootOrder_OUTPUT, error)
func (*ConnectionEntry) CommitChanges ¶
func (g *ConnectionEntry) CommitChanges() (response setupandconfiguration.Response, err error)
func (*ConnectionEntry) CreateAlarmOccurrences ¶
func (g *ConnectionEntry) CreateAlarmOccurrences(name string, startTime time.Time, interval int, deleteOnCompletion bool) (amtAlarmClock.AddAlarmOutput, error)
func (*ConnectionEntry) CreateTLSCredentialContext ¶
func (g *ConnectionEntry) CreateTLSCredentialContext(certHandle string) (response tls.Response, err error)
func (*ConnectionEntry) DeleteAlarmOccurrences ¶
func (g *ConnectionEntry) DeleteAlarmOccurrences(instanceID string) error
func (*ConnectionEntry) DeleteKeyPair ¶
func (g *ConnectionEntry) DeleteKeyPair(instanceID string) error
func (*ConnectionEntry) DeletePublicCert ¶
func (g *ConnectionEntry) DeletePublicCert(instanceID string) error
func (*ConnectionEntry) DeletePublicPrivateKeyPair ¶
func (g *ConnectionEntry) DeletePublicPrivateKeyPair(instanceID string) error
func (*ConnectionEntry) DeleteWiFiSetting ¶
func (g *ConnectionEntry) DeleteWiFiSetting(instanceID string) error
func (*ConnectionEntry) EnumerateTLSSettingData ¶
func (g *ConnectionEntry) EnumerateTLSSettingData() (response tls.Response, err error)
func (*ConnectionEntry) GenerateKeyPair ¶
func (g *ConnectionEntry) GenerateKeyPair(keyAlgorithm publickey.KeyAlgorithm, keyLength publickey.KeyLength) (response publickey.Response, err error)
func (*ConnectionEntry) GeneratePKCS10RequestEx ¶
func (g *ConnectionEntry) GeneratePKCS10RequestEx(keyPair, nullSignedCertificateRequest string, signingAlgorithm publickey.SigningAlgorithm) (response publickey.Response, err error)
func (*ConnectionEntry) GetAMT8021xCredentialContext ¶
func (g *ConnectionEntry) GetAMT8021xCredentialContext() (ieee8021x.Response, error)
AMT Explorer Functions.
func (*ConnectionEntry) GetAMT8021xProfile ¶
func (g *ConnectionEntry) GetAMT8021xProfile() (ieee8021x.Response, error)
func (*ConnectionEntry) GetAMTAlarmClockService ¶
func (g *ConnectionEntry) GetAMTAlarmClockService() (amtAlarmClock.Response, error)
func (*ConnectionEntry) GetAMTAuditLog ¶
func (g *ConnectionEntry) GetAMTAuditLog() (auditlog.Response, error)
func (*ConnectionEntry) GetAMTAuthorizationService ¶
func (g *ConnectionEntry) GetAMTAuthorizationService() (authorization.Response, error)
func (*ConnectionEntry) GetAMTBootCapabilities ¶
func (g *ConnectionEntry) GetAMTBootCapabilities() (boot.Response, error)
func (*ConnectionEntry) GetAMTBootSettingData ¶
func (g *ConnectionEntry) GetAMTBootSettingData() (boot.Response, error)
func (*ConnectionEntry) GetAMTEnvironmentDetectionSettingData ¶
func (g *ConnectionEntry) GetAMTEnvironmentDetectionSettingData() (environmentdetection.Response, error)
func (*ConnectionEntry) GetAMTEthernetPortSettings ¶
func (g *ConnectionEntry) GetAMTEthernetPortSettings() (ethernetport.Response, error)
func (*ConnectionEntry) GetAMTGeneralSettings ¶
func (g *ConnectionEntry) GetAMTGeneralSettings() (general.Response, error)
func (*ConnectionEntry) GetAMTKerberosSettingData ¶
func (g *ConnectionEntry) GetAMTKerberosSettingData() (kerberos.Response, error)
func (*ConnectionEntry) GetAMTMPSUsernamePassword ¶
func (g *ConnectionEntry) GetAMTMPSUsernamePassword() (mps.Response, error)
func (*ConnectionEntry) GetAMTManagementPresenceRemoteSAP ¶
func (g *ConnectionEntry) GetAMTManagementPresenceRemoteSAP() (managementpresence.Response, error)
func (*ConnectionEntry) GetAMTMessageLog ¶
func (g *ConnectionEntry) GetAMTMessageLog() (messagelog.Response, error)
func (*ConnectionEntry) GetAMTPublicKeyCertificate ¶
func (g *ConnectionEntry) GetAMTPublicKeyCertificate() (publickey.Response, error)
func (*ConnectionEntry) GetAMTPublicKeyManagementService ¶
func (g *ConnectionEntry) GetAMTPublicKeyManagementService() (publickey.Response, error)
func (*ConnectionEntry) GetAMTPublicPrivateKeyPair ¶
func (g *ConnectionEntry) GetAMTPublicPrivateKeyPair() (publicprivate.Response, error)
func (*ConnectionEntry) GetAMTRedirectionService ¶
func (g *ConnectionEntry) GetAMTRedirectionService() (redirection.Response, error)
func (*ConnectionEntry) GetAMTRemoteAccessPolicyAppliesToMPS ¶
func (g *ConnectionEntry) GetAMTRemoteAccessPolicyAppliesToMPS() (remoteaccess.Response, error)
func (*ConnectionEntry) GetAMTRemoteAccessPolicyRule ¶
func (g *ConnectionEntry) GetAMTRemoteAccessPolicyRule() (remoteaccess.Response, error)
func (*ConnectionEntry) GetAMTRemoteAccessService ¶
func (g *ConnectionEntry) GetAMTRemoteAccessService() (remoteaccess.Response, error)
func (*ConnectionEntry) GetAMTSetupAndConfigurationService ¶
func (g *ConnectionEntry) GetAMTSetupAndConfigurationService() (setupandconfiguration.Response, error)
func (*ConnectionEntry) GetAMTTLSCredentialContext ¶
func (g *ConnectionEntry) GetAMTTLSCredentialContext() (tls.Response, error)
func (*ConnectionEntry) GetAMTTLSProtocolEndpointCollection ¶
func (g *ConnectionEntry) GetAMTTLSProtocolEndpointCollection() (tls.Response, error)
func (*ConnectionEntry) GetAMTTLSSettingData ¶
func (g *ConnectionEntry) GetAMTTLSSettingData() (tls.Response, error)
func (*ConnectionEntry) GetAMTTimeSynchronizationService ¶
func (g *ConnectionEntry) GetAMTTimeSynchronizationService() (timesynchronization.Response, error)
func (*ConnectionEntry) GetAMTUserInitiatedConnectionService ¶
func (g *ConnectionEntry) GetAMTUserInitiatedConnectionService() (userinitiatedconnection.Response, error)
func (*ConnectionEntry) GetAMTVersion ¶
func (g *ConnectionEntry) GetAMTVersion() ([]software.SoftwareIdentity, error)
func (*ConnectionEntry) GetAMTWiFiPortConfigurationService ¶
func (g *ConnectionEntry) GetAMTWiFiPortConfigurationService() (wifiportconfiguration.Response, error)
func (*ConnectionEntry) GetAlarmOccurrences ¶
func (g *ConnectionEntry) GetAlarmOccurrences() ([]ipsAlarmClock.AlarmClockOccurrence, error)
func (*ConnectionEntry) GetAuditLog ¶
func (g *ConnectionEntry) GetAuditLog(startIndex int) (auditlog.Response, error)
func (*ConnectionEntry) GetBootData ¶
func (g *ConnectionEntry) GetBootData() (boot.BootSettingDataResponse, error)
func (*ConnectionEntry) GetCIMBIOSElement ¶
func (g *ConnectionEntry) GetCIMBIOSElement() (bios.Response, error)
func (*ConnectionEntry) GetCIMBootConfigSetting ¶
func (g *ConnectionEntry) GetCIMBootConfigSetting() (cimBoot.Response, error)
func (*ConnectionEntry) GetCIMBootService ¶
func (g *ConnectionEntry) GetCIMBootService() (cimBoot.Response, error)
func (*ConnectionEntry) GetCIMBootSourceSetting ¶
func (g *ConnectionEntry) GetCIMBootSourceSetting() (cimBoot.Response, error)
func (*ConnectionEntry) GetCIMCard ¶
func (g *ConnectionEntry) GetCIMCard() (card.Response, error)
func (*ConnectionEntry) GetCIMChassis ¶
func (g *ConnectionEntry) GetCIMChassis() (chassis.Response, error)
func (*ConnectionEntry) GetCIMChip ¶
func (g *ConnectionEntry) GetCIMChip() (chip.Response, error)
func (*ConnectionEntry) GetCIMComputerSystemPackage ¶
func (g *ConnectionEntry) GetCIMComputerSystemPackage() (computer.Response, error)
func (*ConnectionEntry) GetCIMConcreteDependency ¶
func (g *ConnectionEntry) GetCIMConcreteDependency() (concrete.Response, error)
func (*ConnectionEntry) GetCIMCredentialContext ¶
func (g *ConnectionEntry) GetCIMCredentialContext() (credential.Response, error)
func (*ConnectionEntry) GetCIMIEEE8021xSettings ¶
func (g *ConnectionEntry) GetCIMIEEE8021xSettings() (response cimIEEE8021x.Response, err error)
func (*ConnectionEntry) GetCIMKVMRedirectionSAP ¶
func (g *ConnectionEntry) GetCIMKVMRedirectionSAP() (kvm.Response, error)
func (*ConnectionEntry) GetCIMMediaAccessDevice ¶
func (g *ConnectionEntry) GetCIMMediaAccessDevice() (mediaaccess.Response, error)
func (*ConnectionEntry) GetCIMPhysicalMemory ¶
func (g *ConnectionEntry) GetCIMPhysicalMemory() (physical.Response, error)
func (*ConnectionEntry) GetCIMPhysicalPackage ¶
func (g *ConnectionEntry) GetCIMPhysicalPackage() (physical.Response, error)
func (*ConnectionEntry) GetCIMPowerManagementService ¶
func (g *ConnectionEntry) GetCIMPowerManagementService() (power.Response, error)
func (*ConnectionEntry) GetCIMProcessor ¶
func (g *ConnectionEntry) GetCIMProcessor() (processor.Response, error)
func (*ConnectionEntry) GetCIMServiceAvailableToElement ¶
func (g *ConnectionEntry) GetCIMServiceAvailableToElement() (service.Response, error)
func (*ConnectionEntry) GetCIMSoftwareIdentity ¶
func (g *ConnectionEntry) GetCIMSoftwareIdentity() (software.Response, error)
func (*ConnectionEntry) GetCIMSystemPackaging ¶
func (g *ConnectionEntry) GetCIMSystemPackaging() (system.Response, error)
func (*ConnectionEntry) GetCIMWiFiEndpointSettings ¶
func (g *ConnectionEntry) GetCIMWiFiEndpointSettings() (wifi.Response, error)
func (*ConnectionEntry) GetCIMWiFiPort ¶
func (g *ConnectionEntry) GetCIMWiFiPort() (wifi.Response, error)
func (*ConnectionEntry) GetCertificates ¶
func (g *ConnectionEntry) GetCertificates() (Certificates, error)
func (*ConnectionEntry) GetConcreteDependencies ¶
func (g *ConnectionEntry) GetConcreteDependencies() ([]concrete.ConcreteDependency, error)
func (*ConnectionEntry) GetCredentialRelationships ¶
func (g *ConnectionEntry) GetCredentialRelationships() (credential.Items, error)
func (*ConnectionEntry) GetDeviceCertificate ¶
func (g *ConnectionEntry) GetDeviceCertificate() (*gotls.Certificate, error)
func (*ConnectionEntry) GetDiskInfo ¶
func (g *ConnectionEntry) GetDiskInfo() (interface{}, error)
func (*ConnectionEntry) GetEthernetPortSettings ¶
func (g *ConnectionEntry) GetEthernetPortSettings() ([]ethernetport.SettingsResponse, error)
func (*ConnectionEntry) GetEventLog ¶
func (g *ConnectionEntry) GetEventLog() (messagelog.GetRecordsResponse, error)
func (*ConnectionEntry) GetGeneralSettings ¶
func (g *ConnectionEntry) GetGeneralSettings() (interface{}, error)
func (*ConnectionEntry) GetHardwareInfo ¶
func (g *ConnectionEntry) GetHardwareInfo() (interface{}, error)
func (*ConnectionEntry) GetIPS8021xCredentialContext ¶
func (g *ConnectionEntry) GetIPS8021xCredentialContext() (ipsIEEE8021x.Response, error)
func (*ConnectionEntry) GetIPSAlarmClockOccurrence ¶
func (g *ConnectionEntry) GetIPSAlarmClockOccurrence() (ipsAlarmClock.Response, error)
func (*ConnectionEntry) GetIPSHostBasedSetupService ¶
func (g *ConnectionEntry) GetIPSHostBasedSetupService() (hostbasedsetup.Response, error)
func (*ConnectionEntry) GetIPSIEEE8021xSettings ¶
func (g *ConnectionEntry) GetIPSIEEE8021xSettings() (response ipsIEEE8021x.Response, err error)
func (*ConnectionEntry) GetIPSOptInService ¶
func (g *ConnectionEntry) GetIPSOptInService() (optin.Response, error)
func (*ConnectionEntry) GetIpsOptInService ¶
func (g *ConnectionEntry) GetIpsOptInService() (response optin.Response, err error)
func (*ConnectionEntry) GetKVMRedirection ¶
func (g *ConnectionEntry) GetKVMRedirection() (kvm.Response, error)
func (*ConnectionEntry) GetLowAccuracyTimeSynch ¶
func (g *ConnectionEntry) GetLowAccuracyTimeSynch() (response timesynchronization.Response, err error)
func (*ConnectionEntry) GetNetworkSettings ¶
func (g *ConnectionEntry) GetNetworkSettings() (NetworkResults, error)
func (*ConnectionEntry) GetPowerCapabilities ¶
func (g *ConnectionEntry) GetPowerCapabilities() (boot.BootCapabilitiesResponse, error)
func (*ConnectionEntry) GetPowerState ¶
func (g *ConnectionEntry) GetPowerState() ([]service.CIM_AssociatedPowerManagementService, error)
func (*ConnectionEntry) GetPublicKeyCerts ¶
func (g *ConnectionEntry) GetPublicKeyCerts() ([]publickey.PublicKeyCertificateResponse, error)
func (*ConnectionEntry) GetPublicPrivateKeyPairs ¶
func (g *ConnectionEntry) GetPublicPrivateKeyPairs() ([]publicprivate.PublicPrivateKeyPair, error)
func (*ConnectionEntry) GetRedirectionService ¶
func (g *ConnectionEntry) GetRedirectionService() (response redirection.Response, err error)
func (*ConnectionEntry) GetSetupAndConfiguration ¶
func (g *ConnectionEntry) GetSetupAndConfiguration() ([]setupandconfiguration.SetupAndConfigurationServiceResponse, error)
func (*ConnectionEntry) GetTLSSettingData ¶
func (g *ConnectionEntry) GetTLSSettingData() ([]tls.SettingDataResponse, error)
func (*ConnectionEntry) GetUserConsentCode ¶
func (g *ConnectionEntry) GetUserConsentCode() (optin.StartOptIn_OUTPUT, error)
func (*ConnectionEntry) GetWiFiPortConfigurationService ¶
func (g *ConnectionEntry) GetWiFiPortConfigurationService() (wifiportconfiguration.WiFiPortConfigurationServiceResponse, error)
func (*ConnectionEntry) GetWiFiSettings ¶
func (g *ConnectionEntry) GetWiFiSettings() ([]wifi.WiFiEndpointSettingsResponse, error)
func (*ConnectionEntry) PUTTLSSettings ¶
func (g *ConnectionEntry) PUTTLSSettings(instanceID string, tlsSettingData tls.SettingDataRequest) (response tls.Response, err error)
func (*ConnectionEntry) PullTLSSettingData ¶
func (g *ConnectionEntry) PullTLSSettingData(enumerationContext string) (response tls.Response, err error)
func (*ConnectionEntry) PutEthernetPortSettings ¶
func (g *ConnectionEntry) PutEthernetPortSettings(ethernetPortSettings ethernetport.SettingsRequest, instanceID string) (ethernetport.Response, error)
func (*ConnectionEntry) PutRedirectionState ¶
func (g *ConnectionEntry) PutRedirectionState(requestedState redirection.RedirectionRequest) (response redirection.Response, err error)
func (*ConnectionEntry) PutWiFiPortConfigurationService ¶
func (g *ConnectionEntry) PutWiFiPortConfigurationService(request wifiportconfiguration.WiFiPortConfigurationServiceRequest) (wifiportconfiguration.WiFiPortConfigurationServiceResponse, error)
func (*ConnectionEntry) RequestAMTRedirectionServiceStateChange ¶
func (g *ConnectionEntry) RequestAMTRedirectionServiceStateChange(ider, sol bool) (redirection.RequestedState, int, error)
func (*ConnectionEntry) RequestKVMStateChange ¶
func (g *ConnectionEntry) RequestKVMStateChange(requestedState kvm.KVMRedirectionSAPRequestStateChangeInput) (response kvm.Response, err error)
func (*ConnectionEntry) RequestRedirectionStateChange ¶
func (g *ConnectionEntry) RequestRedirectionStateChange(requestedState redirection.RequestedState) (response redirection.Response, err error)
func (*ConnectionEntry) SendConsentCode ¶
func (g *ConnectionEntry) SendConsentCode(code int) (dto.UserConsentMessage, error)
func (*ConnectionEntry) SendPowerAction ¶
func (g *ConnectionEntry) SendPowerAction(action int) (power.PowerActionResponse, error)
func (*ConnectionEntry) SetAMTRedirectionService ¶
func (g *ConnectionEntry) SetAMTRedirectionService(request redirection.RedirectionRequest) (redirection.Response, error)
func (*ConnectionEntry) SetBootConfigRole ¶
func (g *ConnectionEntry) SetBootConfigRole(role int) (interface{}, error)
func (*ConnectionEntry) SetBootData ¶
func (g *ConnectionEntry) SetBootData(data boot.BootSettingDataRequest) (interface{}, error)
func (*ConnectionEntry) SetHighAccuracyTimeSynch ¶
func (g *ConnectionEntry) SetHighAccuracyTimeSynch(ta0, tm1, tm2 int64) (response timesynchronization.Response, err error)
func (*ConnectionEntry) SetIPSOptInService ¶
func (g *ConnectionEntry) SetIPSOptInService(request optin.OptInServiceRequest) error
func (*ConnectionEntry) SetKVMRedirection ¶
func (g *ConnectionEntry) SetKVMRedirection(enable bool) (int, error)
func (*ConnectionEntry) UpdateAMTPassword ¶
func (g *ConnectionEntry) UpdateAMTPassword(digestPassword string) (authorization.Response, error)
func (*ConnectionEntry) WiFiRequestStateChange ¶
func (g *ConnectionEntry) WiFiRequestStateChange() (err error)
type DiskResults ¶
type DiskResults struct { MediaAccessPullResult mediaaccess.Response PPPullResult physical.Response }
type GetHWResults ¶
type GoWSMANMessages ¶
type GoWSMANMessages struct {
// contains filtered or unexported fields
}
func NewGoWSMANMessages ¶
func NewGoWSMANMessages(log logger.Interface, safeRequirements security.Cryptor) *GoWSMANMessages
func (GoWSMANMessages) DestroyWsmanClient ¶
func (g GoWSMANMessages) DestroyWsmanClient(device dto.Device)
func (GoWSMANMessages) SetupWsmanClient ¶
func (g GoWSMANMessages) SetupWsmanClient(device entity.Device, isRedirection, logAMTMessages bool) Management
func (GoWSMANMessages) Worker ¶
func (g GoWSMANMessages) Worker()
type InterfaceTypes ¶
type InterfaceTypes struct {
// contains filtered or unexported fields
}
type Management ¶
type Management interface { GetAMTVersion() ([]software.SoftwareIdentity, error) GetSetupAndConfiguration() ([]setupandconfiguration.SetupAndConfigurationServiceResponse, error) GetAMTRedirectionService() (redirection.Response, error) SetAMTRedirectionService(redirection.RedirectionRequest) (redirection.Response, error) RequestAMTRedirectionServiceStateChange(ider, sol bool) (redirection.RequestedState, int, error) GetIPSOptInService() (optin.Response, error) SetIPSOptInService(optin.OptInServiceRequest) error GetKVMRedirection() (kvm.Response, error) SetKVMRedirection(enable bool) (int, error) GetAlarmOccurrences() ([]ipsAlarmClock.AlarmClockOccurrence, error) CreateAlarmOccurrences(name string, startTime time.Time, interval int, deleteOnCompletion bool) (alarmclock.AddAlarmOutput, error) DeleteAlarmOccurrences(instanceID string) error GetHardwareInfo() (interface{}, error) GetPowerState() ([]service.CIM_AssociatedPowerManagementService, error) GetPowerCapabilities() (boot.BootCapabilitiesResponse, error) GetGeneralSettings() (interface{}, error) CancelUserConsentRequest() (dto.UserConsentMessage, error) GetUserConsentCode() (optin.StartOptIn_OUTPUT, error) SendConsentCode(code int) (dto.UserConsentMessage, error) SendPowerAction(action int) (power.PowerActionResponse, error) GetBootData() (boot.BootSettingDataResponse, error) SetBootData(data boot.BootSettingDataRequest) (interface{}, error) SetBootConfigRole(role int) (interface{}, error) ChangeBootOrder(bootSource string) (cimBoot.ChangeBootOrder_OUTPUT, error) GetAuditLog(startIndex int) (auditlog.Response, error) GetEventLog() (messagelog.GetRecordsResponse, error) GetNetworkSettings() (NetworkResults, error) GetCertificates() (Certificates, error) GetTLSSettingData() ([]tls.SettingDataResponse, error) GetCredentialRelationships() (credential.Items, error) GetConcreteDependencies() ([]concrete.ConcreteDependency, error) GetDiskInfo() (interface{}, error) GetDeviceCertificate() (*gotls.Certificate, error) }
type NetworkResults ¶
type NetworkResults struct { EthernetPortSettingsResult []ethernetport.SettingsResponse IPSIEEE8021xSettingsResult ipsIEEE8021x.IEEE8021xSettingsResponse WiFiSettingsResult []wifi.WiFiEndpointSettingsResponse CIMIEEE8021xSettingsResult cimIEEE8021x.PullResponse WiFiPortConfigServiceResult wifiportconfiguration.WiFiPortConfigurationServiceResponse NetworkInterfaces InterfaceTypes }
type PullHWResults ¶
Click to show internal directories.
Click to hide internal directories.