Documentation
¶
Overview ¶
* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action string
const ( QueryChassis Action = "query_chassis" QueryManager Action = "query_manager" QueryPowerStatus Action = "query_power_status" PowerOff Action = "power_off" PowerOn Action = "power_on" QueryUpdateService Action = "query_update_service" QueryFirmwareInventories Action = "query_firmware_inventories" QueryFirmwareVersion Action = "query_firmware_version" ResetChassis Action = "reset_chassis" GracefulResetPmc Action = "graceful_reset_pmc" ForceResetPmc Action = "force_reset_pmc" FactoryResetPmc Action = "factory_reset_pmc" SetHttpPushUriApplyTimeImmediate Action = "set_http_push_uri_apply_time_immediate" UploadFirmwareFile Action = "upload_firmware_file" QueryPowerSubsystem Action = "query_power_subsystem" QueryPowerSupply Action = "query_power_supply" )
type FwManagerAction ¶
type FwManagerAction string
const ( Summary FwManagerAction = "summary" CanUpgrade FwManagerAction = "can_upgrade" Upgrade FwManagerAction = "upgrade" )