Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AMTSpecific ¶
type BMCSpecific ¶
type BMCSpecific struct {
AdminPassword string `yaml:"adminPassword"`
}
type Configuration ¶
type Configuration struct { ID int `yaml:"id"` Name string `yaml:"name"` Configuration RemoteManagement `yaml:"configuration"` }
type DASHSpecific ¶
type DASHSpecific struct {
AdminPassword string `yaml:"adminPassword"`
}
type EnterpriseAssistant ¶
type GeneralSettings ¶
type RedfishSpecific ¶
type RedfishSpecific struct {
AdminPassword string `yaml:"adminPassword"`
}
type Redirection ¶
type RemoteManagement ¶
type RemoteManagement struct { GeneralSettings GeneralSettings `yaml:"generalSettings"` Network Network `yaml:"network"` TLS TLS `yaml:"tls"` Redirection Redirection `yaml:"redirection"` UserAccounts UserAccounts `yaml:"userAccounts"` EnterpriseAssistant EnterpriseAssistant `yaml:"enterpriseAssistant"` AMTSpecific AMTSpecific `yaml:"amtSpecific"` BMCSpecific BMCSpecific `yaml:"bmcSpecific"` DASHSpecific DASHSpecific `yaml:"dashSpecific"` RedfishSpecific RedfishSpecific `yaml:"redfishSpecific"` }
type UserAccounts ¶
type UserAccounts struct {
UserAccounts []string `yaml:"userAccounts"`
}
type Wired ¶
type Wired struct { DHCPEnabled bool `yaml:"dhcpEnabled"` IPSyncEnabled bool `yaml:"ipSyncEnabled"` IPAddress string `yaml:"ipAddress"` SubnetMask string `yaml:"subnetMask"` DefaultGateway string `yaml:"defaultGateway"` PrimaryDNS string `yaml:"primaryDNS"` SecondaryDNS string `yaml:"secondaryDNS"` Authentication string `yaml:"authentication"` IEEE8021x *IEEE8021x `yaml:"ieee8021x"` }
type Wireless ¶
type Wireless struct { WiFiSyncEnabled bool `yaml:"wifiSyncEnabled"` Profiles []WirelessProfile `yaml:"profiles"` }
type WirelessProfile ¶
type WirelessProfile struct { ProfileName string `yaml:"profileName"` SSID string `yaml:"ssid"` Password string `yaml:"password"` AuthenticationMethod string `yaml:"authenticationMethod"` EncryptionMethod string `yaml:"encryptionMethod"` Priority int `yaml:"priority"` IEEE8021x *IEEE8021x `yaml:"ieee8021x"` }
Click to show internal directories.
Click to hide internal directories.