From 4b6a117083c6ba756923bdb31a63ae32138b3e59 Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sat, 27 Jun 2026 18:23:43 -0700 Subject: [PATCH 1/6] chore(rest): sync generated core protobuf bindings Signed-off-by: Hasan Khan --- rest-api/flow/internal/nicoapi/gen/nico.pb.go | 1704 ++++++++-------- .../flow/internal/nicoapi/gen/nico_grpc.pb.go | 40 + .../internal/nicoapi/gen/site_explorer.pb.go | 532 +++-- .../internal/nicoapi/nicoproto/nico.proto | 2 + .../nicoapi/nicoproto/site_explorer.proto | 30 + .../site-agent/workflows/v1/nico_nico.pb.go | 1722 +++++++++-------- .../workflows/v1/nico_nico_grpc.pb.go | 40 + .../workflows/v1/site_explorer_nico.pb.go | 532 +++-- .../site-agent/workflows/v1/nico_nico.proto | 3 + .../workflows/v1/site_explorer_nico.proto | 30 + 10 files changed, 2608 insertions(+), 2027 deletions(-) diff --git a/rest-api/flow/internal/nicoapi/gen/nico.pb.go b/rest-api/flow/internal/nicoapi/gen/nico.pb.go index ac6fc205ed..9e743462dd 100644 --- a/rest-api/flow/internal/nicoapi/gen/nico.pb.go +++ b/rest-api/flow/internal/nicoapi/gen/nico.pb.go @@ -1569,8 +1569,9 @@ func (MessageKind) EnumDescriptor() ([]byte, []int) { type ExpireDhcpLeaseStatus int32 const ( - ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_RELEASED ExpireDhcpLeaseStatus = 0 - ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND ExpireDhcpLeaseStatus = 1 + ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_RELEASED ExpireDhcpLeaseStatus = 0 + ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND ExpireDhcpLeaseStatus = 1 + ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED ExpireDhcpLeaseStatus = 2 ) // Enum value maps for ExpireDhcpLeaseStatus. @@ -1578,10 +1579,12 @@ var ( ExpireDhcpLeaseStatus_name = map[int32]string{ 0: "EXPIRE_DHCP_LEASE_STATUS_RELEASED", 1: "EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND", + 2: "EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED", } ExpireDhcpLeaseStatus_value = map[string]int32{ - "EXPIRE_DHCP_LEASE_STATUS_RELEASED": 0, - "EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND": 1, + "EXPIRE_DHCP_LEASE_STATUS_RELEASED": 0, + "EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND": 1, + "EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED": 2, } ) @@ -63245,10 +63248,11 @@ const file_nico_proto_rawDesc = "" + "\x18MESSAGE_KIND_V4_DISCOVER\x10\x01\x12\x1b\n" + "\x17MESSAGE_KIND_V6_SOLICIT\x10\x02\x12\x1b\n" + "\x17MESSAGE_KIND_V6_REQUEST\x10\x03\x12 \n" + - "\x1cMESSAGE_KIND_V6_INFO_REQUEST\x10\x04*f\n" + + "\x1cMESSAGE_KIND_V6_INFO_REQUEST\x10\x04*\x95\x01\n" + "\x15ExpireDhcpLeaseStatus\x12%\n" + "!EXPIRE_DHCP_LEASE_STATUS_RELEASED\x10\x00\x12&\n" + - "\"EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND\x10\x01*D\n" + + "\"EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND\x10\x01\x12-\n" + + ")EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED\x10\x02*D\n" + "\tUserRoles\x12\b\n" + "\x04USER\x10\x00\x12\x11\n" + "\rADMINISTRATOR\x10\x01\x12\f\n" + @@ -63484,7 +63488,7 @@ const file_nico_proto_rawDesc = "" + "\x13OperatingSystemType\x12\x17\n" + "\x13OS_TYPE_UNSPECIFIED\x10\x00\x12\x10\n" + "\fOS_TYPE_IPXE\x10\x01\x12\x1a\n" + - "\x16OS_TYPE_TEMPLATED_IPXE\x10\x022\xa1\xc7\x02\n" + + "\x16OS_TYPE_TEMPLATED_IPXE\x10\x022\xff\xc7\x02\n" + "\x05Forge\x122\n" + "\aVersion\x12\x15.forge.VersionRequest\x1a\x10.forge.BuildInfo\x12C\n" + "\x12CreateDomainLegacy\x12\x13.forge.DomainLegacy\x1a\x13.forge.DomainLegacy\"\x03\x88\x02\x01\x12C\n" + @@ -63619,6 +63623,7 @@ const file_nico_proto_rawDesc = "" + "\x18GetSwitchNvosCredentials\x12&.forge.GetSwitchNvosCredentialsRequest\x1a .forge.GetBmcCredentialsResponse\x12q\n" + "\x1eGetAllManagedHostNetworkStatus\x12&.forge.ManagedHostNetworkStatusRequest\x1a'.forge.ManagedHostNetworkStatusResponse\x12b\n" + "\x18GetSiteExplorationReport\x12 .forge.GetSiteExplorationRequest\x1a$.site_explorer.SiteExplorationReport\x12\\\n" + + "\x16GetSiteExplorerLastRun\x12\x16.google.protobuf.Empty\x1a*.site_explorer.SiteExplorerLastRunResponse\x12\\\n" + "\x19ClearSiteExplorationError\x12'.forge.ClearSiteExplorationErrorRequest\x1a\x16.google.protobuf.Empty\x12R\n" + "\x12IsBmcInManagedHost\x12\x19.forge.BmcEndpointRequest\x1a!.forge.IsBmcInManagedHostResponse\x12T\n" + "\x13BmcCredentialStatus\x12\x19.forge.BmcEndpointRequest\x1a\".forge.BmcCredentialStatusResponse\x12N\n" + @@ -64985,13 +64990,13 @@ var file_nico_proto_goTypes = []any{ (SystemPowerControl)(0), // 1021: common.SystemPowerControl (*SerializableMlxConfigProfile)(nil), // 1022: mlx_device.SerializableMlxConfigProfile (*FirmwareFlasherProfile)(nil), // 1023: mlx_device.FirmwareFlasherProfile - (*ExploredEndpointSearchFilter)(nil), // 1024: site_explorer.ExploredEndpointSearchFilter - (*ExploredEndpointsByIdsRequest)(nil), // 1025: site_explorer.ExploredEndpointsByIdsRequest - (*ExploredManagedHostSearchFilter)(nil), // 1026: site_explorer.ExploredManagedHostSearchFilter - (*ExploredManagedHostsByIdsRequest)(nil), // 1027: site_explorer.ExploredManagedHostsByIdsRequest - (*ExploredMlxDeviceHostSearchFilter)(nil), // 1028: site_explorer.ExploredMlxDeviceHostSearchFilter - (*ExploredMlxDevicesByIdsRequest)(nil), // 1029: site_explorer.ExploredMlxDevicesByIdsRequest - (*emptypb.Empty)(nil), // 1030: google.protobuf.Empty + (*emptypb.Empty)(nil), // 1024: google.protobuf.Empty + (*ExploredEndpointSearchFilter)(nil), // 1025: site_explorer.ExploredEndpointSearchFilter + (*ExploredEndpointsByIdsRequest)(nil), // 1026: site_explorer.ExploredEndpointsByIdsRequest + (*ExploredManagedHostSearchFilter)(nil), // 1027: site_explorer.ExploredManagedHostSearchFilter + (*ExploredManagedHostsByIdsRequest)(nil), // 1028: site_explorer.ExploredManagedHostsByIdsRequest + (*ExploredMlxDeviceHostSearchFilter)(nil), // 1029: site_explorer.ExploredMlxDeviceHostSearchFilter + (*ExploredMlxDevicesByIdsRequest)(nil), // 1030: site_explorer.ExploredMlxDevicesByIdsRequest (*CreateMeasurementBundleRequest)(nil), // 1031: measured_boot.CreateMeasurementBundleRequest (*DeleteMeasurementBundleRequest)(nil), // 1032: measured_boot.DeleteMeasurementBundleRequest (*RenameMeasurementBundleRequest)(nil), // 1033: measured_boot.RenameMeasurementBundleRequest @@ -65053,73 +65058,74 @@ var file_nico_proto_goTypes = []any{ (*MlxAdminConfigSyncRequest)(nil), // 1089: mlx_device.MlxAdminConfigSyncRequest (*MlxAdminConfigCompareRequest)(nil), // 1090: mlx_device.MlxAdminConfigCompareRequest (*SiteExplorationReport)(nil), // 1091: site_explorer.SiteExplorationReport - (*ExploredEndpoint)(nil), // 1092: site_explorer.ExploredEndpoint - (*ExploredEndpointIdList)(nil), // 1093: site_explorer.ExploredEndpointIdList - (*ExploredEndpointList)(nil), // 1094: site_explorer.ExploredEndpointList - (*ExploredManagedHostIdList)(nil), // 1095: site_explorer.ExploredManagedHostIdList - (*ExploredManagedHostList)(nil), // 1096: site_explorer.ExploredManagedHostList - (*ExploredMlxDeviceHostIdList)(nil), // 1097: site_explorer.ExploredMlxDeviceHostIdList - (*ExploredMlxDeviceList)(nil), // 1098: site_explorer.ExploredMlxDeviceList - (*CreateMeasurementBundleResponse)(nil), // 1099: measured_boot.CreateMeasurementBundleResponse - (*DeleteMeasurementBundleResponse)(nil), // 1100: measured_boot.DeleteMeasurementBundleResponse - (*RenameMeasurementBundleResponse)(nil), // 1101: measured_boot.RenameMeasurementBundleResponse - (*UpdateMeasurementBundleResponse)(nil), // 1102: measured_boot.UpdateMeasurementBundleResponse - (*ShowMeasurementBundleResponse)(nil), // 1103: measured_boot.ShowMeasurementBundleResponse - (*ShowMeasurementBundlesResponse)(nil), // 1104: measured_boot.ShowMeasurementBundlesResponse - (*ListMeasurementBundlesResponse)(nil), // 1105: measured_boot.ListMeasurementBundlesResponse - (*ListMeasurementBundleMachinesResponse)(nil), // 1106: measured_boot.ListMeasurementBundleMachinesResponse - (*DeleteMeasurementJournalResponse)(nil), // 1107: measured_boot.DeleteMeasurementJournalResponse - (*ShowMeasurementJournalResponse)(nil), // 1108: measured_boot.ShowMeasurementJournalResponse - (*ShowMeasurementJournalsResponse)(nil), // 1109: measured_boot.ShowMeasurementJournalsResponse - (*ListMeasurementJournalResponse)(nil), // 1110: measured_boot.ListMeasurementJournalResponse - (*AttestCandidateMachineResponse)(nil), // 1111: measured_boot.AttestCandidateMachineResponse - (*ShowCandidateMachineResponse)(nil), // 1112: measured_boot.ShowCandidateMachineResponse - (*ShowCandidateMachinesResponse)(nil), // 1113: measured_boot.ShowCandidateMachinesResponse - (*ListCandidateMachinesResponse)(nil), // 1114: measured_boot.ListCandidateMachinesResponse - (*CreateMeasurementSystemProfileResponse)(nil), // 1115: measured_boot.CreateMeasurementSystemProfileResponse - (*DeleteMeasurementSystemProfileResponse)(nil), // 1116: measured_boot.DeleteMeasurementSystemProfileResponse - (*RenameMeasurementSystemProfileResponse)(nil), // 1117: measured_boot.RenameMeasurementSystemProfileResponse - (*ShowMeasurementSystemProfileResponse)(nil), // 1118: measured_boot.ShowMeasurementSystemProfileResponse - (*ShowMeasurementSystemProfilesResponse)(nil), // 1119: measured_boot.ShowMeasurementSystemProfilesResponse - (*ListMeasurementSystemProfilesResponse)(nil), // 1120: measured_boot.ListMeasurementSystemProfilesResponse - (*ListMeasurementSystemProfileBundlesResponse)(nil), // 1121: measured_boot.ListMeasurementSystemProfileBundlesResponse - (*ListMeasurementSystemProfileMachinesResponse)(nil), // 1122: measured_boot.ListMeasurementSystemProfileMachinesResponse - (*CreateMeasurementReportResponse)(nil), // 1123: measured_boot.CreateMeasurementReportResponse - (*DeleteMeasurementReportResponse)(nil), // 1124: measured_boot.DeleteMeasurementReportResponse - (*PromoteMeasurementReportResponse)(nil), // 1125: measured_boot.PromoteMeasurementReportResponse - (*RevokeMeasurementReportResponse)(nil), // 1126: measured_boot.RevokeMeasurementReportResponse - (*ShowMeasurementReportForIdResponse)(nil), // 1127: measured_boot.ShowMeasurementReportForIdResponse - (*ShowMeasurementReportsForMachineResponse)(nil), // 1128: measured_boot.ShowMeasurementReportsForMachineResponse - (*ShowMeasurementReportsResponse)(nil), // 1129: measured_boot.ShowMeasurementReportsResponse - (*ListMeasurementReportResponse)(nil), // 1130: measured_boot.ListMeasurementReportResponse - (*MatchMeasurementReportResponse)(nil), // 1131: measured_boot.MatchMeasurementReportResponse - (*ImportSiteMeasurementsResponse)(nil), // 1132: measured_boot.ImportSiteMeasurementsResponse - (*ExportSiteMeasurementsResponse)(nil), // 1133: measured_boot.ExportSiteMeasurementsResponse - (*AddMeasurementTrustedMachineResponse)(nil), // 1134: measured_boot.AddMeasurementTrustedMachineResponse - (*RemoveMeasurementTrustedMachineResponse)(nil), // 1135: measured_boot.RemoveMeasurementTrustedMachineResponse - (*AddMeasurementTrustedProfileResponse)(nil), // 1136: measured_boot.AddMeasurementTrustedProfileResponse - (*RemoveMeasurementTrustedProfileResponse)(nil), // 1137: measured_boot.RemoveMeasurementTrustedProfileResponse - (*ListMeasurementTrustedMachinesResponse)(nil), // 1138: measured_boot.ListMeasurementTrustedMachinesResponse - (*ListMeasurementTrustedProfilesResponse)(nil), // 1139: measured_boot.ListMeasurementTrustedProfilesResponse - (*ListAttestationSummaryResponse)(nil), // 1140: measured_boot.ListAttestationSummaryResponse - (*LockdownStatus)(nil), // 1141: site_explorer.LockdownStatus - (*PublishMlxDeviceReportResponse)(nil), // 1142: mlx_device.PublishMlxDeviceReportResponse - (*PublishMlxObservationReportResponse)(nil), // 1143: mlx_device.PublishMlxObservationReportResponse - (*MlxAdminProfileSyncResponse)(nil), // 1144: mlx_device.MlxAdminProfileSyncResponse - (*MlxAdminProfileShowResponse)(nil), // 1145: mlx_device.MlxAdminProfileShowResponse - (*MlxAdminProfileCompareResponse)(nil), // 1146: mlx_device.MlxAdminProfileCompareResponse - (*MlxAdminProfileListResponse)(nil), // 1147: mlx_device.MlxAdminProfileListResponse - (*MlxAdminLockdownLockResponse)(nil), // 1148: mlx_device.MlxAdminLockdownLockResponse - (*MlxAdminLockdownUnlockResponse)(nil), // 1149: mlx_device.MlxAdminLockdownUnlockResponse - (*MlxAdminLockdownStatusResponse)(nil), // 1150: mlx_device.MlxAdminLockdownStatusResponse - (*MlxAdminDeviceInfoResponse)(nil), // 1151: mlx_device.MlxAdminDeviceInfoResponse - (*MlxAdminDeviceReportResponse)(nil), // 1152: mlx_device.MlxAdminDeviceReportResponse - (*MlxAdminRegistryListResponse)(nil), // 1153: mlx_device.MlxAdminRegistryListResponse - (*MlxAdminRegistryShowResponse)(nil), // 1154: mlx_device.MlxAdminRegistryShowResponse - (*MlxAdminConfigQueryResponse)(nil), // 1155: mlx_device.MlxAdminConfigQueryResponse - (*MlxAdminConfigSetResponse)(nil), // 1156: mlx_device.MlxAdminConfigSetResponse - (*MlxAdminConfigSyncResponse)(nil), // 1157: mlx_device.MlxAdminConfigSyncResponse - (*MlxAdminConfigCompareResponse)(nil), // 1158: mlx_device.MlxAdminConfigCompareResponse + (*SiteExplorerLastRunResponse)(nil), // 1092: site_explorer.SiteExplorerLastRunResponse + (*ExploredEndpoint)(nil), // 1093: site_explorer.ExploredEndpoint + (*ExploredEndpointIdList)(nil), // 1094: site_explorer.ExploredEndpointIdList + (*ExploredEndpointList)(nil), // 1095: site_explorer.ExploredEndpointList + (*ExploredManagedHostIdList)(nil), // 1096: site_explorer.ExploredManagedHostIdList + (*ExploredManagedHostList)(nil), // 1097: site_explorer.ExploredManagedHostList + (*ExploredMlxDeviceHostIdList)(nil), // 1098: site_explorer.ExploredMlxDeviceHostIdList + (*ExploredMlxDeviceList)(nil), // 1099: site_explorer.ExploredMlxDeviceList + (*CreateMeasurementBundleResponse)(nil), // 1100: measured_boot.CreateMeasurementBundleResponse + (*DeleteMeasurementBundleResponse)(nil), // 1101: measured_boot.DeleteMeasurementBundleResponse + (*RenameMeasurementBundleResponse)(nil), // 1102: measured_boot.RenameMeasurementBundleResponse + (*UpdateMeasurementBundleResponse)(nil), // 1103: measured_boot.UpdateMeasurementBundleResponse + (*ShowMeasurementBundleResponse)(nil), // 1104: measured_boot.ShowMeasurementBundleResponse + (*ShowMeasurementBundlesResponse)(nil), // 1105: measured_boot.ShowMeasurementBundlesResponse + (*ListMeasurementBundlesResponse)(nil), // 1106: measured_boot.ListMeasurementBundlesResponse + (*ListMeasurementBundleMachinesResponse)(nil), // 1107: measured_boot.ListMeasurementBundleMachinesResponse + (*DeleteMeasurementJournalResponse)(nil), // 1108: measured_boot.DeleteMeasurementJournalResponse + (*ShowMeasurementJournalResponse)(nil), // 1109: measured_boot.ShowMeasurementJournalResponse + (*ShowMeasurementJournalsResponse)(nil), // 1110: measured_boot.ShowMeasurementJournalsResponse + (*ListMeasurementJournalResponse)(nil), // 1111: measured_boot.ListMeasurementJournalResponse + (*AttestCandidateMachineResponse)(nil), // 1112: measured_boot.AttestCandidateMachineResponse + (*ShowCandidateMachineResponse)(nil), // 1113: measured_boot.ShowCandidateMachineResponse + (*ShowCandidateMachinesResponse)(nil), // 1114: measured_boot.ShowCandidateMachinesResponse + (*ListCandidateMachinesResponse)(nil), // 1115: measured_boot.ListCandidateMachinesResponse + (*CreateMeasurementSystemProfileResponse)(nil), // 1116: measured_boot.CreateMeasurementSystemProfileResponse + (*DeleteMeasurementSystemProfileResponse)(nil), // 1117: measured_boot.DeleteMeasurementSystemProfileResponse + (*RenameMeasurementSystemProfileResponse)(nil), // 1118: measured_boot.RenameMeasurementSystemProfileResponse + (*ShowMeasurementSystemProfileResponse)(nil), // 1119: measured_boot.ShowMeasurementSystemProfileResponse + (*ShowMeasurementSystemProfilesResponse)(nil), // 1120: measured_boot.ShowMeasurementSystemProfilesResponse + (*ListMeasurementSystemProfilesResponse)(nil), // 1121: measured_boot.ListMeasurementSystemProfilesResponse + (*ListMeasurementSystemProfileBundlesResponse)(nil), // 1122: measured_boot.ListMeasurementSystemProfileBundlesResponse + (*ListMeasurementSystemProfileMachinesResponse)(nil), // 1123: measured_boot.ListMeasurementSystemProfileMachinesResponse + (*CreateMeasurementReportResponse)(nil), // 1124: measured_boot.CreateMeasurementReportResponse + (*DeleteMeasurementReportResponse)(nil), // 1125: measured_boot.DeleteMeasurementReportResponse + (*PromoteMeasurementReportResponse)(nil), // 1126: measured_boot.PromoteMeasurementReportResponse + (*RevokeMeasurementReportResponse)(nil), // 1127: measured_boot.RevokeMeasurementReportResponse + (*ShowMeasurementReportForIdResponse)(nil), // 1128: measured_boot.ShowMeasurementReportForIdResponse + (*ShowMeasurementReportsForMachineResponse)(nil), // 1129: measured_boot.ShowMeasurementReportsForMachineResponse + (*ShowMeasurementReportsResponse)(nil), // 1130: measured_boot.ShowMeasurementReportsResponse + (*ListMeasurementReportResponse)(nil), // 1131: measured_boot.ListMeasurementReportResponse + (*MatchMeasurementReportResponse)(nil), // 1132: measured_boot.MatchMeasurementReportResponse + (*ImportSiteMeasurementsResponse)(nil), // 1133: measured_boot.ImportSiteMeasurementsResponse + (*ExportSiteMeasurementsResponse)(nil), // 1134: measured_boot.ExportSiteMeasurementsResponse + (*AddMeasurementTrustedMachineResponse)(nil), // 1135: measured_boot.AddMeasurementTrustedMachineResponse + (*RemoveMeasurementTrustedMachineResponse)(nil), // 1136: measured_boot.RemoveMeasurementTrustedMachineResponse + (*AddMeasurementTrustedProfileResponse)(nil), // 1137: measured_boot.AddMeasurementTrustedProfileResponse + (*RemoveMeasurementTrustedProfileResponse)(nil), // 1138: measured_boot.RemoveMeasurementTrustedProfileResponse + (*ListMeasurementTrustedMachinesResponse)(nil), // 1139: measured_boot.ListMeasurementTrustedMachinesResponse + (*ListMeasurementTrustedProfilesResponse)(nil), // 1140: measured_boot.ListMeasurementTrustedProfilesResponse + (*ListAttestationSummaryResponse)(nil), // 1141: measured_boot.ListAttestationSummaryResponse + (*LockdownStatus)(nil), // 1142: site_explorer.LockdownStatus + (*PublishMlxDeviceReportResponse)(nil), // 1143: mlx_device.PublishMlxDeviceReportResponse + (*PublishMlxObservationReportResponse)(nil), // 1144: mlx_device.PublishMlxObservationReportResponse + (*MlxAdminProfileSyncResponse)(nil), // 1145: mlx_device.MlxAdminProfileSyncResponse + (*MlxAdminProfileShowResponse)(nil), // 1146: mlx_device.MlxAdminProfileShowResponse + (*MlxAdminProfileCompareResponse)(nil), // 1147: mlx_device.MlxAdminProfileCompareResponse + (*MlxAdminProfileListResponse)(nil), // 1148: mlx_device.MlxAdminProfileListResponse + (*MlxAdminLockdownLockResponse)(nil), // 1149: mlx_device.MlxAdminLockdownLockResponse + (*MlxAdminLockdownUnlockResponse)(nil), // 1150: mlx_device.MlxAdminLockdownUnlockResponse + (*MlxAdminLockdownStatusResponse)(nil), // 1151: mlx_device.MlxAdminLockdownStatusResponse + (*MlxAdminDeviceInfoResponse)(nil), // 1152: mlx_device.MlxAdminDeviceInfoResponse + (*MlxAdminDeviceReportResponse)(nil), // 1153: mlx_device.MlxAdminDeviceReportResponse + (*MlxAdminRegistryListResponse)(nil), // 1154: mlx_device.MlxAdminRegistryListResponse + (*MlxAdminRegistryShowResponse)(nil), // 1155: mlx_device.MlxAdminRegistryShowResponse + (*MlxAdminConfigQueryResponse)(nil), // 1156: mlx_device.MlxAdminConfigQueryResponse + (*MlxAdminConfigSetResponse)(nil), // 1157: mlx_device.MlxAdminConfigSetResponse + (*MlxAdminConfigSyncResponse)(nil), // 1158: mlx_device.MlxAdminConfigSyncResponse + (*MlxAdminConfigCompareResponse)(nil), // 1159: mlx_device.MlxAdminConfigCompareResponse } var file_nico_proto_depIdxs = []int32{ 341, // 0: forge.LifecycleStatus.state_reason:type_name -> forge.ControllerStateReason @@ -66379,773 +66385,775 @@ var file_nico_proto_depIdxs = []int32{ 357, // 1254: forge.Forge.GetSwitchNvosCredentials:input_type -> forge.GetSwitchNvosCredentialsRequest 390, // 1255: forge.Forge.GetAllManagedHostNetworkStatus:input_type -> forge.ManagedHostNetworkStatusRequest 360, // 1256: forge.Forge.GetSiteExplorationReport:input_type -> forge.GetSiteExplorationRequest - 361, // 1257: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest - 367, // 1258: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest - 367, // 1259: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest - 367, // 1260: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest - 362, // 1261: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest - 363, // 1262: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest - 364, // 1263: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest - 365, // 1264: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest - 1024, // 1265: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter - 1025, // 1266: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest - 1026, // 1267: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter - 1027, // 1268: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest - 1028, // 1269: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter - 1029, // 1270: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest - 371, // 1271: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest - 396, // 1272: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest - 485, // 1273: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest - 488, // 1274: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest - 333, // 1275: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest - 334, // 1276: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest - 335, // 1277: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest - 336, // 1278: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest - 749, // 1279: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest - 492, // 1280: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest - 493, // 1281: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest - 503, // 1282: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest - 504, // 1283: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest - 506, // 1284: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest - 507, // 1285: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest - 961, // 1286: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId - 513, // 1287: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest - 982, // 1288: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId - 516, // 1289: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride - 982, // 1290: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId - 916, // 1291: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest - 525, // 1292: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest - 526, // 1293: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList - 126, // 1294: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest - 127, // 1295: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest - 1030, // 1296: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty - 528, // 1297: forge.Forge.AddRouteServers:input_type -> forge.RouteServers - 528, // 1298: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers - 528, // 1299: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers - 337, // 1300: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport - 299, // 1301: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest - 531, // 1302: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest - 533, // 1303: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest - 546, // 1304: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine - 547, // 1305: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest - 546, // 1306: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine - 547, // 1307: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest - 1030, // 1308: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty - 548, // 1309: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList - 1030, // 1310: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty - 1030, // 1311: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty - 1030, // 1312: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty - 553, // 1313: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 553, // 1314: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 205, // 1315: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 206, // 1316: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 205, // 1317: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 206, // 1318: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 1030, // 1319: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 207, // 1320: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList - 1030, // 1321: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 1030, // 1322: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty - 227, // 1323: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch - 228, // 1324: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 227, // 1325: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch - 228, // 1326: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 1030, // 1327: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty - 229, // 1328: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList - 1030, // 1329: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty - 1030, // 1330: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty - 232, // 1331: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack - 233, // 1332: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest - 232, // 1333: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack - 233, // 1334: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest - 1030, // 1335: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty - 234, // 1336: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList - 1030, // 1337: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty - 124, // 1338: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest - 628, // 1339: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest - 630, // 1340: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest - 632, // 1341: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest - 637, // 1342: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest - 634, // 1343: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest - 638, // 1344: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest - 640, // 1345: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest - 1031, // 1346: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest - 1032, // 1347: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest - 1033, // 1348: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest - 1034, // 1349: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest - 1035, // 1350: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest - 1036, // 1351: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest - 1037, // 1352: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest - 1038, // 1353: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest - 1039, // 1354: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest - 1040, // 1355: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest - 1041, // 1356: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest - 1042, // 1357: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest - 1043, // 1358: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest - 1044, // 1359: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest - 1045, // 1360: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest - 1046, // 1361: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest - 1047, // 1362: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest - 1048, // 1363: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest - 1049, // 1364: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest - 1050, // 1365: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest - 1051, // 1366: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest - 1052, // 1367: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest - 1053, // 1368: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest - 1054, // 1369: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest - 1055, // 1370: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest - 1056, // 1371: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest - 1057, // 1372: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest - 1058, // 1373: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest - 1059, // 1374: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest - 1060, // 1375: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest - 1061, // 1376: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest - 1062, // 1377: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest - 1063, // 1378: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest - 1064, // 1379: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest - 1065, // 1380: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest - 1066, // 1381: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest - 1067, // 1382: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest - 1068, // 1383: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest - 1069, // 1384: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest - 1070, // 1385: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest - 1071, // 1386: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest - 1072, // 1387: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest - 1073, // 1388: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest - 659, // 1389: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest - 661, // 1390: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest - 663, // 1391: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest - 666, // 1392: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest - 667, // 1393: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest - 673, // 1394: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest - 676, // 1395: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest - 535, // 1396: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes - 539, // 1397: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest - 537, // 1398: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest - 972, // 1399: forge.Forge.GetOsImage:input_type -> common.UUID - 535, // 1400: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes - 541, // 1401: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest - 542, // 1402: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest - 557, // 1403: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest - 562, // 1404: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest - 564, // 1405: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest - 559, // 1406: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest - 567, // 1407: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest - 569, // 1408: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest - 572, // 1409: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest - 574, // 1410: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest - 591, // 1411: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest - 592, // 1412: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter - 594, // 1413: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest - 597, // 1414: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest - 599, // 1415: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest - 575, // 1416: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest - 603, // 1417: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest - 605, // 1418: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest - 604, // 1419: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest - 608, // 1420: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest - 612, // 1421: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest - 613, // 1422: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest - 615, // 1423: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest - 409, // 1424: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest - 586, // 1425: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest - 367, // 1426: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest - 399, // 1427: forge.Forge.Lockdown:input_type -> forge.LockdownRequest - 401, // 1428: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest - 403, // 1429: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest - 405, // 1430: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest - 777, // 1431: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest - 779, // 1432: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest - 411, // 1433: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest - 413, // 1434: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest - 576, // 1435: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest - 584, // 1436: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest - 120, // 1437: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert - 1030, // 1438: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty - 1030, // 1439: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty - 117, // 1440: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId - 642, // 1441: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest - 644, // 1442: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest - 649, // 1443: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest - 651, // 1444: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID - 651, // 1445: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID - 651, // 1446: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID - 655, // 1447: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest - 679, // 1448: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest - 695, // 1449: forge.Forge.CreateSku:input_type -> forge.SkuList - 961, // 1450: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId - 961, // 1451: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId - 693, // 1452: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair - 694, // 1453: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest - 696, // 1454: forge.Forge.DeleteSku:input_type -> forge.SkuIdList - 1030, // 1455: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty - 698, // 1456: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest - 708, // 1457: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest - 692, // 1458: forge.Forge.ReplaceSku:input_type -> forge.Sku - 379, // 1459: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest - 381, // 1460: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest - 383, // 1461: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest - 961, // 1462: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId - 370, // 1463: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest - 1030, // 1464: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty - 703, // 1465: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest - 701, // 1466: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 701, // 1467: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 706, // 1468: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest - 709, // 1469: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest - 710, // 1470: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest - 367, // 1471: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest - 367, // 1472: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest - 729, // 1473: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter - 731, // 1474: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest - 726, // 1475: forge.Forge.GetRack:input_type -> forge.GetRackRequest - 736, // 1476: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest - 737, // 1477: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest - 744, // 1478: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest - 715, // 1479: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest - 717, // 1480: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest - 719, // 1481: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest - 722, // 1482: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest - 723, // 1483: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest - 781, // 1484: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest - 783, // 1485: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest - 1074, // 1486: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest - 1075, // 1487: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest - 786, // 1488: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest - 1030, // 1489: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty - 788, // 1490: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 788, // 1491: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 790, // 1492: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest - 791, // 1493: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest - 796, // 1494: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest - 797, // 1495: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest - 798, // 1496: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest - 799, // 1497: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest - 1030, // 1498: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty - 793, // 1499: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList - 800, // 1500: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest - 802, // 1501: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest - 805, // 1502: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest - 807, // 1503: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest - 809, // 1504: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest - 810, // 1505: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest - 816, // 1506: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest - 817, // 1507: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest - 818, // 1508: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest - 820, // 1509: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter - 822, // 1510: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest - 824, // 1511: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest - 826, // 1512: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest - 92, // 1513: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest - 961, // 1514: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId - 93, // 1515: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest - 961, // 1516: forge.Forge.GetAttestationMachine:input_type -> common.MachineId - 95, // 1517: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest - 97, // 1518: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 100, // 1519: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest - 97, // 1520: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 105, // 1521: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 107, // 1522: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest - 105, // 1523: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 108, // 1524: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest - 113, // 1525: forge.Forge.GetJWKS:input_type -> forge.JwksRequest - 114, // 1526: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest - 833, // 1527: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage - 836, // 1528: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest - 838, // 1529: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest - 840, // 1530: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest - 1076, // 1531: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest - 1077, // 1532: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest - 1078, // 1533: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest - 1079, // 1534: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest - 1080, // 1535: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest - 1081, // 1536: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest - 1082, // 1537: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest - 1083, // 1538: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest - 1084, // 1539: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest - 1085, // 1540: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest - 1086, // 1541: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest - 1087, // 1542: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest - 1088, // 1543: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest - 1089, // 1544: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest - 1090, // 1545: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest - 761, // 1546: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter - 762, // 1547: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest - 150, // 1548: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery - 772, // 1549: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter - 773, // 1550: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest - 769, // 1551: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest - 775, // 1552: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest - 770, // 1553: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest - 150, // 1554: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery - 854, // 1555: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery - 755, // 1556: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest - 857, // 1557: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest - 859, // 1558: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest - 860, // 1559: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest - 862, // 1560: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest - 871, // 1561: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest - 868, // 1562: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest - 878, // 1563: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest - 880, // 1564: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest - 882, // 1565: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest - 899, // 1566: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest - 979, // 1567: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId - 902, // 1568: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest - 903, // 1569: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest - 905, // 1570: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter - 907, // 1571: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest - 909, // 1572: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest - 912, // 1573: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest - 914, // 1574: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest - 131, // 1575: forge.Forge.Version:output_type -> forge.BuildInfo - 848, // 1576: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy - 848, // 1577: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy - 851, // 1578: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy - 849, // 1579: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy - 153, // 1580: forge.Forge.CreateVpc:output_type -> forge.Vpc - 156, // 1581: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult - 158, // 1582: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult - 160, // 1583: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult - 148, // 1584: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList - 161, // 1585: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList - 887, // 1586: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition - 890, // 1587: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult - 888, // 1588: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList - 892, // 1589: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList - 162, // 1590: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix - 168, // 1591: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList - 169, // 1592: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList - 162, // 1593: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix - 172, // 1594: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult - 174, // 1595: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering - 175, // 1596: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList - 176, // 1597: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList - 181, // 1598: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult - 248, // 1599: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList - 353, // 1600: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList - 240, // 1601: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment - 240, // 1602: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment - 244, // 1603: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult - 353, // 1604: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList - 192, // 1605: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList - 185, // 1606: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList - 184, // 1607: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition - 184, // 1608: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition - 189, // 1609: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult - 185, // 1610: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList - 196, // 1611: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList - 867, // 1612: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList - 196, // 1613: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList - 199, // 1614: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult - 897, // 1615: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse - 1030, // 1616: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty - 216, // 1617: forge.Forge.FindSwitches:output_type -> forge.SwitchList - 866, // 1618: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList - 216, // 1619: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList - 219, // 1620: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult - 895, // 1621: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse - 236, // 1622: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList - 289, // 1623: forge.Forge.AllocateInstance:output_type -> forge.Instance - 262, // 1624: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse - 303, // 1625: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult - 289, // 1626: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance - 289, // 1627: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance - 258, // 1628: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList - 254, // 1629: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList - 254, // 1630: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList - 374, // 1631: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse - 1030, // 1632: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty - 454, // 1633: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse - 1030, // 1634: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty - 1030, // 1635: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty - 454, // 1636: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse - 1030, // 1637: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty - 1030, // 1638: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty - 454, // 1639: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse - 1030, // 1640: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty - 1030, // 1641: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty - 454, // 1642: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse - 1030, // 1643: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty - 1030, // 1644: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty - 454, // 1645: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse - 1030, // 1646: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 1030, // 1647: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 454, // 1648: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse - 1030, // 1649: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty - 1030, // 1650: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty - 393, // 1651: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse - 395, // 1652: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse - 253, // 1653: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult - 420, // 1654: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse - 427, // 1655: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult - 426, // 1656: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult - 428, // 1657: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse - 429, // 1658: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult - 431, // 1659: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult - 352, // 1660: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord - 351, // 1661: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse - 322, // 1662: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse - 324, // 1663: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse - 327, // 1664: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse - 317, // 1665: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList - 1030, // 1666: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty - 495, // 1667: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse - 1019, // 1668: forge.Forge.FindMachineIds:output_type -> common.MachineIdList - 318, // 1669: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList - 307, // 1670: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories - 310, // 1671: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories - 223, // 1672: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories - 223, // 1673: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories - 223, // 1674: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories - 223, // 1675: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories - 223, // 1676: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories - 316, // 1677: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList - 315, // 1678: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList - 518, // 1679: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList - 522, // 1680: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs - 521, // 1681: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp - 519, // 1682: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList - 497, // 1683: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse - 500, // 1684: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse - 502, // 1685: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse - 416, // 1686: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse - 418, // 1687: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse - 433, // 1688: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions - 437, // 1689: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions - 134, // 1690: forge.Forge.Echo:output_type -> forge.EchoResponse - 464, // 1691: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse - 468, // 1692: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse - 466, // 1693: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse - 474, // 1694: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse - 481, // 1695: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList - 475, // 1696: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList - 477, // 1697: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse - 479, // 1698: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse - 484, // 1699: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse - 358, // 1700: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse - 358, // 1701: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse - 391, // 1702: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse - 1091, // 1703: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport - 1030, // 1704: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty - 601, // 1705: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse - 602, // 1706: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse - 1020, // 1707: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport - 1030, // 1708: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty - 1092, // 1709: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint - 366, // 1710: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse - 1030, // 1711: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty - 1093, // 1712: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList - 1094, // 1713: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList - 1095, // 1714: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList - 1096, // 1715: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList - 1097, // 1716: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList - 1098, // 1717: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList - 1030, // 1718: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty - 397, // 1719: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse - 486, // 1720: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools - 489, // 1721: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse - 1030, // 1722: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty - 1030, // 1723: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty - 1030, // 1724: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty - 1030, // 1725: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty - 1030, // 1726: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty - 1030, // 1727: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty - 1030, // 1728: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty - 1030, // 1729: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty - 505, // 1730: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse - 1030, // 1731: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty - 508, // 1732: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse - 1030, // 1733: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty - 514, // 1734: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse - 516, // 1735: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride - 1030, // 1736: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty - 1030, // 1737: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty - 921, // 1738: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse - 527, // 1739: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData - 527, // 1740: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData - 128, // 1741: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult - 129, // 1742: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult - 529, // 1743: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries - 1030, // 1744: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty - 1030, // 1745: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty - 1030, // 1746: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty - 1030, // 1747: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty - 300, // 1748: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse - 532, // 1749: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse - 534, // 1750: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse - 1030, // 1751: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty - 1030, // 1752: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty - 1030, // 1753: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty - 546, // 1754: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine - 548, // 1755: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList - 1030, // 1756: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty - 1030, // 1757: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty - 549, // 1758: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList - 551, // 1759: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList - 555, // 1760: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 555, // 1761: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 1030, // 1762: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty - 1030, // 1763: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty - 1030, // 1764: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty - 205, // 1765: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf - 207, // 1766: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList - 1030, // 1767: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 1030, // 1768: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 208, // 1769: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList - 1030, // 1770: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty - 1030, // 1771: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty - 1030, // 1772: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty - 227, // 1773: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch - 229, // 1774: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList - 1030, // 1775: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty - 1030, // 1776: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty - 230, // 1777: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList - 1030, // 1778: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty - 1030, // 1779: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty - 1030, // 1780: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty - 232, // 1781: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack - 234, // 1782: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList - 1030, // 1783: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty - 1030, // 1784: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty - 125, // 1785: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse - 629, // 1786: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse - 631, // 1787: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse - 633, // 1788: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse - 636, // 1789: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse - 635, // 1790: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse - 639, // 1791: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse - 641, // 1792: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse - 1099, // 1793: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse - 1100, // 1794: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse - 1101, // 1795: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse - 1102, // 1796: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse - 1103, // 1797: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse - 1104, // 1798: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse - 1105, // 1799: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse - 1106, // 1800: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse - 1103, // 1801: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse - 1107, // 1802: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse - 1108, // 1803: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse - 1109, // 1804: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse - 1110, // 1805: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse - 1111, // 1806: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse - 1112, // 1807: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse - 1113, // 1808: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse - 1114, // 1809: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse - 1115, // 1810: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse - 1116, // 1811: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse - 1117, // 1812: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse - 1118, // 1813: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse - 1119, // 1814: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse - 1120, // 1815: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse - 1121, // 1816: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse - 1122, // 1817: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse - 1123, // 1818: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse - 1124, // 1819: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse - 1125, // 1820: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse - 1126, // 1821: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse - 1127, // 1822: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse - 1128, // 1823: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse - 1129, // 1824: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse - 1130, // 1825: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse - 1131, // 1826: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse - 1132, // 1827: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse - 1133, // 1828: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse - 1134, // 1829: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse - 1135, // 1830: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse - 1136, // 1831: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse - 1137, // 1832: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse - 1138, // 1833: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse - 1139, // 1834: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse - 1140, // 1835: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse - 660, // 1836: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse - 662, // 1837: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse - 664, // 1838: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse - 665, // 1839: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse - 668, // 1840: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse - 671, // 1841: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse - 678, // 1842: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse - 536, // 1843: forge.Forge.CreateOsImage:output_type -> forge.OsImage - 540, // 1844: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse - 538, // 1845: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse - 536, // 1846: forge.Forge.GetOsImage:output_type -> forge.OsImage - 536, // 1847: forge.Forge.UpdateOsImage:output_type -> forge.OsImage - 265, // 1848: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate - 543, // 1849: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList - 556, // 1850: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse - 1030, // 1851: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty - 563, // 1852: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList - 560, // 1853: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse - 568, // 1854: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse - 571, // 1855: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse - 573, // 1856: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse - 1030, // 1857: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 590, // 1858: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList - 593, // 1859: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList - 595, // 1860: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList - 598, // 1861: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt - 600, // 1862: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse - 1030, // 1863: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 607, // 1864: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse - 606, // 1865: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 606, // 1866: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 609, // 1867: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse - 611, // 1868: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse - 614, // 1869: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse - 616, // 1870: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse - 410, // 1871: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse - 587, // 1872: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse - 398, // 1873: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse - 400, // 1874: forge.Forge.Lockdown:output_type -> forge.LockdownResponse - 1141, // 1875: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus - 404, // 1876: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse - 406, // 1877: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse - 778, // 1878: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse - 780, // 1879: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse - 412, // 1880: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse - 414, // 1881: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse - 577, // 1882: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse - 585, // 1883: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse - 116, // 1884: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus - 122, // 1885: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection - 119, // 1886: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection - 1030, // 1887: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty - 643, // 1888: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse - 645, // 1889: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse - 650, // 1890: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse - 652, // 1891: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse - 653, // 1892: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse - 654, // 1893: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse - 656, // 1894: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse - 680, // 1895: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse - 696, // 1896: forge.Forge.CreateSku:output_type -> forge.SkuIdList - 692, // 1897: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku - 1030, // 1898: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty - 1030, // 1899: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty - 1030, // 1900: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty - 1030, // 1901: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty - 696, // 1902: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList - 695, // 1903: forge.Forge.FindSkusByIds:output_type -> forge.SkuList - 1030, // 1904: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty - 692, // 1905: forge.Forge.ReplaceSku:output_type -> forge.Sku - 380, // 1906: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse - 382, // 1907: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse - 384, // 1908: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse - 1030, // 1909: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty - 1030, // 1910: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty - 702, // 1911: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList - 704, // 1912: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList - 700, // 1913: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface - 700, // 1914: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface - 707, // 1915: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult - 712, // 1916: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse - 712, // 1917: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse - 1030, // 1918: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty - 115, // 1919: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse - 730, // 1920: forge.Forge.FindRackIds:output_type -> forge.RackIdList - 728, // 1921: forge.Forge.FindRacksByIds:output_type -> forge.RackList - 727, // 1922: forge.Forge.GetRack:output_type -> forge.GetRackResponse - 1030, // 1923: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty - 738, // 1924: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse - 745, // 1925: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse - 716, // 1926: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse - 718, // 1927: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse - 720, // 1928: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse - 721, // 1929: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse - 724, // 1930: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse - 782, // 1931: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse - 784, // 1932: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse - 1142, // 1933: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse - 1143, // 1934: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse - 787, // 1935: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse - 789, // 1936: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList - 788, // 1937: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 788, // 1938: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 1030, // 1939: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty - 792, // 1940: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse - 1030, // 1941: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty - 1030, // 1942: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty - 1030, // 1943: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty - 1030, // 1944: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty - 793, // 1945: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList - 794, // 1946: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList - 801, // 1947: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList - 804, // 1948: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList - 806, // 1949: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse - 1030, // 1950: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty - 1030, // 1951: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty - 1030, // 1952: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty - 815, // 1953: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService - 815, // 1954: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService - 819, // 1955: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse - 821, // 1956: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList - 823, // 1957: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList - 825, // 1958: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList - 827, // 1959: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse - 89, // 1960: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse - 1030, // 1961: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty - 94, // 1962: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse - 91, // 1963: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse - 96, // 1964: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse - 101, // 1965: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 101, // 1966: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 1030, // 1967: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty - 104, // 1968: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse - 104, // 1969: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse - 1030, // 1970: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty - 110, // 1971: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse - 111, // 1972: forge.Forge.GetJWKS:output_type -> forge.Jwks - 112, // 1973: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration - 834, // 1974: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage - 837, // 1975: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse - 839, // 1976: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse - 841, // 1977: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse - 1144, // 1978: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse - 1145, // 1979: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse - 1146, // 1980: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse - 1147, // 1981: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse - 1148, // 1982: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse - 1149, // 1983: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse - 1150, // 1984: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse - 1151, // 1985: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse - 1152, // 1986: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse - 1153, // 1987: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse - 1154, // 1988: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse - 1155, // 1989: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse - 1156, // 1990: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse - 1157, // 1991: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse - 1158, // 1992: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse - 763, // 1993: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList - 758, // 1994: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList - 758, // 1995: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList - 774, // 1996: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList - 768, // 1997: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList - 767, // 1998: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition - 776, // 1999: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult - 771, // 2000: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult - 768, // 2001: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList - 855, // 2002: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList - 756, // 2003: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse - 1030, // 2004: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty - 858, // 2005: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse - 861, // 2006: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse - 864, // 2007: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse - 872, // 2008: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse - 870, // 2009: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse - 879, // 2010: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse - 881, // 2011: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse - 885, // 2012: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse - 898, // 2013: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem - 898, // 2014: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem - 898, // 2015: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem - 904, // 2016: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse - 906, // 2017: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList - 908, // 2018: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList - 910, // 2019: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 910, // 2020: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 915, // 2021: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse - 1575, // [1575:2022] is the sub-list for method output_type - 1128, // [1128:1575] is the sub-list for method input_type + 1024, // 1257: forge.Forge.GetSiteExplorerLastRun:input_type -> google.protobuf.Empty + 361, // 1258: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest + 367, // 1259: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest + 367, // 1260: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest + 367, // 1261: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest + 362, // 1262: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest + 363, // 1263: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest + 364, // 1264: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest + 365, // 1265: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest + 1025, // 1266: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter + 1026, // 1267: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest + 1027, // 1268: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter + 1028, // 1269: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest + 1029, // 1270: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter + 1030, // 1271: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest + 371, // 1272: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest + 396, // 1273: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest + 485, // 1274: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest + 488, // 1275: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest + 333, // 1276: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest + 334, // 1277: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest + 335, // 1278: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest + 336, // 1279: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest + 749, // 1280: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest + 492, // 1281: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest + 493, // 1282: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest + 503, // 1283: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest + 504, // 1284: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest + 506, // 1285: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest + 507, // 1286: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest + 961, // 1287: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId + 513, // 1288: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest + 982, // 1289: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId + 516, // 1290: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride + 982, // 1291: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId + 916, // 1292: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest + 525, // 1293: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest + 526, // 1294: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList + 126, // 1295: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest + 127, // 1296: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest + 1024, // 1297: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty + 528, // 1298: forge.Forge.AddRouteServers:input_type -> forge.RouteServers + 528, // 1299: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers + 528, // 1300: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers + 337, // 1301: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport + 299, // 1302: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest + 531, // 1303: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest + 533, // 1304: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest + 546, // 1305: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine + 547, // 1306: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest + 546, // 1307: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine + 547, // 1308: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest + 1024, // 1309: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty + 548, // 1310: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList + 1024, // 1311: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty + 1024, // 1312: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty + 1024, // 1313: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty + 553, // 1314: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 553, // 1315: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 205, // 1316: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 206, // 1317: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 205, // 1318: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 206, // 1319: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 1024, // 1320: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 207, // 1321: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList + 1024, // 1322: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 1024, // 1323: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty + 227, // 1324: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch + 228, // 1325: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 227, // 1326: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch + 228, // 1327: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 1024, // 1328: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty + 229, // 1329: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList + 1024, // 1330: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty + 1024, // 1331: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty + 232, // 1332: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack + 233, // 1333: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest + 232, // 1334: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack + 233, // 1335: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest + 1024, // 1336: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty + 234, // 1337: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList + 1024, // 1338: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty + 124, // 1339: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest + 628, // 1340: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest + 630, // 1341: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest + 632, // 1342: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest + 637, // 1343: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest + 634, // 1344: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest + 638, // 1345: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest + 640, // 1346: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest + 1031, // 1347: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest + 1032, // 1348: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest + 1033, // 1349: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest + 1034, // 1350: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest + 1035, // 1351: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest + 1036, // 1352: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest + 1037, // 1353: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest + 1038, // 1354: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest + 1039, // 1355: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest + 1040, // 1356: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest + 1041, // 1357: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest + 1042, // 1358: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest + 1043, // 1359: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest + 1044, // 1360: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest + 1045, // 1361: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest + 1046, // 1362: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest + 1047, // 1363: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest + 1048, // 1364: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest + 1049, // 1365: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest + 1050, // 1366: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest + 1051, // 1367: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest + 1052, // 1368: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest + 1053, // 1369: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest + 1054, // 1370: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest + 1055, // 1371: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest + 1056, // 1372: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest + 1057, // 1373: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest + 1058, // 1374: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest + 1059, // 1375: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest + 1060, // 1376: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest + 1061, // 1377: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest + 1062, // 1378: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest + 1063, // 1379: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest + 1064, // 1380: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest + 1065, // 1381: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest + 1066, // 1382: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest + 1067, // 1383: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest + 1068, // 1384: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest + 1069, // 1385: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest + 1070, // 1386: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest + 1071, // 1387: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest + 1072, // 1388: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest + 1073, // 1389: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest + 659, // 1390: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest + 661, // 1391: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest + 663, // 1392: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest + 666, // 1393: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest + 667, // 1394: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest + 673, // 1395: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest + 676, // 1396: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest + 535, // 1397: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes + 539, // 1398: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest + 537, // 1399: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest + 972, // 1400: forge.Forge.GetOsImage:input_type -> common.UUID + 535, // 1401: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes + 541, // 1402: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest + 542, // 1403: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest + 557, // 1404: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest + 562, // 1405: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest + 564, // 1406: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest + 559, // 1407: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest + 567, // 1408: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest + 569, // 1409: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest + 572, // 1410: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest + 574, // 1411: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest + 591, // 1412: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest + 592, // 1413: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter + 594, // 1414: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest + 597, // 1415: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest + 599, // 1416: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest + 575, // 1417: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest + 603, // 1418: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest + 605, // 1419: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest + 604, // 1420: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest + 608, // 1421: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest + 612, // 1422: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest + 613, // 1423: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest + 615, // 1424: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest + 409, // 1425: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest + 586, // 1426: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest + 367, // 1427: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest + 399, // 1428: forge.Forge.Lockdown:input_type -> forge.LockdownRequest + 401, // 1429: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest + 403, // 1430: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest + 405, // 1431: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest + 777, // 1432: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest + 779, // 1433: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest + 411, // 1434: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest + 413, // 1435: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest + 576, // 1436: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest + 584, // 1437: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest + 120, // 1438: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert + 1024, // 1439: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty + 1024, // 1440: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty + 117, // 1441: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId + 642, // 1442: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest + 644, // 1443: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest + 649, // 1444: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest + 651, // 1445: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID + 651, // 1446: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID + 651, // 1447: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID + 655, // 1448: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest + 679, // 1449: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest + 695, // 1450: forge.Forge.CreateSku:input_type -> forge.SkuList + 961, // 1451: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId + 961, // 1452: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId + 693, // 1453: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair + 694, // 1454: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest + 696, // 1455: forge.Forge.DeleteSku:input_type -> forge.SkuIdList + 1024, // 1456: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty + 698, // 1457: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest + 708, // 1458: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest + 692, // 1459: forge.Forge.ReplaceSku:input_type -> forge.Sku + 379, // 1460: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest + 381, // 1461: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest + 383, // 1462: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest + 961, // 1463: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId + 370, // 1464: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest + 1024, // 1465: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty + 703, // 1466: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest + 701, // 1467: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 701, // 1468: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 706, // 1469: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest + 709, // 1470: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest + 710, // 1471: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest + 367, // 1472: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest + 367, // 1473: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest + 729, // 1474: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter + 731, // 1475: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest + 726, // 1476: forge.Forge.GetRack:input_type -> forge.GetRackRequest + 736, // 1477: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest + 737, // 1478: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest + 744, // 1479: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest + 715, // 1480: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest + 717, // 1481: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest + 719, // 1482: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest + 722, // 1483: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest + 723, // 1484: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest + 781, // 1485: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest + 783, // 1486: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest + 1074, // 1487: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest + 1075, // 1488: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest + 786, // 1489: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest + 1024, // 1490: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty + 788, // 1491: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 788, // 1492: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 790, // 1493: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest + 791, // 1494: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest + 796, // 1495: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest + 797, // 1496: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest + 798, // 1497: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest + 799, // 1498: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest + 1024, // 1499: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty + 793, // 1500: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList + 800, // 1501: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest + 802, // 1502: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest + 805, // 1503: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest + 807, // 1504: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest + 809, // 1505: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest + 810, // 1506: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest + 816, // 1507: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest + 817, // 1508: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest + 818, // 1509: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest + 820, // 1510: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter + 822, // 1511: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest + 824, // 1512: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest + 826, // 1513: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest + 92, // 1514: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest + 961, // 1515: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId + 93, // 1516: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest + 961, // 1517: forge.Forge.GetAttestationMachine:input_type -> common.MachineId + 95, // 1518: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest + 97, // 1519: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 100, // 1520: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest + 97, // 1521: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 105, // 1522: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 107, // 1523: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest + 105, // 1524: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 108, // 1525: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest + 113, // 1526: forge.Forge.GetJWKS:input_type -> forge.JwksRequest + 114, // 1527: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest + 833, // 1528: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage + 836, // 1529: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest + 838, // 1530: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest + 840, // 1531: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest + 1076, // 1532: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest + 1077, // 1533: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest + 1078, // 1534: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest + 1079, // 1535: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest + 1080, // 1536: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest + 1081, // 1537: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest + 1082, // 1538: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest + 1083, // 1539: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest + 1084, // 1540: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest + 1085, // 1541: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest + 1086, // 1542: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest + 1087, // 1543: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest + 1088, // 1544: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest + 1089, // 1545: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest + 1090, // 1546: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest + 761, // 1547: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter + 762, // 1548: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest + 150, // 1549: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery + 772, // 1550: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter + 773, // 1551: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest + 769, // 1552: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest + 775, // 1553: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest + 770, // 1554: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest + 150, // 1555: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery + 854, // 1556: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery + 755, // 1557: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest + 857, // 1558: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest + 859, // 1559: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest + 860, // 1560: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest + 862, // 1561: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest + 871, // 1562: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest + 868, // 1563: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest + 878, // 1564: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest + 880, // 1565: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest + 882, // 1566: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest + 899, // 1567: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest + 979, // 1568: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId + 902, // 1569: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest + 903, // 1570: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest + 905, // 1571: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter + 907, // 1572: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest + 909, // 1573: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest + 912, // 1574: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest + 914, // 1575: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest + 131, // 1576: forge.Forge.Version:output_type -> forge.BuildInfo + 848, // 1577: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy + 848, // 1578: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy + 851, // 1579: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy + 849, // 1580: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy + 153, // 1581: forge.Forge.CreateVpc:output_type -> forge.Vpc + 156, // 1582: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult + 158, // 1583: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult + 160, // 1584: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult + 148, // 1585: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList + 161, // 1586: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList + 887, // 1587: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition + 890, // 1588: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult + 888, // 1589: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList + 892, // 1590: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList + 162, // 1591: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix + 168, // 1592: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList + 169, // 1593: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList + 162, // 1594: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix + 172, // 1595: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult + 174, // 1596: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering + 175, // 1597: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList + 176, // 1598: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList + 181, // 1599: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult + 248, // 1600: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList + 353, // 1601: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList + 240, // 1602: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment + 240, // 1603: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment + 244, // 1604: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult + 353, // 1605: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList + 192, // 1606: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList + 185, // 1607: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList + 184, // 1608: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition + 184, // 1609: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition + 189, // 1610: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult + 185, // 1611: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList + 196, // 1612: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList + 867, // 1613: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList + 196, // 1614: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList + 199, // 1615: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult + 897, // 1616: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse + 1024, // 1617: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty + 216, // 1618: forge.Forge.FindSwitches:output_type -> forge.SwitchList + 866, // 1619: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList + 216, // 1620: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList + 219, // 1621: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult + 895, // 1622: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse + 236, // 1623: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList + 289, // 1624: forge.Forge.AllocateInstance:output_type -> forge.Instance + 262, // 1625: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse + 303, // 1626: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult + 289, // 1627: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance + 289, // 1628: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance + 258, // 1629: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList + 254, // 1630: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList + 254, // 1631: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList + 374, // 1632: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse + 1024, // 1633: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty + 454, // 1634: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1635: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty + 1024, // 1636: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty + 454, // 1637: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1638: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty + 1024, // 1639: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty + 454, // 1640: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1641: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty + 1024, // 1642: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty + 454, // 1643: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1644: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty + 1024, // 1645: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty + 454, // 1646: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1647: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 1024, // 1648: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 454, // 1649: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse + 1024, // 1650: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty + 1024, // 1651: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty + 393, // 1652: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse + 395, // 1653: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse + 253, // 1654: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult + 420, // 1655: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse + 427, // 1656: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult + 426, // 1657: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult + 428, // 1658: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse + 429, // 1659: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult + 431, // 1660: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult + 352, // 1661: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord + 351, // 1662: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse + 322, // 1663: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse + 324, // 1664: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse + 327, // 1665: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse + 317, // 1666: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList + 1024, // 1667: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty + 495, // 1668: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse + 1019, // 1669: forge.Forge.FindMachineIds:output_type -> common.MachineIdList + 318, // 1670: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList + 307, // 1671: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories + 310, // 1672: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories + 223, // 1673: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories + 223, // 1674: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories + 223, // 1675: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories + 223, // 1676: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories + 223, // 1677: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories + 316, // 1678: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList + 315, // 1679: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList + 518, // 1680: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList + 522, // 1681: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs + 521, // 1682: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp + 519, // 1683: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList + 497, // 1684: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse + 500, // 1685: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse + 502, // 1686: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse + 416, // 1687: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse + 418, // 1688: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse + 433, // 1689: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions + 437, // 1690: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions + 134, // 1691: forge.Forge.Echo:output_type -> forge.EchoResponse + 464, // 1692: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse + 468, // 1693: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse + 466, // 1694: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse + 474, // 1695: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse + 481, // 1696: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList + 475, // 1697: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList + 477, // 1698: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse + 479, // 1699: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse + 484, // 1700: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse + 358, // 1701: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse + 358, // 1702: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse + 391, // 1703: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse + 1091, // 1704: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport + 1092, // 1705: forge.Forge.GetSiteExplorerLastRun:output_type -> site_explorer.SiteExplorerLastRunResponse + 1024, // 1706: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty + 601, // 1707: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse + 602, // 1708: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse + 1020, // 1709: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport + 1024, // 1710: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty + 1093, // 1711: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint + 366, // 1712: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse + 1024, // 1713: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty + 1094, // 1714: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList + 1095, // 1715: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList + 1096, // 1716: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList + 1097, // 1717: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList + 1098, // 1718: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList + 1099, // 1719: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList + 1024, // 1720: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty + 397, // 1721: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse + 486, // 1722: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools + 489, // 1723: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse + 1024, // 1724: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty + 1024, // 1725: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty + 1024, // 1726: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty + 1024, // 1727: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty + 1024, // 1728: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty + 1024, // 1729: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty + 1024, // 1730: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty + 1024, // 1731: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty + 505, // 1732: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse + 1024, // 1733: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty + 508, // 1734: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse + 1024, // 1735: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty + 514, // 1736: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse + 516, // 1737: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride + 1024, // 1738: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty + 1024, // 1739: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty + 921, // 1740: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse + 527, // 1741: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData + 527, // 1742: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData + 128, // 1743: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult + 129, // 1744: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult + 529, // 1745: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries + 1024, // 1746: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty + 1024, // 1747: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty + 1024, // 1748: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty + 1024, // 1749: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty + 300, // 1750: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse + 532, // 1751: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse + 534, // 1752: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse + 1024, // 1753: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty + 1024, // 1754: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty + 1024, // 1755: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty + 546, // 1756: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine + 548, // 1757: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList + 1024, // 1758: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty + 1024, // 1759: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty + 549, // 1760: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList + 551, // 1761: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList + 555, // 1762: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 555, // 1763: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 1024, // 1764: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty + 1024, // 1765: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty + 1024, // 1766: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty + 205, // 1767: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf + 207, // 1768: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList + 1024, // 1769: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 1024, // 1770: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 208, // 1771: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList + 1024, // 1772: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty + 1024, // 1773: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty + 1024, // 1774: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty + 227, // 1775: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch + 229, // 1776: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList + 1024, // 1777: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty + 1024, // 1778: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty + 230, // 1779: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList + 1024, // 1780: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty + 1024, // 1781: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty + 1024, // 1782: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty + 232, // 1783: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack + 234, // 1784: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList + 1024, // 1785: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty + 1024, // 1786: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty + 125, // 1787: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse + 629, // 1788: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse + 631, // 1789: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse + 633, // 1790: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse + 636, // 1791: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse + 635, // 1792: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse + 639, // 1793: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse + 641, // 1794: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse + 1100, // 1795: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse + 1101, // 1796: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse + 1102, // 1797: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse + 1103, // 1798: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse + 1104, // 1799: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse + 1105, // 1800: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse + 1106, // 1801: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse + 1107, // 1802: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse + 1104, // 1803: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse + 1108, // 1804: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse + 1109, // 1805: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse + 1110, // 1806: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse + 1111, // 1807: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse + 1112, // 1808: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse + 1113, // 1809: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse + 1114, // 1810: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse + 1115, // 1811: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse + 1116, // 1812: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse + 1117, // 1813: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse + 1118, // 1814: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse + 1119, // 1815: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse + 1120, // 1816: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse + 1121, // 1817: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse + 1122, // 1818: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse + 1123, // 1819: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse + 1124, // 1820: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse + 1125, // 1821: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse + 1126, // 1822: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse + 1127, // 1823: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse + 1128, // 1824: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse + 1129, // 1825: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse + 1130, // 1826: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse + 1131, // 1827: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse + 1132, // 1828: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse + 1133, // 1829: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse + 1134, // 1830: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse + 1135, // 1831: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse + 1136, // 1832: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse + 1137, // 1833: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse + 1138, // 1834: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse + 1139, // 1835: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse + 1140, // 1836: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse + 1141, // 1837: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse + 660, // 1838: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse + 662, // 1839: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse + 664, // 1840: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse + 665, // 1841: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse + 668, // 1842: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse + 671, // 1843: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse + 678, // 1844: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse + 536, // 1845: forge.Forge.CreateOsImage:output_type -> forge.OsImage + 540, // 1846: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse + 538, // 1847: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse + 536, // 1848: forge.Forge.GetOsImage:output_type -> forge.OsImage + 536, // 1849: forge.Forge.UpdateOsImage:output_type -> forge.OsImage + 265, // 1850: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate + 543, // 1851: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList + 556, // 1852: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse + 1024, // 1853: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty + 563, // 1854: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList + 560, // 1855: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse + 568, // 1856: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse + 571, // 1857: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse + 573, // 1858: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse + 1024, // 1859: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 590, // 1860: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList + 593, // 1861: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList + 595, // 1862: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList + 598, // 1863: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt + 600, // 1864: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse + 1024, // 1865: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 607, // 1866: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse + 606, // 1867: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 606, // 1868: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 609, // 1869: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse + 611, // 1870: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse + 614, // 1871: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse + 616, // 1872: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse + 410, // 1873: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse + 587, // 1874: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse + 398, // 1875: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse + 400, // 1876: forge.Forge.Lockdown:output_type -> forge.LockdownResponse + 1142, // 1877: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus + 404, // 1878: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse + 406, // 1879: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse + 778, // 1880: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse + 780, // 1881: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse + 412, // 1882: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse + 414, // 1883: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse + 577, // 1884: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse + 585, // 1885: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse + 116, // 1886: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus + 122, // 1887: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection + 119, // 1888: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection + 1024, // 1889: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty + 643, // 1890: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse + 645, // 1891: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse + 650, // 1892: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse + 652, // 1893: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse + 653, // 1894: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse + 654, // 1895: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse + 656, // 1896: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse + 680, // 1897: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse + 696, // 1898: forge.Forge.CreateSku:output_type -> forge.SkuIdList + 692, // 1899: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku + 1024, // 1900: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty + 1024, // 1901: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty + 1024, // 1902: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty + 1024, // 1903: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty + 696, // 1904: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList + 695, // 1905: forge.Forge.FindSkusByIds:output_type -> forge.SkuList + 1024, // 1906: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty + 692, // 1907: forge.Forge.ReplaceSku:output_type -> forge.Sku + 380, // 1908: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse + 382, // 1909: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse + 384, // 1910: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse + 1024, // 1911: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty + 1024, // 1912: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty + 702, // 1913: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList + 704, // 1914: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList + 700, // 1915: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface + 700, // 1916: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface + 707, // 1917: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult + 712, // 1918: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse + 712, // 1919: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse + 1024, // 1920: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty + 115, // 1921: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse + 730, // 1922: forge.Forge.FindRackIds:output_type -> forge.RackIdList + 728, // 1923: forge.Forge.FindRacksByIds:output_type -> forge.RackList + 727, // 1924: forge.Forge.GetRack:output_type -> forge.GetRackResponse + 1024, // 1925: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty + 738, // 1926: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse + 745, // 1927: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse + 716, // 1928: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse + 718, // 1929: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse + 720, // 1930: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse + 721, // 1931: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse + 724, // 1932: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse + 782, // 1933: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse + 784, // 1934: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse + 1143, // 1935: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse + 1144, // 1936: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse + 787, // 1937: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse + 789, // 1938: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList + 788, // 1939: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 788, // 1940: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 1024, // 1941: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty + 792, // 1942: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse + 1024, // 1943: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty + 1024, // 1944: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty + 1024, // 1945: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty + 1024, // 1946: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty + 793, // 1947: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList + 794, // 1948: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList + 801, // 1949: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList + 804, // 1950: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList + 806, // 1951: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse + 1024, // 1952: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty + 1024, // 1953: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty + 1024, // 1954: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty + 815, // 1955: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService + 815, // 1956: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService + 819, // 1957: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse + 821, // 1958: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList + 823, // 1959: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList + 825, // 1960: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList + 827, // 1961: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse + 89, // 1962: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse + 1024, // 1963: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty + 94, // 1964: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse + 91, // 1965: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse + 96, // 1966: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse + 101, // 1967: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 101, // 1968: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 1024, // 1969: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty + 104, // 1970: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse + 104, // 1971: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse + 1024, // 1972: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty + 110, // 1973: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse + 111, // 1974: forge.Forge.GetJWKS:output_type -> forge.Jwks + 112, // 1975: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration + 834, // 1976: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage + 837, // 1977: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse + 839, // 1978: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse + 841, // 1979: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse + 1145, // 1980: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse + 1146, // 1981: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse + 1147, // 1982: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse + 1148, // 1983: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse + 1149, // 1984: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse + 1150, // 1985: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse + 1151, // 1986: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse + 1152, // 1987: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse + 1153, // 1988: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse + 1154, // 1989: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse + 1155, // 1990: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse + 1156, // 1991: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse + 1157, // 1992: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse + 1158, // 1993: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse + 1159, // 1994: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse + 763, // 1995: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList + 758, // 1996: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList + 758, // 1997: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList + 774, // 1998: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList + 768, // 1999: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList + 767, // 2000: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition + 776, // 2001: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult + 771, // 2002: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult + 768, // 2003: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList + 855, // 2004: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList + 756, // 2005: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse + 1024, // 2006: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty + 858, // 2007: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse + 861, // 2008: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse + 864, // 2009: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse + 872, // 2010: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse + 870, // 2011: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse + 879, // 2012: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse + 881, // 2013: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse + 885, // 2014: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse + 898, // 2015: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem + 898, // 2016: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem + 898, // 2017: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem + 904, // 2018: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse + 906, // 2019: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList + 908, // 2020: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList + 910, // 2021: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 910, // 2022: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 915, // 2023: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse + 1576, // [1576:2024] is the sub-list for method output_type + 1128, // [1128:1576] is the sub-list for method input_type 1128, // [1128:1128] is the sub-list for extension type_name 1128, // [1128:1128] is the sub-list for extension extendee 0, // [0:1128] is the sub-list for field type_name diff --git a/rest-api/flow/internal/nicoapi/gen/nico_grpc.pb.go b/rest-api/flow/internal/nicoapi/gen/nico_grpc.pb.go index 206b89bec4..7f6383f193 100644 --- a/rest-api/flow/internal/nicoapi/gen/nico_grpc.pb.go +++ b/rest-api/flow/internal/nicoapi/gen/nico_grpc.pb.go @@ -152,6 +152,7 @@ const ( Forge_GetSwitchNvosCredentials_FullMethodName = "/forge.Forge/GetSwitchNvosCredentials" Forge_GetAllManagedHostNetworkStatus_FullMethodName = "/forge.Forge/GetAllManagedHostNetworkStatus" Forge_GetSiteExplorationReport_FullMethodName = "/forge.Forge/GetSiteExplorationReport" + Forge_GetSiteExplorerLastRun_FullMethodName = "/forge.Forge/GetSiteExplorerLastRun" Forge_ClearSiteExplorationError_FullMethodName = "/forge.Forge/ClearSiteExplorationError" Forge_IsBmcInManagedHost_FullMethodName = "/forge.Forge/IsBmcInManagedHost" Forge_BmcCredentialStatus_FullMethodName = "/forge.Forge/BmcCredentialStatus" @@ -682,6 +683,8 @@ type ForgeClient interface { // Gets the latest Site Exploration report // DEPRECATED: use FindExploredEndpointIds, FindExploredEndpointsByIds and FindExploredManagedHostIds, FindExploredManagedHostsByIds instead GetSiteExplorationReport(ctx context.Context, in *GetSiteExplorationRequest, opts ...grpc.CallOption) (*SiteExplorationReport, error) + // Gets metadata about the latest Site Explorer run without fetching endpoint rows. + GetSiteExplorerLastRun(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SiteExplorerLastRunResponse, error) // Clear the last known error for the BMC ClearSiteExplorationError(ctx context.Context, in *ClearSiteExplorationErrorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // IsBmcInManagedHost returns true if a Host+DPU pair that includes the endpoint has been identified @@ -2554,6 +2557,16 @@ func (c *forgeClient) GetSiteExplorationReport(ctx context.Context, in *GetSiteE return out, nil } +func (c *forgeClient) GetSiteExplorerLastRun(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SiteExplorerLastRunResponse, error) { + cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) + out := new(SiteExplorerLastRunResponse) + err := c.cc.Invoke(ctx, Forge_GetSiteExplorerLastRun_FullMethodName, in, out, cOpts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *forgeClient) ClearSiteExplorationError(ctx context.Context, in *ClearSiteExplorationErrorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) out := new(emptypb.Empty) @@ -5947,6 +5960,8 @@ type ForgeServer interface { // Gets the latest Site Exploration report // DEPRECATED: use FindExploredEndpointIds, FindExploredEndpointsByIds and FindExploredManagedHostIds, FindExploredManagedHostsByIds instead GetSiteExplorationReport(context.Context, *GetSiteExplorationRequest) (*SiteExplorationReport, error) + // Gets metadata about the latest Site Explorer run without fetching endpoint rows. + GetSiteExplorerLastRun(context.Context, *emptypb.Empty) (*SiteExplorerLastRunResponse, error) // Clear the last known error for the BMC ClearSiteExplorationError(context.Context, *ClearSiteExplorationErrorRequest) (*emptypb.Empty, error) // IsBmcInManagedHost returns true if a Host+DPU pair that includes the endpoint has been identified @@ -6908,6 +6923,9 @@ func (UnimplementedForgeServer) GetAllManagedHostNetworkStatus(context.Context, func (UnimplementedForgeServer) GetSiteExplorationReport(context.Context, *GetSiteExplorationRequest) (*SiteExplorationReport, error) { return nil, status.Error(codes.Unimplemented, "method GetSiteExplorationReport not implemented") } +func (UnimplementedForgeServer) GetSiteExplorerLastRun(context.Context, *emptypb.Empty) (*SiteExplorerLastRunResponse, error) { + return nil, status.Error(codes.Unimplemented, "method GetSiteExplorerLastRun not implemented") +} func (UnimplementedForgeServer) ClearSiteExplorationError(context.Context, *ClearSiteExplorationErrorRequest) (*emptypb.Empty, error) { return nil, status.Error(codes.Unimplemented, "method ClearSiteExplorationError not implemented") } @@ -10204,6 +10222,24 @@ func _Forge_GetSiteExplorationReport_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _Forge_GetSiteExplorerLastRun_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(emptypb.Empty) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ForgeServer).GetSiteExplorerLastRun(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: Forge_GetSiteExplorerLastRun_FullMethodName, + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ForgeServer).GetSiteExplorerLastRun(ctx, req.(*emptypb.Empty)) + } + return interceptor(ctx, in, info, handler) +} + func _Forge_ClearSiteExplorationError_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ClearSiteExplorationErrorRequest) if err := dec(in); err != nil { @@ -16440,6 +16476,10 @@ var Forge_ServiceDesc = grpc.ServiceDesc{ MethodName: "GetSiteExplorationReport", Handler: _Forge_GetSiteExplorationReport_Handler, }, + { + MethodName: "GetSiteExplorerLastRun", + Handler: _Forge_GetSiteExplorerLastRun_Handler, + }, { MethodName: "ClearSiteExplorationError", Handler: _Forge_ClearSiteExplorationError_Handler, diff --git a/rest-api/flow/internal/nicoapi/gen/site_explorer.pb.go b/rest-api/flow/internal/nicoapi/gen/site_explorer.pb.go index c5a8530eed..85196d9610 100644 --- a/rest-api/flow/internal/nicoapi/gen/site_explorer.pb.go +++ b/rest-api/flow/internal/nicoapi/gen/site_explorer.pb.go @@ -653,7 +653,9 @@ type SiteExplorationReport struct { // The endpoints that had been explored Endpoints []*ExploredEndpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"` // The managed-hosts which have been explored - ManagedHosts []*ExploredManagedHost `protobuf:"bytes,2,rep,name=managed_hosts,json=managedHosts,proto3" json:"managed_hosts,omitempty"` + ManagedHosts []*ExploredManagedHost `protobuf:"bytes,2,rep,name=managed_hosts,json=managedHosts,proto3" json:"managed_hosts,omitempty"` + // Metadata about the latest site explorer run + LastRun *SiteExplorerLastRun `protobuf:"bytes,3,opt,name=last_run,json=lastRun,proto3,oneof" json:"last_run,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -702,6 +704,184 @@ func (x *SiteExplorationReport) GetManagedHosts() []*ExploredManagedHost { return nil } +func (x *SiteExplorationReport) GetLastRun() *SiteExplorerLastRun { + if x != nil { + return x.LastRun + } + return nil +} + +type SiteExplorerLastRunResponse struct { + state protoimpl.MessageState `protogen:"open.v1"` + // Metadata about the latest site explorer run, if site explorer has run + LastRun *SiteExplorerLastRun `protobuf:"bytes,1,opt,name=last_run,json=lastRun,proto3,oneof" json:"last_run,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *SiteExplorerLastRunResponse) Reset() { + *x = SiteExplorerLastRunResponse{} + mi := &file_site_explorer_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *SiteExplorerLastRunResponse) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SiteExplorerLastRunResponse) ProtoMessage() {} + +func (x *SiteExplorerLastRunResponse) ProtoReflect() protoreflect.Message { + mi := &file_site_explorer_proto_msgTypes[5] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use SiteExplorerLastRunResponse.ProtoReflect.Descriptor instead. +func (*SiteExplorerLastRunResponse) Descriptor() ([]byte, []int) { + return file_site_explorer_proto_rawDescGZIP(), []int{5} +} + +func (x *SiteExplorerLastRunResponse) GetLastRun() *SiteExplorerLastRun { + if x != nil { + return x.LastRun + } + return nil +} + +type SiteExplorerLastRun struct { + state protoimpl.MessageState `protogen:"open.v1"` + // When the run started + StartedAt string `protobuf:"bytes,1,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` + // When the run finished + FinishedAt string `protobuf:"bytes,2,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"` + // Whether the run completed successfully + Success bool `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"` + // Error string for a failed run + Error *string `protobuf:"bytes,4,opt,name=error,proto3,oneof" json:"error,omitempty"` + // Number of endpoint exploration attempts made during the run + EndpointExplorations int64 `protobuf:"varint,5,opt,name=endpoint_explorations,json=endpointExplorations,proto3" json:"endpoint_explorations,omitempty"` + // Number of successful endpoint explorations during the run + EndpointExplorationsSuccess int64 `protobuf:"varint,6,opt,name=endpoint_explorations_success,json=endpointExplorationsSuccess,proto3" json:"endpoint_explorations_success,omitempty"` + // Number of endpoint exploration errors during the run + EndpointExplorationsFailed int64 `protobuf:"varint,7,opt,name=endpoint_explorations_failed,json=endpointExplorationsFailed,proto3" json:"endpoint_explorations_failed,omitempty"` + // Failure category for a failed run + FailureCategory *string `protobuf:"bytes,8,opt,name=failure_category,json=failureCategory,proto3,oneof" json:"failure_category,omitempty"` + // When the most recent successful run finished + LastSuccessfulFinishedAt *string `protobuf:"bytes,9,opt,name=last_successful_finished_at,json=lastSuccessfulFinishedAt,proto3,oneof" json:"last_successful_finished_at,omitempty"` + // When the most recent failed run finished + LastFailedFinishedAt *string `protobuf:"bytes,10,opt,name=last_failed_finished_at,json=lastFailedFinishedAt,proto3,oneof" json:"last_failed_finished_at,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *SiteExplorerLastRun) Reset() { + *x = SiteExplorerLastRun{} + mi := &file_site_explorer_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *SiteExplorerLastRun) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SiteExplorerLastRun) ProtoMessage() {} + +func (x *SiteExplorerLastRun) ProtoReflect() protoreflect.Message { + mi := &file_site_explorer_proto_msgTypes[6] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use SiteExplorerLastRun.ProtoReflect.Descriptor instead. +func (*SiteExplorerLastRun) Descriptor() ([]byte, []int) { + return file_site_explorer_proto_rawDescGZIP(), []int{6} +} + +func (x *SiteExplorerLastRun) GetStartedAt() string { + if x != nil { + return x.StartedAt + } + return "" +} + +func (x *SiteExplorerLastRun) GetFinishedAt() string { + if x != nil { + return x.FinishedAt + } + return "" +} + +func (x *SiteExplorerLastRun) GetSuccess() bool { + if x != nil { + return x.Success + } + return false +} + +func (x *SiteExplorerLastRun) GetError() string { + if x != nil && x.Error != nil { + return *x.Error + } + return "" +} + +func (x *SiteExplorerLastRun) GetEndpointExplorations() int64 { + if x != nil { + return x.EndpointExplorations + } + return 0 +} + +func (x *SiteExplorerLastRun) GetEndpointExplorationsSuccess() int64 { + if x != nil { + return x.EndpointExplorationsSuccess + } + return 0 +} + +func (x *SiteExplorerLastRun) GetEndpointExplorationsFailed() int64 { + if x != nil { + return x.EndpointExplorationsFailed + } + return 0 +} + +func (x *SiteExplorerLastRun) GetFailureCategory() string { + if x != nil && x.FailureCategory != nil { + return *x.FailureCategory + } + return "" +} + +func (x *SiteExplorerLastRun) GetLastSuccessfulFinishedAt() string { + if x != nil && x.LastSuccessfulFinishedAt != nil { + return *x.LastSuccessfulFinishedAt + } + return "" +} + +func (x *SiteExplorerLastRun) GetLastFailedFinishedAt() string { + if x != nil && x.LastFailedFinishedAt != nil { + return *x.LastFailedFinishedAt + } + return "" +} + type ExploredEndpointSearchFilter struct { state protoimpl.MessageState `protogen:"open.v1"` unknownFields protoimpl.UnknownFields @@ -710,7 +890,7 @@ type ExploredEndpointSearchFilter struct { func (x *ExploredEndpointSearchFilter) Reset() { *x = ExploredEndpointSearchFilter{} - mi := &file_site_explorer_proto_msgTypes[5] + mi := &file_site_explorer_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -722,7 +902,7 @@ func (x *ExploredEndpointSearchFilter) String() string { func (*ExploredEndpointSearchFilter) ProtoMessage() {} func (x *ExploredEndpointSearchFilter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[5] + mi := &file_site_explorer_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -735,7 +915,7 @@ func (x *ExploredEndpointSearchFilter) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointSearchFilter.ProtoReflect.Descriptor instead. func (*ExploredEndpointSearchFilter) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{5} + return file_site_explorer_proto_rawDescGZIP(), []int{7} } type ExploredEndpointIdList struct { @@ -748,7 +928,7 @@ type ExploredEndpointIdList struct { func (x *ExploredEndpointIdList) Reset() { *x = ExploredEndpointIdList{} - mi := &file_site_explorer_proto_msgTypes[6] + mi := &file_site_explorer_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -760,7 +940,7 @@ func (x *ExploredEndpointIdList) String() string { func (*ExploredEndpointIdList) ProtoMessage() {} func (x *ExploredEndpointIdList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[6] + mi := &file_site_explorer_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -773,7 +953,7 @@ func (x *ExploredEndpointIdList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointIdList.ProtoReflect.Descriptor instead. func (*ExploredEndpointIdList) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{6} + return file_site_explorer_proto_rawDescGZIP(), []int{8} } func (x *ExploredEndpointIdList) GetEndpointIds() []string { @@ -793,7 +973,7 @@ type ExploredEndpointsByIdsRequest struct { func (x *ExploredEndpointsByIdsRequest) Reset() { *x = ExploredEndpointsByIdsRequest{} - mi := &file_site_explorer_proto_msgTypes[7] + mi := &file_site_explorer_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -805,7 +985,7 @@ func (x *ExploredEndpointsByIdsRequest) String() string { func (*ExploredEndpointsByIdsRequest) ProtoMessage() {} func (x *ExploredEndpointsByIdsRequest) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[7] + mi := &file_site_explorer_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -818,7 +998,7 @@ func (x *ExploredEndpointsByIdsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointsByIdsRequest.ProtoReflect.Descriptor instead. func (*ExploredEndpointsByIdsRequest) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{7} + return file_site_explorer_proto_rawDescGZIP(), []int{9} } func (x *ExploredEndpointsByIdsRequest) GetEndpointIds() []string { @@ -837,7 +1017,7 @@ type ExploredEndpointList struct { func (x *ExploredEndpointList) Reset() { *x = ExploredEndpointList{} - mi := &file_site_explorer_proto_msgTypes[8] + mi := &file_site_explorer_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -849,7 +1029,7 @@ func (x *ExploredEndpointList) String() string { func (*ExploredEndpointList) ProtoMessage() {} func (x *ExploredEndpointList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[8] + mi := &file_site_explorer_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -862,7 +1042,7 @@ func (x *ExploredEndpointList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointList.ProtoReflect.Descriptor instead. func (*ExploredEndpointList) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{8} + return file_site_explorer_proto_rawDescGZIP(), []int{10} } func (x *ExploredEndpointList) GetEndpoints() []*ExploredEndpoint { @@ -880,7 +1060,7 @@ type ExploredManagedHostSearchFilter struct { func (x *ExploredManagedHostSearchFilter) Reset() { *x = ExploredManagedHostSearchFilter{} - mi := &file_site_explorer_proto_msgTypes[9] + mi := &file_site_explorer_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -892,7 +1072,7 @@ func (x *ExploredManagedHostSearchFilter) String() string { func (*ExploredManagedHostSearchFilter) ProtoMessage() {} func (x *ExploredManagedHostSearchFilter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[9] + mi := &file_site_explorer_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -905,7 +1085,7 @@ func (x *ExploredManagedHostSearchFilter) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostSearchFilter.ProtoReflect.Descriptor instead. func (*ExploredManagedHostSearchFilter) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{9} + return file_site_explorer_proto_rawDescGZIP(), []int{11} } type ExploredManagedHostIdList struct { @@ -918,7 +1098,7 @@ type ExploredManagedHostIdList struct { func (x *ExploredManagedHostIdList) Reset() { *x = ExploredManagedHostIdList{} - mi := &file_site_explorer_proto_msgTypes[10] + mi := &file_site_explorer_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -930,7 +1110,7 @@ func (x *ExploredManagedHostIdList) String() string { func (*ExploredManagedHostIdList) ProtoMessage() {} func (x *ExploredManagedHostIdList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[10] + mi := &file_site_explorer_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -943,7 +1123,7 @@ func (x *ExploredManagedHostIdList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostIdList.ProtoReflect.Descriptor instead. func (*ExploredManagedHostIdList) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{10} + return file_site_explorer_proto_rawDescGZIP(), []int{12} } func (x *ExploredManagedHostIdList) GetHostIds() []string { @@ -963,7 +1143,7 @@ type ExploredManagedHostsByIdsRequest struct { func (x *ExploredManagedHostsByIdsRequest) Reset() { *x = ExploredManagedHostsByIdsRequest{} - mi := &file_site_explorer_proto_msgTypes[11] + mi := &file_site_explorer_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -975,7 +1155,7 @@ func (x *ExploredManagedHostsByIdsRequest) String() string { func (*ExploredManagedHostsByIdsRequest) ProtoMessage() {} func (x *ExploredManagedHostsByIdsRequest) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[11] + mi := &file_site_explorer_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -988,7 +1168,7 @@ func (x *ExploredManagedHostsByIdsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostsByIdsRequest.ProtoReflect.Descriptor instead. func (*ExploredManagedHostsByIdsRequest) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{11} + return file_site_explorer_proto_rawDescGZIP(), []int{13} } func (x *ExploredManagedHostsByIdsRequest) GetHostIds() []string { @@ -1007,7 +1187,7 @@ type ExploredManagedHostList struct { func (x *ExploredManagedHostList) Reset() { *x = ExploredManagedHostList{} - mi := &file_site_explorer_proto_msgTypes[12] + mi := &file_site_explorer_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1019,7 +1199,7 @@ func (x *ExploredManagedHostList) String() string { func (*ExploredManagedHostList) ProtoMessage() {} func (x *ExploredManagedHostList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[12] + mi := &file_site_explorer_proto_msgTypes[14] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1032,7 +1212,7 @@ func (x *ExploredManagedHostList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostList.ProtoReflect.Descriptor instead. func (*ExploredManagedHostList) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{12} + return file_site_explorer_proto_rawDescGZIP(), []int{14} } func (x *ExploredManagedHostList) GetManagedHosts() []*ExploredManagedHost { @@ -1077,7 +1257,7 @@ type ExploredMlxDevice struct { func (x *ExploredMlxDevice) Reset() { *x = ExploredMlxDevice{} - mi := &file_site_explorer_proto_msgTypes[13] + mi := &file_site_explorer_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1089,7 +1269,7 @@ func (x *ExploredMlxDevice) String() string { func (*ExploredMlxDevice) ProtoMessage() {} func (x *ExploredMlxDevice) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[13] + mi := &file_site_explorer_proto_msgTypes[15] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1102,7 +1282,7 @@ func (x *ExploredMlxDevice) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDevice.ProtoReflect.Descriptor instead. func (*ExploredMlxDevice) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{13} + return file_site_explorer_proto_rawDescGZIP(), []int{15} } func (x *ExploredMlxDevice) GetHostBmcIp() string { @@ -1184,7 +1364,7 @@ type ExploredMlxDeviceList struct { func (x *ExploredMlxDeviceList) Reset() { *x = ExploredMlxDeviceList{} - mi := &file_site_explorer_proto_msgTypes[14] + mi := &file_site_explorer_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1196,7 +1376,7 @@ func (x *ExploredMlxDeviceList) String() string { func (*ExploredMlxDeviceList) ProtoMessage() {} func (x *ExploredMlxDeviceList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[14] + mi := &file_site_explorer_proto_msgTypes[16] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1209,7 +1389,7 @@ func (x *ExploredMlxDeviceList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDeviceList.ProtoReflect.Descriptor instead. func (*ExploredMlxDeviceList) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{14} + return file_site_explorer_proto_rawDescGZIP(), []int{16} } func (x *ExploredMlxDeviceList) GetDevices() []*ExploredMlxDevice { @@ -1229,7 +1409,7 @@ type ExploredMlxDeviceHostSearchFilter struct { func (x *ExploredMlxDeviceHostSearchFilter) Reset() { *x = ExploredMlxDeviceHostSearchFilter{} - mi := &file_site_explorer_proto_msgTypes[15] + mi := &file_site_explorer_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1241,7 +1421,7 @@ func (x *ExploredMlxDeviceHostSearchFilter) String() string { func (*ExploredMlxDeviceHostSearchFilter) ProtoMessage() {} func (x *ExploredMlxDeviceHostSearchFilter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[15] + mi := &file_site_explorer_proto_msgTypes[17] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1254,7 +1434,7 @@ func (x *ExploredMlxDeviceHostSearchFilter) ProtoReflect() protoreflect.Message // Deprecated: Use ExploredMlxDeviceHostSearchFilter.ProtoReflect.Descriptor instead. func (*ExploredMlxDeviceHostSearchFilter) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{15} + return file_site_explorer_proto_rawDescGZIP(), []int{17} } type ExploredMlxDeviceHostIdList struct { @@ -1267,7 +1447,7 @@ type ExploredMlxDeviceHostIdList struct { func (x *ExploredMlxDeviceHostIdList) Reset() { *x = ExploredMlxDeviceHostIdList{} - mi := &file_site_explorer_proto_msgTypes[16] + mi := &file_site_explorer_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1279,7 +1459,7 @@ func (x *ExploredMlxDeviceHostIdList) String() string { func (*ExploredMlxDeviceHostIdList) ProtoMessage() {} func (x *ExploredMlxDeviceHostIdList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[16] + mi := &file_site_explorer_proto_msgTypes[18] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1292,7 +1472,7 @@ func (x *ExploredMlxDeviceHostIdList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDeviceHostIdList.ProtoReflect.Descriptor instead. func (*ExploredMlxDeviceHostIdList) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{16} + return file_site_explorer_proto_rawDescGZIP(), []int{18} } func (x *ExploredMlxDeviceHostIdList) GetHostIds() []string { @@ -1312,7 +1492,7 @@ type ExploredMlxDevicesByIdsRequest struct { func (x *ExploredMlxDevicesByIdsRequest) Reset() { *x = ExploredMlxDevicesByIdsRequest{} - mi := &file_site_explorer_proto_msgTypes[17] + mi := &file_site_explorer_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1324,7 +1504,7 @@ func (x *ExploredMlxDevicesByIdsRequest) String() string { func (*ExploredMlxDevicesByIdsRequest) ProtoMessage() {} func (x *ExploredMlxDevicesByIdsRequest) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[17] + mi := &file_site_explorer_proto_msgTypes[19] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1337,7 +1517,7 @@ func (x *ExploredMlxDevicesByIdsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDevicesByIdsRequest.ProtoReflect.Descriptor instead. func (*ExploredMlxDevicesByIdsRequest) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{17} + return file_site_explorer_proto_rawDescGZIP(), []int{19} } func (x *ExploredMlxDevicesByIdsRequest) GetHostIds() []string { @@ -1356,7 +1536,7 @@ type ComputerSystemAttributes struct { func (x *ComputerSystemAttributes) Reset() { *x = ComputerSystemAttributes{} - mi := &file_site_explorer_proto_msgTypes[18] + mi := &file_site_explorer_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1368,7 +1548,7 @@ func (x *ComputerSystemAttributes) String() string { func (*ComputerSystemAttributes) ProtoMessage() {} func (x *ComputerSystemAttributes) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[18] + mi := &file_site_explorer_proto_msgTypes[20] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1381,7 +1561,7 @@ func (x *ComputerSystemAttributes) ProtoReflect() protoreflect.Message { // Deprecated: Use ComputerSystemAttributes.ProtoReflect.Descriptor instead. func (*ComputerSystemAttributes) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{18} + return file_site_explorer_proto_rawDescGZIP(), []int{20} } func (x *ComputerSystemAttributes) GetNicMode() NicMode { @@ -1409,7 +1589,7 @@ type ComputerSystem struct { func (x *ComputerSystem) Reset() { *x = ComputerSystem{} - mi := &file_site_explorer_proto_msgTypes[19] + mi := &file_site_explorer_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1421,7 +1601,7 @@ func (x *ComputerSystem) String() string { func (*ComputerSystem) ProtoMessage() {} func (x *ComputerSystem) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[19] + mi := &file_site_explorer_proto_msgTypes[21] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1434,7 +1614,7 @@ func (x *ComputerSystem) ProtoReflect() protoreflect.Message { // Deprecated: Use ComputerSystem.ProtoReflect.Descriptor instead. func (*ComputerSystem) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{19} + return file_site_explorer_proto_rawDescGZIP(), []int{21} } func (x *ComputerSystem) GetId() string { @@ -1511,7 +1691,7 @@ type Manager struct { func (x *Manager) Reset() { *x = Manager{} - mi := &file_site_explorer_proto_msgTypes[20] + mi := &file_site_explorer_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1523,7 +1703,7 @@ func (x *Manager) String() string { func (*Manager) ProtoMessage() {} func (x *Manager) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[20] + mi := &file_site_explorer_proto_msgTypes[22] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1536,7 +1716,7 @@ func (x *Manager) ProtoReflect() protoreflect.Message { // Deprecated: Use Manager.ProtoReflect.Descriptor instead. func (*Manager) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{20} + return file_site_explorer_proto_rawDescGZIP(), []int{22} } func (x *Manager) GetId() string { @@ -1568,7 +1748,7 @@ type EthernetInterface struct { func (x *EthernetInterface) Reset() { *x = EthernetInterface{} - mi := &file_site_explorer_proto_msgTypes[21] + mi := &file_site_explorer_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1580,7 +1760,7 @@ func (x *EthernetInterface) String() string { func (*EthernetInterface) ProtoMessage() {} func (x *EthernetInterface) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[21] + mi := &file_site_explorer_proto_msgTypes[23] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1593,7 +1773,7 @@ func (x *EthernetInterface) ProtoReflect() protoreflect.Message { // Deprecated: Use EthernetInterface.ProtoReflect.Descriptor instead. func (*EthernetInterface) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{21} + return file_site_explorer_proto_rawDescGZIP(), []int{23} } func (x *EthernetInterface) GetId() string { @@ -1646,7 +1826,7 @@ type Chassis struct { func (x *Chassis) Reset() { *x = Chassis{} - mi := &file_site_explorer_proto_msgTypes[22] + mi := &file_site_explorer_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1658,7 +1838,7 @@ func (x *Chassis) String() string { func (*Chassis) ProtoMessage() {} func (x *Chassis) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[22] + mi := &file_site_explorer_proto_msgTypes[24] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1671,7 +1851,7 @@ func (x *Chassis) ProtoReflect() protoreflect.Message { // Deprecated: Use Chassis.ProtoReflect.Descriptor instead. func (*Chassis) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{22} + return file_site_explorer_proto_rawDescGZIP(), []int{24} } func (x *Chassis) GetId() string { @@ -1730,7 +1910,7 @@ type NetworkAdapter struct { func (x *NetworkAdapter) Reset() { *x = NetworkAdapter{} - mi := &file_site_explorer_proto_msgTypes[23] + mi := &file_site_explorer_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1742,7 +1922,7 @@ func (x *NetworkAdapter) String() string { func (*NetworkAdapter) ProtoMessage() {} func (x *NetworkAdapter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[23] + mi := &file_site_explorer_proto_msgTypes[25] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1755,7 +1935,7 @@ func (x *NetworkAdapter) ProtoReflect() protoreflect.Message { // Deprecated: Use NetworkAdapter.ProtoReflect.Descriptor instead. func (*NetworkAdapter) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{23} + return file_site_explorer_proto_rawDescGZIP(), []int{25} } func (x *NetworkAdapter) GetId() string { @@ -1804,7 +1984,7 @@ type Service struct { func (x *Service) Reset() { *x = Service{} - mi := &file_site_explorer_proto_msgTypes[24] + mi := &file_site_explorer_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1816,7 +1996,7 @@ func (x *Service) String() string { func (*Service) ProtoMessage() {} func (x *Service) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[24] + mi := &file_site_explorer_proto_msgTypes[26] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1829,7 +2009,7 @@ func (x *Service) ProtoReflect() protoreflect.Message { // Deprecated: Use Service.ProtoReflect.Descriptor instead. func (*Service) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{24} + return file_site_explorer_proto_rawDescGZIP(), []int{26} } func (x *Service) GetId() string { @@ -1859,7 +2039,7 @@ type Inventory struct { func (x *Inventory) Reset() { *x = Inventory{} - mi := &file_site_explorer_proto_msgTypes[25] + mi := &file_site_explorer_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1871,7 +2051,7 @@ func (x *Inventory) String() string { func (*Inventory) ProtoMessage() {} func (x *Inventory) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[25] + mi := &file_site_explorer_proto_msgTypes[27] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1884,7 +2064,7 @@ func (x *Inventory) ProtoReflect() protoreflect.Message { // Deprecated: Use Inventory.ProtoReflect.Descriptor instead. func (*Inventory) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{25} + return file_site_explorer_proto_rawDescGZIP(), []int{27} } func (x *Inventory) GetId() string { @@ -1926,7 +2106,7 @@ type MachineSetupStatus struct { func (x *MachineSetupStatus) Reset() { *x = MachineSetupStatus{} - mi := &file_site_explorer_proto_msgTypes[26] + mi := &file_site_explorer_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1938,7 +2118,7 @@ func (x *MachineSetupStatus) String() string { func (*MachineSetupStatus) ProtoMessage() {} func (x *MachineSetupStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[26] + mi := &file_site_explorer_proto_msgTypes[28] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1951,7 +2131,7 @@ func (x *MachineSetupStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use MachineSetupStatus.ProtoReflect.Descriptor instead. func (*MachineSetupStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{26} + return file_site_explorer_proto_rawDescGZIP(), []int{28} } func (x *MachineSetupStatus) GetIsDone() bool { @@ -1980,7 +2160,7 @@ type MachineSetupDiff struct { func (x *MachineSetupDiff) Reset() { *x = MachineSetupDiff{} - mi := &file_site_explorer_proto_msgTypes[27] + mi := &file_site_explorer_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1992,7 +2172,7 @@ func (x *MachineSetupDiff) String() string { func (*MachineSetupDiff) ProtoMessage() {} func (x *MachineSetupDiff) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[27] + mi := &file_site_explorer_proto_msgTypes[29] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2005,7 +2185,7 @@ func (x *MachineSetupDiff) ProtoReflect() protoreflect.Message { // Deprecated: Use MachineSetupDiff.ProtoReflect.Descriptor instead. func (*MachineSetupDiff) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{27} + return file_site_explorer_proto_rawDescGZIP(), []int{29} } func (x *MachineSetupDiff) GetKey() string { @@ -2046,7 +2226,7 @@ type PCIeDevice struct { func (x *PCIeDevice) Reset() { *x = PCIeDevice{} - mi := &file_site_explorer_proto_msgTypes[28] + mi := &file_site_explorer_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2058,7 +2238,7 @@ func (x *PCIeDevice) String() string { func (*PCIeDevice) ProtoMessage() {} func (x *PCIeDevice) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[28] + mi := &file_site_explorer_proto_msgTypes[30] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2071,7 +2251,7 @@ func (x *PCIeDevice) ProtoReflect() protoreflect.Message { // Deprecated: Use PCIeDevice.ProtoReflect.Descriptor instead. func (*PCIeDevice) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{28} + return file_site_explorer_proto_rawDescGZIP(), []int{30} } func (x *PCIeDevice) GetDescription() string { @@ -2148,7 +2328,7 @@ type SystemStatus struct { func (x *SystemStatus) Reset() { *x = SystemStatus{} - mi := &file_site_explorer_proto_msgTypes[29] + mi := &file_site_explorer_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2160,7 +2340,7 @@ func (x *SystemStatus) String() string { func (*SystemStatus) ProtoMessage() {} func (x *SystemStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[29] + mi := &file_site_explorer_proto_msgTypes[31] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2173,7 +2353,7 @@ func (x *SystemStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use SystemStatus.ProtoReflect.Descriptor instead. func (*SystemStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{29} + return file_site_explorer_proto_rawDescGZIP(), []int{31} } func (x *SystemStatus) GetHealth() string { @@ -2206,7 +2386,7 @@ type BootOrder struct { func (x *BootOrder) Reset() { *x = BootOrder{} - mi := &file_site_explorer_proto_msgTypes[30] + mi := &file_site_explorer_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2218,7 +2398,7 @@ func (x *BootOrder) String() string { func (*BootOrder) ProtoMessage() {} func (x *BootOrder) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[30] + mi := &file_site_explorer_proto_msgTypes[32] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2231,7 +2411,7 @@ func (x *BootOrder) ProtoReflect() protoreflect.Message { // Deprecated: Use BootOrder.ProtoReflect.Descriptor instead. func (*BootOrder) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{30} + return file_site_explorer_proto_rawDescGZIP(), []int{32} } func (x *BootOrder) GetBootOrder() []*BootOption { @@ -2253,7 +2433,7 @@ type BootOption struct { func (x *BootOption) Reset() { *x = BootOption{} - mi := &file_site_explorer_proto_msgTypes[31] + mi := &file_site_explorer_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2265,7 +2445,7 @@ func (x *BootOption) String() string { func (*BootOption) ProtoMessage() {} func (x *BootOption) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[31] + mi := &file_site_explorer_proto_msgTypes[33] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2278,7 +2458,7 @@ func (x *BootOption) ProtoReflect() protoreflect.Message { // Deprecated: Use BootOption.ProtoReflect.Descriptor instead. func (*BootOption) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{31} + return file_site_explorer_proto_rawDescGZIP(), []int{33} } func (x *BootOption) GetDisplayName() string { @@ -2318,7 +2498,7 @@ type SecureBootStatus struct { func (x *SecureBootStatus) Reset() { *x = SecureBootStatus{} - mi := &file_site_explorer_proto_msgTypes[32] + mi := &file_site_explorer_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2330,7 +2510,7 @@ func (x *SecureBootStatus) String() string { func (*SecureBootStatus) ProtoMessage() {} func (x *SecureBootStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[32] + mi := &file_site_explorer_proto_msgTypes[34] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2343,7 +2523,7 @@ func (x *SecureBootStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use SecureBootStatus.ProtoReflect.Descriptor instead. func (*SecureBootStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{32} + return file_site_explorer_proto_rawDescGZIP(), []int{34} } func (x *SecureBootStatus) GetIsEnabled() bool { @@ -2364,7 +2544,7 @@ type LockdownStatus struct { func (x *LockdownStatus) Reset() { *x = LockdownStatus{} - mi := &file_site_explorer_proto_msgTypes[33] + mi := &file_site_explorer_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2376,7 +2556,7 @@ func (x *LockdownStatus) String() string { func (*LockdownStatus) ProtoMessage() {} func (x *LockdownStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_proto_msgTypes[33] + mi := &file_site_explorer_proto_msgTypes[35] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2389,7 +2569,7 @@ func (x *LockdownStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use LockdownStatus.ProtoReflect.Descriptor instead. func (*LockdownStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_proto_rawDescGZIP(), []int{33} + return file_site_explorer_proto_rawDescGZIP(), []int{35} } func (x *LockdownStatus) GetStatus() InternalLockdownStatus { @@ -2455,10 +2635,33 @@ const file_site_explorer_proto_rawDesc = "" + "dpu_bmc_ip\x18\x02 \x01(\tR\bdpuBmcIp\x122\n" + "\x13host_pf_mac_address\x18\x03 \x01(\tH\x00R\x10hostPfMacAddress\x88\x01\x01\x12.\n" + "\x04dpus\x18\v \x03(\v2\x1a.site_explorer.ExploredDpuR\x04dpusB\x16\n" + - "\x14_host_pf_mac_address\"\x9f\x01\n" + + "\x14_host_pf_mac_address\"\xf0\x01\n" + "\x15SiteExplorationReport\x12=\n" + "\tendpoints\x18\x01 \x03(\v2\x1f.site_explorer.ExploredEndpointR\tendpoints\x12G\n" + - "\rmanaged_hosts\x18\x02 \x03(\v2\".site_explorer.ExploredManagedHostR\fmanagedHosts\"\x1e\n" + + "\rmanaged_hosts\x18\x02 \x03(\v2\".site_explorer.ExploredManagedHostR\fmanagedHosts\x12B\n" + + "\blast_run\x18\x03 \x01(\v2\".site_explorer.SiteExplorerLastRunH\x00R\alastRun\x88\x01\x01B\v\n" + + "\t_last_run\"n\n" + + "\x1bSiteExplorerLastRunResponse\x12B\n" + + "\blast_run\x18\x01 \x01(\v2\".site_explorer.SiteExplorerLastRunH\x00R\alastRun\x88\x01\x01B\v\n" + + "\t_last_run\"\xd0\x04\n" + + "\x13SiteExplorerLastRun\x12\x1d\n" + + "\n" + + "started_at\x18\x01 \x01(\tR\tstartedAt\x12\x1f\n" + + "\vfinished_at\x18\x02 \x01(\tR\n" + + "finishedAt\x12\x18\n" + + "\asuccess\x18\x03 \x01(\bR\asuccess\x12\x19\n" + + "\x05error\x18\x04 \x01(\tH\x00R\x05error\x88\x01\x01\x123\n" + + "\x15endpoint_explorations\x18\x05 \x01(\x03R\x14endpointExplorations\x12B\n" + + "\x1dendpoint_explorations_success\x18\x06 \x01(\x03R\x1bendpointExplorationsSuccess\x12@\n" + + "\x1cendpoint_explorations_failed\x18\a \x01(\x03R\x1aendpointExplorationsFailed\x12.\n" + + "\x10failure_category\x18\b \x01(\tH\x01R\x0ffailureCategory\x88\x01\x01\x12B\n" + + "\x1blast_successful_finished_at\x18\t \x01(\tH\x02R\x18lastSuccessfulFinishedAt\x88\x01\x01\x12:\n" + + "\x17last_failed_finished_at\x18\n" + + " \x01(\tH\x03R\x14lastFailedFinishedAt\x88\x01\x01B\b\n" + + "\x06_errorB\x13\n" + + "\x11_failure_categoryB\x1e\n" + + "\x1c_last_successful_finished_atB\x1a\n" + + "\x18_last_failed_finished_at\"\x1e\n" + "\x1cExploredEndpointSearchFilter\";\n" + "\x16ExploredEndpointIdList\x12!\n" + "\fendpoint_ids\x18\x01 \x03(\tR\vendpointIds\"B\n" + @@ -2666,7 +2869,7 @@ func file_site_explorer_proto_rawDescGZIP() []byte { } var file_site_explorer_proto_enumTypes = make([]protoimpl.EnumInfo, 4) -var file_site_explorer_proto_msgTypes = make([]protoimpl.MessageInfo, 35) +var file_site_explorer_proto_msgTypes = make([]protoimpl.MessageInfo, 37) var file_site_explorer_proto_goTypes = []any{ (MlxDeviceKind)(0), // 0: site_explorer.MlxDeviceKind (NicMode)(0), // 1: site_explorer.NicMode @@ -2677,75 +2880,79 @@ var file_site_explorer_proto_goTypes = []any{ (*ExploredDpu)(nil), // 6: site_explorer.ExploredDpu (*ExploredManagedHost)(nil), // 7: site_explorer.ExploredManagedHost (*SiteExplorationReport)(nil), // 8: site_explorer.SiteExplorationReport - (*ExploredEndpointSearchFilter)(nil), // 9: site_explorer.ExploredEndpointSearchFilter - (*ExploredEndpointIdList)(nil), // 10: site_explorer.ExploredEndpointIdList - (*ExploredEndpointsByIdsRequest)(nil), // 11: site_explorer.ExploredEndpointsByIdsRequest - (*ExploredEndpointList)(nil), // 12: site_explorer.ExploredEndpointList - (*ExploredManagedHostSearchFilter)(nil), // 13: site_explorer.ExploredManagedHostSearchFilter - (*ExploredManagedHostIdList)(nil), // 14: site_explorer.ExploredManagedHostIdList - (*ExploredManagedHostsByIdsRequest)(nil), // 15: site_explorer.ExploredManagedHostsByIdsRequest - (*ExploredManagedHostList)(nil), // 16: site_explorer.ExploredManagedHostList - (*ExploredMlxDevice)(nil), // 17: site_explorer.ExploredMlxDevice - (*ExploredMlxDeviceList)(nil), // 18: site_explorer.ExploredMlxDeviceList - (*ExploredMlxDeviceHostSearchFilter)(nil), // 19: site_explorer.ExploredMlxDeviceHostSearchFilter - (*ExploredMlxDeviceHostIdList)(nil), // 20: site_explorer.ExploredMlxDeviceHostIdList - (*ExploredMlxDevicesByIdsRequest)(nil), // 21: site_explorer.ExploredMlxDevicesByIdsRequest - (*ComputerSystemAttributes)(nil), // 22: site_explorer.ComputerSystemAttributes - (*ComputerSystem)(nil), // 23: site_explorer.ComputerSystem - (*Manager)(nil), // 24: site_explorer.Manager - (*EthernetInterface)(nil), // 25: site_explorer.EthernetInterface - (*Chassis)(nil), // 26: site_explorer.Chassis - (*NetworkAdapter)(nil), // 27: site_explorer.NetworkAdapter - (*Service)(nil), // 28: site_explorer.Service - (*Inventory)(nil), // 29: site_explorer.Inventory - (*MachineSetupStatus)(nil), // 30: site_explorer.MachineSetupStatus - (*MachineSetupDiff)(nil), // 31: site_explorer.MachineSetupDiff - (*PCIeDevice)(nil), // 32: site_explorer.PCIeDevice - (*SystemStatus)(nil), // 33: site_explorer.SystemStatus - (*BootOrder)(nil), // 34: site_explorer.BootOrder - (*BootOption)(nil), // 35: site_explorer.BootOption - (*SecureBootStatus)(nil), // 36: site_explorer.SecureBootStatus - (*LockdownStatus)(nil), // 37: site_explorer.LockdownStatus - nil, // 38: site_explorer.EndpointExplorationReport.FirmwareVersionsEntry - (*durationpb.Duration)(nil), // 39: google.protobuf.Duration + (*SiteExplorerLastRunResponse)(nil), // 9: site_explorer.SiteExplorerLastRunResponse + (*SiteExplorerLastRun)(nil), // 10: site_explorer.SiteExplorerLastRun + (*ExploredEndpointSearchFilter)(nil), // 11: site_explorer.ExploredEndpointSearchFilter + (*ExploredEndpointIdList)(nil), // 12: site_explorer.ExploredEndpointIdList + (*ExploredEndpointsByIdsRequest)(nil), // 13: site_explorer.ExploredEndpointsByIdsRequest + (*ExploredEndpointList)(nil), // 14: site_explorer.ExploredEndpointList + (*ExploredManagedHostSearchFilter)(nil), // 15: site_explorer.ExploredManagedHostSearchFilter + (*ExploredManagedHostIdList)(nil), // 16: site_explorer.ExploredManagedHostIdList + (*ExploredManagedHostsByIdsRequest)(nil), // 17: site_explorer.ExploredManagedHostsByIdsRequest + (*ExploredManagedHostList)(nil), // 18: site_explorer.ExploredManagedHostList + (*ExploredMlxDevice)(nil), // 19: site_explorer.ExploredMlxDevice + (*ExploredMlxDeviceList)(nil), // 20: site_explorer.ExploredMlxDeviceList + (*ExploredMlxDeviceHostSearchFilter)(nil), // 21: site_explorer.ExploredMlxDeviceHostSearchFilter + (*ExploredMlxDeviceHostIdList)(nil), // 22: site_explorer.ExploredMlxDeviceHostIdList + (*ExploredMlxDevicesByIdsRequest)(nil), // 23: site_explorer.ExploredMlxDevicesByIdsRequest + (*ComputerSystemAttributes)(nil), // 24: site_explorer.ComputerSystemAttributes + (*ComputerSystem)(nil), // 25: site_explorer.ComputerSystem + (*Manager)(nil), // 26: site_explorer.Manager + (*EthernetInterface)(nil), // 27: site_explorer.EthernetInterface + (*Chassis)(nil), // 28: site_explorer.Chassis + (*NetworkAdapter)(nil), // 29: site_explorer.NetworkAdapter + (*Service)(nil), // 30: site_explorer.Service + (*Inventory)(nil), // 31: site_explorer.Inventory + (*MachineSetupStatus)(nil), // 32: site_explorer.MachineSetupStatus + (*MachineSetupDiff)(nil), // 33: site_explorer.MachineSetupDiff + (*PCIeDevice)(nil), // 34: site_explorer.PCIeDevice + (*SystemStatus)(nil), // 35: site_explorer.SystemStatus + (*BootOrder)(nil), // 36: site_explorer.BootOrder + (*BootOption)(nil), // 37: site_explorer.BootOption + (*SecureBootStatus)(nil), // 38: site_explorer.SecureBootStatus + (*LockdownStatus)(nil), // 39: site_explorer.LockdownStatus + nil, // 40: site_explorer.EndpointExplorationReport.FirmwareVersionsEntry + (*durationpb.Duration)(nil), // 41: google.protobuf.Duration } var file_site_explorer_proto_depIdxs = []int32{ - 39, // 0: site_explorer.EndpointExplorationReport.last_exploration_latency:type_name -> google.protobuf.Duration - 24, // 1: site_explorer.EndpointExplorationReport.managers:type_name -> site_explorer.Manager - 23, // 2: site_explorer.EndpointExplorationReport.systems:type_name -> site_explorer.ComputerSystem - 26, // 3: site_explorer.EndpointExplorationReport.chassis:type_name -> site_explorer.Chassis - 28, // 4: site_explorer.EndpointExplorationReport.service:type_name -> site_explorer.Service - 30, // 5: site_explorer.EndpointExplorationReport.machine_setup_status:type_name -> site_explorer.MachineSetupStatus - 36, // 6: site_explorer.EndpointExplorationReport.secure_boot_status:type_name -> site_explorer.SecureBootStatus - 37, // 7: site_explorer.EndpointExplorationReport.lockdown_status:type_name -> site_explorer.LockdownStatus - 38, // 8: site_explorer.EndpointExplorationReport.firmware_versions:type_name -> site_explorer.EndpointExplorationReport.FirmwareVersionsEntry + 41, // 0: site_explorer.EndpointExplorationReport.last_exploration_latency:type_name -> google.protobuf.Duration + 26, // 1: site_explorer.EndpointExplorationReport.managers:type_name -> site_explorer.Manager + 25, // 2: site_explorer.EndpointExplorationReport.systems:type_name -> site_explorer.ComputerSystem + 28, // 3: site_explorer.EndpointExplorationReport.chassis:type_name -> site_explorer.Chassis + 30, // 4: site_explorer.EndpointExplorationReport.service:type_name -> site_explorer.Service + 32, // 5: site_explorer.EndpointExplorationReport.machine_setup_status:type_name -> site_explorer.MachineSetupStatus + 38, // 6: site_explorer.EndpointExplorationReport.secure_boot_status:type_name -> site_explorer.SecureBootStatus + 39, // 7: site_explorer.EndpointExplorationReport.lockdown_status:type_name -> site_explorer.LockdownStatus + 40, // 8: site_explorer.EndpointExplorationReport.firmware_versions:type_name -> site_explorer.EndpointExplorationReport.FirmwareVersionsEntry 4, // 9: site_explorer.ExploredEndpoint.report:type_name -> site_explorer.EndpointExplorationReport 6, // 10: site_explorer.ExploredManagedHost.dpus:type_name -> site_explorer.ExploredDpu 5, // 11: site_explorer.SiteExplorationReport.endpoints:type_name -> site_explorer.ExploredEndpoint 7, // 12: site_explorer.SiteExplorationReport.managed_hosts:type_name -> site_explorer.ExploredManagedHost - 5, // 13: site_explorer.ExploredEndpointList.endpoints:type_name -> site_explorer.ExploredEndpoint - 7, // 14: site_explorer.ExploredManagedHostList.managed_hosts:type_name -> site_explorer.ExploredManagedHost - 0, // 15: site_explorer.ExploredMlxDevice.device_kind:type_name -> site_explorer.MlxDeviceKind - 1, // 16: site_explorer.ExploredMlxDevice.nic_mode:type_name -> site_explorer.NicMode - 17, // 17: site_explorer.ExploredMlxDeviceList.devices:type_name -> site_explorer.ExploredMlxDevice - 1, // 18: site_explorer.ComputerSystemAttributes.nic_mode:type_name -> site_explorer.NicMode - 22, // 19: site_explorer.ComputerSystem.attributes:type_name -> site_explorer.ComputerSystemAttributes - 25, // 20: site_explorer.ComputerSystem.ethernet_interfaces:type_name -> site_explorer.EthernetInterface - 32, // 21: site_explorer.ComputerSystem.pcie_devices:type_name -> site_explorer.PCIeDevice - 2, // 22: site_explorer.ComputerSystem.power_state:type_name -> site_explorer.ComputerSystemPowerState - 34, // 23: site_explorer.ComputerSystem.boot_order:type_name -> site_explorer.BootOrder - 25, // 24: site_explorer.Manager.ethernet_interfaces:type_name -> site_explorer.EthernetInterface - 27, // 25: site_explorer.Chassis.network_adapters:type_name -> site_explorer.NetworkAdapter - 29, // 26: site_explorer.Service.inventories:type_name -> site_explorer.Inventory - 31, // 27: site_explorer.MachineSetupStatus.diffs:type_name -> site_explorer.MachineSetupDiff - 33, // 28: site_explorer.PCIeDevice.status:type_name -> site_explorer.SystemStatus - 35, // 29: site_explorer.BootOrder.boot_order:type_name -> site_explorer.BootOption - 3, // 30: site_explorer.LockdownStatus.status:type_name -> site_explorer.InternalLockdownStatus - 31, // [31:31] is the sub-list for method output_type - 31, // [31:31] is the sub-list for method input_type - 31, // [31:31] is the sub-list for extension type_name - 31, // [31:31] is the sub-list for extension extendee - 0, // [0:31] is the sub-list for field type_name + 10, // 13: site_explorer.SiteExplorationReport.last_run:type_name -> site_explorer.SiteExplorerLastRun + 10, // 14: site_explorer.SiteExplorerLastRunResponse.last_run:type_name -> site_explorer.SiteExplorerLastRun + 5, // 15: site_explorer.ExploredEndpointList.endpoints:type_name -> site_explorer.ExploredEndpoint + 7, // 16: site_explorer.ExploredManagedHostList.managed_hosts:type_name -> site_explorer.ExploredManagedHost + 0, // 17: site_explorer.ExploredMlxDevice.device_kind:type_name -> site_explorer.MlxDeviceKind + 1, // 18: site_explorer.ExploredMlxDevice.nic_mode:type_name -> site_explorer.NicMode + 19, // 19: site_explorer.ExploredMlxDeviceList.devices:type_name -> site_explorer.ExploredMlxDevice + 1, // 20: site_explorer.ComputerSystemAttributes.nic_mode:type_name -> site_explorer.NicMode + 24, // 21: site_explorer.ComputerSystem.attributes:type_name -> site_explorer.ComputerSystemAttributes + 27, // 22: site_explorer.ComputerSystem.ethernet_interfaces:type_name -> site_explorer.EthernetInterface + 34, // 23: site_explorer.ComputerSystem.pcie_devices:type_name -> site_explorer.PCIeDevice + 2, // 24: site_explorer.ComputerSystem.power_state:type_name -> site_explorer.ComputerSystemPowerState + 36, // 25: site_explorer.ComputerSystem.boot_order:type_name -> site_explorer.BootOrder + 27, // 26: site_explorer.Manager.ethernet_interfaces:type_name -> site_explorer.EthernetInterface + 29, // 27: site_explorer.Chassis.network_adapters:type_name -> site_explorer.NetworkAdapter + 31, // 28: site_explorer.Service.inventories:type_name -> site_explorer.Inventory + 33, // 29: site_explorer.MachineSetupStatus.diffs:type_name -> site_explorer.MachineSetupDiff + 35, // 30: site_explorer.PCIeDevice.status:type_name -> site_explorer.SystemStatus + 37, // 31: site_explorer.BootOrder.boot_order:type_name -> site_explorer.BootOption + 3, // 32: site_explorer.LockdownStatus.status:type_name -> site_explorer.InternalLockdownStatus + 33, // [33:33] is the sub-list for method output_type + 33, // [33:33] is the sub-list for method input_type + 33, // [33:33] is the sub-list for extension type_name + 33, // [33:33] is the sub-list for extension extendee + 0, // [0:33] is the sub-list for field type_name } func init() { file_site_explorer_proto_init() } @@ -2756,23 +2963,26 @@ func file_site_explorer_proto_init() { file_site_explorer_proto_msgTypes[0].OneofWrappers = []any{} file_site_explorer_proto_msgTypes[2].OneofWrappers = []any{} file_site_explorer_proto_msgTypes[3].OneofWrappers = []any{} - file_site_explorer_proto_msgTypes[13].OneofWrappers = []any{} - file_site_explorer_proto_msgTypes[18].OneofWrappers = []any{} - file_site_explorer_proto_msgTypes[19].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[4].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[5].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[6].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[15].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[20].OneofWrappers = []any{} file_site_explorer_proto_msgTypes[21].OneofWrappers = []any{} - file_site_explorer_proto_msgTypes[22].OneofWrappers = []any{} file_site_explorer_proto_msgTypes[23].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[24].OneofWrappers = []any{} file_site_explorer_proto_msgTypes[25].OneofWrappers = []any{} - file_site_explorer_proto_msgTypes[28].OneofWrappers = []any{} - file_site_explorer_proto_msgTypes[29].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[27].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[30].OneofWrappers = []any{} file_site_explorer_proto_msgTypes[31].OneofWrappers = []any{} + file_site_explorer_proto_msgTypes[33].OneofWrappers = []any{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_site_explorer_proto_rawDesc), len(file_site_explorer_proto_rawDesc)), NumEnums: 4, - NumMessages: 35, + NumMessages: 37, NumExtensions: 0, NumServices: 0, }, diff --git a/rest-api/flow/internal/nicoapi/nicoproto/nico.proto b/rest-api/flow/internal/nicoapi/nicoproto/nico.proto index 1e7b8d76d6..2451f2e144 100644 --- a/rest-api/flow/internal/nicoapi/nicoproto/nico.proto +++ b/rest-api/flow/internal/nicoapi/nicoproto/nico.proto @@ -274,6 +274,8 @@ service Forge { // Gets the latest Site Exploration report // DEPRECATED: use FindExploredEndpointIds, FindExploredEndpointsByIds and FindExploredManagedHostIds, FindExploredManagedHostsByIds instead rpc GetSiteExplorationReport(GetSiteExplorationRequest) returns (site_explorer.SiteExplorationReport); + // Gets metadata about the latest Site Explorer run without fetching endpoint rows. + rpc GetSiteExplorerLastRun(google.protobuf.Empty) returns (site_explorer.SiteExplorerLastRunResponse); // Clear the last known error for the BMC rpc ClearSiteExplorationError(ClearSiteExplorationErrorRequest) returns (google.protobuf.Empty); // IsBmcInManagedHost returns true if a Host+DPU pair that includes the endpoint has been identified diff --git a/rest-api/flow/internal/nicoapi/nicoproto/site_explorer.proto b/rest-api/flow/internal/nicoapi/nicoproto/site_explorer.proto index 744a21dacc..5529c357e5 100644 --- a/rest-api/flow/internal/nicoapi/nicoproto/site_explorer.proto +++ b/rest-api/flow/internal/nicoapi/nicoproto/site_explorer.proto @@ -91,6 +91,36 @@ message SiteExplorationReport { repeated ExploredEndpoint endpoints = 1; // The managed-hosts which have been explored repeated ExploredManagedHost managed_hosts = 2; + // Metadata about the latest site explorer run + optional SiteExplorerLastRun last_run = 3; +} + +message SiteExplorerLastRunResponse { + // Metadata about the latest site explorer run, if site explorer has run + optional SiteExplorerLastRun last_run = 1; +} + +message SiteExplorerLastRun { + // When the run started + string started_at = 1; + // When the run finished + string finished_at = 2; + // Whether the run completed successfully + bool success = 3; + // Error string for a failed run + optional string error = 4; + // Number of endpoint exploration attempts made during the run + int64 endpoint_explorations = 5; + // Number of successful endpoint explorations during the run + int64 endpoint_explorations_success = 6; + // Number of endpoint exploration errors during the run + int64 endpoint_explorations_failed = 7; + // Failure category for a failed run + optional string failure_category = 8; + // When the most recent successful run finished + optional string last_successful_finished_at = 9; + // When the most recent failed run finished + optional string last_failed_finished_at = 10; } message ExploredEndpointSearchFilter { diff --git a/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go b/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go index 800bba3fc9..e07101e591 100644 --- a/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go +++ b/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go @@ -1569,8 +1569,9 @@ func (MessageKind) EnumDescriptor() ([]byte, []int) { type ExpireDhcpLeaseStatus int32 const ( - ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_RELEASED ExpireDhcpLeaseStatus = 0 - ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND ExpireDhcpLeaseStatus = 1 + ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_RELEASED ExpireDhcpLeaseStatus = 0 + ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND ExpireDhcpLeaseStatus = 1 + ExpireDhcpLeaseStatus_EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED ExpireDhcpLeaseStatus = 2 ) // Enum value maps for ExpireDhcpLeaseStatus. @@ -1578,10 +1579,12 @@ var ( ExpireDhcpLeaseStatus_name = map[int32]string{ 0: "EXPIRE_DHCP_LEASE_STATUS_RELEASED", 1: "EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND", + 2: "EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED", } ExpireDhcpLeaseStatus_value = map[string]int32{ - "EXPIRE_DHCP_LEASE_STATUS_RELEASED": 0, - "EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND": 1, + "EXPIRE_DHCP_LEASE_STATUS_RELEASED": 0, + "EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND": 1, + "EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED": 2, } ) @@ -63312,10 +63315,11 @@ const file_nico_nico_proto_rawDesc = "" + "\x18MESSAGE_KIND_V4_DISCOVER\x10\x01\x12\x1b\n" + "\x17MESSAGE_KIND_V6_SOLICIT\x10\x02\x12\x1b\n" + "\x17MESSAGE_KIND_V6_REQUEST\x10\x03\x12 \n" + - "\x1cMESSAGE_KIND_V6_INFO_REQUEST\x10\x04*f\n" + + "\x1cMESSAGE_KIND_V6_INFO_REQUEST\x10\x04*\x95\x01\n" + "\x15ExpireDhcpLeaseStatus\x12%\n" + "!EXPIRE_DHCP_LEASE_STATUS_RELEASED\x10\x00\x12&\n" + - "\"EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND\x10\x01*D\n" + + "\"EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND\x10\x01\x12-\n" + + ")EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED\x10\x02*D\n" + "\tUserRoles\x12\b\n" + "\x04USER\x10\x00\x12\x11\n" + "\rADMINISTRATOR\x10\x01\x12\f\n" + @@ -63561,7 +63565,7 @@ const file_nico_nico_proto_rawDesc = "" + "\x13OperatingSystemType\x12\x17\n" + "\x13OS_TYPE_UNSPECIFIED\x10\x00\x12\x10\n" + "\fOS_TYPE_IPXE\x10\x01\x12\x1a\n" + - "\x16OS_TYPE_TEMPLATED_IPXE\x10\x022\xe7\xcb\x02\n" + + "\x16OS_TYPE_TEMPLATED_IPXE\x10\x022\xc5\xcc\x02\n" + "\x05Forge\x122\n" + "\aVersion\x12\x15.forge.VersionRequest\x1a\x10.forge.BuildInfo\x125\n" + "\fCreateDomain\x12\x18.dns.CreateDomainRequest\x1a\v.dns.Domain\x125\n" + @@ -63704,6 +63708,7 @@ const file_nico_nico_proto_rawDesc = "" + "\x18GetSwitchNvosCredentials\x12&.forge.GetSwitchNvosCredentialsRequest\x1a .forge.GetBmcCredentialsResponse\x12q\n" + "\x1eGetAllManagedHostNetworkStatus\x12&.forge.ManagedHostNetworkStatusRequest\x1a'.forge.ManagedHostNetworkStatusResponse\x12b\n" + "\x18GetSiteExplorationReport\x12 .forge.GetSiteExplorationRequest\x1a$.site_explorer.SiteExplorationReport\x12\\\n" + + "\x16GetSiteExplorerLastRun\x12\x16.google.protobuf.Empty\x1a*.site_explorer.SiteExplorerLastRunResponse\x12\\\n" + "\x19ClearSiteExplorationError\x12'.forge.ClearSiteExplorationErrorRequest\x1a\x16.google.protobuf.Empty\x12R\n" + "\x12IsBmcInManagedHost\x12\x19.forge.BmcEndpointRequest\x1a!.forge.IsBmcInManagedHostResponse\x12T\n" + "\x13BmcCredentialStatus\x12\x19.forge.BmcEndpointRequest\x1a\".forge.BmcCredentialStatusResponse\x12N\n" + @@ -65074,13 +65079,13 @@ var file_nico_nico_proto_goTypes = []any{ (*DnsResourceRecordLookupRequest)(nil), // 1025: dns.DnsResourceRecordLookupRequest (*GetAllDomainsRequest)(nil), // 1026: dns.GetAllDomainsRequest (*DomainMetadataRequest)(nil), // 1027: dns.DomainMetadataRequest - (*ExploredEndpointSearchFilter)(nil), // 1028: site_explorer.ExploredEndpointSearchFilter - (*ExploredEndpointsByIdsRequest)(nil), // 1029: site_explorer.ExploredEndpointsByIdsRequest - (*ExploredManagedHostSearchFilter)(nil), // 1030: site_explorer.ExploredManagedHostSearchFilter - (*ExploredManagedHostsByIdsRequest)(nil), // 1031: site_explorer.ExploredManagedHostsByIdsRequest - (*ExploredMlxDeviceHostSearchFilter)(nil), // 1032: site_explorer.ExploredMlxDeviceHostSearchFilter - (*ExploredMlxDevicesByIdsRequest)(nil), // 1033: site_explorer.ExploredMlxDevicesByIdsRequest - (*emptypb.Empty)(nil), // 1034: google.protobuf.Empty + (*emptypb.Empty)(nil), // 1028: google.protobuf.Empty + (*ExploredEndpointSearchFilter)(nil), // 1029: site_explorer.ExploredEndpointSearchFilter + (*ExploredEndpointsByIdsRequest)(nil), // 1030: site_explorer.ExploredEndpointsByIdsRequest + (*ExploredManagedHostSearchFilter)(nil), // 1031: site_explorer.ExploredManagedHostSearchFilter + (*ExploredManagedHostsByIdsRequest)(nil), // 1032: site_explorer.ExploredManagedHostsByIdsRequest + (*ExploredMlxDeviceHostSearchFilter)(nil), // 1033: site_explorer.ExploredMlxDeviceHostSearchFilter + (*ExploredMlxDevicesByIdsRequest)(nil), // 1034: site_explorer.ExploredMlxDevicesByIdsRequest (*CreateMeasurementBundleRequest)(nil), // 1035: measured_boot.CreateMeasurementBundleRequest (*DeleteMeasurementBundleRequest)(nil), // 1036: measured_boot.DeleteMeasurementBundleRequest (*RenameMeasurementBundleRequest)(nil), // 1037: measured_boot.RenameMeasurementBundleRequest @@ -65147,73 +65152,74 @@ var file_nico_nico_proto_goTypes = []any{ (*GetAllDomainsResponse)(nil), // 1098: dns.GetAllDomainsResponse (*DomainMetadataResponse)(nil), // 1099: dns.DomainMetadataResponse (*SiteExplorationReport)(nil), // 1100: site_explorer.SiteExplorationReport - (*ExploredEndpoint)(nil), // 1101: site_explorer.ExploredEndpoint - (*ExploredEndpointIdList)(nil), // 1102: site_explorer.ExploredEndpointIdList - (*ExploredEndpointList)(nil), // 1103: site_explorer.ExploredEndpointList - (*ExploredManagedHostIdList)(nil), // 1104: site_explorer.ExploredManagedHostIdList - (*ExploredManagedHostList)(nil), // 1105: site_explorer.ExploredManagedHostList - (*ExploredMlxDeviceHostIdList)(nil), // 1106: site_explorer.ExploredMlxDeviceHostIdList - (*ExploredMlxDeviceList)(nil), // 1107: site_explorer.ExploredMlxDeviceList - (*CreateMeasurementBundleResponse)(nil), // 1108: measured_boot.CreateMeasurementBundleResponse - (*DeleteMeasurementBundleResponse)(nil), // 1109: measured_boot.DeleteMeasurementBundleResponse - (*RenameMeasurementBundleResponse)(nil), // 1110: measured_boot.RenameMeasurementBundleResponse - (*UpdateMeasurementBundleResponse)(nil), // 1111: measured_boot.UpdateMeasurementBundleResponse - (*ShowMeasurementBundleResponse)(nil), // 1112: measured_boot.ShowMeasurementBundleResponse - (*ShowMeasurementBundlesResponse)(nil), // 1113: measured_boot.ShowMeasurementBundlesResponse - (*ListMeasurementBundlesResponse)(nil), // 1114: measured_boot.ListMeasurementBundlesResponse - (*ListMeasurementBundleMachinesResponse)(nil), // 1115: measured_boot.ListMeasurementBundleMachinesResponse - (*DeleteMeasurementJournalResponse)(nil), // 1116: measured_boot.DeleteMeasurementJournalResponse - (*ShowMeasurementJournalResponse)(nil), // 1117: measured_boot.ShowMeasurementJournalResponse - (*ShowMeasurementJournalsResponse)(nil), // 1118: measured_boot.ShowMeasurementJournalsResponse - (*ListMeasurementJournalResponse)(nil), // 1119: measured_boot.ListMeasurementJournalResponse - (*AttestCandidateMachineResponse)(nil), // 1120: measured_boot.AttestCandidateMachineResponse - (*ShowCandidateMachineResponse)(nil), // 1121: measured_boot.ShowCandidateMachineResponse - (*ShowCandidateMachinesResponse)(nil), // 1122: measured_boot.ShowCandidateMachinesResponse - (*ListCandidateMachinesResponse)(nil), // 1123: measured_boot.ListCandidateMachinesResponse - (*CreateMeasurementSystemProfileResponse)(nil), // 1124: measured_boot.CreateMeasurementSystemProfileResponse - (*DeleteMeasurementSystemProfileResponse)(nil), // 1125: measured_boot.DeleteMeasurementSystemProfileResponse - (*RenameMeasurementSystemProfileResponse)(nil), // 1126: measured_boot.RenameMeasurementSystemProfileResponse - (*ShowMeasurementSystemProfileResponse)(nil), // 1127: measured_boot.ShowMeasurementSystemProfileResponse - (*ShowMeasurementSystemProfilesResponse)(nil), // 1128: measured_boot.ShowMeasurementSystemProfilesResponse - (*ListMeasurementSystemProfilesResponse)(nil), // 1129: measured_boot.ListMeasurementSystemProfilesResponse - (*ListMeasurementSystemProfileBundlesResponse)(nil), // 1130: measured_boot.ListMeasurementSystemProfileBundlesResponse - (*ListMeasurementSystemProfileMachinesResponse)(nil), // 1131: measured_boot.ListMeasurementSystemProfileMachinesResponse - (*CreateMeasurementReportResponse)(nil), // 1132: measured_boot.CreateMeasurementReportResponse - (*DeleteMeasurementReportResponse)(nil), // 1133: measured_boot.DeleteMeasurementReportResponse - (*PromoteMeasurementReportResponse)(nil), // 1134: measured_boot.PromoteMeasurementReportResponse - (*RevokeMeasurementReportResponse)(nil), // 1135: measured_boot.RevokeMeasurementReportResponse - (*ShowMeasurementReportForIdResponse)(nil), // 1136: measured_boot.ShowMeasurementReportForIdResponse - (*ShowMeasurementReportsForMachineResponse)(nil), // 1137: measured_boot.ShowMeasurementReportsForMachineResponse - (*ShowMeasurementReportsResponse)(nil), // 1138: measured_boot.ShowMeasurementReportsResponse - (*ListMeasurementReportResponse)(nil), // 1139: measured_boot.ListMeasurementReportResponse - (*MatchMeasurementReportResponse)(nil), // 1140: measured_boot.MatchMeasurementReportResponse - (*ImportSiteMeasurementsResponse)(nil), // 1141: measured_boot.ImportSiteMeasurementsResponse - (*ExportSiteMeasurementsResponse)(nil), // 1142: measured_boot.ExportSiteMeasurementsResponse - (*AddMeasurementTrustedMachineResponse)(nil), // 1143: measured_boot.AddMeasurementTrustedMachineResponse - (*RemoveMeasurementTrustedMachineResponse)(nil), // 1144: measured_boot.RemoveMeasurementTrustedMachineResponse - (*AddMeasurementTrustedProfileResponse)(nil), // 1145: measured_boot.AddMeasurementTrustedProfileResponse - (*RemoveMeasurementTrustedProfileResponse)(nil), // 1146: measured_boot.RemoveMeasurementTrustedProfileResponse - (*ListMeasurementTrustedMachinesResponse)(nil), // 1147: measured_boot.ListMeasurementTrustedMachinesResponse - (*ListMeasurementTrustedProfilesResponse)(nil), // 1148: measured_boot.ListMeasurementTrustedProfilesResponse - (*ListAttestationSummaryResponse)(nil), // 1149: measured_boot.ListAttestationSummaryResponse - (*LockdownStatus)(nil), // 1150: site_explorer.LockdownStatus - (*PublishMlxDeviceReportResponse)(nil), // 1151: mlx_device.PublishMlxDeviceReportResponse - (*PublishMlxObservationReportResponse)(nil), // 1152: mlx_device.PublishMlxObservationReportResponse - (*MlxAdminProfileSyncResponse)(nil), // 1153: mlx_device.MlxAdminProfileSyncResponse - (*MlxAdminProfileShowResponse)(nil), // 1154: mlx_device.MlxAdminProfileShowResponse - (*MlxAdminProfileCompareResponse)(nil), // 1155: mlx_device.MlxAdminProfileCompareResponse - (*MlxAdminProfileListResponse)(nil), // 1156: mlx_device.MlxAdminProfileListResponse - (*MlxAdminLockdownLockResponse)(nil), // 1157: mlx_device.MlxAdminLockdownLockResponse - (*MlxAdminLockdownUnlockResponse)(nil), // 1158: mlx_device.MlxAdminLockdownUnlockResponse - (*MlxAdminLockdownStatusResponse)(nil), // 1159: mlx_device.MlxAdminLockdownStatusResponse - (*MlxAdminDeviceInfoResponse)(nil), // 1160: mlx_device.MlxAdminDeviceInfoResponse - (*MlxAdminDeviceReportResponse)(nil), // 1161: mlx_device.MlxAdminDeviceReportResponse - (*MlxAdminRegistryListResponse)(nil), // 1162: mlx_device.MlxAdminRegistryListResponse - (*MlxAdminRegistryShowResponse)(nil), // 1163: mlx_device.MlxAdminRegistryShowResponse - (*MlxAdminConfigQueryResponse)(nil), // 1164: mlx_device.MlxAdminConfigQueryResponse - (*MlxAdminConfigSetResponse)(nil), // 1165: mlx_device.MlxAdminConfigSetResponse - (*MlxAdminConfigSyncResponse)(nil), // 1166: mlx_device.MlxAdminConfigSyncResponse - (*MlxAdminConfigCompareResponse)(nil), // 1167: mlx_device.MlxAdminConfigCompareResponse + (*SiteExplorerLastRunResponse)(nil), // 1101: site_explorer.SiteExplorerLastRunResponse + (*ExploredEndpoint)(nil), // 1102: site_explorer.ExploredEndpoint + (*ExploredEndpointIdList)(nil), // 1103: site_explorer.ExploredEndpointIdList + (*ExploredEndpointList)(nil), // 1104: site_explorer.ExploredEndpointList + (*ExploredManagedHostIdList)(nil), // 1105: site_explorer.ExploredManagedHostIdList + (*ExploredManagedHostList)(nil), // 1106: site_explorer.ExploredManagedHostList + (*ExploredMlxDeviceHostIdList)(nil), // 1107: site_explorer.ExploredMlxDeviceHostIdList + (*ExploredMlxDeviceList)(nil), // 1108: site_explorer.ExploredMlxDeviceList + (*CreateMeasurementBundleResponse)(nil), // 1109: measured_boot.CreateMeasurementBundleResponse + (*DeleteMeasurementBundleResponse)(nil), // 1110: measured_boot.DeleteMeasurementBundleResponse + (*RenameMeasurementBundleResponse)(nil), // 1111: measured_boot.RenameMeasurementBundleResponse + (*UpdateMeasurementBundleResponse)(nil), // 1112: measured_boot.UpdateMeasurementBundleResponse + (*ShowMeasurementBundleResponse)(nil), // 1113: measured_boot.ShowMeasurementBundleResponse + (*ShowMeasurementBundlesResponse)(nil), // 1114: measured_boot.ShowMeasurementBundlesResponse + (*ListMeasurementBundlesResponse)(nil), // 1115: measured_boot.ListMeasurementBundlesResponse + (*ListMeasurementBundleMachinesResponse)(nil), // 1116: measured_boot.ListMeasurementBundleMachinesResponse + (*DeleteMeasurementJournalResponse)(nil), // 1117: measured_boot.DeleteMeasurementJournalResponse + (*ShowMeasurementJournalResponse)(nil), // 1118: measured_boot.ShowMeasurementJournalResponse + (*ShowMeasurementJournalsResponse)(nil), // 1119: measured_boot.ShowMeasurementJournalsResponse + (*ListMeasurementJournalResponse)(nil), // 1120: measured_boot.ListMeasurementJournalResponse + (*AttestCandidateMachineResponse)(nil), // 1121: measured_boot.AttestCandidateMachineResponse + (*ShowCandidateMachineResponse)(nil), // 1122: measured_boot.ShowCandidateMachineResponse + (*ShowCandidateMachinesResponse)(nil), // 1123: measured_boot.ShowCandidateMachinesResponse + (*ListCandidateMachinesResponse)(nil), // 1124: measured_boot.ListCandidateMachinesResponse + (*CreateMeasurementSystemProfileResponse)(nil), // 1125: measured_boot.CreateMeasurementSystemProfileResponse + (*DeleteMeasurementSystemProfileResponse)(nil), // 1126: measured_boot.DeleteMeasurementSystemProfileResponse + (*RenameMeasurementSystemProfileResponse)(nil), // 1127: measured_boot.RenameMeasurementSystemProfileResponse + (*ShowMeasurementSystemProfileResponse)(nil), // 1128: measured_boot.ShowMeasurementSystemProfileResponse + (*ShowMeasurementSystemProfilesResponse)(nil), // 1129: measured_boot.ShowMeasurementSystemProfilesResponse + (*ListMeasurementSystemProfilesResponse)(nil), // 1130: measured_boot.ListMeasurementSystemProfilesResponse + (*ListMeasurementSystemProfileBundlesResponse)(nil), // 1131: measured_boot.ListMeasurementSystemProfileBundlesResponse + (*ListMeasurementSystemProfileMachinesResponse)(nil), // 1132: measured_boot.ListMeasurementSystemProfileMachinesResponse + (*CreateMeasurementReportResponse)(nil), // 1133: measured_boot.CreateMeasurementReportResponse + (*DeleteMeasurementReportResponse)(nil), // 1134: measured_boot.DeleteMeasurementReportResponse + (*PromoteMeasurementReportResponse)(nil), // 1135: measured_boot.PromoteMeasurementReportResponse + (*RevokeMeasurementReportResponse)(nil), // 1136: measured_boot.RevokeMeasurementReportResponse + (*ShowMeasurementReportForIdResponse)(nil), // 1137: measured_boot.ShowMeasurementReportForIdResponse + (*ShowMeasurementReportsForMachineResponse)(nil), // 1138: measured_boot.ShowMeasurementReportsForMachineResponse + (*ShowMeasurementReportsResponse)(nil), // 1139: measured_boot.ShowMeasurementReportsResponse + (*ListMeasurementReportResponse)(nil), // 1140: measured_boot.ListMeasurementReportResponse + (*MatchMeasurementReportResponse)(nil), // 1141: measured_boot.MatchMeasurementReportResponse + (*ImportSiteMeasurementsResponse)(nil), // 1142: measured_boot.ImportSiteMeasurementsResponse + (*ExportSiteMeasurementsResponse)(nil), // 1143: measured_boot.ExportSiteMeasurementsResponse + (*AddMeasurementTrustedMachineResponse)(nil), // 1144: measured_boot.AddMeasurementTrustedMachineResponse + (*RemoveMeasurementTrustedMachineResponse)(nil), // 1145: measured_boot.RemoveMeasurementTrustedMachineResponse + (*AddMeasurementTrustedProfileResponse)(nil), // 1146: measured_boot.AddMeasurementTrustedProfileResponse + (*RemoveMeasurementTrustedProfileResponse)(nil), // 1147: measured_boot.RemoveMeasurementTrustedProfileResponse + (*ListMeasurementTrustedMachinesResponse)(nil), // 1148: measured_boot.ListMeasurementTrustedMachinesResponse + (*ListMeasurementTrustedProfilesResponse)(nil), // 1149: measured_boot.ListMeasurementTrustedProfilesResponse + (*ListAttestationSummaryResponse)(nil), // 1150: measured_boot.ListAttestationSummaryResponse + (*LockdownStatus)(nil), // 1151: site_explorer.LockdownStatus + (*PublishMlxDeviceReportResponse)(nil), // 1152: mlx_device.PublishMlxDeviceReportResponse + (*PublishMlxObservationReportResponse)(nil), // 1153: mlx_device.PublishMlxObservationReportResponse + (*MlxAdminProfileSyncResponse)(nil), // 1154: mlx_device.MlxAdminProfileSyncResponse + (*MlxAdminProfileShowResponse)(nil), // 1155: mlx_device.MlxAdminProfileShowResponse + (*MlxAdminProfileCompareResponse)(nil), // 1156: mlx_device.MlxAdminProfileCompareResponse + (*MlxAdminProfileListResponse)(nil), // 1157: mlx_device.MlxAdminProfileListResponse + (*MlxAdminLockdownLockResponse)(nil), // 1158: mlx_device.MlxAdminLockdownLockResponse + (*MlxAdminLockdownUnlockResponse)(nil), // 1159: mlx_device.MlxAdminLockdownUnlockResponse + (*MlxAdminLockdownStatusResponse)(nil), // 1160: mlx_device.MlxAdminLockdownStatusResponse + (*MlxAdminDeviceInfoResponse)(nil), // 1161: mlx_device.MlxAdminDeviceInfoResponse + (*MlxAdminDeviceReportResponse)(nil), // 1162: mlx_device.MlxAdminDeviceReportResponse + (*MlxAdminRegistryListResponse)(nil), // 1163: mlx_device.MlxAdminRegistryListResponse + (*MlxAdminRegistryShowResponse)(nil), // 1164: mlx_device.MlxAdminRegistryShowResponse + (*MlxAdminConfigQueryResponse)(nil), // 1165: mlx_device.MlxAdminConfigQueryResponse + (*MlxAdminConfigSetResponse)(nil), // 1166: mlx_device.MlxAdminConfigSetResponse + (*MlxAdminConfigSyncResponse)(nil), // 1167: mlx_device.MlxAdminConfigSyncResponse + (*MlxAdminConfigCompareResponse)(nil), // 1168: mlx_device.MlxAdminConfigCompareResponse } var file_nico_nico_proto_depIdxs = []int32{ 336, // 0: forge.LifecycleStatus.state_reason:type_name -> forge.ControllerStateReason @@ -66475,782 +66481,784 @@ var file_nico_nico_proto_depIdxs = []int32{ 352, // 1256: forge.Forge.GetSwitchNvosCredentials:input_type -> forge.GetSwitchNvosCredentialsRequest 385, // 1257: forge.Forge.GetAllManagedHostNetworkStatus:input_type -> forge.ManagedHostNetworkStatusRequest 355, // 1258: forge.Forge.GetSiteExplorationReport:input_type -> forge.GetSiteExplorationRequest - 356, // 1259: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest - 362, // 1260: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest - 362, // 1261: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest - 362, // 1262: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest - 357, // 1263: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest - 358, // 1264: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest - 359, // 1265: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest - 360, // 1266: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest - 1028, // 1267: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter - 1029, // 1268: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest - 1030, // 1269: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter - 1031, // 1270: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest - 1032, // 1271: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter - 1033, // 1272: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest - 366, // 1273: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest - 391, // 1274: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest - 480, // 1275: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest - 483, // 1276: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest - 328, // 1277: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest - 329, // 1278: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest - 330, // 1279: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest - 331, // 1280: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest - 744, // 1281: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest - 487, // 1282: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest - 488, // 1283: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest - 498, // 1284: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest - 499, // 1285: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest - 501, // 1286: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest - 502, // 1287: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest - 956, // 1288: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId - 553, // 1289: forge.Forge.ReportScoutFirmwareUpgradeStatus:input_type -> forge.ScoutFirmwareUpgradeStatusRequest - 508, // 1290: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest - 977, // 1291: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId - 511, // 1292: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride - 977, // 1293: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId - 911, // 1294: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest - 520, // 1295: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest - 521, // 1296: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList - 126, // 1297: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest - 127, // 1298: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest - 1034, // 1299: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty - 523, // 1300: forge.Forge.AddRouteServers:input_type -> forge.RouteServers - 523, // 1301: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers - 523, // 1302: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers - 332, // 1303: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport - 294, // 1304: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest - 526, // 1305: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest - 528, // 1306: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest - 541, // 1307: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine - 542, // 1308: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest - 541, // 1309: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine - 542, // 1310: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest - 1034, // 1311: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty - 543, // 1312: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList - 1034, // 1313: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty - 1034, // 1314: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty - 1034, // 1315: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty - 548, // 1316: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 548, // 1317: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 200, // 1318: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 201, // 1319: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 200, // 1320: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 201, // 1321: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 1034, // 1322: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 202, // 1323: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList - 1034, // 1324: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 1034, // 1325: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty - 222, // 1326: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch - 223, // 1327: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 222, // 1328: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch - 223, // 1329: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 1034, // 1330: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty - 224, // 1331: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList - 1034, // 1332: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty - 1034, // 1333: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty - 227, // 1334: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack - 228, // 1335: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest - 227, // 1336: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack - 228, // 1337: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest - 1034, // 1338: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty - 229, // 1339: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList - 1034, // 1340: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty - 124, // 1341: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest - 623, // 1342: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest - 625, // 1343: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest - 627, // 1344: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest - 632, // 1345: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest - 629, // 1346: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest - 633, // 1347: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest - 635, // 1348: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest - 1035, // 1349: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest - 1036, // 1350: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest - 1037, // 1351: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest - 1038, // 1352: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest - 1039, // 1353: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest - 1040, // 1354: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest - 1041, // 1355: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest - 1042, // 1356: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest - 1043, // 1357: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest - 1044, // 1358: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest - 1045, // 1359: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest - 1046, // 1360: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest - 1047, // 1361: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest - 1048, // 1362: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest - 1049, // 1363: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest - 1050, // 1364: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest - 1051, // 1365: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest - 1052, // 1366: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest - 1053, // 1367: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest - 1054, // 1368: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest - 1055, // 1369: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest - 1056, // 1370: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest - 1057, // 1371: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest - 1058, // 1372: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest - 1059, // 1373: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest - 1060, // 1374: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest - 1061, // 1375: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest - 1062, // 1376: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest - 1063, // 1377: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest - 1064, // 1378: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest - 1065, // 1379: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest - 1066, // 1380: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest - 1067, // 1381: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest - 1068, // 1382: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest - 1069, // 1383: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest - 1070, // 1384: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest - 1071, // 1385: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest - 1072, // 1386: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest - 1073, // 1387: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest - 1074, // 1388: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest - 1075, // 1389: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest - 1076, // 1390: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest - 1077, // 1391: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest - 654, // 1392: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest - 656, // 1393: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest - 658, // 1394: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest - 661, // 1395: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest - 662, // 1396: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest - 668, // 1397: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest - 671, // 1398: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest - 530, // 1399: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes - 534, // 1400: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest - 532, // 1401: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest - 966, // 1402: forge.Forge.GetOsImage:input_type -> common.UUID - 530, // 1403: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes - 536, // 1404: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest - 537, // 1405: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest - 552, // 1406: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest - 557, // 1407: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest - 559, // 1408: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest - 554, // 1409: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest - 562, // 1410: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest - 564, // 1411: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest - 567, // 1412: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest - 569, // 1413: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest - 586, // 1414: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest - 587, // 1415: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter - 589, // 1416: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest - 592, // 1417: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest - 594, // 1418: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest - 570, // 1419: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest - 598, // 1420: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest - 600, // 1421: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest - 599, // 1422: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest - 603, // 1423: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest - 607, // 1424: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest - 608, // 1425: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest - 610, // 1426: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest - 404, // 1427: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest - 581, // 1428: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest - 362, // 1429: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest - 394, // 1430: forge.Forge.Lockdown:input_type -> forge.LockdownRequest - 396, // 1431: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest - 398, // 1432: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest - 400, // 1433: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest - 772, // 1434: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest - 774, // 1435: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest - 406, // 1436: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest - 408, // 1437: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest - 571, // 1438: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest - 579, // 1439: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest - 120, // 1440: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert - 1034, // 1441: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty - 1034, // 1442: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty - 117, // 1443: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId - 637, // 1444: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest - 639, // 1445: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest - 644, // 1446: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest - 646, // 1447: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID - 646, // 1448: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID - 646, // 1449: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID - 650, // 1450: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest - 674, // 1451: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest - 690, // 1452: forge.Forge.CreateSku:input_type -> forge.SkuList - 956, // 1453: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId - 956, // 1454: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId - 688, // 1455: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair - 689, // 1456: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest - 691, // 1457: forge.Forge.DeleteSku:input_type -> forge.SkuIdList - 1034, // 1458: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty - 693, // 1459: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest - 703, // 1460: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest - 687, // 1461: forge.Forge.ReplaceSku:input_type -> forge.Sku - 374, // 1462: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest - 376, // 1463: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest - 378, // 1464: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest - 956, // 1465: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId - 365, // 1466: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest - 1034, // 1467: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty - 698, // 1468: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest - 696, // 1469: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 696, // 1470: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 701, // 1471: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest - 704, // 1472: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest - 705, // 1473: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest - 362, // 1474: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest - 362, // 1475: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest - 724, // 1476: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter - 726, // 1477: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest - 721, // 1478: forge.Forge.GetRack:input_type -> forge.GetRackRequest - 731, // 1479: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest - 732, // 1480: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest - 739, // 1481: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest - 710, // 1482: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest - 712, // 1483: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest - 714, // 1484: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest - 717, // 1485: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest - 718, // 1486: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest - 776, // 1487: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest - 778, // 1488: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest - 1078, // 1489: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest - 1079, // 1490: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest - 781, // 1491: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest - 1034, // 1492: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty - 783, // 1493: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 783, // 1494: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 785, // 1495: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest - 786, // 1496: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest - 791, // 1497: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest - 792, // 1498: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest - 793, // 1499: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest - 794, // 1500: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest - 1034, // 1501: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty - 788, // 1502: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList - 795, // 1503: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest - 797, // 1504: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest - 800, // 1505: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest - 802, // 1506: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest - 804, // 1507: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest - 805, // 1508: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest - 811, // 1509: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest - 812, // 1510: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest - 813, // 1511: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest - 815, // 1512: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter - 817, // 1513: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest - 819, // 1514: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest - 821, // 1515: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest - 92, // 1516: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest - 956, // 1517: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId - 93, // 1518: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest - 956, // 1519: forge.Forge.GetAttestationMachine:input_type -> common.MachineId - 95, // 1520: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest - 97, // 1521: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 100, // 1522: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest - 97, // 1523: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 105, // 1524: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 107, // 1525: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest - 105, // 1526: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 108, // 1527: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest - 113, // 1528: forge.Forge.GetJWKS:input_type -> forge.JwksRequest - 114, // 1529: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest - 828, // 1530: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage - 831, // 1531: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest - 833, // 1532: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest - 835, // 1533: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest - 1080, // 1534: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest - 1081, // 1535: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest - 1082, // 1536: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest - 1083, // 1537: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest - 1084, // 1538: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest - 1085, // 1539: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest - 1086, // 1540: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest - 1087, // 1541: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest - 1088, // 1542: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest - 1089, // 1543: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest - 1090, // 1544: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest - 1091, // 1545: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest - 1092, // 1546: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest - 1093, // 1547: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest - 1094, // 1548: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest - 756, // 1549: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter - 757, // 1550: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest - 145, // 1551: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery - 767, // 1552: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter - 768, // 1553: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest - 764, // 1554: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest - 770, // 1555: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest - 765, // 1556: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest - 145, // 1557: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery - 849, // 1558: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery - 750, // 1559: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest - 852, // 1560: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest - 854, // 1561: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest - 855, // 1562: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest - 857, // 1563: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest - 866, // 1564: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest - 863, // 1565: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest - 873, // 1566: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest - 875, // 1567: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest - 877, // 1568: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest - 894, // 1569: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest - 974, // 1570: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId - 897, // 1571: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest - 898, // 1572: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest - 900, // 1573: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter - 902, // 1574: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest - 904, // 1575: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest - 907, // 1576: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest - 909, // 1577: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest - 131, // 1578: forge.Forge.Version:output_type -> forge.BuildInfo - 1014, // 1579: forge.Forge.CreateDomain:output_type -> dns.Domain - 1014, // 1580: forge.Forge.UpdateDomain:output_type -> dns.Domain - 1095, // 1581: forge.Forge.DeleteDomain:output_type -> dns.DomainDeletionResult - 1096, // 1582: forge.Forge.FindDomain:output_type -> dns.DomainList - 843, // 1583: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy - 843, // 1584: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy - 846, // 1585: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy - 844, // 1586: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy - 148, // 1587: forge.Forge.CreateVpc:output_type -> forge.Vpc - 151, // 1588: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult - 153, // 1589: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult - 155, // 1590: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult - 143, // 1591: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList - 156, // 1592: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList - 882, // 1593: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition - 885, // 1594: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult - 883, // 1595: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList - 887, // 1596: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList - 157, // 1597: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix - 163, // 1598: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList - 164, // 1599: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList - 157, // 1600: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix - 167, // 1601: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult - 169, // 1602: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering - 170, // 1603: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList - 171, // 1604: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList - 176, // 1605: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult - 243, // 1606: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList - 348, // 1607: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList - 235, // 1608: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment - 235, // 1609: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment - 239, // 1610: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult - 348, // 1611: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList - 187, // 1612: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList - 180, // 1613: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList - 179, // 1614: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition - 179, // 1615: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition - 184, // 1616: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult - 180, // 1617: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList - 191, // 1618: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList - 862, // 1619: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList - 191, // 1620: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList - 194, // 1621: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult - 892, // 1622: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse - 1034, // 1623: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty - 211, // 1624: forge.Forge.FindSwitches:output_type -> forge.SwitchList - 861, // 1625: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList - 211, // 1626: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList - 214, // 1627: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult - 890, // 1628: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse - 231, // 1629: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList - 284, // 1630: forge.Forge.AllocateInstance:output_type -> forge.Instance - 257, // 1631: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse - 298, // 1632: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult - 284, // 1633: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance - 284, // 1634: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance - 253, // 1635: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList - 249, // 1636: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList - 249, // 1637: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList - 369, // 1638: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse - 1034, // 1639: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty - 449, // 1640: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse - 1034, // 1641: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty - 1034, // 1642: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty - 449, // 1643: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse - 1034, // 1644: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty - 1034, // 1645: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty - 449, // 1646: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse - 1034, // 1647: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty - 1034, // 1648: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty - 449, // 1649: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse - 1034, // 1650: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty - 1034, // 1651: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty - 449, // 1652: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse - 1034, // 1653: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 1034, // 1654: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 449, // 1655: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse - 1034, // 1656: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty - 1034, // 1657: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty - 388, // 1658: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse - 390, // 1659: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse - 1097, // 1660: forge.Forge.LookupRecord:output_type -> dns.DnsResourceRecordLookupResponse - 1098, // 1661: forge.Forge.GetAllDomains:output_type -> dns.GetAllDomainsResponse - 1099, // 1662: forge.Forge.GetAllDomainMetadata:output_type -> dns.DomainMetadataResponse - 248, // 1663: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult - 415, // 1664: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse - 422, // 1665: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult - 421, // 1666: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult - 423, // 1667: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse - 424, // 1668: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult - 426, // 1669: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult - 347, // 1670: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord - 346, // 1671: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse - 317, // 1672: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse - 319, // 1673: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse - 322, // 1674: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse - 312, // 1675: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList - 1034, // 1676: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty - 490, // 1677: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse - 1015, // 1678: forge.Forge.FindMachineIds:output_type -> common.MachineIdList - 313, // 1679: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList - 302, // 1680: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories - 305, // 1681: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories - 218, // 1682: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories - 218, // 1683: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories - 218, // 1684: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories - 218, // 1685: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories - 218, // 1686: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories - 311, // 1687: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList - 310, // 1688: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList - 513, // 1689: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList - 517, // 1690: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs - 516, // 1691: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp - 514, // 1692: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList - 492, // 1693: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse - 495, // 1694: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse - 497, // 1695: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse - 411, // 1696: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse - 413, // 1697: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse - 428, // 1698: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions - 432, // 1699: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions - 134, // 1700: forge.Forge.Echo:output_type -> forge.EchoResponse - 459, // 1701: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse - 463, // 1702: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse - 461, // 1703: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse - 469, // 1704: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse - 476, // 1705: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList - 470, // 1706: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList - 472, // 1707: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse - 474, // 1708: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse - 479, // 1709: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse - 353, // 1710: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse - 353, // 1711: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse - 386, // 1712: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse - 1100, // 1713: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport - 1034, // 1714: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty - 596, // 1715: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse - 597, // 1716: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse - 1016, // 1717: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport - 1034, // 1718: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty - 1101, // 1719: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint - 361, // 1720: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse - 1034, // 1721: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty - 1102, // 1722: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList - 1103, // 1723: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList - 1104, // 1724: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList - 1105, // 1725: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList - 1106, // 1726: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList - 1107, // 1727: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList - 1034, // 1728: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty - 392, // 1729: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse - 481, // 1730: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools - 484, // 1731: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse - 1034, // 1732: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty - 1034, // 1733: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty - 1034, // 1734: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty - 1034, // 1735: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty - 1034, // 1736: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty - 1034, // 1737: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty - 1034, // 1738: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty - 1034, // 1739: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty - 500, // 1740: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse - 1034, // 1741: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty - 503, // 1742: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse - 1034, // 1743: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty - 1034, // 1744: forge.Forge.ReportScoutFirmwareUpgradeStatus:output_type -> google.protobuf.Empty - 509, // 1745: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse - 511, // 1746: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride - 1034, // 1747: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty - 1034, // 1748: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty - 916, // 1749: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse - 522, // 1750: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData - 522, // 1751: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData - 128, // 1752: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult - 129, // 1753: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult - 524, // 1754: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries - 1034, // 1755: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty - 1034, // 1756: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty - 1034, // 1757: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty - 1034, // 1758: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty - 295, // 1759: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse - 527, // 1760: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse - 529, // 1761: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse - 1034, // 1762: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty - 1034, // 1763: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty - 1034, // 1764: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty - 541, // 1765: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine - 543, // 1766: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList - 1034, // 1767: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty - 1034, // 1768: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty - 544, // 1769: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList - 546, // 1770: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList - 550, // 1771: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 550, // 1772: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 1034, // 1773: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty - 1034, // 1774: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty - 1034, // 1775: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty - 200, // 1776: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf - 202, // 1777: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList - 1034, // 1778: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 1034, // 1779: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 203, // 1780: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList - 1034, // 1781: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty - 1034, // 1782: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty - 1034, // 1783: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty - 222, // 1784: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch - 224, // 1785: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList - 1034, // 1786: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty - 1034, // 1787: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty - 225, // 1788: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList - 1034, // 1789: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty - 1034, // 1790: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty - 1034, // 1791: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty - 227, // 1792: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack - 229, // 1793: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList - 1034, // 1794: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty - 1034, // 1795: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty - 125, // 1796: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse - 624, // 1797: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse - 626, // 1798: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse - 628, // 1799: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse - 631, // 1800: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse - 630, // 1801: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse - 634, // 1802: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse - 636, // 1803: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse - 1108, // 1804: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse - 1109, // 1805: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse - 1110, // 1806: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse - 1111, // 1807: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse - 1112, // 1808: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse - 1113, // 1809: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse - 1114, // 1810: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse - 1115, // 1811: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse - 1112, // 1812: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse - 1116, // 1813: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse - 1117, // 1814: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse - 1118, // 1815: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse - 1119, // 1816: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse - 1120, // 1817: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse - 1121, // 1818: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse - 1122, // 1819: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse - 1123, // 1820: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse - 1124, // 1821: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse - 1125, // 1822: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse - 1126, // 1823: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse - 1127, // 1824: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse - 1128, // 1825: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse - 1129, // 1826: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse - 1130, // 1827: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse - 1131, // 1828: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse - 1132, // 1829: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse - 1133, // 1830: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse - 1134, // 1831: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse - 1135, // 1832: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse - 1136, // 1833: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse - 1137, // 1834: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse - 1138, // 1835: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse - 1139, // 1836: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse - 1140, // 1837: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse - 1141, // 1838: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse - 1142, // 1839: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse - 1143, // 1840: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse - 1144, // 1841: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse - 1145, // 1842: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse - 1146, // 1843: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse - 1147, // 1844: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse - 1148, // 1845: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse - 1149, // 1846: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse - 655, // 1847: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse - 657, // 1848: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse - 659, // 1849: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse - 660, // 1850: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse - 663, // 1851: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse - 666, // 1852: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse - 673, // 1853: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse - 531, // 1854: forge.Forge.CreateOsImage:output_type -> forge.OsImage - 535, // 1855: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse - 533, // 1856: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse - 531, // 1857: forge.Forge.GetOsImage:output_type -> forge.OsImage - 531, // 1858: forge.Forge.UpdateOsImage:output_type -> forge.OsImage - 260, // 1859: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate - 538, // 1860: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList - 551, // 1861: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse - 1034, // 1862: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty - 558, // 1863: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList - 555, // 1864: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse - 563, // 1865: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse - 566, // 1866: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse - 568, // 1867: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse - 1034, // 1868: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 585, // 1869: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList - 588, // 1870: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList - 590, // 1871: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList - 593, // 1872: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt - 595, // 1873: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse - 1034, // 1874: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 602, // 1875: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse - 601, // 1876: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 601, // 1877: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 604, // 1878: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse - 606, // 1879: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse - 609, // 1880: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse - 611, // 1881: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse - 405, // 1882: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse - 582, // 1883: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse - 393, // 1884: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse - 395, // 1885: forge.Forge.Lockdown:output_type -> forge.LockdownResponse - 1150, // 1886: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus - 399, // 1887: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse - 401, // 1888: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse - 773, // 1889: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse - 775, // 1890: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse - 407, // 1891: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse - 409, // 1892: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse - 572, // 1893: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse - 580, // 1894: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse - 116, // 1895: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus - 122, // 1896: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection - 119, // 1897: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection - 1034, // 1898: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty - 638, // 1899: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse - 640, // 1900: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse - 645, // 1901: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse - 647, // 1902: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse - 648, // 1903: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse - 649, // 1904: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse - 651, // 1905: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse - 675, // 1906: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse - 691, // 1907: forge.Forge.CreateSku:output_type -> forge.SkuIdList - 687, // 1908: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku - 1034, // 1909: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty - 1034, // 1910: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty - 1034, // 1911: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty - 1034, // 1912: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty - 691, // 1913: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList - 690, // 1914: forge.Forge.FindSkusByIds:output_type -> forge.SkuList - 1034, // 1915: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty - 687, // 1916: forge.Forge.ReplaceSku:output_type -> forge.Sku - 375, // 1917: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse - 377, // 1918: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse - 379, // 1919: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse - 1034, // 1920: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty - 1034, // 1921: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty - 697, // 1922: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList - 699, // 1923: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList - 695, // 1924: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface - 695, // 1925: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface - 702, // 1926: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult - 707, // 1927: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse - 707, // 1928: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse - 1034, // 1929: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty - 115, // 1930: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse - 725, // 1931: forge.Forge.FindRackIds:output_type -> forge.RackIdList - 723, // 1932: forge.Forge.FindRacksByIds:output_type -> forge.RackList - 722, // 1933: forge.Forge.GetRack:output_type -> forge.GetRackResponse - 1034, // 1934: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty - 733, // 1935: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse - 740, // 1936: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse - 711, // 1937: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse - 713, // 1938: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse - 715, // 1939: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse - 716, // 1940: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse - 719, // 1941: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse - 777, // 1942: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse - 779, // 1943: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse - 1151, // 1944: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse - 1152, // 1945: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse - 782, // 1946: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse - 784, // 1947: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList - 783, // 1948: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 783, // 1949: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 1034, // 1950: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty - 787, // 1951: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse - 1034, // 1952: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty - 1034, // 1953: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty - 1034, // 1954: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty - 1034, // 1955: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty - 788, // 1956: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList - 789, // 1957: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList - 796, // 1958: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList - 799, // 1959: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList - 801, // 1960: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse - 1034, // 1961: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty - 1034, // 1962: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty - 1034, // 1963: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty - 810, // 1964: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService - 810, // 1965: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService - 814, // 1966: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse - 816, // 1967: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList - 818, // 1968: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList - 820, // 1969: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList - 822, // 1970: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse - 89, // 1971: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse - 1034, // 1972: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty - 94, // 1973: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse - 91, // 1974: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse - 96, // 1975: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse - 101, // 1976: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 101, // 1977: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 1034, // 1978: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty - 104, // 1979: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse - 104, // 1980: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse - 1034, // 1981: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty - 110, // 1982: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse - 111, // 1983: forge.Forge.GetJWKS:output_type -> forge.Jwks - 112, // 1984: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration - 829, // 1985: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage - 832, // 1986: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse - 834, // 1987: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse - 836, // 1988: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse - 1153, // 1989: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse - 1154, // 1990: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse - 1155, // 1991: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse - 1156, // 1992: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse - 1157, // 1993: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse - 1158, // 1994: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse - 1159, // 1995: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse - 1160, // 1996: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse - 1161, // 1997: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse - 1162, // 1998: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse - 1163, // 1999: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse - 1164, // 2000: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse - 1165, // 2001: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse - 1166, // 2002: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse - 1167, // 2003: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse - 758, // 2004: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList - 753, // 2005: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList - 753, // 2006: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList - 769, // 2007: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList - 763, // 2008: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList - 762, // 2009: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition - 771, // 2010: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult - 766, // 2011: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult - 763, // 2012: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList - 850, // 2013: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList - 751, // 2014: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse - 1034, // 2015: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty - 853, // 2016: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse - 856, // 2017: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse - 859, // 2018: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse - 867, // 2019: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse - 865, // 2020: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse - 874, // 2021: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse - 876, // 2022: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse - 880, // 2023: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse - 893, // 2024: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem - 893, // 2025: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem - 893, // 2026: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem - 899, // 2027: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse - 901, // 2028: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList - 903, // 2029: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList - 905, // 2030: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 905, // 2031: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 910, // 2032: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse - 1578, // [1578:2033] is the sub-list for method output_type - 1123, // [1123:1578] is the sub-list for method input_type + 1028, // 1259: forge.Forge.GetSiteExplorerLastRun:input_type -> google.protobuf.Empty + 356, // 1260: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest + 362, // 1261: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest + 362, // 1262: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest + 362, // 1263: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest + 357, // 1264: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest + 358, // 1265: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest + 359, // 1266: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest + 360, // 1267: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest + 1029, // 1268: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter + 1030, // 1269: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest + 1031, // 1270: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter + 1032, // 1271: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest + 1033, // 1272: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter + 1034, // 1273: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest + 366, // 1274: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest + 391, // 1275: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest + 480, // 1276: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest + 483, // 1277: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest + 328, // 1278: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest + 329, // 1279: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest + 330, // 1280: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest + 331, // 1281: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest + 744, // 1282: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest + 487, // 1283: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest + 488, // 1284: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest + 498, // 1285: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest + 499, // 1286: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest + 501, // 1287: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest + 502, // 1288: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest + 956, // 1289: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId + 553, // 1290: forge.Forge.ReportScoutFirmwareUpgradeStatus:input_type -> forge.ScoutFirmwareUpgradeStatusRequest + 508, // 1291: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest + 977, // 1292: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId + 511, // 1293: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride + 977, // 1294: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId + 911, // 1295: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest + 520, // 1296: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest + 521, // 1297: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList + 126, // 1298: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest + 127, // 1299: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest + 1028, // 1300: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty + 523, // 1301: forge.Forge.AddRouteServers:input_type -> forge.RouteServers + 523, // 1302: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers + 523, // 1303: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers + 332, // 1304: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport + 294, // 1305: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest + 526, // 1306: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest + 528, // 1307: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest + 541, // 1308: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine + 542, // 1309: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest + 541, // 1310: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine + 542, // 1311: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest + 1028, // 1312: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty + 543, // 1313: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList + 1028, // 1314: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty + 1028, // 1315: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty + 1028, // 1316: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty + 548, // 1317: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 548, // 1318: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 200, // 1319: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 201, // 1320: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 200, // 1321: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 201, // 1322: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 1028, // 1323: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 202, // 1324: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList + 1028, // 1325: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 1028, // 1326: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty + 222, // 1327: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch + 223, // 1328: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 222, // 1329: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch + 223, // 1330: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 1028, // 1331: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty + 224, // 1332: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList + 1028, // 1333: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty + 1028, // 1334: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty + 227, // 1335: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack + 228, // 1336: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest + 227, // 1337: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack + 228, // 1338: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest + 1028, // 1339: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty + 229, // 1340: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList + 1028, // 1341: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty + 124, // 1342: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest + 623, // 1343: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest + 625, // 1344: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest + 627, // 1345: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest + 632, // 1346: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest + 629, // 1347: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest + 633, // 1348: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest + 635, // 1349: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest + 1035, // 1350: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest + 1036, // 1351: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest + 1037, // 1352: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest + 1038, // 1353: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest + 1039, // 1354: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest + 1040, // 1355: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest + 1041, // 1356: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest + 1042, // 1357: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest + 1043, // 1358: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest + 1044, // 1359: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest + 1045, // 1360: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest + 1046, // 1361: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest + 1047, // 1362: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest + 1048, // 1363: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest + 1049, // 1364: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest + 1050, // 1365: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest + 1051, // 1366: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest + 1052, // 1367: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest + 1053, // 1368: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest + 1054, // 1369: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest + 1055, // 1370: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest + 1056, // 1371: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest + 1057, // 1372: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest + 1058, // 1373: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest + 1059, // 1374: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest + 1060, // 1375: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest + 1061, // 1376: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest + 1062, // 1377: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest + 1063, // 1378: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest + 1064, // 1379: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest + 1065, // 1380: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest + 1066, // 1381: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest + 1067, // 1382: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest + 1068, // 1383: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest + 1069, // 1384: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest + 1070, // 1385: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest + 1071, // 1386: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest + 1072, // 1387: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest + 1073, // 1388: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest + 1074, // 1389: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest + 1075, // 1390: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest + 1076, // 1391: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest + 1077, // 1392: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest + 654, // 1393: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest + 656, // 1394: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest + 658, // 1395: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest + 661, // 1396: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest + 662, // 1397: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest + 668, // 1398: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest + 671, // 1399: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest + 530, // 1400: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes + 534, // 1401: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest + 532, // 1402: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest + 966, // 1403: forge.Forge.GetOsImage:input_type -> common.UUID + 530, // 1404: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes + 536, // 1405: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest + 537, // 1406: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest + 552, // 1407: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest + 557, // 1408: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest + 559, // 1409: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest + 554, // 1410: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest + 562, // 1411: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest + 564, // 1412: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest + 567, // 1413: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest + 569, // 1414: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest + 586, // 1415: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest + 587, // 1416: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter + 589, // 1417: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest + 592, // 1418: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest + 594, // 1419: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest + 570, // 1420: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest + 598, // 1421: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest + 600, // 1422: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest + 599, // 1423: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest + 603, // 1424: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest + 607, // 1425: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest + 608, // 1426: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest + 610, // 1427: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest + 404, // 1428: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest + 581, // 1429: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest + 362, // 1430: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest + 394, // 1431: forge.Forge.Lockdown:input_type -> forge.LockdownRequest + 396, // 1432: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest + 398, // 1433: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest + 400, // 1434: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest + 772, // 1435: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest + 774, // 1436: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest + 406, // 1437: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest + 408, // 1438: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest + 571, // 1439: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest + 579, // 1440: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest + 120, // 1441: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert + 1028, // 1442: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty + 1028, // 1443: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty + 117, // 1444: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId + 637, // 1445: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest + 639, // 1446: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest + 644, // 1447: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest + 646, // 1448: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID + 646, // 1449: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID + 646, // 1450: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID + 650, // 1451: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest + 674, // 1452: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest + 690, // 1453: forge.Forge.CreateSku:input_type -> forge.SkuList + 956, // 1454: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId + 956, // 1455: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId + 688, // 1456: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair + 689, // 1457: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest + 691, // 1458: forge.Forge.DeleteSku:input_type -> forge.SkuIdList + 1028, // 1459: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty + 693, // 1460: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest + 703, // 1461: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest + 687, // 1462: forge.Forge.ReplaceSku:input_type -> forge.Sku + 374, // 1463: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest + 376, // 1464: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest + 378, // 1465: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest + 956, // 1466: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId + 365, // 1467: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest + 1028, // 1468: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty + 698, // 1469: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest + 696, // 1470: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 696, // 1471: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 701, // 1472: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest + 704, // 1473: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest + 705, // 1474: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest + 362, // 1475: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest + 362, // 1476: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest + 724, // 1477: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter + 726, // 1478: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest + 721, // 1479: forge.Forge.GetRack:input_type -> forge.GetRackRequest + 731, // 1480: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest + 732, // 1481: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest + 739, // 1482: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest + 710, // 1483: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest + 712, // 1484: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest + 714, // 1485: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest + 717, // 1486: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest + 718, // 1487: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest + 776, // 1488: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest + 778, // 1489: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest + 1078, // 1490: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest + 1079, // 1491: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest + 781, // 1492: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest + 1028, // 1493: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty + 783, // 1494: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 783, // 1495: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 785, // 1496: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest + 786, // 1497: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest + 791, // 1498: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest + 792, // 1499: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest + 793, // 1500: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest + 794, // 1501: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest + 1028, // 1502: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty + 788, // 1503: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList + 795, // 1504: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest + 797, // 1505: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest + 800, // 1506: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest + 802, // 1507: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest + 804, // 1508: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest + 805, // 1509: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest + 811, // 1510: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest + 812, // 1511: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest + 813, // 1512: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest + 815, // 1513: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter + 817, // 1514: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest + 819, // 1515: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest + 821, // 1516: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest + 92, // 1517: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest + 956, // 1518: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId + 93, // 1519: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest + 956, // 1520: forge.Forge.GetAttestationMachine:input_type -> common.MachineId + 95, // 1521: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest + 97, // 1522: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 100, // 1523: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest + 97, // 1524: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 105, // 1525: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 107, // 1526: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest + 105, // 1527: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 108, // 1528: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest + 113, // 1529: forge.Forge.GetJWKS:input_type -> forge.JwksRequest + 114, // 1530: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest + 828, // 1531: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage + 831, // 1532: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest + 833, // 1533: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest + 835, // 1534: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest + 1080, // 1535: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest + 1081, // 1536: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest + 1082, // 1537: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest + 1083, // 1538: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest + 1084, // 1539: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest + 1085, // 1540: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest + 1086, // 1541: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest + 1087, // 1542: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest + 1088, // 1543: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest + 1089, // 1544: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest + 1090, // 1545: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest + 1091, // 1546: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest + 1092, // 1547: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest + 1093, // 1548: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest + 1094, // 1549: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest + 756, // 1550: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter + 757, // 1551: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest + 145, // 1552: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery + 767, // 1553: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter + 768, // 1554: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest + 764, // 1555: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest + 770, // 1556: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest + 765, // 1557: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest + 145, // 1558: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery + 849, // 1559: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery + 750, // 1560: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest + 852, // 1561: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest + 854, // 1562: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest + 855, // 1563: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest + 857, // 1564: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest + 866, // 1565: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest + 863, // 1566: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest + 873, // 1567: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest + 875, // 1568: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest + 877, // 1569: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest + 894, // 1570: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest + 974, // 1571: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId + 897, // 1572: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest + 898, // 1573: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest + 900, // 1574: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter + 902, // 1575: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest + 904, // 1576: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest + 907, // 1577: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest + 909, // 1578: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest + 131, // 1579: forge.Forge.Version:output_type -> forge.BuildInfo + 1014, // 1580: forge.Forge.CreateDomain:output_type -> dns.Domain + 1014, // 1581: forge.Forge.UpdateDomain:output_type -> dns.Domain + 1095, // 1582: forge.Forge.DeleteDomain:output_type -> dns.DomainDeletionResult + 1096, // 1583: forge.Forge.FindDomain:output_type -> dns.DomainList + 843, // 1584: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy + 843, // 1585: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy + 846, // 1586: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy + 844, // 1587: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy + 148, // 1588: forge.Forge.CreateVpc:output_type -> forge.Vpc + 151, // 1589: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult + 153, // 1590: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult + 155, // 1591: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult + 143, // 1592: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList + 156, // 1593: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList + 882, // 1594: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition + 885, // 1595: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult + 883, // 1596: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList + 887, // 1597: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList + 157, // 1598: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix + 163, // 1599: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList + 164, // 1600: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList + 157, // 1601: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix + 167, // 1602: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult + 169, // 1603: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering + 170, // 1604: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList + 171, // 1605: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList + 176, // 1606: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult + 243, // 1607: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList + 348, // 1608: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList + 235, // 1609: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment + 235, // 1610: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment + 239, // 1611: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult + 348, // 1612: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList + 187, // 1613: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList + 180, // 1614: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList + 179, // 1615: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition + 179, // 1616: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition + 184, // 1617: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult + 180, // 1618: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList + 191, // 1619: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList + 862, // 1620: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList + 191, // 1621: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList + 194, // 1622: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult + 892, // 1623: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse + 1028, // 1624: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty + 211, // 1625: forge.Forge.FindSwitches:output_type -> forge.SwitchList + 861, // 1626: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList + 211, // 1627: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList + 214, // 1628: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult + 890, // 1629: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse + 231, // 1630: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList + 284, // 1631: forge.Forge.AllocateInstance:output_type -> forge.Instance + 257, // 1632: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse + 298, // 1633: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult + 284, // 1634: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance + 284, // 1635: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance + 253, // 1636: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList + 249, // 1637: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList + 249, // 1638: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList + 369, // 1639: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse + 1028, // 1640: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty + 449, // 1641: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1642: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty + 1028, // 1643: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty + 449, // 1644: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1645: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty + 1028, // 1646: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty + 449, // 1647: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1648: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty + 1028, // 1649: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty + 449, // 1650: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1651: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty + 1028, // 1652: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty + 449, // 1653: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1654: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 1028, // 1655: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 449, // 1656: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse + 1028, // 1657: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty + 1028, // 1658: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty + 388, // 1659: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse + 390, // 1660: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse + 1097, // 1661: forge.Forge.LookupRecord:output_type -> dns.DnsResourceRecordLookupResponse + 1098, // 1662: forge.Forge.GetAllDomains:output_type -> dns.GetAllDomainsResponse + 1099, // 1663: forge.Forge.GetAllDomainMetadata:output_type -> dns.DomainMetadataResponse + 248, // 1664: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult + 415, // 1665: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse + 422, // 1666: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult + 421, // 1667: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult + 423, // 1668: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse + 424, // 1669: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult + 426, // 1670: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult + 347, // 1671: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord + 346, // 1672: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse + 317, // 1673: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse + 319, // 1674: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse + 322, // 1675: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse + 312, // 1676: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList + 1028, // 1677: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty + 490, // 1678: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse + 1015, // 1679: forge.Forge.FindMachineIds:output_type -> common.MachineIdList + 313, // 1680: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList + 302, // 1681: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories + 305, // 1682: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories + 218, // 1683: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories + 218, // 1684: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories + 218, // 1685: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories + 218, // 1686: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories + 218, // 1687: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories + 311, // 1688: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList + 310, // 1689: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList + 513, // 1690: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList + 517, // 1691: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs + 516, // 1692: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp + 514, // 1693: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList + 492, // 1694: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse + 495, // 1695: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse + 497, // 1696: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse + 411, // 1697: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse + 413, // 1698: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse + 428, // 1699: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions + 432, // 1700: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions + 134, // 1701: forge.Forge.Echo:output_type -> forge.EchoResponse + 459, // 1702: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse + 463, // 1703: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse + 461, // 1704: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse + 469, // 1705: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse + 476, // 1706: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList + 470, // 1707: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList + 472, // 1708: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse + 474, // 1709: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse + 479, // 1710: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse + 353, // 1711: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse + 353, // 1712: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse + 386, // 1713: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse + 1100, // 1714: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport + 1101, // 1715: forge.Forge.GetSiteExplorerLastRun:output_type -> site_explorer.SiteExplorerLastRunResponse + 1028, // 1716: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty + 596, // 1717: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse + 597, // 1718: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse + 1016, // 1719: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport + 1028, // 1720: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty + 1102, // 1721: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint + 361, // 1722: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse + 1028, // 1723: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty + 1103, // 1724: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList + 1104, // 1725: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList + 1105, // 1726: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList + 1106, // 1727: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList + 1107, // 1728: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList + 1108, // 1729: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList + 1028, // 1730: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty + 392, // 1731: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse + 481, // 1732: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools + 484, // 1733: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse + 1028, // 1734: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty + 1028, // 1735: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty + 1028, // 1736: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty + 1028, // 1737: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty + 1028, // 1738: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty + 1028, // 1739: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty + 1028, // 1740: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty + 1028, // 1741: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty + 500, // 1742: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse + 1028, // 1743: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty + 503, // 1744: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse + 1028, // 1745: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty + 1028, // 1746: forge.Forge.ReportScoutFirmwareUpgradeStatus:output_type -> google.protobuf.Empty + 509, // 1747: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse + 511, // 1748: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride + 1028, // 1749: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty + 1028, // 1750: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty + 916, // 1751: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse + 522, // 1752: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData + 522, // 1753: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData + 128, // 1754: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult + 129, // 1755: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult + 524, // 1756: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries + 1028, // 1757: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty + 1028, // 1758: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty + 1028, // 1759: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty + 1028, // 1760: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty + 295, // 1761: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse + 527, // 1762: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse + 529, // 1763: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse + 1028, // 1764: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty + 1028, // 1765: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty + 1028, // 1766: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty + 541, // 1767: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine + 543, // 1768: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList + 1028, // 1769: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty + 1028, // 1770: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty + 544, // 1771: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList + 546, // 1772: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList + 550, // 1773: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 550, // 1774: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 1028, // 1775: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty + 1028, // 1776: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty + 1028, // 1777: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty + 200, // 1778: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf + 202, // 1779: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList + 1028, // 1780: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 1028, // 1781: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 203, // 1782: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList + 1028, // 1783: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty + 1028, // 1784: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty + 1028, // 1785: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty + 222, // 1786: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch + 224, // 1787: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList + 1028, // 1788: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty + 1028, // 1789: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty + 225, // 1790: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList + 1028, // 1791: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty + 1028, // 1792: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty + 1028, // 1793: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty + 227, // 1794: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack + 229, // 1795: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList + 1028, // 1796: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty + 1028, // 1797: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty + 125, // 1798: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse + 624, // 1799: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse + 626, // 1800: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse + 628, // 1801: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse + 631, // 1802: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse + 630, // 1803: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse + 634, // 1804: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse + 636, // 1805: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse + 1109, // 1806: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse + 1110, // 1807: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse + 1111, // 1808: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse + 1112, // 1809: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse + 1113, // 1810: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse + 1114, // 1811: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse + 1115, // 1812: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse + 1116, // 1813: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse + 1113, // 1814: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse + 1117, // 1815: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse + 1118, // 1816: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse + 1119, // 1817: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse + 1120, // 1818: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse + 1121, // 1819: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse + 1122, // 1820: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse + 1123, // 1821: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse + 1124, // 1822: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse + 1125, // 1823: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse + 1126, // 1824: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse + 1127, // 1825: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse + 1128, // 1826: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse + 1129, // 1827: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse + 1130, // 1828: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse + 1131, // 1829: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse + 1132, // 1830: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse + 1133, // 1831: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse + 1134, // 1832: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse + 1135, // 1833: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse + 1136, // 1834: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse + 1137, // 1835: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse + 1138, // 1836: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse + 1139, // 1837: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse + 1140, // 1838: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse + 1141, // 1839: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse + 1142, // 1840: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse + 1143, // 1841: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse + 1144, // 1842: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse + 1145, // 1843: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse + 1146, // 1844: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse + 1147, // 1845: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse + 1148, // 1846: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse + 1149, // 1847: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse + 1150, // 1848: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse + 655, // 1849: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse + 657, // 1850: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse + 659, // 1851: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse + 660, // 1852: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse + 663, // 1853: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse + 666, // 1854: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse + 673, // 1855: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse + 531, // 1856: forge.Forge.CreateOsImage:output_type -> forge.OsImage + 535, // 1857: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse + 533, // 1858: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse + 531, // 1859: forge.Forge.GetOsImage:output_type -> forge.OsImage + 531, // 1860: forge.Forge.UpdateOsImage:output_type -> forge.OsImage + 260, // 1861: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate + 538, // 1862: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList + 551, // 1863: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse + 1028, // 1864: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty + 558, // 1865: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList + 555, // 1866: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse + 563, // 1867: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse + 566, // 1868: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse + 568, // 1869: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse + 1028, // 1870: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 585, // 1871: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList + 588, // 1872: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList + 590, // 1873: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList + 593, // 1874: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt + 595, // 1875: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse + 1028, // 1876: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 602, // 1877: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse + 601, // 1878: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 601, // 1879: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 604, // 1880: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse + 606, // 1881: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse + 609, // 1882: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse + 611, // 1883: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse + 405, // 1884: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse + 582, // 1885: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse + 393, // 1886: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse + 395, // 1887: forge.Forge.Lockdown:output_type -> forge.LockdownResponse + 1151, // 1888: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus + 399, // 1889: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse + 401, // 1890: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse + 773, // 1891: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse + 775, // 1892: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse + 407, // 1893: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse + 409, // 1894: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse + 572, // 1895: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse + 580, // 1896: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse + 116, // 1897: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus + 122, // 1898: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection + 119, // 1899: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection + 1028, // 1900: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty + 638, // 1901: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse + 640, // 1902: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse + 645, // 1903: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse + 647, // 1904: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse + 648, // 1905: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse + 649, // 1906: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse + 651, // 1907: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse + 675, // 1908: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse + 691, // 1909: forge.Forge.CreateSku:output_type -> forge.SkuIdList + 687, // 1910: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku + 1028, // 1911: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty + 1028, // 1912: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty + 1028, // 1913: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty + 1028, // 1914: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty + 691, // 1915: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList + 690, // 1916: forge.Forge.FindSkusByIds:output_type -> forge.SkuList + 1028, // 1917: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty + 687, // 1918: forge.Forge.ReplaceSku:output_type -> forge.Sku + 375, // 1919: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse + 377, // 1920: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse + 379, // 1921: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse + 1028, // 1922: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty + 1028, // 1923: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty + 697, // 1924: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList + 699, // 1925: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList + 695, // 1926: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface + 695, // 1927: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface + 702, // 1928: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult + 707, // 1929: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse + 707, // 1930: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse + 1028, // 1931: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty + 115, // 1932: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse + 725, // 1933: forge.Forge.FindRackIds:output_type -> forge.RackIdList + 723, // 1934: forge.Forge.FindRacksByIds:output_type -> forge.RackList + 722, // 1935: forge.Forge.GetRack:output_type -> forge.GetRackResponse + 1028, // 1936: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty + 733, // 1937: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse + 740, // 1938: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse + 711, // 1939: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse + 713, // 1940: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse + 715, // 1941: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse + 716, // 1942: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse + 719, // 1943: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse + 777, // 1944: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse + 779, // 1945: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse + 1152, // 1946: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse + 1153, // 1947: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse + 782, // 1948: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse + 784, // 1949: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList + 783, // 1950: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 783, // 1951: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 1028, // 1952: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty + 787, // 1953: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse + 1028, // 1954: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty + 1028, // 1955: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty + 1028, // 1956: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty + 1028, // 1957: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty + 788, // 1958: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList + 789, // 1959: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList + 796, // 1960: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList + 799, // 1961: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList + 801, // 1962: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse + 1028, // 1963: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty + 1028, // 1964: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty + 1028, // 1965: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty + 810, // 1966: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService + 810, // 1967: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService + 814, // 1968: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse + 816, // 1969: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList + 818, // 1970: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList + 820, // 1971: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList + 822, // 1972: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse + 89, // 1973: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse + 1028, // 1974: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty + 94, // 1975: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse + 91, // 1976: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse + 96, // 1977: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse + 101, // 1978: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 101, // 1979: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 1028, // 1980: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty + 104, // 1981: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse + 104, // 1982: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse + 1028, // 1983: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty + 110, // 1984: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse + 111, // 1985: forge.Forge.GetJWKS:output_type -> forge.Jwks + 112, // 1986: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration + 829, // 1987: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage + 832, // 1988: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse + 834, // 1989: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse + 836, // 1990: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse + 1154, // 1991: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse + 1155, // 1992: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse + 1156, // 1993: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse + 1157, // 1994: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse + 1158, // 1995: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse + 1159, // 1996: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse + 1160, // 1997: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse + 1161, // 1998: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse + 1162, // 1999: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse + 1163, // 2000: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse + 1164, // 2001: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse + 1165, // 2002: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse + 1166, // 2003: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse + 1167, // 2004: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse + 1168, // 2005: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse + 758, // 2006: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList + 753, // 2007: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList + 753, // 2008: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList + 769, // 2009: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList + 763, // 2010: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList + 762, // 2011: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition + 771, // 2012: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult + 766, // 2013: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult + 763, // 2014: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList + 850, // 2015: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList + 751, // 2016: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse + 1028, // 2017: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty + 853, // 2018: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse + 856, // 2019: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse + 859, // 2020: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse + 867, // 2021: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse + 865, // 2022: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse + 874, // 2023: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse + 876, // 2024: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse + 880, // 2025: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse + 893, // 2026: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem + 893, // 2027: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem + 893, // 2028: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem + 899, // 2029: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse + 901, // 2030: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList + 903, // 2031: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList + 905, // 2032: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 905, // 2033: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 910, // 2034: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse + 1579, // [1579:2035] is the sub-list for method output_type + 1123, // [1123:1579] is the sub-list for method input_type 1123, // [1123:1123] is the sub-list for extension type_name 1123, // [1123:1123] is the sub-list for extension extendee 0, // [0:1123] is the sub-list for field type_name diff --git a/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico_grpc.pb.go b/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico_grpc.pb.go index c84cbdacd5..9a7a5f5e0e 100644 --- a/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico_grpc.pb.go +++ b/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico_grpc.pb.go @@ -159,6 +159,7 @@ const ( Forge_GetSwitchNvosCredentials_FullMethodName = "/forge.Forge/GetSwitchNvosCredentials" Forge_GetAllManagedHostNetworkStatus_FullMethodName = "/forge.Forge/GetAllManagedHostNetworkStatus" Forge_GetSiteExplorationReport_FullMethodName = "/forge.Forge/GetSiteExplorationReport" + Forge_GetSiteExplorerLastRun_FullMethodName = "/forge.Forge/GetSiteExplorerLastRun" Forge_ClearSiteExplorationError_FullMethodName = "/forge.Forge/ClearSiteExplorationError" Forge_IsBmcInManagedHost_FullMethodName = "/forge.Forge/IsBmcInManagedHost" Forge_BmcCredentialStatus_FullMethodName = "/forge.Forge/BmcCredentialStatus" @@ -701,6 +702,8 @@ type ForgeClient interface { // Gets the latest Site Exploration report // DEPRECATED: use FindExploredEndpointIds, FindExploredEndpointsByIds and FindExploredManagedHostIds, FindExploredManagedHostsByIds instead GetSiteExplorationReport(ctx context.Context, in *GetSiteExplorationRequest, opts ...grpc.CallOption) (*SiteExplorationReport, error) + // Gets metadata about the latest Site Explorer run without fetching endpoint rows. + GetSiteExplorerLastRun(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SiteExplorerLastRunResponse, error) // Clear the last known error for the BMC ClearSiteExplorationError(ctx context.Context, in *ClearSiteExplorationErrorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // IsBmcInManagedHost returns true if a Host+DPU pair that includes the endpoint has been identified @@ -2645,6 +2648,16 @@ func (c *forgeClient) GetSiteExplorationReport(ctx context.Context, in *GetSiteE return out, nil } +func (c *forgeClient) GetSiteExplorerLastRun(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SiteExplorerLastRunResponse, error) { + cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) + out := new(SiteExplorerLastRunResponse) + err := c.cc.Invoke(ctx, Forge_GetSiteExplorerLastRun_FullMethodName, in, out, cOpts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *forgeClient) ClearSiteExplorationError(ctx context.Context, in *ClearSiteExplorationErrorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) { cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) out := new(emptypb.Empty) @@ -6059,6 +6072,8 @@ type ForgeServer interface { // Gets the latest Site Exploration report // DEPRECATED: use FindExploredEndpointIds, FindExploredEndpointsByIds and FindExploredManagedHostIds, FindExploredManagedHostsByIds instead GetSiteExplorationReport(context.Context, *GetSiteExplorationRequest) (*SiteExplorationReport, error) + // Gets metadata about the latest Site Explorer run without fetching endpoint rows. + GetSiteExplorerLastRun(context.Context, *emptypb.Empty) (*SiteExplorerLastRunResponse, error) // Clear the last known error for the BMC ClearSiteExplorationError(context.Context, *ClearSiteExplorationErrorRequest) (*emptypb.Empty, error) // IsBmcInManagedHost returns true if a Host+DPU pair that includes the endpoint has been identified @@ -7043,6 +7058,9 @@ func (UnimplementedForgeServer) GetAllManagedHostNetworkStatus(context.Context, func (UnimplementedForgeServer) GetSiteExplorationReport(context.Context, *GetSiteExplorationRequest) (*SiteExplorationReport, error) { return nil, status.Error(codes.Unimplemented, "method GetSiteExplorationReport not implemented") } +func (UnimplementedForgeServer) GetSiteExplorerLastRun(context.Context, *emptypb.Empty) (*SiteExplorerLastRunResponse, error) { + return nil, status.Error(codes.Unimplemented, "method GetSiteExplorerLastRun not implemented") +} func (UnimplementedForgeServer) ClearSiteExplorationError(context.Context, *ClearSiteExplorationErrorRequest) (*emptypb.Empty, error) { return nil, status.Error(codes.Unimplemented, "method ClearSiteExplorationError not implemented") } @@ -10468,6 +10486,24 @@ func _Forge_GetSiteExplorationReport_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _Forge_GetSiteExplorerLastRun_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(emptypb.Empty) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ForgeServer).GetSiteExplorerLastRun(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: Forge_GetSiteExplorerLastRun_FullMethodName, + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ForgeServer).GetSiteExplorerLastRun(ctx, req.(*emptypb.Empty)) + } + return interceptor(ctx, in, info, handler) +} + func _Forge_ClearSiteExplorationError_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ClearSiteExplorationErrorRequest) if err := dec(in); err != nil { @@ -16750,6 +16786,10 @@ var Forge_ServiceDesc = grpc.ServiceDesc{ MethodName: "GetSiteExplorationReport", Handler: _Forge_GetSiteExplorationReport_Handler, }, + { + MethodName: "GetSiteExplorerLastRun", + Handler: _Forge_GetSiteExplorerLastRun_Handler, + }, { MethodName: "ClearSiteExplorationError", Handler: _Forge_ClearSiteExplorationError_Handler, diff --git a/rest-api/workflow-schema/schema/site-agent/workflows/v1/site_explorer_nico.pb.go b/rest-api/workflow-schema/schema/site-agent/workflows/v1/site_explorer_nico.pb.go index c9efa27e92..4de8a9205a 100644 --- a/rest-api/workflow-schema/schema/site-agent/workflows/v1/site_explorer_nico.pb.go +++ b/rest-api/workflow-schema/schema/site-agent/workflows/v1/site_explorer_nico.pb.go @@ -654,7 +654,9 @@ type SiteExplorationReport struct { // The endpoints that had been explored Endpoints []*ExploredEndpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"` // The managed-hosts which have been explored - ManagedHosts []*ExploredManagedHost `protobuf:"bytes,2,rep,name=managed_hosts,json=managedHosts,proto3" json:"managed_hosts,omitempty"` + ManagedHosts []*ExploredManagedHost `protobuf:"bytes,2,rep,name=managed_hosts,json=managedHosts,proto3" json:"managed_hosts,omitempty"` + // Metadata about the latest site explorer run + LastRun *SiteExplorerLastRun `protobuf:"bytes,3,opt,name=last_run,json=lastRun,proto3,oneof" json:"last_run,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -703,6 +705,184 @@ func (x *SiteExplorationReport) GetManagedHosts() []*ExploredManagedHost { return nil } +func (x *SiteExplorationReport) GetLastRun() *SiteExplorerLastRun { + if x != nil { + return x.LastRun + } + return nil +} + +type SiteExplorerLastRunResponse struct { + state protoimpl.MessageState `protogen:"open.v1"` + // Metadata about the latest site explorer run, if site explorer has run + LastRun *SiteExplorerLastRun `protobuf:"bytes,1,opt,name=last_run,json=lastRun,proto3,oneof" json:"last_run,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *SiteExplorerLastRunResponse) Reset() { + *x = SiteExplorerLastRunResponse{} + mi := &file_site_explorer_nico_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *SiteExplorerLastRunResponse) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SiteExplorerLastRunResponse) ProtoMessage() {} + +func (x *SiteExplorerLastRunResponse) ProtoReflect() protoreflect.Message { + mi := &file_site_explorer_nico_proto_msgTypes[5] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use SiteExplorerLastRunResponse.ProtoReflect.Descriptor instead. +func (*SiteExplorerLastRunResponse) Descriptor() ([]byte, []int) { + return file_site_explorer_nico_proto_rawDescGZIP(), []int{5} +} + +func (x *SiteExplorerLastRunResponse) GetLastRun() *SiteExplorerLastRun { + if x != nil { + return x.LastRun + } + return nil +} + +type SiteExplorerLastRun struct { + state protoimpl.MessageState `protogen:"open.v1"` + // When the run started + StartedAt string `protobuf:"bytes,1,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` + // When the run finished + FinishedAt string `protobuf:"bytes,2,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"` + // Whether the run completed successfully + Success bool `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"` + // Error string for a failed run + Error *string `protobuf:"bytes,4,opt,name=error,proto3,oneof" json:"error,omitempty"` + // Number of endpoint exploration attempts made during the run + EndpointExplorations int64 `protobuf:"varint,5,opt,name=endpoint_explorations,json=endpointExplorations,proto3" json:"endpoint_explorations,omitempty"` + // Number of successful endpoint explorations during the run + EndpointExplorationsSuccess int64 `protobuf:"varint,6,opt,name=endpoint_explorations_success,json=endpointExplorationsSuccess,proto3" json:"endpoint_explorations_success,omitempty"` + // Number of endpoint exploration errors during the run + EndpointExplorationsFailed int64 `protobuf:"varint,7,opt,name=endpoint_explorations_failed,json=endpointExplorationsFailed,proto3" json:"endpoint_explorations_failed,omitempty"` + // Failure category for a failed run + FailureCategory *string `protobuf:"bytes,8,opt,name=failure_category,json=failureCategory,proto3,oneof" json:"failure_category,omitempty"` + // When the most recent successful run finished + LastSuccessfulFinishedAt *string `protobuf:"bytes,9,opt,name=last_successful_finished_at,json=lastSuccessfulFinishedAt,proto3,oneof" json:"last_successful_finished_at,omitempty"` + // When the most recent failed run finished + LastFailedFinishedAt *string `protobuf:"bytes,10,opt,name=last_failed_finished_at,json=lastFailedFinishedAt,proto3,oneof" json:"last_failed_finished_at,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *SiteExplorerLastRun) Reset() { + *x = SiteExplorerLastRun{} + mi := &file_site_explorer_nico_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *SiteExplorerLastRun) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*SiteExplorerLastRun) ProtoMessage() {} + +func (x *SiteExplorerLastRun) ProtoReflect() protoreflect.Message { + mi := &file_site_explorer_nico_proto_msgTypes[6] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use SiteExplorerLastRun.ProtoReflect.Descriptor instead. +func (*SiteExplorerLastRun) Descriptor() ([]byte, []int) { + return file_site_explorer_nico_proto_rawDescGZIP(), []int{6} +} + +func (x *SiteExplorerLastRun) GetStartedAt() string { + if x != nil { + return x.StartedAt + } + return "" +} + +func (x *SiteExplorerLastRun) GetFinishedAt() string { + if x != nil { + return x.FinishedAt + } + return "" +} + +func (x *SiteExplorerLastRun) GetSuccess() bool { + if x != nil { + return x.Success + } + return false +} + +func (x *SiteExplorerLastRun) GetError() string { + if x != nil && x.Error != nil { + return *x.Error + } + return "" +} + +func (x *SiteExplorerLastRun) GetEndpointExplorations() int64 { + if x != nil { + return x.EndpointExplorations + } + return 0 +} + +func (x *SiteExplorerLastRun) GetEndpointExplorationsSuccess() int64 { + if x != nil { + return x.EndpointExplorationsSuccess + } + return 0 +} + +func (x *SiteExplorerLastRun) GetEndpointExplorationsFailed() int64 { + if x != nil { + return x.EndpointExplorationsFailed + } + return 0 +} + +func (x *SiteExplorerLastRun) GetFailureCategory() string { + if x != nil && x.FailureCategory != nil { + return *x.FailureCategory + } + return "" +} + +func (x *SiteExplorerLastRun) GetLastSuccessfulFinishedAt() string { + if x != nil && x.LastSuccessfulFinishedAt != nil { + return *x.LastSuccessfulFinishedAt + } + return "" +} + +func (x *SiteExplorerLastRun) GetLastFailedFinishedAt() string { + if x != nil && x.LastFailedFinishedAt != nil { + return *x.LastFailedFinishedAt + } + return "" +} + type ExploredEndpointSearchFilter struct { state protoimpl.MessageState `protogen:"open.v1"` unknownFields protoimpl.UnknownFields @@ -711,7 +891,7 @@ type ExploredEndpointSearchFilter struct { func (x *ExploredEndpointSearchFilter) Reset() { *x = ExploredEndpointSearchFilter{} - mi := &file_site_explorer_nico_proto_msgTypes[5] + mi := &file_site_explorer_nico_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -723,7 +903,7 @@ func (x *ExploredEndpointSearchFilter) String() string { func (*ExploredEndpointSearchFilter) ProtoMessage() {} func (x *ExploredEndpointSearchFilter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[5] + mi := &file_site_explorer_nico_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -736,7 +916,7 @@ func (x *ExploredEndpointSearchFilter) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointSearchFilter.ProtoReflect.Descriptor instead. func (*ExploredEndpointSearchFilter) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{5} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{7} } type ExploredEndpointIdList struct { @@ -749,7 +929,7 @@ type ExploredEndpointIdList struct { func (x *ExploredEndpointIdList) Reset() { *x = ExploredEndpointIdList{} - mi := &file_site_explorer_nico_proto_msgTypes[6] + mi := &file_site_explorer_nico_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -761,7 +941,7 @@ func (x *ExploredEndpointIdList) String() string { func (*ExploredEndpointIdList) ProtoMessage() {} func (x *ExploredEndpointIdList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[6] + mi := &file_site_explorer_nico_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -774,7 +954,7 @@ func (x *ExploredEndpointIdList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointIdList.ProtoReflect.Descriptor instead. func (*ExploredEndpointIdList) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{6} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{8} } func (x *ExploredEndpointIdList) GetEndpointIds() []string { @@ -794,7 +974,7 @@ type ExploredEndpointsByIdsRequest struct { func (x *ExploredEndpointsByIdsRequest) Reset() { *x = ExploredEndpointsByIdsRequest{} - mi := &file_site_explorer_nico_proto_msgTypes[7] + mi := &file_site_explorer_nico_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -806,7 +986,7 @@ func (x *ExploredEndpointsByIdsRequest) String() string { func (*ExploredEndpointsByIdsRequest) ProtoMessage() {} func (x *ExploredEndpointsByIdsRequest) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[7] + mi := &file_site_explorer_nico_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -819,7 +999,7 @@ func (x *ExploredEndpointsByIdsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointsByIdsRequest.ProtoReflect.Descriptor instead. func (*ExploredEndpointsByIdsRequest) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{7} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{9} } func (x *ExploredEndpointsByIdsRequest) GetEndpointIds() []string { @@ -838,7 +1018,7 @@ type ExploredEndpointList struct { func (x *ExploredEndpointList) Reset() { *x = ExploredEndpointList{} - mi := &file_site_explorer_nico_proto_msgTypes[8] + mi := &file_site_explorer_nico_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -850,7 +1030,7 @@ func (x *ExploredEndpointList) String() string { func (*ExploredEndpointList) ProtoMessage() {} func (x *ExploredEndpointList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[8] + mi := &file_site_explorer_nico_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -863,7 +1043,7 @@ func (x *ExploredEndpointList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredEndpointList.ProtoReflect.Descriptor instead. func (*ExploredEndpointList) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{8} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{10} } func (x *ExploredEndpointList) GetEndpoints() []*ExploredEndpoint { @@ -881,7 +1061,7 @@ type ExploredManagedHostSearchFilter struct { func (x *ExploredManagedHostSearchFilter) Reset() { *x = ExploredManagedHostSearchFilter{} - mi := &file_site_explorer_nico_proto_msgTypes[9] + mi := &file_site_explorer_nico_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -893,7 +1073,7 @@ func (x *ExploredManagedHostSearchFilter) String() string { func (*ExploredManagedHostSearchFilter) ProtoMessage() {} func (x *ExploredManagedHostSearchFilter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[9] + mi := &file_site_explorer_nico_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -906,7 +1086,7 @@ func (x *ExploredManagedHostSearchFilter) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostSearchFilter.ProtoReflect.Descriptor instead. func (*ExploredManagedHostSearchFilter) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{9} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{11} } type ExploredManagedHostIdList struct { @@ -919,7 +1099,7 @@ type ExploredManagedHostIdList struct { func (x *ExploredManagedHostIdList) Reset() { *x = ExploredManagedHostIdList{} - mi := &file_site_explorer_nico_proto_msgTypes[10] + mi := &file_site_explorer_nico_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -931,7 +1111,7 @@ func (x *ExploredManagedHostIdList) String() string { func (*ExploredManagedHostIdList) ProtoMessage() {} func (x *ExploredManagedHostIdList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[10] + mi := &file_site_explorer_nico_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -944,7 +1124,7 @@ func (x *ExploredManagedHostIdList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostIdList.ProtoReflect.Descriptor instead. func (*ExploredManagedHostIdList) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{10} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{12} } func (x *ExploredManagedHostIdList) GetHostIds() []string { @@ -964,7 +1144,7 @@ type ExploredManagedHostsByIdsRequest struct { func (x *ExploredManagedHostsByIdsRequest) Reset() { *x = ExploredManagedHostsByIdsRequest{} - mi := &file_site_explorer_nico_proto_msgTypes[11] + mi := &file_site_explorer_nico_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -976,7 +1156,7 @@ func (x *ExploredManagedHostsByIdsRequest) String() string { func (*ExploredManagedHostsByIdsRequest) ProtoMessage() {} func (x *ExploredManagedHostsByIdsRequest) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[11] + mi := &file_site_explorer_nico_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -989,7 +1169,7 @@ func (x *ExploredManagedHostsByIdsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostsByIdsRequest.ProtoReflect.Descriptor instead. func (*ExploredManagedHostsByIdsRequest) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{11} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{13} } func (x *ExploredManagedHostsByIdsRequest) GetHostIds() []string { @@ -1008,7 +1188,7 @@ type ExploredManagedHostList struct { func (x *ExploredManagedHostList) Reset() { *x = ExploredManagedHostList{} - mi := &file_site_explorer_nico_proto_msgTypes[12] + mi := &file_site_explorer_nico_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1020,7 +1200,7 @@ func (x *ExploredManagedHostList) String() string { func (*ExploredManagedHostList) ProtoMessage() {} func (x *ExploredManagedHostList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[12] + mi := &file_site_explorer_nico_proto_msgTypes[14] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1033,7 +1213,7 @@ func (x *ExploredManagedHostList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredManagedHostList.ProtoReflect.Descriptor instead. func (*ExploredManagedHostList) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{12} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{14} } func (x *ExploredManagedHostList) GetManagedHosts() []*ExploredManagedHost { @@ -1078,7 +1258,7 @@ type ExploredMlxDevice struct { func (x *ExploredMlxDevice) Reset() { *x = ExploredMlxDevice{} - mi := &file_site_explorer_nico_proto_msgTypes[13] + mi := &file_site_explorer_nico_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1090,7 +1270,7 @@ func (x *ExploredMlxDevice) String() string { func (*ExploredMlxDevice) ProtoMessage() {} func (x *ExploredMlxDevice) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[13] + mi := &file_site_explorer_nico_proto_msgTypes[15] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1103,7 +1283,7 @@ func (x *ExploredMlxDevice) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDevice.ProtoReflect.Descriptor instead. func (*ExploredMlxDevice) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{13} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{15} } func (x *ExploredMlxDevice) GetHostBmcIp() string { @@ -1185,7 +1365,7 @@ type ExploredMlxDeviceList struct { func (x *ExploredMlxDeviceList) Reset() { *x = ExploredMlxDeviceList{} - mi := &file_site_explorer_nico_proto_msgTypes[14] + mi := &file_site_explorer_nico_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1197,7 +1377,7 @@ func (x *ExploredMlxDeviceList) String() string { func (*ExploredMlxDeviceList) ProtoMessage() {} func (x *ExploredMlxDeviceList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[14] + mi := &file_site_explorer_nico_proto_msgTypes[16] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1210,7 +1390,7 @@ func (x *ExploredMlxDeviceList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDeviceList.ProtoReflect.Descriptor instead. func (*ExploredMlxDeviceList) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{14} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{16} } func (x *ExploredMlxDeviceList) GetDevices() []*ExploredMlxDevice { @@ -1230,7 +1410,7 @@ type ExploredMlxDeviceHostSearchFilter struct { func (x *ExploredMlxDeviceHostSearchFilter) Reset() { *x = ExploredMlxDeviceHostSearchFilter{} - mi := &file_site_explorer_nico_proto_msgTypes[15] + mi := &file_site_explorer_nico_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1242,7 +1422,7 @@ func (x *ExploredMlxDeviceHostSearchFilter) String() string { func (*ExploredMlxDeviceHostSearchFilter) ProtoMessage() {} func (x *ExploredMlxDeviceHostSearchFilter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[15] + mi := &file_site_explorer_nico_proto_msgTypes[17] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1255,7 +1435,7 @@ func (x *ExploredMlxDeviceHostSearchFilter) ProtoReflect() protoreflect.Message // Deprecated: Use ExploredMlxDeviceHostSearchFilter.ProtoReflect.Descriptor instead. func (*ExploredMlxDeviceHostSearchFilter) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{15} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{17} } type ExploredMlxDeviceHostIdList struct { @@ -1268,7 +1448,7 @@ type ExploredMlxDeviceHostIdList struct { func (x *ExploredMlxDeviceHostIdList) Reset() { *x = ExploredMlxDeviceHostIdList{} - mi := &file_site_explorer_nico_proto_msgTypes[16] + mi := &file_site_explorer_nico_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1280,7 +1460,7 @@ func (x *ExploredMlxDeviceHostIdList) String() string { func (*ExploredMlxDeviceHostIdList) ProtoMessage() {} func (x *ExploredMlxDeviceHostIdList) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[16] + mi := &file_site_explorer_nico_proto_msgTypes[18] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1293,7 +1473,7 @@ func (x *ExploredMlxDeviceHostIdList) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDeviceHostIdList.ProtoReflect.Descriptor instead. func (*ExploredMlxDeviceHostIdList) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{16} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{18} } func (x *ExploredMlxDeviceHostIdList) GetHostIds() []string { @@ -1313,7 +1493,7 @@ type ExploredMlxDevicesByIdsRequest struct { func (x *ExploredMlxDevicesByIdsRequest) Reset() { *x = ExploredMlxDevicesByIdsRequest{} - mi := &file_site_explorer_nico_proto_msgTypes[17] + mi := &file_site_explorer_nico_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1325,7 +1505,7 @@ func (x *ExploredMlxDevicesByIdsRequest) String() string { func (*ExploredMlxDevicesByIdsRequest) ProtoMessage() {} func (x *ExploredMlxDevicesByIdsRequest) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[17] + mi := &file_site_explorer_nico_proto_msgTypes[19] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1338,7 +1518,7 @@ func (x *ExploredMlxDevicesByIdsRequest) ProtoReflect() protoreflect.Message { // Deprecated: Use ExploredMlxDevicesByIdsRequest.ProtoReflect.Descriptor instead. func (*ExploredMlxDevicesByIdsRequest) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{17} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{19} } func (x *ExploredMlxDevicesByIdsRequest) GetHostIds() []string { @@ -1357,7 +1537,7 @@ type ComputerSystemAttributes struct { func (x *ComputerSystemAttributes) Reset() { *x = ComputerSystemAttributes{} - mi := &file_site_explorer_nico_proto_msgTypes[18] + mi := &file_site_explorer_nico_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1369,7 +1549,7 @@ func (x *ComputerSystemAttributes) String() string { func (*ComputerSystemAttributes) ProtoMessage() {} func (x *ComputerSystemAttributes) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[18] + mi := &file_site_explorer_nico_proto_msgTypes[20] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1382,7 +1562,7 @@ func (x *ComputerSystemAttributes) ProtoReflect() protoreflect.Message { // Deprecated: Use ComputerSystemAttributes.ProtoReflect.Descriptor instead. func (*ComputerSystemAttributes) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{18} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{20} } func (x *ComputerSystemAttributes) GetNicMode() NicMode { @@ -1410,7 +1590,7 @@ type ComputerSystem struct { func (x *ComputerSystem) Reset() { *x = ComputerSystem{} - mi := &file_site_explorer_nico_proto_msgTypes[19] + mi := &file_site_explorer_nico_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1422,7 +1602,7 @@ func (x *ComputerSystem) String() string { func (*ComputerSystem) ProtoMessage() {} func (x *ComputerSystem) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[19] + mi := &file_site_explorer_nico_proto_msgTypes[21] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1435,7 +1615,7 @@ func (x *ComputerSystem) ProtoReflect() protoreflect.Message { // Deprecated: Use ComputerSystem.ProtoReflect.Descriptor instead. func (*ComputerSystem) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{19} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{21} } func (x *ComputerSystem) GetId() string { @@ -1512,7 +1692,7 @@ type Manager struct { func (x *Manager) Reset() { *x = Manager{} - mi := &file_site_explorer_nico_proto_msgTypes[20] + mi := &file_site_explorer_nico_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1524,7 +1704,7 @@ func (x *Manager) String() string { func (*Manager) ProtoMessage() {} func (x *Manager) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[20] + mi := &file_site_explorer_nico_proto_msgTypes[22] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1537,7 +1717,7 @@ func (x *Manager) ProtoReflect() protoreflect.Message { // Deprecated: Use Manager.ProtoReflect.Descriptor instead. func (*Manager) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{20} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{22} } func (x *Manager) GetId() string { @@ -1569,7 +1749,7 @@ type EthernetInterface struct { func (x *EthernetInterface) Reset() { *x = EthernetInterface{} - mi := &file_site_explorer_nico_proto_msgTypes[21] + mi := &file_site_explorer_nico_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1581,7 +1761,7 @@ func (x *EthernetInterface) String() string { func (*EthernetInterface) ProtoMessage() {} func (x *EthernetInterface) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[21] + mi := &file_site_explorer_nico_proto_msgTypes[23] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1594,7 +1774,7 @@ func (x *EthernetInterface) ProtoReflect() protoreflect.Message { // Deprecated: Use EthernetInterface.ProtoReflect.Descriptor instead. func (*EthernetInterface) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{21} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{23} } func (x *EthernetInterface) GetId() string { @@ -1647,7 +1827,7 @@ type Chassis struct { func (x *Chassis) Reset() { *x = Chassis{} - mi := &file_site_explorer_nico_proto_msgTypes[22] + mi := &file_site_explorer_nico_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1659,7 +1839,7 @@ func (x *Chassis) String() string { func (*Chassis) ProtoMessage() {} func (x *Chassis) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[22] + mi := &file_site_explorer_nico_proto_msgTypes[24] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1672,7 +1852,7 @@ func (x *Chassis) ProtoReflect() protoreflect.Message { // Deprecated: Use Chassis.ProtoReflect.Descriptor instead. func (*Chassis) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{22} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{24} } func (x *Chassis) GetId() string { @@ -1731,7 +1911,7 @@ type NetworkAdapter struct { func (x *NetworkAdapter) Reset() { *x = NetworkAdapter{} - mi := &file_site_explorer_nico_proto_msgTypes[23] + mi := &file_site_explorer_nico_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1743,7 +1923,7 @@ func (x *NetworkAdapter) String() string { func (*NetworkAdapter) ProtoMessage() {} func (x *NetworkAdapter) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[23] + mi := &file_site_explorer_nico_proto_msgTypes[25] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1756,7 +1936,7 @@ func (x *NetworkAdapter) ProtoReflect() protoreflect.Message { // Deprecated: Use NetworkAdapter.ProtoReflect.Descriptor instead. func (*NetworkAdapter) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{23} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{25} } func (x *NetworkAdapter) GetId() string { @@ -1805,7 +1985,7 @@ type Service struct { func (x *Service) Reset() { *x = Service{} - mi := &file_site_explorer_nico_proto_msgTypes[24] + mi := &file_site_explorer_nico_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1817,7 +1997,7 @@ func (x *Service) String() string { func (*Service) ProtoMessage() {} func (x *Service) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[24] + mi := &file_site_explorer_nico_proto_msgTypes[26] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1830,7 +2010,7 @@ func (x *Service) ProtoReflect() protoreflect.Message { // Deprecated: Use Service.ProtoReflect.Descriptor instead. func (*Service) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{24} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{26} } func (x *Service) GetId() string { @@ -1860,7 +2040,7 @@ type Inventory struct { func (x *Inventory) Reset() { *x = Inventory{} - mi := &file_site_explorer_nico_proto_msgTypes[25] + mi := &file_site_explorer_nico_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1872,7 +2052,7 @@ func (x *Inventory) String() string { func (*Inventory) ProtoMessage() {} func (x *Inventory) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[25] + mi := &file_site_explorer_nico_proto_msgTypes[27] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1885,7 +2065,7 @@ func (x *Inventory) ProtoReflect() protoreflect.Message { // Deprecated: Use Inventory.ProtoReflect.Descriptor instead. func (*Inventory) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{25} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{27} } func (x *Inventory) GetId() string { @@ -1927,7 +2107,7 @@ type MachineSetupStatus struct { func (x *MachineSetupStatus) Reset() { *x = MachineSetupStatus{} - mi := &file_site_explorer_nico_proto_msgTypes[26] + mi := &file_site_explorer_nico_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1939,7 +2119,7 @@ func (x *MachineSetupStatus) String() string { func (*MachineSetupStatus) ProtoMessage() {} func (x *MachineSetupStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[26] + mi := &file_site_explorer_nico_proto_msgTypes[28] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1952,7 +2132,7 @@ func (x *MachineSetupStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use MachineSetupStatus.ProtoReflect.Descriptor instead. func (*MachineSetupStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{26} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{28} } func (x *MachineSetupStatus) GetIsDone() bool { @@ -1981,7 +2161,7 @@ type MachineSetupDiff struct { func (x *MachineSetupDiff) Reset() { *x = MachineSetupDiff{} - mi := &file_site_explorer_nico_proto_msgTypes[27] + mi := &file_site_explorer_nico_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1993,7 +2173,7 @@ func (x *MachineSetupDiff) String() string { func (*MachineSetupDiff) ProtoMessage() {} func (x *MachineSetupDiff) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[27] + mi := &file_site_explorer_nico_proto_msgTypes[29] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2006,7 +2186,7 @@ func (x *MachineSetupDiff) ProtoReflect() protoreflect.Message { // Deprecated: Use MachineSetupDiff.ProtoReflect.Descriptor instead. func (*MachineSetupDiff) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{27} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{29} } func (x *MachineSetupDiff) GetKey() string { @@ -2047,7 +2227,7 @@ type PCIeDevice struct { func (x *PCIeDevice) Reset() { *x = PCIeDevice{} - mi := &file_site_explorer_nico_proto_msgTypes[28] + mi := &file_site_explorer_nico_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2059,7 +2239,7 @@ func (x *PCIeDevice) String() string { func (*PCIeDevice) ProtoMessage() {} func (x *PCIeDevice) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[28] + mi := &file_site_explorer_nico_proto_msgTypes[30] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2072,7 +2252,7 @@ func (x *PCIeDevice) ProtoReflect() protoreflect.Message { // Deprecated: Use PCIeDevice.ProtoReflect.Descriptor instead. func (*PCIeDevice) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{28} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{30} } func (x *PCIeDevice) GetDescription() string { @@ -2149,7 +2329,7 @@ type SystemStatus struct { func (x *SystemStatus) Reset() { *x = SystemStatus{} - mi := &file_site_explorer_nico_proto_msgTypes[29] + mi := &file_site_explorer_nico_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2161,7 +2341,7 @@ func (x *SystemStatus) String() string { func (*SystemStatus) ProtoMessage() {} func (x *SystemStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[29] + mi := &file_site_explorer_nico_proto_msgTypes[31] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2174,7 +2354,7 @@ func (x *SystemStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use SystemStatus.ProtoReflect.Descriptor instead. func (*SystemStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{29} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{31} } func (x *SystemStatus) GetHealth() string { @@ -2207,7 +2387,7 @@ type BootOrder struct { func (x *BootOrder) Reset() { *x = BootOrder{} - mi := &file_site_explorer_nico_proto_msgTypes[30] + mi := &file_site_explorer_nico_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2219,7 +2399,7 @@ func (x *BootOrder) String() string { func (*BootOrder) ProtoMessage() {} func (x *BootOrder) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[30] + mi := &file_site_explorer_nico_proto_msgTypes[32] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2232,7 +2412,7 @@ func (x *BootOrder) ProtoReflect() protoreflect.Message { // Deprecated: Use BootOrder.ProtoReflect.Descriptor instead. func (*BootOrder) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{30} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{32} } func (x *BootOrder) GetBootOrder() []*BootOption { @@ -2254,7 +2434,7 @@ type BootOption struct { func (x *BootOption) Reset() { *x = BootOption{} - mi := &file_site_explorer_nico_proto_msgTypes[31] + mi := &file_site_explorer_nico_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2266,7 +2446,7 @@ func (x *BootOption) String() string { func (*BootOption) ProtoMessage() {} func (x *BootOption) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[31] + mi := &file_site_explorer_nico_proto_msgTypes[33] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2279,7 +2459,7 @@ func (x *BootOption) ProtoReflect() protoreflect.Message { // Deprecated: Use BootOption.ProtoReflect.Descriptor instead. func (*BootOption) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{31} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{33} } func (x *BootOption) GetDisplayName() string { @@ -2319,7 +2499,7 @@ type SecureBootStatus struct { func (x *SecureBootStatus) Reset() { *x = SecureBootStatus{} - mi := &file_site_explorer_nico_proto_msgTypes[32] + mi := &file_site_explorer_nico_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2331,7 +2511,7 @@ func (x *SecureBootStatus) String() string { func (*SecureBootStatus) ProtoMessage() {} func (x *SecureBootStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[32] + mi := &file_site_explorer_nico_proto_msgTypes[34] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2344,7 +2524,7 @@ func (x *SecureBootStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use SecureBootStatus.ProtoReflect.Descriptor instead. func (*SecureBootStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{32} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{34} } func (x *SecureBootStatus) GetIsEnabled() bool { @@ -2365,7 +2545,7 @@ type LockdownStatus struct { func (x *LockdownStatus) Reset() { *x = LockdownStatus{} - mi := &file_site_explorer_nico_proto_msgTypes[33] + mi := &file_site_explorer_nico_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2377,7 +2557,7 @@ func (x *LockdownStatus) String() string { func (*LockdownStatus) ProtoMessage() {} func (x *LockdownStatus) ProtoReflect() protoreflect.Message { - mi := &file_site_explorer_nico_proto_msgTypes[33] + mi := &file_site_explorer_nico_proto_msgTypes[35] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2390,7 +2570,7 @@ func (x *LockdownStatus) ProtoReflect() protoreflect.Message { // Deprecated: Use LockdownStatus.ProtoReflect.Descriptor instead. func (*LockdownStatus) Descriptor() ([]byte, []int) { - return file_site_explorer_nico_proto_rawDescGZIP(), []int{33} + return file_site_explorer_nico_proto_rawDescGZIP(), []int{35} } func (x *LockdownStatus) GetStatus() InternalLockdownStatus { @@ -2456,10 +2636,33 @@ const file_site_explorer_nico_proto_rawDesc = "" + "dpu_bmc_ip\x18\x02 \x01(\tR\bdpuBmcIp\x122\n" + "\x13host_pf_mac_address\x18\x03 \x01(\tH\x00R\x10hostPfMacAddress\x88\x01\x01\x12.\n" + "\x04dpus\x18\v \x03(\v2\x1a.site_explorer.ExploredDpuR\x04dpusB\x16\n" + - "\x14_host_pf_mac_address\"\x9f\x01\n" + + "\x14_host_pf_mac_address\"\xf0\x01\n" + "\x15SiteExplorationReport\x12=\n" + "\tendpoints\x18\x01 \x03(\v2\x1f.site_explorer.ExploredEndpointR\tendpoints\x12G\n" + - "\rmanaged_hosts\x18\x02 \x03(\v2\".site_explorer.ExploredManagedHostR\fmanagedHosts\"\x1e\n" + + "\rmanaged_hosts\x18\x02 \x03(\v2\".site_explorer.ExploredManagedHostR\fmanagedHosts\x12B\n" + + "\blast_run\x18\x03 \x01(\v2\".site_explorer.SiteExplorerLastRunH\x00R\alastRun\x88\x01\x01B\v\n" + + "\t_last_run\"n\n" + + "\x1bSiteExplorerLastRunResponse\x12B\n" + + "\blast_run\x18\x01 \x01(\v2\".site_explorer.SiteExplorerLastRunH\x00R\alastRun\x88\x01\x01B\v\n" + + "\t_last_run\"\xd0\x04\n" + + "\x13SiteExplorerLastRun\x12\x1d\n" + + "\n" + + "started_at\x18\x01 \x01(\tR\tstartedAt\x12\x1f\n" + + "\vfinished_at\x18\x02 \x01(\tR\n" + + "finishedAt\x12\x18\n" + + "\asuccess\x18\x03 \x01(\bR\asuccess\x12\x19\n" + + "\x05error\x18\x04 \x01(\tH\x00R\x05error\x88\x01\x01\x123\n" + + "\x15endpoint_explorations\x18\x05 \x01(\x03R\x14endpointExplorations\x12B\n" + + "\x1dendpoint_explorations_success\x18\x06 \x01(\x03R\x1bendpointExplorationsSuccess\x12@\n" + + "\x1cendpoint_explorations_failed\x18\a \x01(\x03R\x1aendpointExplorationsFailed\x12.\n" + + "\x10failure_category\x18\b \x01(\tH\x01R\x0ffailureCategory\x88\x01\x01\x12B\n" + + "\x1blast_successful_finished_at\x18\t \x01(\tH\x02R\x18lastSuccessfulFinishedAt\x88\x01\x01\x12:\n" + + "\x17last_failed_finished_at\x18\n" + + " \x01(\tH\x03R\x14lastFailedFinishedAt\x88\x01\x01B\b\n" + + "\x06_errorB\x13\n" + + "\x11_failure_categoryB\x1e\n" + + "\x1c_last_successful_finished_atB\x1a\n" + + "\x18_last_failed_finished_at\"\x1e\n" + "\x1cExploredEndpointSearchFilter\";\n" + "\x16ExploredEndpointIdList\x12!\n" + "\fendpoint_ids\x18\x01 \x03(\tR\vendpointIds\"B\n" + @@ -2666,7 +2869,7 @@ func file_site_explorer_nico_proto_rawDescGZIP() []byte { } var file_site_explorer_nico_proto_enumTypes = make([]protoimpl.EnumInfo, 4) -var file_site_explorer_nico_proto_msgTypes = make([]protoimpl.MessageInfo, 35) +var file_site_explorer_nico_proto_msgTypes = make([]protoimpl.MessageInfo, 37) var file_site_explorer_nico_proto_goTypes = []any{ (MlxDeviceKind)(0), // 0: site_explorer.MlxDeviceKind (NicMode)(0), // 1: site_explorer.NicMode @@ -2677,75 +2880,79 @@ var file_site_explorer_nico_proto_goTypes = []any{ (*ExploredDpu)(nil), // 6: site_explorer.ExploredDpu (*ExploredManagedHost)(nil), // 7: site_explorer.ExploredManagedHost (*SiteExplorationReport)(nil), // 8: site_explorer.SiteExplorationReport - (*ExploredEndpointSearchFilter)(nil), // 9: site_explorer.ExploredEndpointSearchFilter - (*ExploredEndpointIdList)(nil), // 10: site_explorer.ExploredEndpointIdList - (*ExploredEndpointsByIdsRequest)(nil), // 11: site_explorer.ExploredEndpointsByIdsRequest - (*ExploredEndpointList)(nil), // 12: site_explorer.ExploredEndpointList - (*ExploredManagedHostSearchFilter)(nil), // 13: site_explorer.ExploredManagedHostSearchFilter - (*ExploredManagedHostIdList)(nil), // 14: site_explorer.ExploredManagedHostIdList - (*ExploredManagedHostsByIdsRequest)(nil), // 15: site_explorer.ExploredManagedHostsByIdsRequest - (*ExploredManagedHostList)(nil), // 16: site_explorer.ExploredManagedHostList - (*ExploredMlxDevice)(nil), // 17: site_explorer.ExploredMlxDevice - (*ExploredMlxDeviceList)(nil), // 18: site_explorer.ExploredMlxDeviceList - (*ExploredMlxDeviceHostSearchFilter)(nil), // 19: site_explorer.ExploredMlxDeviceHostSearchFilter - (*ExploredMlxDeviceHostIdList)(nil), // 20: site_explorer.ExploredMlxDeviceHostIdList - (*ExploredMlxDevicesByIdsRequest)(nil), // 21: site_explorer.ExploredMlxDevicesByIdsRequest - (*ComputerSystemAttributes)(nil), // 22: site_explorer.ComputerSystemAttributes - (*ComputerSystem)(nil), // 23: site_explorer.ComputerSystem - (*Manager)(nil), // 24: site_explorer.Manager - (*EthernetInterface)(nil), // 25: site_explorer.EthernetInterface - (*Chassis)(nil), // 26: site_explorer.Chassis - (*NetworkAdapter)(nil), // 27: site_explorer.NetworkAdapter - (*Service)(nil), // 28: site_explorer.Service - (*Inventory)(nil), // 29: site_explorer.Inventory - (*MachineSetupStatus)(nil), // 30: site_explorer.MachineSetupStatus - (*MachineSetupDiff)(nil), // 31: site_explorer.MachineSetupDiff - (*PCIeDevice)(nil), // 32: site_explorer.PCIeDevice - (*SystemStatus)(nil), // 33: site_explorer.SystemStatus - (*BootOrder)(nil), // 34: site_explorer.BootOrder - (*BootOption)(nil), // 35: site_explorer.BootOption - (*SecureBootStatus)(nil), // 36: site_explorer.SecureBootStatus - (*LockdownStatus)(nil), // 37: site_explorer.LockdownStatus - nil, // 38: site_explorer.EndpointExplorationReport.FirmwareVersionsEntry - (*durationpb.Duration)(nil), // 39: google.protobuf.Duration + (*SiteExplorerLastRunResponse)(nil), // 9: site_explorer.SiteExplorerLastRunResponse + (*SiteExplorerLastRun)(nil), // 10: site_explorer.SiteExplorerLastRun + (*ExploredEndpointSearchFilter)(nil), // 11: site_explorer.ExploredEndpointSearchFilter + (*ExploredEndpointIdList)(nil), // 12: site_explorer.ExploredEndpointIdList + (*ExploredEndpointsByIdsRequest)(nil), // 13: site_explorer.ExploredEndpointsByIdsRequest + (*ExploredEndpointList)(nil), // 14: site_explorer.ExploredEndpointList + (*ExploredManagedHostSearchFilter)(nil), // 15: site_explorer.ExploredManagedHostSearchFilter + (*ExploredManagedHostIdList)(nil), // 16: site_explorer.ExploredManagedHostIdList + (*ExploredManagedHostsByIdsRequest)(nil), // 17: site_explorer.ExploredManagedHostsByIdsRequest + (*ExploredManagedHostList)(nil), // 18: site_explorer.ExploredManagedHostList + (*ExploredMlxDevice)(nil), // 19: site_explorer.ExploredMlxDevice + (*ExploredMlxDeviceList)(nil), // 20: site_explorer.ExploredMlxDeviceList + (*ExploredMlxDeviceHostSearchFilter)(nil), // 21: site_explorer.ExploredMlxDeviceHostSearchFilter + (*ExploredMlxDeviceHostIdList)(nil), // 22: site_explorer.ExploredMlxDeviceHostIdList + (*ExploredMlxDevicesByIdsRequest)(nil), // 23: site_explorer.ExploredMlxDevicesByIdsRequest + (*ComputerSystemAttributes)(nil), // 24: site_explorer.ComputerSystemAttributes + (*ComputerSystem)(nil), // 25: site_explorer.ComputerSystem + (*Manager)(nil), // 26: site_explorer.Manager + (*EthernetInterface)(nil), // 27: site_explorer.EthernetInterface + (*Chassis)(nil), // 28: site_explorer.Chassis + (*NetworkAdapter)(nil), // 29: site_explorer.NetworkAdapter + (*Service)(nil), // 30: site_explorer.Service + (*Inventory)(nil), // 31: site_explorer.Inventory + (*MachineSetupStatus)(nil), // 32: site_explorer.MachineSetupStatus + (*MachineSetupDiff)(nil), // 33: site_explorer.MachineSetupDiff + (*PCIeDevice)(nil), // 34: site_explorer.PCIeDevice + (*SystemStatus)(nil), // 35: site_explorer.SystemStatus + (*BootOrder)(nil), // 36: site_explorer.BootOrder + (*BootOption)(nil), // 37: site_explorer.BootOption + (*SecureBootStatus)(nil), // 38: site_explorer.SecureBootStatus + (*LockdownStatus)(nil), // 39: site_explorer.LockdownStatus + nil, // 40: site_explorer.EndpointExplorationReport.FirmwareVersionsEntry + (*durationpb.Duration)(nil), // 41: google.protobuf.Duration } var file_site_explorer_nico_proto_depIdxs = []int32{ - 39, // 0: site_explorer.EndpointExplorationReport.last_exploration_latency:type_name -> google.protobuf.Duration - 24, // 1: site_explorer.EndpointExplorationReport.managers:type_name -> site_explorer.Manager - 23, // 2: site_explorer.EndpointExplorationReport.systems:type_name -> site_explorer.ComputerSystem - 26, // 3: site_explorer.EndpointExplorationReport.chassis:type_name -> site_explorer.Chassis - 28, // 4: site_explorer.EndpointExplorationReport.service:type_name -> site_explorer.Service - 30, // 5: site_explorer.EndpointExplorationReport.machine_setup_status:type_name -> site_explorer.MachineSetupStatus - 36, // 6: site_explorer.EndpointExplorationReport.secure_boot_status:type_name -> site_explorer.SecureBootStatus - 37, // 7: site_explorer.EndpointExplorationReport.lockdown_status:type_name -> site_explorer.LockdownStatus - 38, // 8: site_explorer.EndpointExplorationReport.firmware_versions:type_name -> site_explorer.EndpointExplorationReport.FirmwareVersionsEntry + 41, // 0: site_explorer.EndpointExplorationReport.last_exploration_latency:type_name -> google.protobuf.Duration + 26, // 1: site_explorer.EndpointExplorationReport.managers:type_name -> site_explorer.Manager + 25, // 2: site_explorer.EndpointExplorationReport.systems:type_name -> site_explorer.ComputerSystem + 28, // 3: site_explorer.EndpointExplorationReport.chassis:type_name -> site_explorer.Chassis + 30, // 4: site_explorer.EndpointExplorationReport.service:type_name -> site_explorer.Service + 32, // 5: site_explorer.EndpointExplorationReport.machine_setup_status:type_name -> site_explorer.MachineSetupStatus + 38, // 6: site_explorer.EndpointExplorationReport.secure_boot_status:type_name -> site_explorer.SecureBootStatus + 39, // 7: site_explorer.EndpointExplorationReport.lockdown_status:type_name -> site_explorer.LockdownStatus + 40, // 8: site_explorer.EndpointExplorationReport.firmware_versions:type_name -> site_explorer.EndpointExplorationReport.FirmwareVersionsEntry 4, // 9: site_explorer.ExploredEndpoint.report:type_name -> site_explorer.EndpointExplorationReport 6, // 10: site_explorer.ExploredManagedHost.dpus:type_name -> site_explorer.ExploredDpu 5, // 11: site_explorer.SiteExplorationReport.endpoints:type_name -> site_explorer.ExploredEndpoint 7, // 12: site_explorer.SiteExplorationReport.managed_hosts:type_name -> site_explorer.ExploredManagedHost - 5, // 13: site_explorer.ExploredEndpointList.endpoints:type_name -> site_explorer.ExploredEndpoint - 7, // 14: site_explorer.ExploredManagedHostList.managed_hosts:type_name -> site_explorer.ExploredManagedHost - 0, // 15: site_explorer.ExploredMlxDevice.device_kind:type_name -> site_explorer.MlxDeviceKind - 1, // 16: site_explorer.ExploredMlxDevice.nic_mode:type_name -> site_explorer.NicMode - 17, // 17: site_explorer.ExploredMlxDeviceList.devices:type_name -> site_explorer.ExploredMlxDevice - 1, // 18: site_explorer.ComputerSystemAttributes.nic_mode:type_name -> site_explorer.NicMode - 22, // 19: site_explorer.ComputerSystem.attributes:type_name -> site_explorer.ComputerSystemAttributes - 25, // 20: site_explorer.ComputerSystem.ethernet_interfaces:type_name -> site_explorer.EthernetInterface - 32, // 21: site_explorer.ComputerSystem.pcie_devices:type_name -> site_explorer.PCIeDevice - 2, // 22: site_explorer.ComputerSystem.power_state:type_name -> site_explorer.ComputerSystemPowerState - 34, // 23: site_explorer.ComputerSystem.boot_order:type_name -> site_explorer.BootOrder - 25, // 24: site_explorer.Manager.ethernet_interfaces:type_name -> site_explorer.EthernetInterface - 27, // 25: site_explorer.Chassis.network_adapters:type_name -> site_explorer.NetworkAdapter - 29, // 26: site_explorer.Service.inventories:type_name -> site_explorer.Inventory - 31, // 27: site_explorer.MachineSetupStatus.diffs:type_name -> site_explorer.MachineSetupDiff - 33, // 28: site_explorer.PCIeDevice.status:type_name -> site_explorer.SystemStatus - 35, // 29: site_explorer.BootOrder.boot_order:type_name -> site_explorer.BootOption - 3, // 30: site_explorer.LockdownStatus.status:type_name -> site_explorer.InternalLockdownStatus - 31, // [31:31] is the sub-list for method output_type - 31, // [31:31] is the sub-list for method input_type - 31, // [31:31] is the sub-list for extension type_name - 31, // [31:31] is the sub-list for extension extendee - 0, // [0:31] is the sub-list for field type_name + 10, // 13: site_explorer.SiteExplorationReport.last_run:type_name -> site_explorer.SiteExplorerLastRun + 10, // 14: site_explorer.SiteExplorerLastRunResponse.last_run:type_name -> site_explorer.SiteExplorerLastRun + 5, // 15: site_explorer.ExploredEndpointList.endpoints:type_name -> site_explorer.ExploredEndpoint + 7, // 16: site_explorer.ExploredManagedHostList.managed_hosts:type_name -> site_explorer.ExploredManagedHost + 0, // 17: site_explorer.ExploredMlxDevice.device_kind:type_name -> site_explorer.MlxDeviceKind + 1, // 18: site_explorer.ExploredMlxDevice.nic_mode:type_name -> site_explorer.NicMode + 19, // 19: site_explorer.ExploredMlxDeviceList.devices:type_name -> site_explorer.ExploredMlxDevice + 1, // 20: site_explorer.ComputerSystemAttributes.nic_mode:type_name -> site_explorer.NicMode + 24, // 21: site_explorer.ComputerSystem.attributes:type_name -> site_explorer.ComputerSystemAttributes + 27, // 22: site_explorer.ComputerSystem.ethernet_interfaces:type_name -> site_explorer.EthernetInterface + 34, // 23: site_explorer.ComputerSystem.pcie_devices:type_name -> site_explorer.PCIeDevice + 2, // 24: site_explorer.ComputerSystem.power_state:type_name -> site_explorer.ComputerSystemPowerState + 36, // 25: site_explorer.ComputerSystem.boot_order:type_name -> site_explorer.BootOrder + 27, // 26: site_explorer.Manager.ethernet_interfaces:type_name -> site_explorer.EthernetInterface + 29, // 27: site_explorer.Chassis.network_adapters:type_name -> site_explorer.NetworkAdapter + 31, // 28: site_explorer.Service.inventories:type_name -> site_explorer.Inventory + 33, // 29: site_explorer.MachineSetupStatus.diffs:type_name -> site_explorer.MachineSetupDiff + 35, // 30: site_explorer.PCIeDevice.status:type_name -> site_explorer.SystemStatus + 37, // 31: site_explorer.BootOrder.boot_order:type_name -> site_explorer.BootOption + 3, // 32: site_explorer.LockdownStatus.status:type_name -> site_explorer.InternalLockdownStatus + 33, // [33:33] is the sub-list for method output_type + 33, // [33:33] is the sub-list for method input_type + 33, // [33:33] is the sub-list for extension type_name + 33, // [33:33] is the sub-list for extension extendee + 0, // [0:33] is the sub-list for field type_name } func init() { file_site_explorer_nico_proto_init() } @@ -2756,23 +2963,26 @@ func file_site_explorer_nico_proto_init() { file_site_explorer_nico_proto_msgTypes[0].OneofWrappers = []any{} file_site_explorer_nico_proto_msgTypes[2].OneofWrappers = []any{} file_site_explorer_nico_proto_msgTypes[3].OneofWrappers = []any{} - file_site_explorer_nico_proto_msgTypes[13].OneofWrappers = []any{} - file_site_explorer_nico_proto_msgTypes[18].OneofWrappers = []any{} - file_site_explorer_nico_proto_msgTypes[19].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[4].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[5].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[6].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[15].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[20].OneofWrappers = []any{} file_site_explorer_nico_proto_msgTypes[21].OneofWrappers = []any{} - file_site_explorer_nico_proto_msgTypes[22].OneofWrappers = []any{} file_site_explorer_nico_proto_msgTypes[23].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[24].OneofWrappers = []any{} file_site_explorer_nico_proto_msgTypes[25].OneofWrappers = []any{} - file_site_explorer_nico_proto_msgTypes[28].OneofWrappers = []any{} - file_site_explorer_nico_proto_msgTypes[29].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[27].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[30].OneofWrappers = []any{} file_site_explorer_nico_proto_msgTypes[31].OneofWrappers = []any{} + file_site_explorer_nico_proto_msgTypes[33].OneofWrappers = []any{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_site_explorer_nico_proto_rawDesc), len(file_site_explorer_nico_proto_rawDesc)), NumEnums: 4, - NumMessages: 35, + NumMessages: 37, NumExtensions: 0, NumServices: 0, }, diff --git a/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto b/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto index 9532725da5..c771369806 100644 --- a/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto +++ b/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto @@ -286,6 +286,8 @@ service Forge { // Gets the latest Site Exploration report // DEPRECATED: use FindExploredEndpointIds, FindExploredEndpointsByIds and FindExploredManagedHostIds, FindExploredManagedHostsByIds instead rpc GetSiteExplorationReport(GetSiteExplorationRequest) returns (site_explorer.SiteExplorationReport); + // Gets metadata about the latest Site Explorer run without fetching endpoint rows. + rpc GetSiteExplorerLastRun(google.protobuf.Empty) returns (site_explorer.SiteExplorerLastRunResponse); // Clear the last known error for the BMC rpc ClearSiteExplorationError(ClearSiteExplorationErrorRequest) returns (google.protobuf.Empty); // IsBmcInManagedHost returns true if a Host+DPU pair that includes the endpoint has been identified @@ -3937,6 +3939,7 @@ message ExpireDhcpLeaseRequest { enum ExpireDhcpLeaseStatus { EXPIRE_DHCP_LEASE_STATUS_RELEASED = 0; EXPIRE_DHCP_LEASE_STATUS_NOT_FOUND = 1; + EXPIRE_DHCP_LEASE_STATUS_FEATURE_DISABLED = 2; } message ExpireDhcpLeaseResponse { diff --git a/rest-api/workflow-schema/site-agent/workflows/v1/site_explorer_nico.proto b/rest-api/workflow-schema/site-agent/workflows/v1/site_explorer_nico.proto index a138ac4974..1723e21227 100644 --- a/rest-api/workflow-schema/site-agent/workflows/v1/site_explorer_nico.proto +++ b/rest-api/workflow-schema/site-agent/workflows/v1/site_explorer_nico.proto @@ -93,6 +93,36 @@ message SiteExplorationReport { repeated ExploredEndpoint endpoints = 1; // The managed-hosts which have been explored repeated ExploredManagedHost managed_hosts = 2; + // Metadata about the latest site explorer run + optional SiteExplorerLastRun last_run = 3; +} + +message SiteExplorerLastRunResponse { + // Metadata about the latest site explorer run, if site explorer has run + optional SiteExplorerLastRun last_run = 1; +} + +message SiteExplorerLastRun { + // When the run started + string started_at = 1; + // When the run finished + string finished_at = 2; + // Whether the run completed successfully + bool success = 3; + // Error string for a failed run + optional string error = 4; + // Number of endpoint exploration attempts made during the run + int64 endpoint_explorations = 5; + // Number of successful endpoint explorations during the run + int64 endpoint_explorations_success = 6; + // Number of endpoint exploration errors during the run + int64 endpoint_explorations_failed = 7; + // Failure category for a failed run + optional string failure_category = 8; + // When the most recent successful run finished + optional string last_successful_finished_at = 9; + // When the most recent failed run finished + optional string last_failed_finished_at = 10; } message ExploredEndpointSearchFilter { From 8df61543d9fa68cdf6e4b60f84a59d4624d5ff6e Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sat, 27 Jun 2026 18:44:40 -0700 Subject: [PATCH 2/6] fix: use instance ID for instance power requests Signed-off-by: Hasan Khan --- crates/admin-cli/src/instance/reboot/cmd.rs | 18 +- crates/api-core/src/handlers/instance.rs | 64 +- .../api-core/src/tests/dpu_reprovisioning.rs | 5 - .../src/tests/host_bmc_firmware_test.rs | 1 - .../src/tests/instance_ipxe_behaviors.rs | 30 +- crates/rpc/proto/forge.proto | 5 +- dev/bin/reprovision_dpu.sh | 6 +- rest-api/api/pkg/api/handler/instance.go | 2 +- rest-api/flow/internal/nicoapi/gen/nico.pb.go | 3602 ++++++++-------- .../internal/nicoapi/nicoproto/nico.proto | 5 +- .../site-workflow/pkg/activity/instance.go | 4 +- .../pkg/activity/instance_test.go | 25 +- .../pkg/grpc/server/nico_test_server.go | 5 +- .../site-workflow/pkg/workflow/instance.go | 2 +- .../pkg/workflow/instance_test.go | 8 +- .../site-agent/workflows/v1/nico_nico.pb.go | 3638 ++++++++--------- .../site-agent/workflows/v1/nico_nico.proto | 5 +- .../workflow/pkg/workflow/instance/reboot.go | 4 +- .../pkg/workflow/instance/reboot_test.go | 8 +- 19 files changed, 3684 insertions(+), 3753 deletions(-) diff --git a/crates/admin-cli/src/instance/reboot/cmd.rs b/crates/admin-cli/src/instance/reboot/cmd.rs index a5e98194bb..6df469da74 100644 --- a/crates/admin-cli/src/instance/reboot/cmd.rs +++ b/crates/admin-cli/src/instance/reboot/cmd.rs @@ -18,34 +18,22 @@ use ::rpc::forge::{self as forgerpc, InstancePowerRequest}; use super::args::Args; -use crate::errors::{CarbideCliError, CarbideCliResult}; +use crate::errors::CarbideCliResult; use crate::rpc::ApiClient; pub async fn handle_reboot(args: Args, api_client: &ApiClient) -> CarbideCliResult<()> { - let machine_id = api_client - .get_one_instance(args.instance) - .await? - .instances - .last() - .ok_or_else(|| CarbideCliError::GenericError("Unknown UUID".to_string()))? - .machine_id - .ok_or_else(|| { - CarbideCliError::GenericError("Instance has no machine associated.".to_string()) - })?; - api_client .0 .invoke_instance_power(InstancePowerRequest { instance_id: Some(args.instance), - machine_id: Some(machine_id), operation: forgerpc::instance_power_request::Operation::PowerReset as i32, boot_with_custom_ipxe: args.custom_pxe, apply_updates_on_reboot: args.apply_updates_on_reboot, }) .await?; println!( - "Reboot for instance {} (machine {}) is requested successfully!", - args.instance, machine_id + "Reboot for instance {} is requested successfully!", + args.instance ); Ok(()) diff --git a/crates/api-core/src/handlers/instance.rs b/crates/api-core/src/handlers/instance.rs index 650a74d79e..75623e14b6 100644 --- a/crates/api-core/src/handlers/instance.rs +++ b/crates/api-core/src/handlers/instance.rs @@ -835,56 +835,20 @@ pub(crate) async fn invoke_power( let mut txn = api.txn_begin().await?; let request = request.into_inner(); - - // Search by instance ID if provided, else by machine ID - let snapshot = if let Some(instance_id) = &request.instance_id { - let snapshot = db::managed_host::load_by_instance_ids( - &mut txn, - &[*instance_id], - LoadSnapshotOptions::default().with_host_health(api.runtime_config.host_health), - ) - .await? - .pop() - .ok_or(CarbideError::NotFoundError { - kind: "instance", - id: instance_id.to_string(), - })?; - - if let Some(machine_id) = &request.machine_id - && *machine_id != snapshot.host_snapshot.id - { - return Err(CarbideError::InvalidArgument(format!( - "Instance {} is not hosted on machine {}", - instance_id, machine_id - )) - .into()); - } - - snapshot - } else if let Some(machine_id) = &request.machine_id { - log_machine_id(machine_id); - - let snapshot = db::managed_host::load_snapshot( - &mut txn, - machine_id, - LoadSnapshotOptions::default().with_host_health(api.runtime_config.host_health), - ) - .await? - .ok_or(CarbideError::NotFoundError { - kind: "machine", - id: machine_id.to_string(), - })?; - if snapshot.instance.is_none() { - return Err(CarbideError::InvalidArgument(format!( - "Supplied machine ID does not match an instance: {machine_id}" - )) - .into()); - } - - snapshot - } else { - return Err(CarbideError::MissingArgument("instance_id").into()); - }; + let instance_id = request + .instance_id + .ok_or(CarbideError::MissingArgument("instance_id"))?; + let snapshot = db::managed_host::load_by_instance_ids( + &mut txn, + &[instance_id], + LoadSnapshotOptions::default().with_host_health(api.runtime_config.host_health), + ) + .await? + .pop() + .ok_or(CarbideError::NotFoundError { + kind: "instance", + id: instance_id.to_string(), + })?; let machine_id = snapshot.host_snapshot.id; log_machine_id(&machine_id); diff --git a/crates/api-core/src/tests/dpu_reprovisioning.rs b/crates/api-core/src/tests/dpu_reprovisioning.rs index 20c6a1f82a..4c5a429cc8 100644 --- a/crates/api-core/src/tests/dpu_reprovisioning.rs +++ b/crates/api-core/src/tests/dpu_reprovisioning.rs @@ -739,7 +739,6 @@ async fn instance_reprov_start( env.api .invoke_instance_power(tonic::Request::new(::rpc::forge::InstancePowerRequest { instance_id: tinstance.id.into(), - machine_id: None, apply_updates_on_reboot: true, boot_with_custom_ipxe: false, operation: 0, @@ -965,7 +964,6 @@ async fn test_instance_reprov_without_firmware_upgrade(pool: sqlx::PgPool) { env.api .invoke_instance_power(tonic::Request::new(::rpc::forge::InstancePowerRequest { instance_id: tinstance.id.into(), - machine_id: None, apply_updates_on_reboot: true, boot_with_custom_ipxe: false, operation: 0, @@ -1012,7 +1010,6 @@ async fn test_instance_reprov_without_firmware_upgrade(pool: sqlx::PgPool) { env.api .invoke_instance_power(tonic::Request::new(::rpc::forge::InstancePowerRequest { instance_id: tinstance.id.into(), - machine_id: None, apply_updates_on_reboot: true, boot_with_custom_ipxe: false, operation: 0, @@ -1923,7 +1920,6 @@ async fn test_instance_reprov_restart_failed_impl(pool: sqlx::PgPool) { env.api .invoke_instance_power(tonic::Request::new(::rpc::forge::InstancePowerRequest { instance_id: tinstance.id.into(), - machine_id: None, apply_updates_on_reboot: true, boot_with_custom_ipxe: false, operation: 0, @@ -1974,7 +1970,6 @@ async fn test_instance_reprov_restart_failed_impl(pool: sqlx::PgPool) { env.api .invoke_instance_power(tonic::Request::new(::rpc::forge::InstancePowerRequest { instance_id: tinstance.id.into(), - machine_id: None, apply_updates_on_reboot: true, boot_with_custom_ipxe: false, operation: 0, diff --git a/crates/api-core/src/tests/host_bmc_firmware_test.rs b/crates/api-core/src/tests/host_bmc_firmware_test.rs index 8c16f6c8e7..a197b7067e 100644 --- a/crates/api-core/src/tests/host_bmc_firmware_test.rs +++ b/crates/api-core/src/tests/host_bmc_firmware_test.rs @@ -631,7 +631,6 @@ async fn test_instance_upgrading_actual( // Simulate a tenant OKing the request let request = rpc::forge::InstancePowerRequest { instance_id: tinstance.id.into(), - machine_id: None, operation: rpc::forge::instance_power_request::Operation::PowerReset.into(), boot_with_custom_ipxe: false, apply_updates_on_reboot: true, diff --git a/crates/api-core/src/tests/instance_ipxe_behaviors.rs b/crates/api-core/src/tests/instance_ipxe_behaviors.rs index 61db85d4d4..2b3d6c339f 100644 --- a/crates/api-core/src/tests/instance_ipxe_behaviors.rs +++ b/crates/api-core/src/tests/instance_ipxe_behaviors.rs @@ -124,33 +124,22 @@ async fn test_instance_uses_custom_ipxe_only_once(pool: sqlx::PgPool) { assert!(pxe.pxe_script.contains( "This state assumes an OS is provisioned and will exit into the OS in 5 seconds." )); +} - // A reboot should also be possible with just MachineId - // TODO: Remove these assertions after the `machine_id` based reboots are removed. - env.api - .invoke_instance_power(tonic::Request::new(rpc::forge::InstancePowerRequest { - instance_id: None, - machine_id: Some(mh.id), - operation: rpc::forge::instance_power_request::Operation::PowerReset as _, - boot_with_custom_ipxe: false, - apply_updates_on_reboot: false, - })) - .await - .unwrap(); +#[crate::sqlx_test] +async fn invoke_instance_power_requires_instance_id(pool: sqlx::PgPool) { + let env = create_test_env(pool).await; - // A request with mismatching Machine and InstanceId should fail let err = env .api - .invoke_instance_power(tonic::Request::new(rpc::forge::InstancePowerRequest { - instance_id: Some(tinstance.id), - machine_id: Some(mh.dpu_ids[0]), - operation: rpc::forge::instance_power_request::Operation::PowerReset as _, - boot_with_custom_ipxe: false, - apply_updates_on_reboot: false, - })) + .invoke_instance_power(tonic::Request::new( + rpc::forge::InstancePowerRequest::default(), + )) .await .unwrap_err(); + assert_eq!(err.code(), tonic::Code::InvalidArgument); + assert!(err.message().contains("instance_id")); } #[crate::sqlx_test] @@ -201,7 +190,6 @@ async fn invoke_instance_power( env.api .invoke_instance_power(tonic::Request::new(rpc::forge::InstancePowerRequest { instance_id: Some(instance_id), - machine_id: None, operation: rpc::forge::instance_power_request::Operation::PowerReset as _, boot_with_custom_ipxe, apply_updates_on_reboot: false, diff --git a/crates/rpc/proto/forge.proto b/crates/rpc/proto/forge.proto index f2c446e18b..7f0dff1d61 100644 --- a/crates/rpc/proto/forge.proto +++ b/crates/rpc/proto/forge.proto @@ -2543,9 +2543,8 @@ message MachineState { } message InstancePowerRequest { - // The Machine to perform power operation on. - // Deprecated: User `instance_id` field instead. - common.MachineId machine_id = 1; + reserved 1; + reserved "machine_id"; enum Operation { POWER_RESET = 0; diff --git a/dev/bin/reprovision_dpu.sh b/dev/bin/reprovision_dpu.sh index 7b769a6ab3..86918d0bdd 100755 --- a/dev/bin/reprovision_dpu.sh +++ b/dev/bin/reprovision_dpu.sh @@ -64,9 +64,11 @@ echo "Triggering DPU reprovision." grpcurl -d "{\"dpu_id\": { \"id\": \"$DPU_MACHINE_ID\" }, \"mode\": 0, \"initiator\": 0, \"update_firmware\": true}" -insecure "${API_SERVER}" forge.Forge/TriggerDpuReprovisioning # In case of Instance, reprovision will be triggered after user approval. -if [[ "$INSTANCE_ID" != "null" ]]; then +if [[ -n "$INSTANCE_ID" && "$INSTANCE_ID" != "null" ]]; then echo "Sending reboot message with apply_updates_on_reboot true". - grpcurl -d "{\"operation\": 0, \"machine_id\": { \"id\": \"$HOST_MACHINE_ID\" }, \"apply_updates_on_reboot\": true}" -insecure "${API_SERVER}" forge.Forge/InvokeInstancePower + grpcurl -d "{\"operation\": 0, \"instance_id\": { \"value\": \"$INSTANCE_ID\" }, \"apply_updates_on_reboot\": true}" -insecure "${API_SERVER}" forge.Forge/InvokeInstancePower +else + echo "No instance found; skipping tenant reboot approval." fi # diff --git a/rest-api/api/pkg/api/handler/instance.go b/rest-api/api/pkg/api/handler/instance.go index e9e6acdcb3..54f62853d8 100644 --- a/rest-api/api/pkg/api/handler/instance.go +++ b/rest-api/api/pkg/api/handler/instance.go @@ -1842,7 +1842,7 @@ func (uih UpdateInstanceHandler) handleReboot(c echo.Context, logger *zerolog.Lo // Prepare the config update request workflow object rebootInstanceRequest := &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{Id: *instance.MachineID}, + InstanceId: &cwssaws.InstanceId{Value: instance.GetSiteID().String()}, Operation: cwssaws.InstancePowerRequest_POWER_RESET, BootWithCustomIpxe: rebootWithCustomIpxe, ApplyUpdatesOnReboot: applyUpdatesOnReboot, diff --git a/rest-api/flow/internal/nicoapi/gen/nico.pb.go b/rest-api/flow/internal/nicoapi/gen/nico.pb.go index 9e743462dd..9ca0294517 100644 --- a/rest-api/flow/internal/nicoapi/gen/nico.pb.go +++ b/rest-api/flow/internal/nicoapi/gen/nico.pb.go @@ -15124,10 +15124,7 @@ func (x *MachineState) GetState() string { } type InstancePowerRequest struct { - state protoimpl.MessageState `protogen:"open.v1"` - // The Machine to perform power operation on. - // Deprecated: User `instance_id` field instead. - MachineId *MachineId `protobuf:"bytes,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"` + state protoimpl.MessageState `protogen:"open.v1"` Operation InstancePowerRequest_Operation `protobuf:"varint,2,opt,name=operation,proto3,enum=forge.InstancePowerRequest_Operation" json:"operation,omitempty"` // Whether the `ipxe_script` script that had been provided during instance creation // should be executed again during the next reboot. @@ -15180,13 +15177,6 @@ func (*InstancePowerRequest) Descriptor() ([]byte, []int) { return file_nico_proto_rawDescGZIP(), []int{165} } -func (x *InstancePowerRequest) GetMachineId() *MachineId { - if x != nil { - return x.MachineId - } - return nil -} - func (x *InstancePowerRequest) GetOperation() InstancePowerRequest_Operation { if x != nil { return x.Operation @@ -59305,17 +59295,16 @@ const file_nico_proto_rawDesc = "" + "\b_gatewayB\t\n" + "\a_svi_ipJ\x04\b\x05\x10\x06J\x04\b\x06\x10\aJ\x04\b\a\x10\b\"$\n" + "\fMachineState\x12\x14\n" + - "\x05state\x18\x01 \x01(\tR\x05state\"\xca\x02\n" + - "\x14InstancePowerRequest\x120\n" + - "\n" + - "machine_id\x18\x01 \x01(\v2\x11.common.MachineIdR\tmachineId\x12C\n" + + "\x05state\x18\x01 \x01(\tR\x05state\"\xaa\x02\n" + + "\x14InstancePowerRequest\x12C\n" + "\toperation\x18\x02 \x01(\x0e2%.forge.InstancePowerRequest.OperationR\toperation\x121\n" + "\x15boot_with_custom_ipxe\x18\x03 \x01(\bR\x12bootWithCustomIpxe\x125\n" + "\x17apply_updates_on_reboot\x18\x04 \x01(\bR\x14applyUpdatesOnReboot\x123\n" + "\vinstance_id\x18\x05 \x01(\v2\x12.common.InstanceIdR\n" + "instanceId\"\x1c\n" + "\tOperation\x12\x0f\n" + - "\vPOWER_RESET\x10\x00\"\x15\n" + + "\vPOWER_RESET\x10\x00J\x04\b\x01\x10\x02R\n" + + "machine_id\"\x15\n" + "\x13InstancePowerResult\"=\n" + "\fInstanceList\x12-\n" + "\tinstances\x18\x01 \x03(\v2\x0f.forge.InstanceR\tinstances\">\n" + @@ -65366,1797 +65355,1796 @@ var file_nico_proto_depIdxs = []int32{ 975, // 235: forge.NetworkSegmentIdList.network_segments_ids:type_name -> common.NetworkSegmentId 975, // 236: forge.NetworkSegmentsByIdsRequest.network_segments_ids:type_name -> common.NetworkSegmentId 976, // 237: forge.NetworkPrefix.id:type_name -> common.NetworkPrefixId - 961, // 238: forge.InstancePowerRequest.machine_id:type_name -> common.MachineId - 73, // 239: forge.InstancePowerRequest.operation:type_name -> forge.InstancePowerRequest.Operation - 977, // 240: forge.InstancePowerRequest.instance_id:type_name -> common.InstanceId - 289, // 241: forge.InstanceList.instances:type_name -> forge.Instance - 255, // 242: forge.Metadata.labels:type_name -> forge.Label - 255, // 243: forge.InstanceSearchFilter.label:type_name -> forge.Label - 977, // 244: forge.InstanceIdList.instance_ids:type_name -> common.InstanceId - 977, // 245: forge.InstancesByIdsRequest.instance_ids:type_name -> common.InstanceId - 961, // 246: forge.InstanceAllocationRequest.machine_id:type_name -> common.MachineId - 269, // 247: forge.InstanceAllocationRequest.config:type_name -> forge.InstanceConfig - 977, // 248: forge.InstanceAllocationRequest.instance_id:type_name -> common.InstanceId - 256, // 249: forge.InstanceAllocationRequest.metadata:type_name -> forge.Metadata - 260, // 250: forge.BatchInstanceAllocationRequest.instance_requests:type_name -> forge.InstanceAllocationRequest - 289, // 251: forge.BatchInstanceAllocationResponse.instances:type_name -> forge.Instance - 13, // 252: forge.IpxeTemplateArtifact.cache_strategy:type_name -> forge.IpxeTemplateArtifactCacheStrategy - 14, // 253: forge.IpxeTemplate.scope:type_name -> forge.IpxeTemplateScope - 978, // 254: forge.IpxeTemplate.id:type_name -> common.IpxeTemplateId - 268, // 255: forge.InstanceOperatingSystemConfig.ipxe:type_name -> forge.InlineIpxe - 972, // 256: forge.InstanceOperatingSystemConfig.os_image_id:type_name -> common.UUID - 979, // 257: forge.InstanceOperatingSystemConfig.operating_system_id:type_name -> common.OperatingSystemId - 266, // 258: forge.InstanceConfig.tenant:type_name -> forge.TenantConfig - 267, // 259: forge.InstanceConfig.os:type_name -> forge.InstanceOperatingSystemConfig - 270, // 260: forge.InstanceConfig.network:type_name -> forge.InstanceNetworkConfig - 272, // 261: forge.InstanceConfig.infiniband:type_name -> forge.InstanceInfinibandConfig - 274, // 262: forge.InstanceConfig.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesConfig - 275, // 263: forge.InstanceConfig.nvlink:type_name -> forge.InstanceNVLinkConfig - 276, // 264: forge.InstanceConfig.spxconfig:type_name -> forge.InstanceSpxConfig - 291, // 265: forge.InstanceNetworkConfig.interfaces:type_name -> forge.InstanceInterfaceConfig - 271, // 266: forge.InstanceNetworkConfig.auto_config:type_name -> forge.InstanceNetworkAutoConfig - 964, // 267: forge.InstanceNetworkAutoConfig.vpc_id:type_name -> common.VpcId - 294, // 268: forge.InstanceInfinibandConfig.ib_interfaces:type_name -> forge.InstanceIBInterfaceConfig - 273, // 269: forge.InstanceDpuExtensionServicesConfig.service_configs:type_name -> forge.InstanceDpuExtensionServiceConfig - 298, // 270: forge.InstanceNVLinkConfig.gpu_configs:type_name -> forge.InstanceNVLinkGpuConfig - 277, // 271: forge.InstanceSpxConfig.spx_attachments:type_name -> forge.InstanceSpxAttachment - 980, // 272: forge.InstanceSpxAttachment.spx_partition_id:type_name -> common.SpxPartitionId - 15, // 273: forge.InstanceSpxAttachment.attachment_type:type_name -> forge.SpxAttachmentType - 977, // 274: forge.InstanceOperatingSystemUpdateRequest.instance_id:type_name -> common.InstanceId - 267, // 275: forge.InstanceOperatingSystemUpdateRequest.os:type_name -> forge.InstanceOperatingSystemConfig - 977, // 276: forge.InstanceConfigUpdateRequest.instance_id:type_name -> common.InstanceId - 269, // 277: forge.InstanceConfigUpdateRequest.config:type_name -> forge.InstanceConfig - 256, // 278: forge.InstanceConfigUpdateRequest.metadata:type_name -> forge.Metadata - 344, // 279: forge.InstanceStatus.tenant:type_name -> forge.InstanceTenantStatus - 283, // 280: forge.InstanceStatus.network:type_name -> forge.InstanceNetworkStatus - 284, // 281: forge.InstanceStatus.infiniband:type_name -> forge.InstanceInfinibandStatus - 287, // 282: forge.InstanceStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesStatus - 22, // 283: forge.InstanceStatus.configs_synced:type_name -> forge.SyncState - 290, // 284: forge.InstanceStatus.update:type_name -> forge.InstanceUpdateStatus - 288, // 285: forge.InstanceStatus.nvlink:type_name -> forge.InstanceNVLinkStatus - 281, // 286: forge.InstanceStatus.spx_status:type_name -> forge.InstanceSpxStatus - 282, // 287: forge.InstanceSpxStatus.attachment_statuses:type_name -> forge.InstanceSpxAttachmentStatus - 22, // 288: forge.InstanceSpxStatus.configs_synced:type_name -> forge.SyncState - 15, // 289: forge.InstanceSpxAttachmentStatus.attachment_type:type_name -> forge.SpxAttachmentType - 980, // 290: forge.InstanceSpxAttachmentStatus.spx_partition_id:type_name -> common.SpxPartitionId - 295, // 291: forge.InstanceNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatus - 22, // 292: forge.InstanceNetworkStatus.configs_synced:type_name -> forge.SyncState - 296, // 293: forge.InstanceInfinibandStatus.ib_interfaces:type_name -> forge.InstanceIBInterfaceStatus - 22, // 294: forge.InstanceInfinibandStatus.configs_synced:type_name -> forge.SyncState - 961, // 295: forge.DpuExtensionServiceStatus.dpu_machine_id:type_name -> common.MachineId - 65, // 296: forge.DpuExtensionServiceStatus.status:type_name -> forge.DpuExtensionServiceDeploymentStatus - 441, // 297: forge.DpuExtensionServiceStatus.components:type_name -> forge.DpuExtensionServiceComponent - 65, // 298: forge.InstanceDpuExtensionServiceStatus.deployment_status:type_name -> forge.DpuExtensionServiceDeploymentStatus - 285, // 299: forge.InstanceDpuExtensionServiceStatus.dpu_statuses:type_name -> forge.DpuExtensionServiceStatus - 286, // 300: forge.InstanceDpuExtensionServicesStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServiceStatus - 22, // 301: forge.InstanceDpuExtensionServicesStatus.configs_synced:type_name -> forge.SyncState - 297, // 302: forge.InstanceNVLinkStatus.gpu_statuses:type_name -> forge.InstanceNVLinkGpuStatus - 22, // 303: forge.InstanceNVLinkStatus.configs_synced:type_name -> forge.SyncState - 977, // 304: forge.Instance.id:type_name -> common.InstanceId - 961, // 305: forge.Instance.machine_id:type_name -> common.MachineId - 256, // 306: forge.Instance.metadata:type_name -> forge.Metadata - 269, // 307: forge.Instance.config:type_name -> forge.InstanceConfig - 280, // 308: forge.Instance.status:type_name -> forge.InstanceStatus - 74, // 309: forge.InstanceUpdateStatus.module:type_name -> forge.InstanceUpdateStatus.Module - 962, // 310: forge.InstanceUpdateStatus.trigger_received_at:type_name -> google.protobuf.Timestamp - 962, // 311: forge.InstanceUpdateStatus.update_triggered_at:type_name -> google.protobuf.Timestamp - 37, // 312: forge.InstanceInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType - 975, // 313: forge.InstanceInterfaceConfig.network_segment_id:type_name -> common.NetworkSegmentId - 975, // 314: forge.InstanceInterfaceConfig.segment_id:type_name -> common.NetworkSegmentId - 966, // 315: forge.InstanceInterfaceConfig.vpc_prefix_id:type_name -> common.VpcPrefixId - 292, // 316: forge.InstanceInterfaceConfig.ipv6_interface_config:type_name -> forge.InstanceInterfaceIpv6Config - 293, // 317: forge.InstanceInterfaceConfig.routing_profile:type_name -> forge.InstanceInterfaceRoutingProfile - 966, // 318: forge.InstanceInterfaceIpv6Config.vpc_prefix_id:type_name -> common.VpcPrefixId - 846, // 319: forge.InstanceInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry - 37, // 320: forge.InstanceIBInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType - 968, // 321: forge.InstanceIBInterfaceConfig.ib_partition_id:type_name -> common.IBPartitionId - 964, // 322: forge.InstanceInterfaceStatus.vpc_id:type_name -> common.VpcId - 981, // 323: forge.InstanceNVLinkGpuStatus.domain_id:type_name -> common.NVLinkDomainId - 965, // 324: forge.InstanceNVLinkGpuStatus.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 965, // 325: forge.InstanceNVLinkGpuConfig.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 977, // 326: forge.InstancePhoneHomeLastContactRequest.instance_id:type_name -> common.InstanceId - 962, // 327: forge.InstancePhoneHomeLastContactResponse.timestamp:type_name -> google.protobuf.Timestamp - 16, // 328: forge.Issue.category:type_name -> forge.IssueCategory - 977, // 329: forge.InstanceReleaseRequest.id:type_name -> common.InstanceId - 301, // 330: forge.InstanceReleaseRequest.issue:type_name -> forge.Issue - 961, // 331: forge.MachinesByIdsRequest.machine_ids:type_name -> common.MachineId - 971, // 332: forge.MachineSearchConfig.rack_id:type_name -> common.RackId - 961, // 333: forge.MachineStateHistoriesRequest.machine_ids:type_name -> common.MachineId - 928, // 334: forge.MachineStateHistories.histories:type_name -> forge.MachineStateHistories.HistoriesEntry - 345, // 335: forge.MachineStateHistoryRecords.records:type_name -> forge.MachineEvent - 961, // 336: forge.MachineHealthHistoriesRequest.machine_ids:type_name -> common.MachineId - 962, // 337: forge.MachineHealthHistoriesRequest.start_time:type_name -> google.protobuf.Timestamp - 962, // 338: forge.MachineHealthHistoriesRequest.end_time:type_name -> google.protobuf.Timestamp - 929, // 339: forge.HealthHistories.histories:type_name -> forge.HealthHistories.HistoriesEntry - 312, // 340: forge.HealthHistoryRecords.records:type_name -> forge.HealthHistoryRecord - 969, // 341: forge.HealthHistoryRecord.health:type_name -> health.HealthReport - 962, // 342: forge.HealthHistoryRecord.time:type_name -> google.protobuf.Timestamp - 462, // 343: forge.TenantList.tenants:type_name -> forge.Tenant - 346, // 344: forge.InterfaceList.interfaces:type_name -> forge.MachineInterface - 330, // 345: forge.MachineList.machines:type_name -> forge.Machine - 982, // 346: forge.InterfaceDeleteQuery.id:type_name -> common.MachineInterfaceId - 982, // 347: forge.InterfaceSearchQuery.id:type_name -> common.MachineInterfaceId - 982, // 348: forge.AssignStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId - 982, // 349: forge.AssignStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId - 17, // 350: forge.AssignStaticAddressResponse.status:type_name -> forge.AssignStaticAddressStatus - 982, // 351: forge.RemoveStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId - 982, // 352: forge.RemoveStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId - 18, // 353: forge.RemoveStaticAddressResponse.status:type_name -> forge.RemoveStaticAddressStatus - 982, // 354: forge.FindInterfaceAddressesRequest.interface_id:type_name -> common.MachineInterfaceId - 982, // 355: forge.FindInterfaceAddressesResponse.interface_id:type_name -> common.MachineInterfaceId - 326, // 356: forge.FindInterfaceAddressesResponse.addresses:type_name -> forge.InterfaceAddress - 982, // 357: forge.BmcInfo.machine_interface_id:type_name -> common.MachineInterfaceId - 961, // 358: forge.Machine.id:type_name -> common.MachineId - 341, // 359: forge.Machine.state_reason:type_name -> forge.ControllerStateReason - 343, // 360: forge.Machine.state_sla:type_name -> forge.StateSla - 345, // 361: forge.Machine.events:type_name -> forge.MachineEvent - 346, // 362: forge.Machine.interfaces:type_name -> forge.MachineInterface - 983, // 363: forge.Machine.discovery_info:type_name -> machine_discovery.DiscoveryInfo - 19, // 364: forge.Machine.machine_type:type_name -> forge.MachineType - 328, // 365: forge.Machine.bmc_info:type_name -> forge.BmcInfo - 962, // 366: forge.Machine.last_reboot_time:type_name -> google.protobuf.Timestamp - 962, // 367: forge.Machine.last_observation_time:type_name -> google.protobuf.Timestamp - 962, // 368: forge.Machine.maintenance_start_time:type_name -> google.protobuf.Timestamp - 961, // 369: forge.Machine.associated_host_machine_id:type_name -> common.MachineId - 338, // 370: forge.Machine.inventory:type_name -> forge.MachineInventory - 962, // 371: forge.Machine.last_reboot_requested_time:type_name -> google.protobuf.Timestamp - 961, // 372: forge.Machine.associated_dpu_machine_ids:type_name -> common.MachineId - 969, // 373: forge.Machine.health:type_name -> health.HealthReport - 340, // 374: forge.Machine.health_sources:type_name -> forge.HealthSourceOrigin - 347, // 375: forge.Machine.ib_status:type_name -> forge.InfinibandStatusObservation - 256, // 376: forge.Machine.metadata:type_name -> forge.Metadata - 332, // 377: forge.Machine.instance_network_restrictions:type_name -> forge.InstanceNetworkRestrictions - 624, // 378: forge.Machine.capabilities:type_name -> forge.MachineCapabilitiesSet - 697, // 379: forge.Machine.hw_sku_status:type_name -> forge.SkuStatus - 378, // 380: forge.Machine.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 748, // 381: forge.Machine.nvlink_info:type_name -> forge.MachineNVLinkInfo - 753, // 382: forge.Machine.nvlink_status_observation:type_name -> forge.MachineNVLinkStatusObservation - 971, // 383: forge.Machine.rack_id:type_name -> common.RackId - 214, // 384: forge.Machine.placement_in_rack:type_name -> forge.PlacementInRack - 750, // 385: forge.Machine.spx_status_observation:type_name -> forge.MachineSpxStatusObservation - 331, // 386: forge.Machine.dpf:type_name -> forge.DpfMachineState - 20, // 387: forge.InstanceNetworkRestrictions.network_segment_membership_type:type_name -> forge.InstanceNetworkSegmentMembershipType - 975, // 388: forge.InstanceNetworkRestrictions.network_segment_ids:type_name -> common.NetworkSegmentId - 961, // 389: forge.MachineMetadataUpdateRequest.machine_id:type_name -> common.MachineId - 256, // 390: forge.MachineMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 971, // 391: forge.RackMetadataUpdateRequest.rack_id:type_name -> common.RackId - 256, // 392: forge.RackMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 973, // 393: forge.SwitchMetadataUpdateRequest.switch_id:type_name -> common.SwitchId - 256, // 394: forge.SwitchMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 970, // 395: forge.PowerShelfMetadataUpdateRequest.power_shelf_id:type_name -> common.PowerShelfId - 256, // 396: forge.PowerShelfMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 961, // 397: forge.DpuAgentInventoryReport.machine_id:type_name -> common.MachineId - 338, // 398: forge.DpuAgentInventoryReport.inventory:type_name -> forge.MachineInventory - 339, // 399: forge.MachineInventory.components:type_name -> forge.MachineInventorySoftwareComponent - 38, // 400: forge.HealthSourceOrigin.mode:type_name -> forge.HealthReportApplyMode - 21, // 401: forge.ControllerStateReason.outcome:type_name -> forge.ControllerStateOutcome - 342, // 402: forge.ControllerStateReason.source_ref:type_name -> forge.ControllerStateSourceReference - 984, // 403: forge.StateSla.sla:type_name -> google.protobuf.Duration - 7, // 404: forge.InstanceTenantStatus.state:type_name -> forge.TenantState - 962, // 405: forge.MachineEvent.time:type_name -> google.protobuf.Timestamp - 982, // 406: forge.MachineInterface.id:type_name -> common.MachineInterfaceId - 961, // 407: forge.MachineInterface.attached_dpu_machine_id:type_name -> common.MachineId - 961, // 408: forge.MachineInterface.machine_id:type_name -> common.MachineId - 975, // 409: forge.MachineInterface.segment_id:type_name -> common.NetworkSegmentId - 963, // 410: forge.MachineInterface.domain_id:type_name -> common.DomainId - 962, // 411: forge.MachineInterface.created:type_name -> google.protobuf.Timestamp - 962, // 412: forge.MachineInterface.last_dhcp:type_name -> google.protobuf.Timestamp - 970, // 413: forge.MachineInterface.power_shelf_id:type_name -> common.PowerShelfId - 973, // 414: forge.MachineInterface.switch_id:type_name -> common.SwitchId - 24, // 415: forge.MachineInterface.association_type:type_name -> forge.InterfaceAssociationType - 25, // 416: forge.MachineInterface.interface_type:type_name -> forge.InterfaceType - 348, // 417: forge.InfinibandStatusObservation.ib_interfaces:type_name -> forge.MachineIbInterface - 962, // 418: forge.InfinibandStatusObservation.observed_at:type_name -> google.protobuf.Timestamp - 985, // 419: forge.MachineIbInterface.associated_pkeys:type_name -> common.StringList - 985, // 420: forge.MachineIbInterface.associated_partition_ids:type_name -> common.StringList - 26, // 421: forge.DhcpDiscovery.address_family:type_name -> forge.AddressFamily - 27, // 422: forge.DhcpDiscovery.message_kind:type_name -> forge.MessageKind - 28, // 423: forge.ExpireDhcpLeaseResponse.status:type_name -> forge.ExpireDhcpLeaseStatus - 961, // 424: forge.DhcpRecord.machine_id:type_name -> common.MachineId - 982, // 425: forge.DhcpRecord.machine_interface_id:type_name -> common.MachineInterfaceId - 975, // 426: forge.DhcpRecord.segment_id:type_name -> common.NetworkSegmentId - 963, // 427: forge.DhcpRecord.subdomain_id:type_name -> common.DomainId - 962, // 428: forge.DhcpRecord.last_invalidation_time:type_name -> google.protobuf.Timestamp - 240, // 429: forge.NetworkSegmentList.network_segments:type_name -> forge.NetworkSegment - 29, // 430: forge.SSHKeyValidationResponse.role:type_name -> forge.UserRoles - 973, // 431: forge.GetSwitchNvosCredentialsRequest.switch_id:type_name -> common.SwitchId - 359, // 432: forge.GetBmcCredentialsResponse.credentials:type_name -> forge.BmcCredentials - 811, // 433: forge.BmcCredentials.username_password:type_name -> forge.UsernamePassword - 812, // 434: forge.BmcCredentials.session_token:type_name -> forge.SessionToken - 367, // 435: forge.SshRequest.endpoint_request:type_name -> forge.BmcEndpointRequest - 369, // 436: forge.CopyBfbToDpuRshimRequest.ssh_request:type_name -> forge.SshRequest - 961, // 437: forge.UpdateMachineHardwareInfoRequest.machine_id:type_name -> common.MachineId - 372, // 438: forge.UpdateMachineHardwareInfoRequest.info:type_name -> forge.MachineHardwareInfo - 30, // 439: forge.UpdateMachineHardwareInfoRequest.update_type:type_name -> forge.MachineHardwareInfoUpdateType - 986, // 440: forge.MachineHardwareInfo.gpus:type_name -> machine_discovery.Gpu - 961, // 441: forge.ManagedHostNetworkConfigRequest.dpu_machine_id:type_name -> common.MachineId - 385, // 442: forge.ManagedHostNetworkConfigResponse.managed_host_config:type_name -> forge.ManagedHostNetworkConfig - 386, // 443: forge.ManagedHostNetworkConfigResponse.admin_interface:type_name -> forge.FlatInterfaceConfig - 386, // 444: forge.ManagedHostNetworkConfigResponse.tenant_interfaces:type_name -> forge.FlatInterfaceConfig - 977, // 445: forge.ManagedHostNetworkConfigResponse.instance_id:type_name -> common.InstanceId - 5, // 446: forge.ManagedHostNetworkConfigResponse.network_virtualization_type:type_name -> forge.VpcVirtualizationType - 32, // 447: forge.ManagedHostNetworkConfigResponse.vpc_isolation_behavior:type_name -> forge.VpcIsolationBehaviorType - 289, // 448: forge.ManagedHostNetworkConfigResponse.instance:type_name -> forge.Instance - 987, // 449: forge.ManagedHostNetworkConfigResponse.common_internal_route_target:type_name -> common.RouteTarget - 987, // 450: forge.ManagedHostNetworkConfigResponse.additional_route_target_imports:type_name -> common.RouteTarget - 675, // 451: forge.ManagedHostNetworkConfigResponse.network_security_policy_overrides:type_name -> forge.ResolvedNetworkSecurityGroupRule - 377, // 452: forge.ManagedHostNetworkConfigResponse.dpu_extension_services:type_name -> forge.ManagedHostDpuExtensionServiceConfig - 375, // 453: forge.ManagedHostNetworkConfigResponse.traffic_intercept_config:type_name -> forge.TrafficInterceptConfig - 847, // 454: forge.ManagedHostNetworkConfigResponse.routing_profile:type_name -> forge.RoutingProfile - 376, // 455: forge.TrafficInterceptConfig.bridging:type_name -> forge.TrafficInterceptBridging - 930, // 456: forge.TrafficInterceptBridging.host_representor_intercept_bridging:type_name -> forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry - 64, // 457: forge.ManagedHostDpuExtensionServiceConfig.service_type:type_name -> forge.DpuExtensionServiceType - 813, // 458: forge.ManagedHostDpuExtensionServiceConfig.credential:type_name -> forge.DpuExtensionServiceCredential - 832, // 459: forge.ManagedHostDpuExtensionServiceConfig.observability:type_name -> forge.DpuExtensionServiceObservability - 31, // 460: forge.ManagedHostQuarantineState.mode:type_name -> forge.ManagedHostQuarantineMode - 961, // 461: forge.GetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId - 378, // 462: forge.GetManagedHostQuarantineStateResponse.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 961, // 463: forge.SetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId - 378, // 464: forge.SetManagedHostQuarantineStateRequest.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 378, // 465: forge.SetManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState - 961, // 466: forge.ClearManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId - 378, // 467: forge.ClearManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState - 378, // 468: forge.ManagedHostNetworkConfig.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 37, // 469: forge.FlatInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType - 388, // 470: forge.FlatInterfaceConfig.ipv6_interface_config:type_name -> forge.FlatInterfaceIpv6Config - 847, // 471: forge.FlatInterfaceConfig.vpc_routing_profile:type_name -> forge.RoutingProfile - 387, // 472: forge.FlatInterfaceConfig.interface_routing_profile:type_name -> forge.FlatInterfaceRoutingProfile - 389, // 473: forge.FlatInterfaceConfig.network_security_group:type_name -> forge.FlatInterfaceNetworkSecurityGroupConfig - 972, // 474: forge.FlatInterfaceConfig.internal_uuid:type_name -> common.UUID - 846, // 475: forge.FlatInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry - 51, // 476: forge.FlatInterfaceNetworkSecurityGroupConfig.source:type_name -> forge.NetworkSecurityGroupSource - 675, // 477: forge.FlatInterfaceNetworkSecurityGroupConfig.rules:type_name -> forge.ResolvedNetworkSecurityGroupRule - 438, // 478: forge.ManagedHostNetworkStatusResponse.all:type_name -> forge.DpuNetworkStatus - 962, // 479: forge.DpuAgentUpgradeCheckRequest.binary_mtime:type_name -> google.protobuf.Timestamp - 33, // 480: forge.DpuAgentUpgradePolicyRequest.new_policy:type_name -> forge.AgentUpgradePolicy - 33, // 481: forge.DpuAgentUpgradePolicyResponse.active_policy:type_name -> forge.AgentUpgradePolicy - 367, // 482: forge.LockdownRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 961, // 483: forge.LockdownRequest.machine_id:type_name -> common.MachineId - 34, // 484: forge.LockdownRequest.action:type_name -> forge.LockdownAction - 367, // 485: forge.LockdownStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 961, // 486: forge.LockdownStatusRequest.machine_id:type_name -> common.MachineId - 367, // 487: forge.MachineSetupStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 488: forge.MachineSetupRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 489: forge.SetDpuFirstBootOrderRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 490: forge.AdminRebootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 491: forge.AdminBmcResetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 492: forge.EnableInfiniteBootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 493: forge.IsInfiniteBootEnabledRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 961, // 494: forge.BMCMetaDataGetRequest.machine_id:type_name -> common.MachineId - 29, // 495: forge.BMCMetaDataGetRequest.role:type_name -> forge.UserRoles - 35, // 496: forge.BMCMetaDataGetRequest.request_type:type_name -> forge.BMCRequestType - 367, // 497: forge.BMCMetaDataGetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 961, // 498: forge.MachineCredentialsUpdateRequest.machine_id:type_name -> common.MachineId - 931, // 499: forge.MachineCredentialsUpdateRequest.credentials:type_name -> forge.MachineCredentialsUpdateRequest.Credentials - 961, // 500: forge.ForgeAgentControlRequest.machine_id:type_name -> common.MachineId - 76, // 501: forge.ForgeAgentControlResponse.legacy_action:type_name -> forge.ForgeAgentControlResponse.LegacyAction - 932, // 502: forge.ForgeAgentControlResponse.data:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo - 933, // 503: forge.ForgeAgentControlResponse.noop:type_name -> forge.ForgeAgentControlResponse.Noop - 934, // 504: forge.ForgeAgentControlResponse.reset:type_name -> forge.ForgeAgentControlResponse.Reset - 935, // 505: forge.ForgeAgentControlResponse.discovery:type_name -> forge.ForgeAgentControlResponse.Discovery - 936, // 506: forge.ForgeAgentControlResponse.rebuild:type_name -> forge.ForgeAgentControlResponse.Rebuild - 937, // 507: forge.ForgeAgentControlResponse.retry:type_name -> forge.ForgeAgentControlResponse.Retry - 938, // 508: forge.ForgeAgentControlResponse.measure:type_name -> forge.ForgeAgentControlResponse.Measure - 939, // 509: forge.ForgeAgentControlResponse.log_error:type_name -> forge.ForgeAgentControlResponse.LogError - 940, // 510: forge.ForgeAgentControlResponse.machine_validation:type_name -> forge.ForgeAgentControlResponse.MachineValidation - 942, // 511: forge.ForgeAgentControlResponse.mlx_action:type_name -> forge.ForgeAgentControlResponse.MlxAction - 949, // 512: forge.ForgeAgentControlResponse.firmware_upgrade:type_name -> forge.ForgeAgentControlResponse.FirmwareUpgrade - 982, // 513: forge.MachineDiscoveryInfo.machine_interface_id:type_name -> common.MachineInterfaceId - 983, // 514: forge.MachineDiscoveryInfo.info:type_name -> machine_discovery.DiscoveryInfo - 36, // 515: forge.MachineDiscoveryInfo.discovery_reporter:type_name -> forge.MachineDiscoveryReporter - 961, // 516: forge.MachineDiscoveryCompletedRequest.machine_id:type_name -> common.MachineId - 961, // 517: forge.MachineCleanupInfo.machine_id:type_name -> common.MachineId - 951, // 518: forge.MachineCleanupInfo.nvme:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 951, // 519: forge.MachineCleanupInfo.ram:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 951, // 520: forge.MachineCleanupInfo.mem_overwrite:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 951, // 521: forge.MachineCleanupInfo.ib:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 951, // 522: forge.MachineCleanupInfo.hdd:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 77, // 523: forge.MachineCleanupInfo.result:type_name -> forge.MachineCleanupInfo.CleanupResult - 424, // 524: forge.MachineCertificateResult.machine_certificate:type_name -> forge.MachineCertificate - 961, // 525: forge.MachineDiscoveryResult.machine_id:type_name -> common.MachineId - 424, // 526: forge.MachineDiscoveryResult.machine_certificate:type_name -> forge.MachineCertificate - 123, // 527: forge.MachineDiscoveryResult.attest_key_challenge:type_name -> forge.AttestKeyBindChallenge - 982, // 528: forge.MachineDiscoveryResult.machine_interface_id:type_name -> common.MachineInterfaceId - 961, // 529: forge.ForgeScoutErrorReport.machine_id:type_name -> common.MachineId - 982, // 530: forge.ForgeScoutErrorReport.machine_interface_id:type_name -> common.MachineInterfaceId - 23, // 531: forge.PxeInstructionRequest.arch:type_name -> forge.MachineArchitecture - 982, // 532: forge.PxeInstructionRequest.interface_id:type_name -> common.MachineInterfaceId - 346, // 533: forge.CloudInitDiscoveryInstructions.machine_interface:type_name -> forge.MachineInterface - 853, // 534: forge.CloudInitDiscoveryInstructions.domain:type_name -> forge.PxeDomain - 434, // 535: forge.CloudInitInstructions.discovery_instructions:type_name -> forge.CloudInitDiscoveryInstructions - 435, // 536: forge.CloudInitInstructions.metadata:type_name -> forge.CloudInitMetaData - 961, // 537: forge.DpuNetworkStatus.dpu_machine_id:type_name -> common.MachineId - 962, // 538: forge.DpuNetworkStatus.observed_at:type_name -> google.protobuf.Timestamp - 459, // 539: forge.DpuNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatusObservation - 977, // 540: forge.DpuNetworkStatus.instance_id:type_name -> common.InstanceId - 969, // 541: forge.DpuNetworkStatus.dpu_health:type_name -> health.HealthReport - 460, // 542: forge.DpuNetworkStatus.fabric_interfaces:type_name -> forge.FabricInterfaceData - 439, // 543: forge.DpuNetworkStatus.last_dhcp_requests:type_name -> forge.LastDhcpRequest - 440, // 544: forge.DpuNetworkStatus.dpu_extension_services:type_name -> forge.DpuExtensionServiceStatusObservation - 982, // 545: forge.LastDhcpRequest.host_interface_id:type_name -> common.MachineInterfaceId - 64, // 546: forge.DpuExtensionServiceStatusObservation.service_type:type_name -> forge.DpuExtensionServiceType - 65, // 547: forge.DpuExtensionServiceStatusObservation.state:type_name -> forge.DpuExtensionServiceDeploymentStatus - 441, // 548: forge.DpuExtensionServiceStatusObservation.components:type_name -> forge.DpuExtensionServiceComponent - 969, // 549: forge.OptionalHealthReport.report:type_name -> health.HealthReport - 969, // 550: forge.HealthReportEntry.report:type_name -> health.HealthReport - 38, // 551: forge.HealthReportEntry.mode:type_name -> forge.HealthReportApplyMode - 961, // 552: forge.InsertMachineHealthReportRequest.machine_id:type_name -> common.MachineId - 443, // 553: forge.InsertMachineHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 971, // 554: forge.InsertRackHealthReportRequest.rack_id:type_name -> common.RackId - 443, // 555: forge.InsertRackHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 971, // 556: forge.RemoveRackHealthReportRequest.rack_id:type_name -> common.RackId - 971, // 557: forge.ListRackHealthReportsRequest.rack_id:type_name -> common.RackId - 973, // 558: forge.InsertSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId - 443, // 559: forge.InsertSwitchHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 973, // 560: forge.RemoveSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId - 973, // 561: forge.ListSwitchHealthReportsRequest.switch_id:type_name -> common.SwitchId - 970, // 562: forge.InsertPowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId - 443, // 563: forge.InsertPowerShelfHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 970, // 564: forge.RemovePowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId - 970, // 565: forge.ListPowerShelfHealthReportsRequest.power_shelf_id:type_name -> common.PowerShelfId - 443, // 566: forge.ListHealthReportResponse.health_report_entries:type_name -> forge.HealthReportEntry - 961, // 567: forge.RemoveMachineHealthReportRequest.machine_id:type_name -> common.MachineId - 981, // 568: forge.ListNVLinkDomainHealthReportsRequest.domain_id:type_name -> common.NVLinkDomainId - 981, // 569: forge.InsertNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId - 443, // 570: forge.InsertNVLinkDomainHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 981, // 571: forge.RemoveNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId - 37, // 572: forge.InstanceInterfaceStatusObservation.function_type:type_name -> forge.InterfaceFunctionType - 669, // 573: forge.InstanceInterfaceStatusObservation.network_security_group:type_name -> forge.NetworkSecurityGroupStatus - 972, // 574: forge.InstanceInterfaceStatusObservation.internal_uuid:type_name -> common.UUID - 461, // 575: forge.FabricInterfaceData.link_data:type_name -> forge.LinkData - 256, // 576: forge.Tenant.metadata:type_name -> forge.Metadata - 256, // 577: forge.CreateTenantRequest.metadata:type_name -> forge.Metadata - 462, // 578: forge.CreateTenantResponse.tenant:type_name -> forge.Tenant - 256, // 579: forge.UpdateTenantRequest.metadata:type_name -> forge.Metadata - 462, // 580: forge.UpdateTenantResponse.tenant:type_name -> forge.Tenant - 462, // 581: forge.FindTenantResponse.tenant:type_name -> forge.Tenant - 470, // 582: forge.TenantKeysetContent.public_keys:type_name -> forge.TenantPublicKey - 469, // 583: forge.TenantKeyset.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 471, // 584: forge.TenantKeyset.keyset_content:type_name -> forge.TenantKeysetContent - 469, // 585: forge.CreateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 471, // 586: forge.CreateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent - 472, // 587: forge.CreateTenantKeysetResponse.keyset:type_name -> forge.TenantKeyset - 472, // 588: forge.TenantKeySetList.keyset:type_name -> forge.TenantKeyset - 469, // 589: forge.UpdateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 471, // 590: forge.UpdateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent - 469, // 591: forge.DeleteTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 469, // 592: forge.TenantKeysetIdList.keyset_ids:type_name -> forge.TenantKeysetIdentifier - 469, // 593: forge.TenantKeysetsByIdsRequest.keyset_ids:type_name -> forge.TenantKeysetIdentifier - 487, // 594: forge.ResourcePools.pools:type_name -> forge.ResourcePool - 40, // 595: forge.MaintenanceRequest.operation:type_name -> forge.MaintenanceOperation - 961, // 596: forge.MaintenanceRequest.host_id:type_name -> common.MachineId - 41, // 597: forge.SetDynamicConfigRequest.setting:type_name -> forge.ConfigSetting - 515, // 598: forge.FindIpAddressResponse.matches:type_name -> forge.IpAddressMatch - 972, // 599: forge.IdentifyUuidRequest.uuid:type_name -> common.UUID - 972, // 600: forge.IdentifyUuidResponse.uuid:type_name -> common.UUID - 42, // 601: forge.IdentifyUuidResponse.object_type:type_name -> forge.UuidType - 43, // 602: forge.IdentifyMacResponse.object_type:type_name -> forge.MacOwner - 961, // 603: forge.IdentifySerialResponse.machine_id:type_name -> common.MachineId - 961, // 604: forge.DpuReprovisioningRequest.dpu_id:type_name -> common.MachineId - 78, // 605: forge.DpuReprovisioningRequest.mode:type_name -> forge.DpuReprovisioningRequest.Mode - 44, // 606: forge.DpuReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator - 961, // 607: forge.DpuReprovisioningRequest.machine_id:type_name -> common.MachineId - 952, // 608: forge.DpuReprovisioningListResponse.dpus:type_name -> forge.DpuReprovisioningListResponse.DpuReprovisioningListItem - 961, // 609: forge.HostReprovisioningRequest.machine_id:type_name -> common.MachineId - 79, // 610: forge.HostReprovisioningRequest.mode:type_name -> forge.HostReprovisioningRequest.Mode - 44, // 611: forge.HostReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator - 953, // 612: forge.HostReprovisioningListResponse.hosts:type_name -> forge.HostReprovisioningListResponse.HostReprovisioningListItem - 509, // 613: forge.DpuInfoStatusObservation.os_operational_state:type_name -> forge.DpuOsOperationalState - 510, // 614: forge.DpuInfoStatusObservation.representors:type_name -> forge.DpuRepresentorStatus - 962, // 615: forge.DpuInfoStatusObservation.last_heartbeat:type_name -> google.protobuf.Timestamp - 511, // 616: forge.DpuInfo.observed_status:type_name -> forge.DpuInfoStatusObservation - 512, // 617: forge.GetDpuInfoListResponse.dpu_list:type_name -> forge.DpuInfo - 45, // 618: forge.IpAddressMatch.ip_type:type_name -> forge.IpType - 982, // 619: forge.MachineBootOverride.machine_interface_id:type_name -> common.MachineInterfaceId - 961, // 620: forge.ConnectedDevice.id:type_name -> common.MachineId - 517, // 621: forge.ConnectedDeviceList.connected_devices:type_name -> forge.ConnectedDevice - 523, // 622: forge.MachineIdBmcIpPairs.pairs:type_name -> forge.MachineIdBmcIp - 961, // 623: forge.MachineIdBmcIp.machine_id:type_name -> common.MachineId - 517, // 624: forge.NetworkDevice.devices:type_name -> forge.ConnectedDevice - 524, // 625: forge.NetworkTopologyData.network_devices:type_name -> forge.NetworkDevice - 46, // 626: forge.RouteServers.source_type:type_name -> forge.RouteServerSourceType - 530, // 627: forge.RouteServerEntries.route_servers:type_name -> forge.RouteServer - 46, // 628: forge.RouteServer.source_type:type_name -> forge.RouteServerSourceType - 961, // 629: forge.SetHostUefiPasswordRequest.host_id:type_name -> common.MachineId - 961, // 630: forge.ClearHostUefiPasswordRequest.host_id:type_name -> common.MachineId - 972, // 631: forge.OsImageAttributes.id:type_name -> common.UUID - 535, // 632: forge.OsImage.attributes:type_name -> forge.OsImageAttributes - 47, // 633: forge.OsImage.status:type_name -> forge.OsImageStatus - 536, // 634: forge.ListOsImageResponse.images:type_name -> forge.OsImage - 972, // 635: forge.DeleteOsImageRequest.id:type_name -> common.UUID - 978, // 636: forge.GetIpxeTemplateRequest.id:type_name -> common.IpxeTemplateId - 265, // 637: forge.IpxeTemplateList.templates:type_name -> forge.IpxeTemplate - 11, // 638: forge.ExpectedHostNic.network_segment_type:type_name -> forge.NetworkSegmentType - 256, // 639: forge.ExpectedMachine.metadata:type_name -> forge.Metadata - 972, // 640: forge.ExpectedMachine.id:type_name -> common.UUID - 544, // 641: forge.ExpectedMachine.host_nics:type_name -> forge.ExpectedHostNic - 971, // 642: forge.ExpectedMachine.rack_id:type_name -> common.RackId - 48, // 643: forge.ExpectedMachine.dpu_mode:type_name -> forge.DpuMode - 545, // 644: forge.ExpectedMachine.host_lifecycle_profile:type_name -> forge.HostLifecycleProfile - 972, // 645: forge.ExpectedMachineRequest.id:type_name -> common.UUID - 546, // 646: forge.ExpectedMachineList.expected_machines:type_name -> forge.ExpectedMachine - 550, // 647: forge.LinkedExpectedMachineList.expected_machines:type_name -> forge.LinkedExpectedMachine - 961, // 648: forge.LinkedExpectedMachine.machine_id:type_name -> common.MachineId - 972, // 649: forge.LinkedExpectedMachine.expected_machine_id:type_name -> common.UUID - 552, // 650: forge.UnexpectedMachineList.unexpected_machines:type_name -> forge.UnexpectedMachine - 961, // 651: forge.UnexpectedMachine.machine_id:type_name -> common.MachineId - 548, // 652: forge.BatchExpectedMachineOperationRequest.expected_machines:type_name -> forge.ExpectedMachineList - 972, // 653: forge.ExpectedMachineOperationResult.id:type_name -> common.UUID - 546, // 654: forge.ExpectedMachineOperationResult.expected_machine:type_name -> forge.ExpectedMachine - 554, // 655: forge.BatchExpectedMachineOperationResponse.results:type_name -> forge.ExpectedMachineOperationResult - 961, // 656: forge.MachineRebootCompletedRequest.machine_id:type_name -> common.MachineId - 961, // 657: forge.ScoutFirmwareUpgradeStatusRequest.machine_id:type_name -> common.MachineId - 961, // 658: forge.MachineValidationCompletedRequest.machine_id:type_name -> common.MachineId - 988, // 659: forge.MachineValidationCompletedRequest.validation_id:type_name -> common.MachineValidationId - 962, // 660: forge.MachineValidationResult.start_time:type_name -> google.protobuf.Timestamp - 962, // 661: forge.MachineValidationResult.end_time:type_name -> google.protobuf.Timestamp - 988, // 662: forge.MachineValidationResult.validation_id:type_name -> common.MachineValidationId - 561, // 663: forge.MachineValidationResultPostRequest.result:type_name -> forge.MachineValidationResult - 561, // 664: forge.MachineValidationResultList.results:type_name -> forge.MachineValidationResult - 961, // 665: forge.MachineValidationGetRequest.machine_id:type_name -> common.MachineId - 988, // 666: forge.MachineValidationGetRequest.validation_id:type_name -> common.MachineValidationId - 80, // 667: forge.MachineValidationStatus.oneof_started:type_name -> forge.MachineValidationStatus.MachineValidationStarted - 81, // 668: forge.MachineValidationStatus.oneof_in_progress:type_name -> forge.MachineValidationStatus.MachineValidationInProgress - 82, // 669: forge.MachineValidationStatus.oneof_completed:type_name -> forge.MachineValidationStatus.MachineValidationCompleted - 988, // 670: forge.MachineValidationRun.validation_id:type_name -> common.MachineValidationId - 961, // 671: forge.MachineValidationRun.machine_id:type_name -> common.MachineId - 962, // 672: forge.MachineValidationRun.start_time:type_name -> google.protobuf.Timestamp - 962, // 673: forge.MachineValidationRun.end_time:type_name -> google.protobuf.Timestamp - 565, // 674: forge.MachineValidationRun.status:type_name -> forge.MachineValidationStatus - 984, // 675: forge.MachineValidationRun.duration_to_complete:type_name -> google.protobuf.Duration - 962, // 676: forge.MachineValidationRun.last_heartbeat_at:type_name -> google.protobuf.Timestamp - 961, // 677: forge.MachineSetAutoUpdateRequest.machine_id:type_name -> common.MachineId - 83, // 678: forge.MachineSetAutoUpdateRequest.action:type_name -> forge.MachineSetAutoUpdateRequest.SetAutoupdateAction - 962, // 679: forge.MachineValidationExternalConfig.timestamp:type_name -> google.protobuf.Timestamp - 570, // 680: forge.GetMachineValidationExternalConfigResponse.config:type_name -> forge.MachineValidationExternalConfig - 570, // 681: forge.GetMachineValidationExternalConfigsResponse.configs:type_name -> forge.MachineValidationExternalConfig - 961, // 682: forge.MachineValidationOnDemandRequest.machine_id:type_name -> common.MachineId - 84, // 683: forge.MachineValidationOnDemandRequest.action:type_name -> forge.MachineValidationOnDemandRequest.Action - 988, // 684: forge.MachineValidationOnDemandResponse.validation_id:type_name -> common.MachineValidationId - 578, // 685: forge.MaintenanceActivityConfig.firmware_upgrade:type_name -> forge.FirmwareUpgradeActivity - 580, // 686: forge.MaintenanceActivityConfig.configure_nmx_cluster:type_name -> forge.ConfigureNmxClusterActivity - 581, // 687: forge.MaintenanceActivityConfig.power_sequence:type_name -> forge.PowerSequenceActivity - 579, // 688: forge.MaintenanceActivityConfig.nvos_update:type_name -> forge.NvosUpdateActivity - 582, // 689: forge.RackMaintenanceScope.activities:type_name -> forge.MaintenanceActivityConfig - 971, // 690: forge.RackMaintenanceOnDemandRequest.rack_id:type_name -> common.RackId - 583, // 691: forge.RackMaintenanceOnDemandRequest.scope:type_name -> forge.RackMaintenanceScope - 367, // 692: forge.AdminPowerControlRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 85, // 693: forge.AdminPowerControlRequest.action:type_name -> forge.AdminPowerControlRequest.SystemPowerControl - 961, // 694: forge.GetRedfishJobStateRequest.machine_id:type_name -> common.MachineId - 86, // 695: forge.GetRedfishJobStateResponse.job_state:type_name -> forge.GetRedfishJobStateResponse.RedfishJobState - 566, // 696: forge.MachineValidationRunList.runs:type_name -> forge.MachineValidationRun - 961, // 697: forge.MachineValidationRunListGetRequest.machine_id:type_name -> common.MachineId - 988, // 698: forge.MachineValidationRunItemSearchFilter.validation_id:type_name -> common.MachineValidationId - 972, // 699: forge.MachineValidationRunItemIdList.run_item_ids:type_name -> common.UUID - 972, // 700: forge.MachineValidationRunItemsByIdsRequest.run_item_ids:type_name -> common.UUID - 596, // 701: forge.MachineValidationRunItemList.run_items:type_name -> forge.MachineValidationRunItem - 972, // 702: forge.MachineValidationRunItem.run_item_id:type_name -> common.UUID - 988, // 703: forge.MachineValidationRunItem.validation_id:type_name -> common.MachineValidationId - 984, // 704: forge.MachineValidationRunItem.timeout:type_name -> google.protobuf.Duration - 962, // 705: forge.MachineValidationRunItem.started_at:type_name -> google.protobuf.Timestamp - 962, // 706: forge.MachineValidationRunItem.ended_at:type_name -> google.protobuf.Timestamp - 962, // 707: forge.MachineValidationRunItem.last_heartbeat_at:type_name -> google.protobuf.Timestamp - 972, // 708: forge.MachineValidationRunItem.current_attempt_id:type_name -> common.UUID - 972, // 709: forge.MachineValidationAttemptGetRequest.attempt_id:type_name -> common.UUID - 972, // 710: forge.MachineValidationAttempt.attempt_id:type_name -> common.UUID - 972, // 711: forge.MachineValidationAttempt.run_item_id:type_name -> common.UUID - 962, // 712: forge.MachineValidationAttempt.started_at:type_name -> google.protobuf.Timestamp - 962, // 713: forge.MachineValidationAttempt.ended_at:type_name -> google.protobuf.Timestamp - 962, // 714: forge.MachineValidationAttempt.last_heartbeat_at:type_name -> google.protobuf.Timestamp - 988, // 715: forge.MachineValidationHeartbeatRequest.validation_id:type_name -> common.MachineValidationId - 972, // 716: forge.MachineValidationHeartbeatRequest.run_item_id:type_name -> common.UUID - 972, // 717: forge.MachineValidationHeartbeatRequest.attempt_id:type_name -> common.UUID - 954, // 718: forge.MachineValidationTestUpdateRequest.payload:type_name -> forge.MachineValidationTestUpdateRequest.Payload - 610, // 719: forge.MachineValidationTestsGetResponse.tests:type_name -> forge.MachineValidationTest - 988, // 720: forge.MachineValidationRunRequest.validation_id:type_name -> common.MachineValidationId - 984, // 721: forge.MachineValidationRunRequest.duration_to_complete:type_name -> google.protobuf.Duration - 610, // 722: forge.MachineValidationRunRequest.selected_tests:type_name -> forge.MachineValidationTest - 49, // 723: forge.MachineCapabilityAttributesGpu.device_type:type_name -> forge.MachineCapabilityDeviceType - 49, // 724: forge.MachineCapabilityAttributesNetwork.device_type:type_name -> forge.MachineCapabilityDeviceType - 617, // 725: forge.MachineCapabilitiesSet.cpu:type_name -> forge.MachineCapabilityAttributesCpu - 618, // 726: forge.MachineCapabilitiesSet.gpu:type_name -> forge.MachineCapabilityAttributesGpu - 619, // 727: forge.MachineCapabilitiesSet.memory:type_name -> forge.MachineCapabilityAttributesMemory - 620, // 728: forge.MachineCapabilitiesSet.storage:type_name -> forge.MachineCapabilityAttributesStorage - 621, // 729: forge.MachineCapabilitiesSet.network:type_name -> forge.MachineCapabilityAttributesNetwork - 622, // 730: forge.MachineCapabilitiesSet.infiniband:type_name -> forge.MachineCapabilityAttributesInfiniband - 623, // 731: forge.MachineCapabilitiesSet.dpu:type_name -> forge.MachineCapabilityAttributesDpu - 627, // 732: forge.InstanceTypeAttributes.desired_capabilities:type_name -> forge.InstanceTypeMachineCapabilityFilterAttributes - 625, // 733: forge.InstanceType.attributes:type_name -> forge.InstanceTypeAttributes - 256, // 734: forge.InstanceType.metadata:type_name -> forge.Metadata - 725, // 735: forge.InstanceType.allocation_stats:type_name -> forge.InstanceTypeAllocationStats - 50, // 736: forge.InstanceTypeMachineCapabilityFilterAttributes.capability_type:type_name -> forge.MachineCapabilityType - 989, // 737: forge.InstanceTypeMachineCapabilityFilterAttributes.inactive_devices:type_name -> common.Uint32List - 49, // 738: forge.InstanceTypeMachineCapabilityFilterAttributes.device_type:type_name -> forge.MachineCapabilityDeviceType - 256, // 739: forge.CreateInstanceTypeRequest.metadata:type_name -> forge.Metadata - 625, // 740: forge.CreateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes - 626, // 741: forge.CreateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType - 626, // 742: forge.FindInstanceTypesByIdsResponse.instance_types:type_name -> forge.InstanceType - 626, // 743: forge.UpdateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType - 256, // 744: forge.UpdateInstanceTypeRequest.metadata:type_name -> forge.Metadata - 625, // 745: forge.UpdateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes - 955, // 746: forge.RedfishBrowseResponse.headers:type_name -> forge.RedfishBrowseResponse.HeadersEntry - 646, // 747: forge.RedfishListActionsResponse.actions:type_name -> forge.RedfishAction - 962, // 748: forge.RedfishAction.approver_dates:type_name -> google.protobuf.Timestamp - 962, // 749: forge.RedfishAction.applied_at:type_name -> google.protobuf.Timestamp - 647, // 750: forge.RedfishAction.results:type_name -> forge.OptionalRedfishActionResult - 648, // 751: forge.OptionalRedfishActionResult.result:type_name -> forge.RedfishActionResult - 956, // 752: forge.RedfishActionResult.headers:type_name -> forge.RedfishActionResult.HeadersEntry - 962, // 753: forge.RedfishActionResult.completed_at:type_name -> google.protobuf.Timestamp - 957, // 754: forge.UfmBrowseResponse.headers:type_name -> forge.UfmBrowseResponse.HeadersEntry - 674, // 755: forge.NetworkSecurityGroupAttributes.rules:type_name -> forge.NetworkSecurityGroupRuleAttributes - 256, // 756: forge.NetworkSecurityGroup.metadata:type_name -> forge.Metadata - 657, // 757: forge.NetworkSecurityGroup.attributes:type_name -> forge.NetworkSecurityGroupAttributes - 256, // 758: forge.CreateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata - 657, // 759: forge.CreateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes - 658, // 760: forge.CreateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup - 658, // 761: forge.FindNetworkSecurityGroupsByIdsResponse.network_security_groups:type_name -> forge.NetworkSecurityGroup - 658, // 762: forge.UpdateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup - 256, // 763: forge.UpdateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata - 657, // 764: forge.UpdateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes - 51, // 765: forge.NetworkSecurityGroupStatus.source:type_name -> forge.NetworkSecurityGroupSource - 52, // 766: forge.NetworkSecurityGroupPropagationObjectStatus.status:type_name -> forge.NetworkSecurityGroupPropagationStatus - 670, // 767: forge.GetNetworkSecurityGroupPropagationStatusResponse.vpcs:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus - 670, // 768: forge.GetNetworkSecurityGroupPropagationStatusResponse.instances:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus - 672, // 769: forge.GetNetworkSecurityGroupPropagationStatusRequest.network_security_group_ids:type_name -> forge.NetworkSecurityGroupIdList - 53, // 770: forge.NetworkSecurityGroupRuleAttributes.direction:type_name -> forge.NetworkSecurityGroupRuleDirection - 54, // 771: forge.NetworkSecurityGroupRuleAttributes.protocol:type_name -> forge.NetworkSecurityGroupRuleProtocol - 55, // 772: forge.NetworkSecurityGroupRuleAttributes.action:type_name -> forge.NetworkSecurityGroupRuleAction - 674, // 773: forge.ResolvedNetworkSecurityGroupRule.rule:type_name -> forge.NetworkSecurityGroupRuleAttributes - 677, // 774: forge.GetNetworkSecurityGroupAttachmentsResponse.attachments:type_name -> forge.NetworkSecurityGroupAttachments - 681, // 775: forge.GetDesiredFirmwareVersionsResponse.entries:type_name -> forge.DesiredFirmwareVersionEntry - 958, // 776: forge.DesiredFirmwareVersionEntry.component_versions:type_name -> forge.DesiredFirmwareVersionEntry.ComponentVersionsEntry - 682, // 777: forge.SkuComponents.chassis:type_name -> forge.SkuComponentChassis - 683, // 778: forge.SkuComponents.cpus:type_name -> forge.SkuComponentCpu - 684, // 779: forge.SkuComponents.gpus:type_name -> forge.SkuComponentGpu - 685, // 780: forge.SkuComponents.ethernet_devices:type_name -> forge.SkuComponentEthernetDevices - 686, // 781: forge.SkuComponents.infiniband_devices:type_name -> forge.SkuComponentInfinibandDevices - 687, // 782: forge.SkuComponents.storage:type_name -> forge.SkuComponentStorage - 689, // 783: forge.SkuComponents.memory:type_name -> forge.SkuComponentMemory - 690, // 784: forge.SkuComponents.tpm:type_name -> forge.SkuComponentTpm - 962, // 785: forge.Sku.created:type_name -> google.protobuf.Timestamp - 691, // 786: forge.Sku.components:type_name -> forge.SkuComponents - 961, // 787: forge.Sku.associated_machine_ids:type_name -> common.MachineId - 961, // 788: forge.SkuMachinePair.machine_id:type_name -> common.MachineId - 961, // 789: forge.RemoveSkuRequest.machine_id:type_name -> common.MachineId - 692, // 790: forge.SkuList.skus:type_name -> forge.Sku - 962, // 791: forge.SkuStatus.verify_request_time:type_name -> google.protobuf.Timestamp - 962, // 792: forge.SkuStatus.last_match_attempt:type_name -> google.protobuf.Timestamp - 962, // 793: forge.SkuStatus.last_generate_attempt:type_name -> google.protobuf.Timestamp - 990, // 794: forge.DpaInterface.id:type_name -> common.DpaInterfaceId - 961, // 795: forge.DpaInterface.machine_id:type_name -> common.MachineId - 962, // 796: forge.DpaInterface.created:type_name -> google.protobuf.Timestamp - 962, // 797: forge.DpaInterface.updated:type_name -> google.protobuf.Timestamp - 962, // 798: forge.DpaInterface.deleted:type_name -> google.protobuf.Timestamp - 220, // 799: forge.DpaInterface.history:type_name -> forge.StateHistoryRecord - 962, // 800: forge.DpaInterface.last_hb_time:type_name -> google.protobuf.Timestamp - 56, // 801: forge.DpaInterface.interface_type:type_name -> forge.DpaInterfaceType - 961, // 802: forge.DpaInterfaceCreationRequest.machine_id:type_name -> common.MachineId - 56, // 803: forge.DpaInterfaceCreationRequest.interface_type:type_name -> forge.DpaInterfaceType - 990, // 804: forge.DpaInterfaceIdList.ids:type_name -> common.DpaInterfaceId - 990, // 805: forge.DpaInterfacesByIdsRequest.ids:type_name -> common.DpaInterfaceId - 700, // 806: forge.DpaInterfaceList.interfaces:type_name -> forge.DpaInterface - 990, // 807: forge.DpaNetworkObservationSetRequest.id:type_name -> common.DpaInterfaceId - 990, // 808: forge.DpaInterfaceDeletionRequest.id:type_name -> common.DpaInterfaceId - 961, // 809: forge.PowerOptionRequest.machine_id:type_name -> common.MachineId - 961, // 810: forge.PowerOptionUpdateRequest.machine_id:type_name -> common.MachineId - 57, // 811: forge.PowerOptionUpdateRequest.power_state:type_name -> forge.PowerState - 57, // 812: forge.PowerOptions.desired_state:type_name -> forge.PowerState - 962, // 813: forge.PowerOptions.desired_state_updated_at:type_name -> google.protobuf.Timestamp - 57, // 814: forge.PowerOptions.actual_state:type_name -> forge.PowerState - 962, // 815: forge.PowerOptions.actual_state_updated_at:type_name -> google.protobuf.Timestamp - 961, // 816: forge.PowerOptions.host_id:type_name -> common.MachineId - 962, // 817: forge.PowerOptions.next_power_state_fetch_at:type_name -> google.protobuf.Timestamp - 962, // 818: forge.PowerOptions.tried_triggering_on_at:type_name -> google.protobuf.Timestamp - 962, // 819: forge.PowerOptions.wait_until_time_before_performing_next_power_action:type_name -> google.protobuf.Timestamp - 711, // 820: forge.PowerOptionResponse.response:type_name -> forge.PowerOptions - 991, // 821: forge.ComputeAllocation.id:type_name -> common.ComputeAllocationId - 713, // 822: forge.ComputeAllocation.attributes:type_name -> forge.ComputeAllocationAttributes - 256, // 823: forge.ComputeAllocation.metadata:type_name -> forge.Metadata - 991, // 824: forge.CreateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId - 256, // 825: forge.CreateComputeAllocationRequest.metadata:type_name -> forge.Metadata - 713, // 826: forge.CreateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes - 714, // 827: forge.CreateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation - 991, // 828: forge.FindComputeAllocationIdsResponse.ids:type_name -> common.ComputeAllocationId - 991, // 829: forge.FindComputeAllocationsByIdsRequest.ids:type_name -> common.ComputeAllocationId - 714, // 830: forge.FindComputeAllocationsByIdsResponse.allocations:type_name -> forge.ComputeAllocation - 714, // 831: forge.UpdateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation - 991, // 832: forge.UpdateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId - 256, // 833: forge.UpdateComputeAllocationRequest.metadata:type_name -> forge.Metadata - 713, // 834: forge.UpdateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes - 991, // 835: forge.DeleteComputeAllocationRequest.id:type_name -> common.ComputeAllocationId - 732, // 836: forge.GetRackResponse.rack:type_name -> forge.Rack - 732, // 837: forge.RackList.racks:type_name -> forge.Rack - 255, // 838: forge.RackSearchFilter.label:type_name -> forge.Label - 971, // 839: forge.RackIdList.rack_ids:type_name -> common.RackId - 971, // 840: forge.RacksByIdsRequest.rack_ids:type_name -> common.RackId - 971, // 841: forge.Rack.id:type_name -> common.RackId - 962, // 842: forge.Rack.created:type_name -> google.protobuf.Timestamp - 962, // 843: forge.Rack.updated:type_name -> google.protobuf.Timestamp - 962, // 844: forge.Rack.deleted:type_name -> google.protobuf.Timestamp - 256, // 845: forge.Rack.metadata:type_name -> forge.Metadata - 733, // 846: forge.Rack.config:type_name -> forge.RackConfig - 734, // 847: forge.Rack.status:type_name -> forge.RackStatus - 969, // 848: forge.RackStatus.health:type_name -> health.HealthReport - 340, // 849: forge.RackStatus.health_sources:type_name -> forge.HealthSourceOrigin - 87, // 850: forge.RackStatus.lifecycle:type_name -> forge.LifecycleStatus - 971, // 851: forge.RackStateHistoriesRequest.rack_ids:type_name -> common.RackId - 971, // 852: forge.AdminForceDeleteRackRequest.rack_id:type_name -> common.RackId - 739, // 853: forge.RackCapabilitiesSet.compute:type_name -> forge.RackCapabilityCompute - 740, // 854: forge.RackCapabilitiesSet.switch:type_name -> forge.RackCapabilitySwitch - 741, // 855: forge.RackCapabilitiesSet.power_shelf:type_name -> forge.RackCapabilityPowerShelf - 992, // 856: forge.RackProfile.rack_hardware_type:type_name -> common.RackHardwareType - 58, // 857: forge.RackProfile.rack_hardware_topology:type_name -> forge.RackHardwareTopology - 60, // 858: forge.RackProfile.rack_hardware_class:type_name -> forge.RackHardwareClass - 742, // 859: forge.RackProfile.capabilities:type_name -> forge.RackCapabilitiesSet - 59, // 860: forge.RackProfile.product_family:type_name -> forge.RackProductFamily - 971, // 861: forge.GetRackProfileRequest.rack_id:type_name -> common.RackId - 971, // 862: forge.GetRackProfileResponse.rack_id:type_name -> common.RackId - 974, // 863: forge.GetRackProfileResponse.rack_profile_id:type_name -> common.RackProfileId - 743, // 864: forge.GetRackProfileResponse.profile:type_name -> forge.RackProfile - 61, // 865: forge.RackManagerForgeRequest.cmd:type_name -> forge.RackManagerForgeCmd - 981, // 866: forge.MachineNVLinkInfo.domain_uuid:type_name -> common.NVLinkDomainId - 752, // 867: forge.MachineNVLinkInfo.gpus:type_name -> forge.NVLinkGpu - 961, // 868: forge.UpdateMachineNvLinkInfoRequest.machine_id:type_name -> common.MachineId - 748, // 869: forge.UpdateMachineNvLinkInfoRequest.nvlink_info:type_name -> forge.MachineNVLinkInfo - 751, // 870: forge.MachineSpxStatusObservation.attachment_status:type_name -> forge.MachineSpxAttachmentStatusObservation - 962, // 871: forge.MachineSpxStatusObservation.observed_at:type_name -> google.protobuf.Timestamp - 980, // 872: forge.MachineSpxAttachmentStatusObservation.partition_id:type_name -> common.SpxPartitionId - 15, // 873: forge.MachineSpxAttachmentStatusObservation.attachment_type:type_name -> forge.SpxAttachmentType - 962, // 874: forge.MachineSpxAttachmentStatusObservation.observed_at:type_name -> google.protobuf.Timestamp - 754, // 875: forge.MachineNVLinkStatusObservation.gpu_status:type_name -> forge.MachineNVLinkGpuStatusObservation - 993, // 876: forge.MachineNVLinkGpuStatusObservation.partition_id:type_name -> common.NVLinkPartitionId - 965, // 877: forge.MachineNVLinkGpuStatusObservation.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 981, // 878: forge.MachineNVLinkGpuStatusObservation.domain_id:type_name -> common.NVLinkDomainId - 62, // 879: forge.NmxcBrowseRequest.operation:type_name -> forge.NmxcBrowseOperation - 959, // 880: forge.NmxcBrowseResponse.headers:type_name -> forge.NmxcBrowseResponse.HeadersEntry - 993, // 881: forge.NVLinkPartition.id:type_name -> common.NVLinkPartitionId - 981, // 882: forge.NVLinkPartition.domain_uuid:type_name -> common.NVLinkDomainId - 965, // 883: forge.NVLinkPartition.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 757, // 884: forge.NVLinkPartitionList.partitions:type_name -> forge.NVLinkPartition - 972, // 885: forge.NVLinkPartitionQuery.id:type_name -> common.UUID - 759, // 886: forge.NVLinkPartitionQuery.search_config:type_name -> forge.NVLinkPartitionSearchConfig - 993, // 887: forge.NVLinkPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkPartitionId - 993, // 888: forge.NVLinkPartitionIdList.partition_ids:type_name -> common.NVLinkPartitionId - 256, // 889: forge.NVLinkLogicalPartitionConfig.metadata:type_name -> forge.Metadata - 7, // 890: forge.NVLinkLogicalPartitionStatus.state:type_name -> forge.TenantState - 965, // 891: forge.NVLinkLogicalPartition.id:type_name -> common.NVLinkLogicalPartitionId - 765, // 892: forge.NVLinkLogicalPartition.config:type_name -> forge.NVLinkLogicalPartitionConfig - 766, // 893: forge.NVLinkLogicalPartition.status:type_name -> forge.NVLinkLogicalPartitionStatus - 962, // 894: forge.NVLinkLogicalPartition.created:type_name -> google.protobuf.Timestamp - 767, // 895: forge.NVLinkLogicalPartitionList.partitions:type_name -> forge.NVLinkLogicalPartition - 765, // 896: forge.NVLinkLogicalPartitionCreationRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig - 965, // 897: forge.NVLinkLogicalPartitionCreationRequest.id:type_name -> common.NVLinkLogicalPartitionId - 965, // 898: forge.NVLinkLogicalPartitionDeletionRequest.id:type_name -> common.NVLinkLogicalPartitionId - 965, // 899: forge.NVLinkLogicalPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkLogicalPartitionId - 965, // 900: forge.NVLinkLogicalPartitionIdList.partition_ids:type_name -> common.NVLinkLogicalPartitionId - 965, // 901: forge.NVLinkLogicalPartitionUpdateRequest.id:type_name -> common.NVLinkLogicalPartitionId - 765, // 902: forge.NVLinkLogicalPartitionUpdateRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig - 367, // 903: forge.CreateBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 367, // 904: forge.DeleteBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 961, // 905: forge.SetFirmwareUpdateTimeWindowRequest.machine_ids:type_name -> common.MachineId - 962, // 906: forge.SetFirmwareUpdateTimeWindowRequest.start_timestamp:type_name -> google.protobuf.Timestamp - 962, // 907: forge.SetFirmwareUpdateTimeWindowRequest.end_timestamp:type_name -> google.protobuf.Timestamp - 785, // 908: forge.ListHostFirmwareResponse.available:type_name -> forge.AvailableHostFirmware - 63, // 909: forge.TrimTableRequest.target:type_name -> forge.TrimTableTarget - 788, // 910: forge.NvlinkNmxcEndpointList.entries:type_name -> forge.NvlinkNmxcEndpoint - 256, // 911: forge.CreateRemediationRequest.metadata:type_name -> forge.Metadata - 994, // 912: forge.CreateRemediationResponse.remediation_id:type_name -> common.RemediationId - 994, // 913: forge.RemediationIdList.remediation_ids:type_name -> common.RemediationId - 795, // 914: forge.RemediationList.remediations:type_name -> forge.Remediation - 994, // 915: forge.Remediation.id:type_name -> common.RemediationId - 256, // 916: forge.Remediation.metadata:type_name -> forge.Metadata - 962, // 917: forge.Remediation.creation_time:type_name -> google.protobuf.Timestamp - 994, // 918: forge.ApproveRemediationRequest.remediation_id:type_name -> common.RemediationId - 994, // 919: forge.RevokeRemediationRequest.remediation_id:type_name -> common.RemediationId - 994, // 920: forge.EnableRemediationRequest.remediation_id:type_name -> common.RemediationId - 994, // 921: forge.DisableRemediationRequest.remediation_id:type_name -> common.RemediationId - 994, // 922: forge.FindAppliedRemediationIdsRequest.remediation_id:type_name -> common.RemediationId - 961, // 923: forge.FindAppliedRemediationIdsRequest.dpu_machine_id:type_name -> common.MachineId - 994, // 924: forge.AppliedRemediationIdList.remediation_ids:type_name -> common.RemediationId - 961, // 925: forge.AppliedRemediationIdList.dpu_machine_ids:type_name -> common.MachineId - 994, // 926: forge.FindAppliedRemediationsRequest.remediation_id:type_name -> common.RemediationId - 961, // 927: forge.FindAppliedRemediationsRequest.dpu_machine_id:type_name -> common.MachineId - 994, // 928: forge.AppliedRemediation.remediation_id:type_name -> common.RemediationId - 961, // 929: forge.AppliedRemediation.dpu_machine_id:type_name -> common.MachineId - 962, // 930: forge.AppliedRemediation.applied_time:type_name -> google.protobuf.Timestamp - 256, // 931: forge.AppliedRemediation.metadata:type_name -> forge.Metadata - 803, // 932: forge.AppliedRemediationList.applied_remediations:type_name -> forge.AppliedRemediation - 961, // 933: forge.GetNextRemediationForMachineRequest.dpu_machine_id:type_name -> common.MachineId - 994, // 934: forge.GetNextRemediationForMachineResponse.remediation_id:type_name -> common.RemediationId - 994, // 935: forge.RemediationAppliedRequest.remediation_id:type_name -> common.RemediationId - 961, // 936: forge.RemediationAppliedRequest.dpu_machine_id:type_name -> common.MachineId - 808, // 937: forge.RemediationAppliedRequest.status:type_name -> forge.RemediationApplicationStatus - 256, // 938: forge.RemediationApplicationStatus.metadata:type_name -> forge.Metadata - 961, // 939: forge.SetPrimaryDpuRequest.host_machine_id:type_name -> common.MachineId - 961, // 940: forge.SetPrimaryDpuRequest.dpu_machine_id:type_name -> common.MachineId - 961, // 941: forge.SetPrimaryInterfaceRequest.host_machine_id:type_name -> common.MachineId - 982, // 942: forge.SetPrimaryInterfaceRequest.interface_id:type_name -> common.MachineInterfaceId - 811, // 943: forge.DpuExtensionServiceCredential.username_password:type_name -> forge.UsernamePassword - 832, // 944: forge.DpuExtensionServiceVersionInfo.observability:type_name -> forge.DpuExtensionServiceObservability - 64, // 945: forge.DpuExtensionService.service_type:type_name -> forge.DpuExtensionServiceType - 814, // 946: forge.DpuExtensionService.latest_version_info:type_name -> forge.DpuExtensionServiceVersionInfo - 64, // 947: forge.CreateDpuExtensionServiceRequest.service_type:type_name -> forge.DpuExtensionServiceType - 813, // 948: forge.CreateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential - 832, // 949: forge.CreateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability - 813, // 950: forge.UpdateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential - 832, // 951: forge.UpdateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability - 64, // 952: forge.DpuExtensionServiceSearchFilter.service_type:type_name -> forge.DpuExtensionServiceType - 815, // 953: forge.DpuExtensionServiceList.services:type_name -> forge.DpuExtensionService - 814, // 954: forge.DpuExtensionServiceVersionInfoList.version_infos:type_name -> forge.DpuExtensionServiceVersionInfo - 828, // 955: forge.FindInstancesByDpuExtensionServiceResponse.instances:type_name -> forge.InstanceDpuExtensionServiceInfo - 829, // 956: forge.DpuExtensionServiceObservabilityConfig.prometheus:type_name -> forge.DpuExtensionServiceObservabilityConfigPrometheus - 830, // 957: forge.DpuExtensionServiceObservabilityConfig.logging:type_name -> forge.DpuExtensionServiceObservabilityConfigLogging - 831, // 958: forge.DpuExtensionServiceObservability.configs:type_name -> forge.DpuExtensionServiceObservabilityConfig - 972, // 959: forge.ScoutStreamApiBoundMessage.flow_uuid:type_name -> common.UUID - 835, // 960: forge.ScoutStreamApiBoundMessage.init:type_name -> forge.ScoutStreamInitRequest - 995, // 961: forge.ScoutStreamApiBoundMessage.mlx_device_lockdown_response:type_name -> mlx_device.MlxDeviceLockdownResponse - 996, // 962: forge.ScoutStreamApiBoundMessage.mlx_device_profile_sync_response:type_name -> mlx_device.MlxDeviceProfileSyncResponse - 997, // 963: forge.ScoutStreamApiBoundMessage.mlx_device_profile_compare_response:type_name -> mlx_device.MlxDeviceProfileCompareResponse - 998, // 964: forge.ScoutStreamApiBoundMessage.mlx_device_info_device_response:type_name -> mlx_device.MlxDeviceInfoDeviceResponse - 999, // 965: forge.ScoutStreamApiBoundMessage.mlx_device_info_report_response:type_name -> mlx_device.MlxDeviceInfoReportResponse - 1000, // 966: forge.ScoutStreamApiBoundMessage.mlx_device_registry_list_response:type_name -> mlx_device.MlxDeviceRegistryListResponse - 1001, // 967: forge.ScoutStreamApiBoundMessage.mlx_device_registry_show_response:type_name -> mlx_device.MlxDeviceRegistryShowResponse - 1002, // 968: forge.ScoutStreamApiBoundMessage.mlx_device_config_query_response:type_name -> mlx_device.MlxDeviceConfigQueryResponse - 1003, // 969: forge.ScoutStreamApiBoundMessage.mlx_device_config_set_response:type_name -> mlx_device.MlxDeviceConfigSetResponse - 1004, // 970: forge.ScoutStreamApiBoundMessage.mlx_device_config_sync_response:type_name -> mlx_device.MlxDeviceConfigSyncResponse - 1005, // 971: forge.ScoutStreamApiBoundMessage.mlx_device_config_compare_response:type_name -> mlx_device.MlxDeviceConfigCompareResponse - 843, // 972: forge.ScoutStreamApiBoundMessage.scout_stream_agent_ping_response:type_name -> forge.ScoutStreamAgentPingResponse - 972, // 973: forge.ScoutStreamScoutBoundMessage.flow_uuid:type_name -> common.UUID - 1006, // 974: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_lock_request:type_name -> mlx_device.MlxDeviceLockdownLockRequest - 1007, // 975: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_unlock_request:type_name -> mlx_device.MlxDeviceLockdownUnlockRequest - 1008, // 976: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_status_request:type_name -> mlx_device.MlxDeviceLockdownStatusRequest - 1009, // 977: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_sync_request:type_name -> mlx_device.MlxDeviceProfileSyncRequest - 1010, // 978: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_compare_request:type_name -> mlx_device.MlxDeviceProfileCompareRequest - 1011, // 979: forge.ScoutStreamScoutBoundMessage.mlx_device_info_device_request:type_name -> mlx_device.MlxDeviceInfoDeviceRequest - 1012, // 980: forge.ScoutStreamScoutBoundMessage.mlx_device_info_report_request:type_name -> mlx_device.MlxDeviceInfoReportRequest - 1013, // 981: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_list_request:type_name -> mlx_device.MlxDeviceRegistryListRequest - 1014, // 982: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_show_request:type_name -> mlx_device.MlxDeviceRegistryShowRequest - 1015, // 983: forge.ScoutStreamScoutBoundMessage.mlx_device_config_query_request:type_name -> mlx_device.MlxDeviceConfigQueryRequest - 1016, // 984: forge.ScoutStreamScoutBoundMessage.mlx_device_config_set_request:type_name -> mlx_device.MlxDeviceConfigSetRequest - 1017, // 985: forge.ScoutStreamScoutBoundMessage.mlx_device_config_sync_request:type_name -> mlx_device.MlxDeviceConfigSyncRequest - 1018, // 986: forge.ScoutStreamScoutBoundMessage.mlx_device_config_compare_request:type_name -> mlx_device.MlxDeviceConfigCompareRequest - 842, // 987: forge.ScoutStreamScoutBoundMessage.scout_stream_agent_ping_request:type_name -> forge.ScoutStreamAgentPingRequest - 961, // 988: forge.ScoutStreamInitRequest.machine_id:type_name -> common.MachineId - 844, // 989: forge.ScoutStreamShowConnectionsResponse.scout_stream_connections:type_name -> forge.ScoutStreamConnectionInfo - 961, // 990: forge.ScoutStreamDisconnectRequest.machine_id:type_name -> common.MachineId - 961, // 991: forge.ScoutStreamDisconnectResponse.machine_id:type_name -> common.MachineId - 961, // 992: forge.ScoutStreamAdminPingRequest.machine_id:type_name -> common.MachineId - 845, // 993: forge.ScoutStreamAgentPingResponse.error:type_name -> forge.ScoutStreamError - 961, // 994: forge.ScoutStreamConnectionInfo.machine_id:type_name -> common.MachineId - 66, // 995: forge.ScoutStreamError.status:type_name -> forge.ScoutStreamErrorStatus - 987, // 996: forge.RoutingProfile.route_target_imports:type_name -> common.RouteTarget - 987, // 997: forge.RoutingProfile.route_targets_on_exports:type_name -> common.RouteTarget - 846, // 998: forge.RoutingProfile.accepted_leaks_from_underlay:type_name -> forge.PrefixFilterPolicyEntry - 846, // 999: forge.RoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry - 963, // 1000: forge.DomainLegacy.id:type_name -> common.DomainId - 962, // 1001: forge.DomainLegacy.created:type_name -> google.protobuf.Timestamp - 962, // 1002: forge.DomainLegacy.updated:type_name -> google.protobuf.Timestamp - 962, // 1003: forge.DomainLegacy.deleted:type_name -> google.protobuf.Timestamp - 848, // 1004: forge.DomainListLegacy.domains:type_name -> forge.DomainLegacy - 963, // 1005: forge.DomainDeletionLegacy.id:type_name -> common.DomainId - 963, // 1006: forge.DomainSearchQueryLegacy.id:type_name -> common.DomainId - 139, // 1007: forge.PxeDomain.legacy_domain:type_name -> forge.Domain - 961, // 1008: forge.MachinePositionQuery.machine_ids:type_name -> common.MachineId - 856, // 1009: forge.MachinePositionInfoList.machine_position_info:type_name -> forge.MachinePositionInfo - 961, // 1010: forge.MachinePositionInfo.machine_id:type_name -> common.MachineId - 973, // 1011: forge.MachinePositionInfo.switch_id:type_name -> common.SwitchId - 970, // 1012: forge.MachinePositionInfo.power_shelf_id:type_name -> common.PowerShelfId - 961, // 1013: forge.ModifyDPFStateRequest.machine_id:type_name -> common.MachineId - 960, // 1014: forge.DPFStateResponse.dpf_states:type_name -> forge.DPFStateResponse.DPFState - 961, // 1015: forge.GetDPFStateRequest.machine_ids:type_name -> common.MachineId - 961, // 1016: forge.GetDPFHostSnapshotRequest.host_machine_id:type_name -> common.MachineId - 863, // 1017: forge.DPFServiceVersionsResponse.services:type_name -> forge.DPFServiceVersion - 67, // 1018: forge.ComponentResult.status:type_name -> forge.ComponentManagerStatusCode - 973, // 1019: forge.SwitchIdList.ids:type_name -> common.SwitchId - 970, // 1020: forge.PowerShelfIdList.ids:type_name -> common.PowerShelfId - 1019, // 1021: forge.GetComponentInventoryRequest.machine_ids:type_name -> common.MachineIdList - 866, // 1022: forge.GetComponentInventoryRequest.switch_ids:type_name -> forge.SwitchIdList - 867, // 1023: forge.GetComponentInventoryRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 865, // 1024: forge.ComponentInventoryEntry.result:type_name -> forge.ComponentResult - 1020, // 1025: forge.ComponentInventoryEntry.report:type_name -> site_explorer.EndpointExplorationReport - 869, // 1026: forge.GetComponentInventoryResponse.entries:type_name -> forge.ComponentInventoryEntry - 1019, // 1027: forge.ComponentPowerControlRequest.machine_ids:type_name -> common.MachineIdList - 866, // 1028: forge.ComponentPowerControlRequest.switch_ids:type_name -> forge.SwitchIdList - 867, // 1029: forge.ComponentPowerControlRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 1021, // 1030: forge.ComponentPowerControlRequest.action:type_name -> common.SystemPowerControl - 865, // 1031: forge.ComponentPowerControlResponse.results:type_name -> forge.ComponentResult - 865, // 1032: forge.FirmwareUpdateStatus.result:type_name -> forge.ComponentResult - 68, // 1033: forge.FirmwareUpdateStatus.state:type_name -> forge.FirmwareUpdateState - 962, // 1034: forge.FirmwareUpdateStatus.updated_at:type_name -> google.protobuf.Timestamp - 1019, // 1035: forge.UpdateComputeTrayFirmwareTarget.machine_ids:type_name -> common.MachineIdList - 71, // 1036: forge.UpdateComputeTrayFirmwareTarget.components:type_name -> forge.ComputeTrayComponent - 866, // 1037: forge.UpdateSwitchFirmwareTarget.switch_ids:type_name -> forge.SwitchIdList - 69, // 1038: forge.UpdateSwitchFirmwareTarget.components:type_name -> forge.NvSwitchComponent - 867, // 1039: forge.UpdatePowerShelfFirmwareTarget.power_shelf_ids:type_name -> forge.PowerShelfIdList - 70, // 1040: forge.UpdatePowerShelfFirmwareTarget.components:type_name -> forge.PowerShelfComponent - 730, // 1041: forge.UpdateFirmwareObjectTarget.rack_ids:type_name -> forge.RackIdList - 874, // 1042: forge.UpdateComponentFirmwareRequest.compute_trays:type_name -> forge.UpdateComputeTrayFirmwareTarget - 875, // 1043: forge.UpdateComponentFirmwareRequest.switches:type_name -> forge.UpdateSwitchFirmwareTarget - 876, // 1044: forge.UpdateComponentFirmwareRequest.power_shelves:type_name -> forge.UpdatePowerShelfFirmwareTarget - 877, // 1045: forge.UpdateComponentFirmwareRequest.racks:type_name -> forge.UpdateFirmwareObjectTarget - 865, // 1046: forge.UpdateComponentFirmwareResponse.results:type_name -> forge.ComponentResult - 1019, // 1047: forge.GetComponentFirmwareStatusRequest.machine_ids:type_name -> common.MachineIdList - 866, // 1048: forge.GetComponentFirmwareStatusRequest.switch_ids:type_name -> forge.SwitchIdList - 867, // 1049: forge.GetComponentFirmwareStatusRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 730, // 1050: forge.GetComponentFirmwareStatusRequest.rack_ids:type_name -> forge.RackIdList - 873, // 1051: forge.GetComponentFirmwareStatusResponse.statuses:type_name -> forge.FirmwareUpdateStatus - 1019, // 1052: forge.ListComponentFirmwareVersionsRequest.machine_ids:type_name -> common.MachineIdList - 866, // 1053: forge.ListComponentFirmwareVersionsRequest.switch_ids:type_name -> forge.SwitchIdList - 867, // 1054: forge.ListComponentFirmwareVersionsRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 730, // 1055: forge.ListComponentFirmwareVersionsRequest.rack_ids:type_name -> forge.RackIdList - 71, // 1056: forge.ComputeTrayFirmwareVersions.component:type_name -> forge.ComputeTrayComponent - 865, // 1057: forge.DeviceFirmwareVersions.result:type_name -> forge.ComponentResult - 883, // 1058: forge.DeviceFirmwareVersions.compute_fw_versions:type_name -> forge.ComputeTrayFirmwareVersions - 884, // 1059: forge.ListComponentFirmwareVersionsResponse.devices:type_name -> forge.DeviceFirmwareVersions - 256, // 1060: forge.SpxPartitionCreationRequest.metadata:type_name -> forge.Metadata - 980, // 1061: forge.SpxPartitionCreationRequest.id:type_name -> common.SpxPartitionId - 256, // 1062: forge.SpxPartition.metadata:type_name -> forge.Metadata - 980, // 1063: forge.SpxPartition.id:type_name -> common.SpxPartitionId - 980, // 1064: forge.SpxPartitionIdList.spx_partition_ids:type_name -> common.SpxPartitionId - 980, // 1065: forge.SpxPartitionDeletionRequest.id:type_name -> common.SpxPartitionId - 255, // 1066: forge.SpxPartitionSearchFilter.label:type_name -> forge.Label - 887, // 1067: forge.SpxPartitionList.spx_partitions:type_name -> forge.SpxPartition - 980, // 1068: forge.SpxPartitionsByIdsRequest.spx_partition_ids:type_name -> common.SpxPartitionId - 973, // 1069: forge.AdminForceDeleteSwitchRequest.switch_id:type_name -> common.SwitchId - 970, // 1070: forge.AdminForceDeletePowerShelfRequest.power_shelf_id:type_name -> common.PowerShelfId - 979, // 1071: forge.OperatingSystem.id:type_name -> common.OperatingSystemId - 72, // 1072: forge.OperatingSystem.type:type_name -> forge.OperatingSystemType - 7, // 1073: forge.OperatingSystem.status:type_name -> forge.TenantState - 978, // 1074: forge.OperatingSystem.ipxe_template_id:type_name -> common.IpxeTemplateId - 263, // 1075: forge.OperatingSystem.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter - 264, // 1076: forge.OperatingSystem.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact - 979, // 1077: forge.CreateOperatingSystemRequest.id:type_name -> common.OperatingSystemId - 978, // 1078: forge.CreateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId - 263, // 1079: forge.CreateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter - 264, // 1080: forge.CreateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact - 263, // 1081: forge.IpxeTemplateParameters.items:type_name -> forge.IpxeTemplateParameter - 264, // 1082: forge.IpxeTemplateArtifacts.items:type_name -> forge.IpxeTemplateArtifact - 979, // 1083: forge.UpdateOperatingSystemRequest.id:type_name -> common.OperatingSystemId - 978, // 1084: forge.UpdateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId - 900, // 1085: forge.UpdateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameters - 901, // 1086: forge.UpdateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifacts - 979, // 1087: forge.DeleteOperatingSystemRequest.id:type_name -> common.OperatingSystemId - 979, // 1088: forge.OperatingSystemIdList.ids:type_name -> common.OperatingSystemId - 979, // 1089: forge.OperatingSystemsByIdsRequest.ids:type_name -> common.OperatingSystemId - 898, // 1090: forge.OperatingSystemList.operating_systems:type_name -> forge.OperatingSystem - 979, // 1091: forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest.id:type_name -> common.OperatingSystemId - 264, // 1092: forge.IpxeTemplateArtifactList.artifacts:type_name -> forge.IpxeTemplateArtifact - 979, // 1093: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.id:type_name -> common.OperatingSystemId - 911, // 1094: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.updates:type_name -> forge.IpxeTemplateArtifactUpdateRequest - 961, // 1095: forge.GetMachineBootInterfacesRequest.machine_id:type_name -> common.MachineId - 962, // 1096: forge.RetainedBootInterface.recorded_at:type_name -> google.protobuf.Timestamp - 961, // 1097: forge.GetMachineBootInterfacesResponse.machine_id:type_name -> common.MachineId - 917, // 1098: forge.GetMachineBootInterfacesResponse.machine_interfaces:type_name -> forge.MachineInterfaceBootInterface - 918, // 1099: forge.GetMachineBootInterfacesResponse.predicted_interfaces:type_name -> forge.PredictedBootInterface - 919, // 1100: forge.GetMachineBootInterfacesResponse.explored_endpoints:type_name -> forge.ExploredBootInterface - 920, // 1101: forge.GetMachineBootInterfacesResponse.retained_interfaces:type_name -> forge.RetainedBootInterface - 925, // 1102: forge.DNSMessage.DNSResponse.rrs:type_name -> forge.DNSMessage.DNSResponse.DNSRR - 221, // 1103: forge.StateHistories.HistoriesEntry.value:type_name -> forge.StateHistoryRecords - 308, // 1104: forge.MachineStateHistories.HistoriesEntry.value:type_name -> forge.MachineStateHistoryRecords - 311, // 1105: forge.HealthHistories.HistoriesEntry.value:type_name -> forge.HealthHistoryRecords - 913, // 1106: forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry.value:type_name -> forge.HostRepresentorInterceptBridging - 75, // 1107: forge.MachineCredentialsUpdateRequest.Credentials.credential_purpose:type_name -> forge.MachineCredentialsUpdateRequest.CredentialPurpose - 950, // 1108: forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.pair:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.KeyValuePair - 988, // 1109: forge.ForgeAgentControlResponse.MachineValidation.validation_id:type_name -> common.MachineValidationId - 941, // 1110: forge.ForgeAgentControlResponse.MachineValidation.filter:type_name -> forge.ForgeAgentControlResponse.MachineValidationFilter - 985, // 1111: forge.ForgeAgentControlResponse.MachineValidationFilter.contexts:type_name -> common.StringList - 943, // 1112: forge.ForgeAgentControlResponse.MlxAction.device_actions:type_name -> forge.ForgeAgentControlResponse.MlxDeviceAction - 944, // 1113: forge.ForgeAgentControlResponse.MlxDeviceAction.noop:type_name -> forge.ForgeAgentControlResponse.MlxDeviceNoop - 945, // 1114: forge.ForgeAgentControlResponse.MlxDeviceAction.lock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceLock - 946, // 1115: forge.ForgeAgentControlResponse.MlxDeviceAction.unlock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceUnlock - 947, // 1116: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_profile:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyProfile - 948, // 1117: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_firmware:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware - 1022, // 1118: forge.ForgeAgentControlResponse.MlxDeviceApplyProfile.serialized_profile:type_name -> mlx_device.SerializableMlxConfigProfile - 1023, // 1119: forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware.profile:type_name -> mlx_device.FirmwareFlasherProfile - 77, // 1120: forge.MachineCleanupInfo.CleanupStepResult.result:type_name -> forge.MachineCleanupInfo.CleanupResult - 961, // 1121: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.id:type_name -> common.MachineId - 962, // 1122: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp - 962, // 1123: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp - 961, // 1124: forge.HostReprovisioningListResponse.HostReprovisioningListItem.id:type_name -> common.MachineId - 962, // 1125: forge.HostReprovisioningListResponse.HostReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp - 962, // 1126: forge.HostReprovisioningListResponse.HostReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp - 961, // 1127: forge.DPFStateResponse.DPFState.machine_id:type_name -> common.MachineId - 130, // 1128: forge.Forge.Version:input_type -> forge.VersionRequest - 848, // 1129: forge.Forge.CreateDomainLegacy:input_type -> forge.DomainLegacy - 848, // 1130: forge.Forge.UpdateDomainLegacy:input_type -> forge.DomainLegacy - 850, // 1131: forge.Forge.DeleteDomainLegacy:input_type -> forge.DomainDeletionLegacy - 852, // 1132: forge.Forge.FindDomainLegacy:input_type -> forge.DomainSearchQueryLegacy - 154, // 1133: forge.Forge.CreateVpc:input_type -> forge.VpcCreationRequest - 155, // 1134: forge.Forge.UpdateVpc:input_type -> forge.VpcUpdateRequest - 157, // 1135: forge.Forge.UpdateVpcVirtualization:input_type -> forge.VpcUpdateVirtualizationRequest - 159, // 1136: forge.Forge.DeleteVpc:input_type -> forge.VpcDeletionRequest - 147, // 1137: forge.Forge.FindVpcIds:input_type -> forge.VpcSearchFilter - 149, // 1138: forge.Forge.FindVpcsByIds:input_type -> forge.VpcsByIdsRequest - 886, // 1139: forge.Forge.CreateSpxPartition:input_type -> forge.SpxPartitionCreationRequest - 889, // 1140: forge.Forge.DeleteSpxPartition:input_type -> forge.SpxPartitionDeletionRequest - 891, // 1141: forge.Forge.FindSpxPartitionIds:input_type -> forge.SpxPartitionSearchFilter - 893, // 1142: forge.Forge.FindSpxPartitionsByIds:input_type -> forge.SpxPartitionsByIdsRequest - 165, // 1143: forge.Forge.CreateVpcPrefix:input_type -> forge.VpcPrefixCreationRequest - 166, // 1144: forge.Forge.SearchVpcPrefixes:input_type -> forge.VpcPrefixSearchQuery - 167, // 1145: forge.Forge.GetVpcPrefixes:input_type -> forge.VpcPrefixGetRequest - 170, // 1146: forge.Forge.UpdateVpcPrefix:input_type -> forge.VpcPrefixUpdateRequest - 171, // 1147: forge.Forge.DeleteVpcPrefix:input_type -> forge.VpcPrefixDeletionRequest - 177, // 1148: forge.Forge.CreateVpcPeering:input_type -> forge.VpcPeeringCreationRequest - 178, // 1149: forge.Forge.FindVpcPeeringIds:input_type -> forge.VpcPeeringSearchFilter - 179, // 1150: forge.Forge.FindVpcPeeringsByIds:input_type -> forge.VpcPeeringsByIdsRequest - 180, // 1151: forge.Forge.DeleteVpcPeering:input_type -> forge.VpcPeeringDeletionRequest - 247, // 1152: forge.Forge.FindNetworkSegmentIds:input_type -> forge.NetworkSegmentSearchFilter - 249, // 1153: forge.Forge.FindNetworkSegmentsByIds:input_type -> forge.NetworkSegmentsByIdsRequest - 241, // 1154: forge.Forge.CreateNetworkSegment:input_type -> forge.NetworkSegmentCreationRequest - 243, // 1155: forge.Forge.AttachNetworkSegmentToVpc:input_type -> forge.AttachNetworkSegmentToVpcRequest - 242, // 1156: forge.Forge.DeleteNetworkSegment:input_type -> forge.NetworkSegmentDeletionRequest - 146, // 1157: forge.Forge.NetworkSegmentsForVpc:input_type -> forge.VpcSearchQuery - 190, // 1158: forge.Forge.FindIBPartitionIds:input_type -> forge.IBPartitionSearchFilter - 191, // 1159: forge.Forge.FindIBPartitionsByIds:input_type -> forge.IBPartitionsByIdsRequest - 186, // 1160: forge.Forge.CreateIBPartition:input_type -> forge.IBPartitionCreationRequest - 187, // 1161: forge.Forge.UpdateIBPartition:input_type -> forge.IBPartitionUpdateRequest - 188, // 1162: forge.Forge.DeleteIBPartition:input_type -> forge.IBPartitionDeletionRequest - 150, // 1163: forge.Forge.IBPartitionsForTenant:input_type -> forge.TenantSearchQuery - 202, // 1164: forge.Forge.FindPowerShelves:input_type -> forge.PowerShelfQuery - 203, // 1165: forge.Forge.FindPowerShelfIds:input_type -> forge.PowerShelfSearchFilter - 204, // 1166: forge.Forge.FindPowerShelvesByIds:input_type -> forge.PowerShelvesByIdsRequest - 198, // 1167: forge.Forge.DeletePowerShelf:input_type -> forge.PowerShelfDeletionRequest - 896, // 1168: forge.Forge.AdminForceDeletePowerShelf:input_type -> forge.AdminForceDeletePowerShelfRequest - 200, // 1169: forge.Forge.SetPowerShelfMaintenance:input_type -> forge.PowerShelfMaintenanceRequest - 224, // 1170: forge.Forge.FindSwitches:input_type -> forge.SwitchQuery - 225, // 1171: forge.Forge.FindSwitchIds:input_type -> forge.SwitchSearchFilter - 226, // 1172: forge.Forge.FindSwitchesByIds:input_type -> forge.SwitchesByIdsRequest - 218, // 1173: forge.Forge.DeleteSwitch:input_type -> forge.SwitchDeletionRequest - 894, // 1174: forge.Forge.AdminForceDeleteSwitch:input_type -> forge.AdminForceDeleteSwitchRequest - 235, // 1175: forge.Forge.FindIBFabricIds:input_type -> forge.IBFabricSearchFilter - 260, // 1176: forge.Forge.AllocateInstance:input_type -> forge.InstanceAllocationRequest - 261, // 1177: forge.Forge.AllocateInstances:input_type -> forge.BatchInstanceAllocationRequest - 302, // 1178: forge.Forge.ReleaseInstance:input_type -> forge.InstanceReleaseRequest - 278, // 1179: forge.Forge.UpdateInstanceOperatingSystem:input_type -> forge.InstanceOperatingSystemUpdateRequest - 279, // 1180: forge.Forge.UpdateInstanceConfig:input_type -> forge.InstanceConfigUpdateRequest - 257, // 1181: forge.Forge.FindInstanceIds:input_type -> forge.InstanceSearchFilter - 259, // 1182: forge.Forge.FindInstancesByIds:input_type -> forge.InstancesByIdsRequest - 961, // 1183: forge.Forge.FindInstanceByMachineID:input_type -> common.MachineId - 373, // 1184: forge.Forge.GetManagedHostNetworkConfig:input_type -> forge.ManagedHostNetworkConfigRequest - 438, // 1185: forge.Forge.RecordDpuNetworkStatus:input_type -> forge.DpuNetworkStatus - 961, // 1186: forge.Forge.ListMachineHealthReports:input_type -> common.MachineId - 444, // 1187: forge.Forge.InsertMachineHealthReport:input_type -> forge.InsertMachineHealthReportRequest - 455, // 1188: forge.Forge.RemoveMachineHealthReport:input_type -> forge.RemoveMachineHealthReportRequest - 447, // 1189: forge.Forge.ListRackHealthReports:input_type -> forge.ListRackHealthReportsRequest - 445, // 1190: forge.Forge.InsertRackHealthReport:input_type -> forge.InsertRackHealthReportRequest - 446, // 1191: forge.Forge.RemoveRackHealthReport:input_type -> forge.RemoveRackHealthReportRequest - 450, // 1192: forge.Forge.ListSwitchHealthReports:input_type -> forge.ListSwitchHealthReportsRequest - 448, // 1193: forge.Forge.InsertSwitchHealthReport:input_type -> forge.InsertSwitchHealthReportRequest - 449, // 1194: forge.Forge.RemoveSwitchHealthReport:input_type -> forge.RemoveSwitchHealthReportRequest - 453, // 1195: forge.Forge.ListPowerShelfHealthReports:input_type -> forge.ListPowerShelfHealthReportsRequest - 451, // 1196: forge.Forge.InsertPowerShelfHealthReport:input_type -> forge.InsertPowerShelfHealthReportRequest - 452, // 1197: forge.Forge.RemovePowerShelfHealthReport:input_type -> forge.RemovePowerShelfHealthReportRequest - 456, // 1198: forge.Forge.ListNVLinkDomainHealthReports:input_type -> forge.ListNVLinkDomainHealthReportsRequest - 457, // 1199: forge.Forge.InsertNVLinkDomainHealthReport:input_type -> forge.InsertNVLinkDomainHealthReportRequest - 458, // 1200: forge.Forge.RemoveNVLinkDomainHealthReport:input_type -> forge.RemoveNVLinkDomainHealthReportRequest - 961, // 1201: forge.Forge.ListHealthReportOverrides:input_type -> common.MachineId - 444, // 1202: forge.Forge.InsertHealthReportOverride:input_type -> forge.InsertMachineHealthReportRequest - 455, // 1203: forge.Forge.RemoveHealthReportOverride:input_type -> forge.RemoveMachineHealthReportRequest - 392, // 1204: forge.Forge.DpuAgentUpgradeCheck:input_type -> forge.DpuAgentUpgradeCheckRequest - 394, // 1205: forge.Forge.DpuAgentUpgradePolicyAction:input_type -> forge.DpuAgentUpgradePolicyRequest - 252, // 1206: forge.Forge.InvokeInstancePower:input_type -> forge.InstancePowerRequest - 419, // 1207: forge.Forge.ForgeAgentControl:input_type -> forge.ForgeAgentControlRequest - 421, // 1208: forge.Forge.DiscoverMachine:input_type -> forge.MachineDiscoveryInfo - 425, // 1209: forge.Forge.RenewMachineCertificate:input_type -> forge.MachineCertificateRenewRequest - 422, // 1210: forge.Forge.DiscoveryCompleted:input_type -> forge.MachineDiscoveryCompletedRequest - 423, // 1211: forge.Forge.CleanupMachineCompleted:input_type -> forge.MachineCleanupInfo - 430, // 1212: forge.Forge.ReportForgeScoutError:input_type -> forge.ForgeScoutErrorReport - 349, // 1213: forge.Forge.DiscoverDhcp:input_type -> forge.DhcpDiscovery - 350, // 1214: forge.Forge.ExpireDhcpLease:input_type -> forge.ExpireDhcpLeaseRequest - 321, // 1215: forge.Forge.AssignStaticAddress:input_type -> forge.AssignStaticAddressRequest - 323, // 1216: forge.Forge.RemoveStaticAddress:input_type -> forge.RemoveStaticAddressRequest - 325, // 1217: forge.Forge.FindInterfaceAddresses:input_type -> forge.FindInterfaceAddressesRequest - 320, // 1218: forge.Forge.FindInterfaces:input_type -> forge.InterfaceSearchQuery - 319, // 1219: forge.Forge.DeleteInterface:input_type -> forge.InterfaceDeleteQuery - 494, // 1220: forge.Forge.FindIpAddress:input_type -> forge.FindIpAddressRequest - 305, // 1221: forge.Forge.FindMachineIds:input_type -> forge.MachineSearchConfig - 304, // 1222: forge.Forge.FindMachinesByIds:input_type -> forge.MachinesByIdsRequest - 306, // 1223: forge.Forge.FindMachineStateHistories:input_type -> forge.MachineStateHistoriesRequest - 309, // 1224: forge.Forge.FindMachineHealthHistories:input_type -> forge.MachineHealthHistoriesRequest - 201, // 1225: forge.Forge.FindPowerShelfStateHistories:input_type -> forge.PowerShelfStateHistoriesRequest - 735, // 1226: forge.Forge.FindRackStateHistories:input_type -> forge.RackStateHistoriesRequest - 222, // 1227: forge.Forge.FindSwitchStateHistories:input_type -> forge.SwitchStateHistoriesRequest - 245, // 1228: forge.Forge.FindNetworkSegmentStateHistories:input_type -> forge.NetworkSegmentStateHistoriesRequest - 173, // 1229: forge.Forge.FindVpcPrefixStateHistories:input_type -> forge.VpcPrefixStateHistoriesRequest - 314, // 1230: forge.Forge.FindTenantOrganizationIds:input_type -> forge.TenantSearchFilter - 313, // 1231: forge.Forge.FindTenantsByOrganizationIds:input_type -> forge.TenantByOrganizationIdsRequest - 1019, // 1232: forge.Forge.FindConnectedDevicesByDpuMachineIds:input_type -> common.MachineIdList - 519, // 1233: forge.Forge.FindMachineIdsByBmcIps:input_type -> forge.BmcIpList - 520, // 1234: forge.Forge.FindMacAddressByBmcIp:input_type -> forge.BmcIp - 498, // 1235: forge.Forge.FindBmcIps:input_type -> forge.FindBmcIpsRequest - 496, // 1236: forge.Forge.IdentifyUuid:input_type -> forge.IdentifyUuidRequest - 499, // 1237: forge.Forge.IdentifyMac:input_type -> forge.IdentifyMacRequest - 501, // 1238: forge.Forge.IdentifySerial:input_type -> forge.IdentifySerialRequest - 415, // 1239: forge.Forge.GetBMCMetaData:input_type -> forge.BMCMetaDataGetRequest - 417, // 1240: forge.Forge.UpdateMachineCredentials:input_type -> forge.MachineCredentialsUpdateRequest - 432, // 1241: forge.Forge.GetPxeInstructions:input_type -> forge.PxeInstructionRequest - 436, // 1242: forge.Forge.GetCloudInitInstructions:input_type -> forge.CloudInitInstructionsRequest - 133, // 1243: forge.Forge.Echo:input_type -> forge.EchoRequest - 463, // 1244: forge.Forge.CreateTenant:input_type -> forge.CreateTenantRequest - 467, // 1245: forge.Forge.FindTenant:input_type -> forge.FindTenantRequest - 465, // 1246: forge.Forge.UpdateTenant:input_type -> forge.UpdateTenantRequest - 473, // 1247: forge.Forge.CreateTenantKeyset:input_type -> forge.CreateTenantKeysetRequest - 480, // 1248: forge.Forge.FindTenantKeysetIds:input_type -> forge.TenantKeysetSearchFilter - 482, // 1249: forge.Forge.FindTenantKeysetsByIds:input_type -> forge.TenantKeysetsByIdsRequest - 476, // 1250: forge.Forge.UpdateTenantKeyset:input_type -> forge.UpdateTenantKeysetRequest - 478, // 1251: forge.Forge.DeleteTenantKeyset:input_type -> forge.DeleteTenantKeysetRequest - 483, // 1252: forge.Forge.ValidateTenantPublicKey:input_type -> forge.ValidateTenantPublicKeyRequest - 356, // 1253: forge.Forge.GetBmcCredentials:input_type -> forge.GetBmcCredentialsRequest - 357, // 1254: forge.Forge.GetSwitchNvosCredentials:input_type -> forge.GetSwitchNvosCredentialsRequest - 390, // 1255: forge.Forge.GetAllManagedHostNetworkStatus:input_type -> forge.ManagedHostNetworkStatusRequest - 360, // 1256: forge.Forge.GetSiteExplorationReport:input_type -> forge.GetSiteExplorationRequest - 1024, // 1257: forge.Forge.GetSiteExplorerLastRun:input_type -> google.protobuf.Empty - 361, // 1258: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest - 367, // 1259: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest - 367, // 1260: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest - 367, // 1261: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest - 362, // 1262: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest - 363, // 1263: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest - 364, // 1264: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest - 365, // 1265: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest - 1025, // 1266: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter - 1026, // 1267: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest - 1027, // 1268: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter - 1028, // 1269: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest - 1029, // 1270: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter - 1030, // 1271: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest - 371, // 1272: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest - 396, // 1273: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest - 485, // 1274: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest - 488, // 1275: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest - 333, // 1276: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest - 334, // 1277: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest - 335, // 1278: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest - 336, // 1279: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest - 749, // 1280: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest - 492, // 1281: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest - 493, // 1282: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest - 503, // 1283: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest - 504, // 1284: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest - 506, // 1285: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest - 507, // 1286: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest - 961, // 1287: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId - 513, // 1288: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest - 982, // 1289: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId - 516, // 1290: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride - 982, // 1291: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId - 916, // 1292: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest - 525, // 1293: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest - 526, // 1294: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList - 126, // 1295: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest - 127, // 1296: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest - 1024, // 1297: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty - 528, // 1298: forge.Forge.AddRouteServers:input_type -> forge.RouteServers - 528, // 1299: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers - 528, // 1300: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers - 337, // 1301: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport - 299, // 1302: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest - 531, // 1303: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest - 533, // 1304: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest - 546, // 1305: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine - 547, // 1306: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest - 546, // 1307: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine - 547, // 1308: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest - 1024, // 1309: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty - 548, // 1310: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList - 1024, // 1311: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty - 1024, // 1312: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty - 1024, // 1313: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty - 553, // 1314: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 553, // 1315: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 205, // 1316: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 206, // 1317: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 205, // 1318: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 206, // 1319: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 1024, // 1320: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 207, // 1321: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList - 1024, // 1322: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 1024, // 1323: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty - 227, // 1324: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch - 228, // 1325: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 227, // 1326: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch - 228, // 1327: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 1024, // 1328: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty - 229, // 1329: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList - 1024, // 1330: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty - 1024, // 1331: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty - 232, // 1332: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack - 233, // 1333: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest - 232, // 1334: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack - 233, // 1335: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest - 1024, // 1336: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty - 234, // 1337: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList - 1024, // 1338: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty - 124, // 1339: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest - 628, // 1340: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest - 630, // 1341: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest - 632, // 1342: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest - 637, // 1343: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest - 634, // 1344: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest - 638, // 1345: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest - 640, // 1346: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest - 1031, // 1347: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest - 1032, // 1348: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest - 1033, // 1349: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest - 1034, // 1350: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest - 1035, // 1351: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest - 1036, // 1352: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest - 1037, // 1353: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest - 1038, // 1354: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest - 1039, // 1355: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest - 1040, // 1356: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest - 1041, // 1357: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest - 1042, // 1358: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest - 1043, // 1359: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest - 1044, // 1360: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest - 1045, // 1361: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest - 1046, // 1362: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest - 1047, // 1363: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest - 1048, // 1364: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest - 1049, // 1365: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest - 1050, // 1366: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest - 1051, // 1367: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest - 1052, // 1368: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest - 1053, // 1369: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest - 1054, // 1370: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest - 1055, // 1371: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest - 1056, // 1372: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest - 1057, // 1373: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest - 1058, // 1374: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest - 1059, // 1375: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest - 1060, // 1376: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest - 1061, // 1377: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest - 1062, // 1378: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest - 1063, // 1379: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest - 1064, // 1380: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest - 1065, // 1381: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest - 1066, // 1382: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest - 1067, // 1383: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest - 1068, // 1384: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest - 1069, // 1385: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest - 1070, // 1386: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest - 1071, // 1387: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest - 1072, // 1388: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest - 1073, // 1389: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest - 659, // 1390: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest - 661, // 1391: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest - 663, // 1392: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest - 666, // 1393: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest - 667, // 1394: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest - 673, // 1395: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest - 676, // 1396: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest - 535, // 1397: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes - 539, // 1398: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest - 537, // 1399: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest - 972, // 1400: forge.Forge.GetOsImage:input_type -> common.UUID - 535, // 1401: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes - 541, // 1402: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest - 542, // 1403: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest - 557, // 1404: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest - 562, // 1405: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest - 564, // 1406: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest - 559, // 1407: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest - 567, // 1408: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest - 569, // 1409: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest - 572, // 1410: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest - 574, // 1411: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest - 591, // 1412: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest - 592, // 1413: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter - 594, // 1414: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest - 597, // 1415: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest - 599, // 1416: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest - 575, // 1417: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest - 603, // 1418: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest - 605, // 1419: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest - 604, // 1420: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest - 608, // 1421: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest - 612, // 1422: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest - 613, // 1423: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest - 615, // 1424: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest - 409, // 1425: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest - 586, // 1426: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest - 367, // 1427: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest - 399, // 1428: forge.Forge.Lockdown:input_type -> forge.LockdownRequest - 401, // 1429: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest - 403, // 1430: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest - 405, // 1431: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest - 777, // 1432: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest - 779, // 1433: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest - 411, // 1434: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest - 413, // 1435: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest - 576, // 1436: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest - 584, // 1437: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest - 120, // 1438: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert - 1024, // 1439: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty - 1024, // 1440: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty - 117, // 1441: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId - 642, // 1442: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest - 644, // 1443: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest - 649, // 1444: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest - 651, // 1445: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID - 651, // 1446: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID - 651, // 1447: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID - 655, // 1448: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest - 679, // 1449: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest - 695, // 1450: forge.Forge.CreateSku:input_type -> forge.SkuList - 961, // 1451: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId - 961, // 1452: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId - 693, // 1453: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair - 694, // 1454: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest - 696, // 1455: forge.Forge.DeleteSku:input_type -> forge.SkuIdList - 1024, // 1456: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty - 698, // 1457: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest - 708, // 1458: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest - 692, // 1459: forge.Forge.ReplaceSku:input_type -> forge.Sku - 379, // 1460: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest - 381, // 1461: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest - 383, // 1462: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest - 961, // 1463: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId - 370, // 1464: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest - 1024, // 1465: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty - 703, // 1466: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest - 701, // 1467: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 701, // 1468: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 706, // 1469: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest - 709, // 1470: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest - 710, // 1471: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest - 367, // 1472: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest - 367, // 1473: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest - 729, // 1474: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter - 731, // 1475: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest - 726, // 1476: forge.Forge.GetRack:input_type -> forge.GetRackRequest - 736, // 1477: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest - 737, // 1478: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest - 744, // 1479: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest - 715, // 1480: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest - 717, // 1481: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest - 719, // 1482: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest - 722, // 1483: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest - 723, // 1484: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest - 781, // 1485: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest - 783, // 1486: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest - 1074, // 1487: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest - 1075, // 1488: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest - 786, // 1489: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest - 1024, // 1490: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty - 788, // 1491: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 788, // 1492: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 790, // 1493: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest - 791, // 1494: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest - 796, // 1495: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest - 797, // 1496: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest - 798, // 1497: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest - 799, // 1498: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest - 1024, // 1499: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty - 793, // 1500: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList - 800, // 1501: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest - 802, // 1502: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest - 805, // 1503: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest - 807, // 1504: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest - 809, // 1505: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest - 810, // 1506: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest - 816, // 1507: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest - 817, // 1508: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest - 818, // 1509: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest - 820, // 1510: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter - 822, // 1511: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest - 824, // 1512: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest - 826, // 1513: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest - 92, // 1514: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest - 961, // 1515: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId - 93, // 1516: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest - 961, // 1517: forge.Forge.GetAttestationMachine:input_type -> common.MachineId - 95, // 1518: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest - 97, // 1519: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 100, // 1520: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest - 97, // 1521: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 105, // 1522: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 107, // 1523: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest - 105, // 1524: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 108, // 1525: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest - 113, // 1526: forge.Forge.GetJWKS:input_type -> forge.JwksRequest - 114, // 1527: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest - 833, // 1528: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage - 836, // 1529: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest - 838, // 1530: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest - 840, // 1531: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest - 1076, // 1532: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest - 1077, // 1533: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest - 1078, // 1534: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest - 1079, // 1535: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest - 1080, // 1536: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest - 1081, // 1537: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest - 1082, // 1538: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest - 1083, // 1539: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest - 1084, // 1540: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest - 1085, // 1541: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest - 1086, // 1542: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest - 1087, // 1543: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest - 1088, // 1544: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest - 1089, // 1545: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest - 1090, // 1546: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest - 761, // 1547: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter - 762, // 1548: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest - 150, // 1549: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery - 772, // 1550: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter - 773, // 1551: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest - 769, // 1552: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest - 775, // 1553: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest - 770, // 1554: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest - 150, // 1555: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery - 854, // 1556: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery - 755, // 1557: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest - 857, // 1558: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest - 859, // 1559: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest - 860, // 1560: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest - 862, // 1561: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest - 871, // 1562: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest - 868, // 1563: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest - 878, // 1564: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest - 880, // 1565: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest - 882, // 1566: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest - 899, // 1567: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest - 979, // 1568: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId - 902, // 1569: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest - 903, // 1570: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest - 905, // 1571: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter - 907, // 1572: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest - 909, // 1573: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest - 912, // 1574: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest - 914, // 1575: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest - 131, // 1576: forge.Forge.Version:output_type -> forge.BuildInfo - 848, // 1577: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy - 848, // 1578: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy - 851, // 1579: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy - 849, // 1580: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy - 153, // 1581: forge.Forge.CreateVpc:output_type -> forge.Vpc - 156, // 1582: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult - 158, // 1583: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult - 160, // 1584: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult - 148, // 1585: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList - 161, // 1586: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList - 887, // 1587: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition - 890, // 1588: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult - 888, // 1589: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList - 892, // 1590: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList - 162, // 1591: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix - 168, // 1592: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList - 169, // 1593: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList - 162, // 1594: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix - 172, // 1595: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult - 174, // 1596: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering - 175, // 1597: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList - 176, // 1598: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList - 181, // 1599: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult - 248, // 1600: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList - 353, // 1601: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList - 240, // 1602: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment - 240, // 1603: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment - 244, // 1604: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult - 353, // 1605: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList - 192, // 1606: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList - 185, // 1607: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList - 184, // 1608: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition - 184, // 1609: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition - 189, // 1610: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult - 185, // 1611: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList - 196, // 1612: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList - 867, // 1613: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList - 196, // 1614: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList - 199, // 1615: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult - 897, // 1616: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse - 1024, // 1617: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty - 216, // 1618: forge.Forge.FindSwitches:output_type -> forge.SwitchList - 866, // 1619: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList - 216, // 1620: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList - 219, // 1621: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult - 895, // 1622: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse - 236, // 1623: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList - 289, // 1624: forge.Forge.AllocateInstance:output_type -> forge.Instance - 262, // 1625: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse - 303, // 1626: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult - 289, // 1627: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance - 289, // 1628: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance - 258, // 1629: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList - 254, // 1630: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList - 254, // 1631: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList - 374, // 1632: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse - 1024, // 1633: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty - 454, // 1634: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse - 1024, // 1635: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty - 1024, // 1636: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty - 454, // 1637: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse - 1024, // 1638: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty - 1024, // 1639: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty - 454, // 1640: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse - 1024, // 1641: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty - 1024, // 1642: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty - 454, // 1643: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse - 1024, // 1644: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty - 1024, // 1645: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty - 454, // 1646: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse - 1024, // 1647: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 1024, // 1648: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 454, // 1649: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse - 1024, // 1650: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty - 1024, // 1651: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty - 393, // 1652: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse - 395, // 1653: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse - 253, // 1654: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult - 420, // 1655: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse - 427, // 1656: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult - 426, // 1657: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult - 428, // 1658: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse - 429, // 1659: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult - 431, // 1660: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult - 352, // 1661: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord - 351, // 1662: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse - 322, // 1663: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse - 324, // 1664: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse - 327, // 1665: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse - 317, // 1666: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList - 1024, // 1667: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty - 495, // 1668: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse - 1019, // 1669: forge.Forge.FindMachineIds:output_type -> common.MachineIdList - 318, // 1670: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList - 307, // 1671: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories - 310, // 1672: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories - 223, // 1673: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories - 223, // 1674: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories - 223, // 1675: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories - 223, // 1676: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories - 223, // 1677: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories - 316, // 1678: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList - 315, // 1679: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList - 518, // 1680: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList - 522, // 1681: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs - 521, // 1682: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp - 519, // 1683: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList - 497, // 1684: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse - 500, // 1685: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse - 502, // 1686: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse - 416, // 1687: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse - 418, // 1688: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse - 433, // 1689: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions - 437, // 1690: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions - 134, // 1691: forge.Forge.Echo:output_type -> forge.EchoResponse - 464, // 1692: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse - 468, // 1693: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse - 466, // 1694: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse - 474, // 1695: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse - 481, // 1696: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList - 475, // 1697: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList - 477, // 1698: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse - 479, // 1699: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse - 484, // 1700: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse - 358, // 1701: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse - 358, // 1702: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse - 391, // 1703: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse - 1091, // 1704: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport - 1092, // 1705: forge.Forge.GetSiteExplorerLastRun:output_type -> site_explorer.SiteExplorerLastRunResponse - 1024, // 1706: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty - 601, // 1707: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse - 602, // 1708: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse - 1020, // 1709: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport - 1024, // 1710: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty - 1093, // 1711: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint - 366, // 1712: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse - 1024, // 1713: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty - 1094, // 1714: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList - 1095, // 1715: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList - 1096, // 1716: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList - 1097, // 1717: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList - 1098, // 1718: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList - 1099, // 1719: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList - 1024, // 1720: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty - 397, // 1721: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse - 486, // 1722: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools - 489, // 1723: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse - 1024, // 1724: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty - 1024, // 1725: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty - 1024, // 1726: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty - 1024, // 1727: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty - 1024, // 1728: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty - 1024, // 1729: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty - 1024, // 1730: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty - 1024, // 1731: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty - 505, // 1732: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse - 1024, // 1733: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty - 508, // 1734: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse - 1024, // 1735: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty - 514, // 1736: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse - 516, // 1737: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride - 1024, // 1738: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty - 1024, // 1739: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty - 921, // 1740: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse - 527, // 1741: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData - 527, // 1742: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData - 128, // 1743: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult - 129, // 1744: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult - 529, // 1745: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries - 1024, // 1746: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty - 1024, // 1747: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty - 1024, // 1748: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty - 1024, // 1749: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty - 300, // 1750: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse - 532, // 1751: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse - 534, // 1752: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse - 1024, // 1753: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty - 1024, // 1754: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty - 1024, // 1755: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty - 546, // 1756: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine - 548, // 1757: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList - 1024, // 1758: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty - 1024, // 1759: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty - 549, // 1760: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList - 551, // 1761: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList - 555, // 1762: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 555, // 1763: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 1024, // 1764: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty - 1024, // 1765: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty - 1024, // 1766: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty - 205, // 1767: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf - 207, // 1768: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList - 1024, // 1769: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 1024, // 1770: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 208, // 1771: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList - 1024, // 1772: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty - 1024, // 1773: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty - 1024, // 1774: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty - 227, // 1775: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch - 229, // 1776: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList - 1024, // 1777: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty - 1024, // 1778: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty - 230, // 1779: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList - 1024, // 1780: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty - 1024, // 1781: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty - 1024, // 1782: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty - 232, // 1783: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack - 234, // 1784: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList - 1024, // 1785: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty - 1024, // 1786: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty - 125, // 1787: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse - 629, // 1788: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse - 631, // 1789: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse - 633, // 1790: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse - 636, // 1791: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse - 635, // 1792: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse - 639, // 1793: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse - 641, // 1794: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse - 1100, // 1795: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse - 1101, // 1796: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse - 1102, // 1797: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse - 1103, // 1798: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse - 1104, // 1799: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse - 1105, // 1800: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse - 1106, // 1801: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse - 1107, // 1802: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse - 1104, // 1803: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse - 1108, // 1804: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse - 1109, // 1805: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse - 1110, // 1806: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse - 1111, // 1807: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse - 1112, // 1808: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse - 1113, // 1809: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse - 1114, // 1810: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse - 1115, // 1811: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse - 1116, // 1812: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse - 1117, // 1813: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse - 1118, // 1814: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse - 1119, // 1815: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse - 1120, // 1816: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse - 1121, // 1817: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse - 1122, // 1818: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse - 1123, // 1819: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse - 1124, // 1820: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse - 1125, // 1821: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse - 1126, // 1822: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse - 1127, // 1823: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse - 1128, // 1824: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse - 1129, // 1825: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse - 1130, // 1826: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse - 1131, // 1827: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse - 1132, // 1828: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse - 1133, // 1829: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse - 1134, // 1830: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse - 1135, // 1831: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse - 1136, // 1832: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse - 1137, // 1833: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse - 1138, // 1834: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse - 1139, // 1835: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse - 1140, // 1836: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse - 1141, // 1837: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse - 660, // 1838: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse - 662, // 1839: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse - 664, // 1840: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse - 665, // 1841: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse - 668, // 1842: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse - 671, // 1843: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse - 678, // 1844: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse - 536, // 1845: forge.Forge.CreateOsImage:output_type -> forge.OsImage - 540, // 1846: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse - 538, // 1847: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse - 536, // 1848: forge.Forge.GetOsImage:output_type -> forge.OsImage - 536, // 1849: forge.Forge.UpdateOsImage:output_type -> forge.OsImage - 265, // 1850: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate - 543, // 1851: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList - 556, // 1852: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse - 1024, // 1853: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty - 563, // 1854: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList - 560, // 1855: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse - 568, // 1856: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse - 571, // 1857: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse - 573, // 1858: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse - 1024, // 1859: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 590, // 1860: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList - 593, // 1861: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList - 595, // 1862: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList - 598, // 1863: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt - 600, // 1864: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse - 1024, // 1865: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 607, // 1866: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse - 606, // 1867: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 606, // 1868: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 609, // 1869: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse - 611, // 1870: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse - 614, // 1871: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse - 616, // 1872: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse - 410, // 1873: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse - 587, // 1874: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse - 398, // 1875: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse - 400, // 1876: forge.Forge.Lockdown:output_type -> forge.LockdownResponse - 1142, // 1877: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus - 404, // 1878: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse - 406, // 1879: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse - 778, // 1880: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse - 780, // 1881: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse - 412, // 1882: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse - 414, // 1883: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse - 577, // 1884: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse - 585, // 1885: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse - 116, // 1886: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus - 122, // 1887: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection - 119, // 1888: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection - 1024, // 1889: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty - 643, // 1890: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse - 645, // 1891: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse - 650, // 1892: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse - 652, // 1893: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse - 653, // 1894: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse - 654, // 1895: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse - 656, // 1896: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse - 680, // 1897: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse - 696, // 1898: forge.Forge.CreateSku:output_type -> forge.SkuIdList - 692, // 1899: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku - 1024, // 1900: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty - 1024, // 1901: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty - 1024, // 1902: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty - 1024, // 1903: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty - 696, // 1904: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList - 695, // 1905: forge.Forge.FindSkusByIds:output_type -> forge.SkuList - 1024, // 1906: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty - 692, // 1907: forge.Forge.ReplaceSku:output_type -> forge.Sku - 380, // 1908: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse - 382, // 1909: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse - 384, // 1910: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse - 1024, // 1911: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty - 1024, // 1912: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty - 702, // 1913: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList - 704, // 1914: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList - 700, // 1915: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface - 700, // 1916: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface - 707, // 1917: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult - 712, // 1918: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse - 712, // 1919: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse - 1024, // 1920: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty - 115, // 1921: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse - 730, // 1922: forge.Forge.FindRackIds:output_type -> forge.RackIdList - 728, // 1923: forge.Forge.FindRacksByIds:output_type -> forge.RackList - 727, // 1924: forge.Forge.GetRack:output_type -> forge.GetRackResponse - 1024, // 1925: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty - 738, // 1926: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse - 745, // 1927: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse - 716, // 1928: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse - 718, // 1929: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse - 720, // 1930: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse - 721, // 1931: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse - 724, // 1932: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse - 782, // 1933: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse - 784, // 1934: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse - 1143, // 1935: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse - 1144, // 1936: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse - 787, // 1937: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse - 789, // 1938: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList - 788, // 1939: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 788, // 1940: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 1024, // 1941: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty - 792, // 1942: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse - 1024, // 1943: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty - 1024, // 1944: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty - 1024, // 1945: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty - 1024, // 1946: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty - 793, // 1947: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList - 794, // 1948: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList - 801, // 1949: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList - 804, // 1950: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList - 806, // 1951: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse - 1024, // 1952: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty - 1024, // 1953: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty - 1024, // 1954: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty - 815, // 1955: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService - 815, // 1956: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService - 819, // 1957: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse - 821, // 1958: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList - 823, // 1959: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList - 825, // 1960: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList - 827, // 1961: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse - 89, // 1962: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse - 1024, // 1963: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty - 94, // 1964: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse - 91, // 1965: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse - 96, // 1966: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse - 101, // 1967: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 101, // 1968: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 1024, // 1969: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty - 104, // 1970: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse - 104, // 1971: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse - 1024, // 1972: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty - 110, // 1973: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse - 111, // 1974: forge.Forge.GetJWKS:output_type -> forge.Jwks - 112, // 1975: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration - 834, // 1976: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage - 837, // 1977: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse - 839, // 1978: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse - 841, // 1979: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse - 1145, // 1980: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse - 1146, // 1981: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse - 1147, // 1982: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse - 1148, // 1983: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse - 1149, // 1984: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse - 1150, // 1985: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse - 1151, // 1986: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse - 1152, // 1987: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse - 1153, // 1988: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse - 1154, // 1989: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse - 1155, // 1990: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse - 1156, // 1991: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse - 1157, // 1992: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse - 1158, // 1993: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse - 1159, // 1994: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse - 763, // 1995: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList - 758, // 1996: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList - 758, // 1997: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList - 774, // 1998: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList - 768, // 1999: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList - 767, // 2000: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition - 776, // 2001: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult - 771, // 2002: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult - 768, // 2003: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList - 855, // 2004: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList - 756, // 2005: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse - 1024, // 2006: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty - 858, // 2007: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse - 861, // 2008: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse - 864, // 2009: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse - 872, // 2010: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse - 870, // 2011: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse - 879, // 2012: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse - 881, // 2013: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse - 885, // 2014: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse - 898, // 2015: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem - 898, // 2016: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem - 898, // 2017: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem - 904, // 2018: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse - 906, // 2019: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList - 908, // 2020: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList - 910, // 2021: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 910, // 2022: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 915, // 2023: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse - 1576, // [1576:2024] is the sub-list for method output_type - 1128, // [1128:1576] is the sub-list for method input_type - 1128, // [1128:1128] is the sub-list for extension type_name - 1128, // [1128:1128] is the sub-list for extension extendee - 0, // [0:1128] is the sub-list for field type_name + 73, // 238: forge.InstancePowerRequest.operation:type_name -> forge.InstancePowerRequest.Operation + 977, // 239: forge.InstancePowerRequest.instance_id:type_name -> common.InstanceId + 289, // 240: forge.InstanceList.instances:type_name -> forge.Instance + 255, // 241: forge.Metadata.labels:type_name -> forge.Label + 255, // 242: forge.InstanceSearchFilter.label:type_name -> forge.Label + 977, // 243: forge.InstanceIdList.instance_ids:type_name -> common.InstanceId + 977, // 244: forge.InstancesByIdsRequest.instance_ids:type_name -> common.InstanceId + 961, // 245: forge.InstanceAllocationRequest.machine_id:type_name -> common.MachineId + 269, // 246: forge.InstanceAllocationRequest.config:type_name -> forge.InstanceConfig + 977, // 247: forge.InstanceAllocationRequest.instance_id:type_name -> common.InstanceId + 256, // 248: forge.InstanceAllocationRequest.metadata:type_name -> forge.Metadata + 260, // 249: forge.BatchInstanceAllocationRequest.instance_requests:type_name -> forge.InstanceAllocationRequest + 289, // 250: forge.BatchInstanceAllocationResponse.instances:type_name -> forge.Instance + 13, // 251: forge.IpxeTemplateArtifact.cache_strategy:type_name -> forge.IpxeTemplateArtifactCacheStrategy + 14, // 252: forge.IpxeTemplate.scope:type_name -> forge.IpxeTemplateScope + 978, // 253: forge.IpxeTemplate.id:type_name -> common.IpxeTemplateId + 268, // 254: forge.InstanceOperatingSystemConfig.ipxe:type_name -> forge.InlineIpxe + 972, // 255: forge.InstanceOperatingSystemConfig.os_image_id:type_name -> common.UUID + 979, // 256: forge.InstanceOperatingSystemConfig.operating_system_id:type_name -> common.OperatingSystemId + 266, // 257: forge.InstanceConfig.tenant:type_name -> forge.TenantConfig + 267, // 258: forge.InstanceConfig.os:type_name -> forge.InstanceOperatingSystemConfig + 270, // 259: forge.InstanceConfig.network:type_name -> forge.InstanceNetworkConfig + 272, // 260: forge.InstanceConfig.infiniband:type_name -> forge.InstanceInfinibandConfig + 274, // 261: forge.InstanceConfig.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesConfig + 275, // 262: forge.InstanceConfig.nvlink:type_name -> forge.InstanceNVLinkConfig + 276, // 263: forge.InstanceConfig.spxconfig:type_name -> forge.InstanceSpxConfig + 291, // 264: forge.InstanceNetworkConfig.interfaces:type_name -> forge.InstanceInterfaceConfig + 271, // 265: forge.InstanceNetworkConfig.auto_config:type_name -> forge.InstanceNetworkAutoConfig + 964, // 266: forge.InstanceNetworkAutoConfig.vpc_id:type_name -> common.VpcId + 294, // 267: forge.InstanceInfinibandConfig.ib_interfaces:type_name -> forge.InstanceIBInterfaceConfig + 273, // 268: forge.InstanceDpuExtensionServicesConfig.service_configs:type_name -> forge.InstanceDpuExtensionServiceConfig + 298, // 269: forge.InstanceNVLinkConfig.gpu_configs:type_name -> forge.InstanceNVLinkGpuConfig + 277, // 270: forge.InstanceSpxConfig.spx_attachments:type_name -> forge.InstanceSpxAttachment + 980, // 271: forge.InstanceSpxAttachment.spx_partition_id:type_name -> common.SpxPartitionId + 15, // 272: forge.InstanceSpxAttachment.attachment_type:type_name -> forge.SpxAttachmentType + 977, // 273: forge.InstanceOperatingSystemUpdateRequest.instance_id:type_name -> common.InstanceId + 267, // 274: forge.InstanceOperatingSystemUpdateRequest.os:type_name -> forge.InstanceOperatingSystemConfig + 977, // 275: forge.InstanceConfigUpdateRequest.instance_id:type_name -> common.InstanceId + 269, // 276: forge.InstanceConfigUpdateRequest.config:type_name -> forge.InstanceConfig + 256, // 277: forge.InstanceConfigUpdateRequest.metadata:type_name -> forge.Metadata + 344, // 278: forge.InstanceStatus.tenant:type_name -> forge.InstanceTenantStatus + 283, // 279: forge.InstanceStatus.network:type_name -> forge.InstanceNetworkStatus + 284, // 280: forge.InstanceStatus.infiniband:type_name -> forge.InstanceInfinibandStatus + 287, // 281: forge.InstanceStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesStatus + 22, // 282: forge.InstanceStatus.configs_synced:type_name -> forge.SyncState + 290, // 283: forge.InstanceStatus.update:type_name -> forge.InstanceUpdateStatus + 288, // 284: forge.InstanceStatus.nvlink:type_name -> forge.InstanceNVLinkStatus + 281, // 285: forge.InstanceStatus.spx_status:type_name -> forge.InstanceSpxStatus + 282, // 286: forge.InstanceSpxStatus.attachment_statuses:type_name -> forge.InstanceSpxAttachmentStatus + 22, // 287: forge.InstanceSpxStatus.configs_synced:type_name -> forge.SyncState + 15, // 288: forge.InstanceSpxAttachmentStatus.attachment_type:type_name -> forge.SpxAttachmentType + 980, // 289: forge.InstanceSpxAttachmentStatus.spx_partition_id:type_name -> common.SpxPartitionId + 295, // 290: forge.InstanceNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatus + 22, // 291: forge.InstanceNetworkStatus.configs_synced:type_name -> forge.SyncState + 296, // 292: forge.InstanceInfinibandStatus.ib_interfaces:type_name -> forge.InstanceIBInterfaceStatus + 22, // 293: forge.InstanceInfinibandStatus.configs_synced:type_name -> forge.SyncState + 961, // 294: forge.DpuExtensionServiceStatus.dpu_machine_id:type_name -> common.MachineId + 65, // 295: forge.DpuExtensionServiceStatus.status:type_name -> forge.DpuExtensionServiceDeploymentStatus + 441, // 296: forge.DpuExtensionServiceStatus.components:type_name -> forge.DpuExtensionServiceComponent + 65, // 297: forge.InstanceDpuExtensionServiceStatus.deployment_status:type_name -> forge.DpuExtensionServiceDeploymentStatus + 285, // 298: forge.InstanceDpuExtensionServiceStatus.dpu_statuses:type_name -> forge.DpuExtensionServiceStatus + 286, // 299: forge.InstanceDpuExtensionServicesStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServiceStatus + 22, // 300: forge.InstanceDpuExtensionServicesStatus.configs_synced:type_name -> forge.SyncState + 297, // 301: forge.InstanceNVLinkStatus.gpu_statuses:type_name -> forge.InstanceNVLinkGpuStatus + 22, // 302: forge.InstanceNVLinkStatus.configs_synced:type_name -> forge.SyncState + 977, // 303: forge.Instance.id:type_name -> common.InstanceId + 961, // 304: forge.Instance.machine_id:type_name -> common.MachineId + 256, // 305: forge.Instance.metadata:type_name -> forge.Metadata + 269, // 306: forge.Instance.config:type_name -> forge.InstanceConfig + 280, // 307: forge.Instance.status:type_name -> forge.InstanceStatus + 74, // 308: forge.InstanceUpdateStatus.module:type_name -> forge.InstanceUpdateStatus.Module + 962, // 309: forge.InstanceUpdateStatus.trigger_received_at:type_name -> google.protobuf.Timestamp + 962, // 310: forge.InstanceUpdateStatus.update_triggered_at:type_name -> google.protobuf.Timestamp + 37, // 311: forge.InstanceInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType + 975, // 312: forge.InstanceInterfaceConfig.network_segment_id:type_name -> common.NetworkSegmentId + 975, // 313: forge.InstanceInterfaceConfig.segment_id:type_name -> common.NetworkSegmentId + 966, // 314: forge.InstanceInterfaceConfig.vpc_prefix_id:type_name -> common.VpcPrefixId + 292, // 315: forge.InstanceInterfaceConfig.ipv6_interface_config:type_name -> forge.InstanceInterfaceIpv6Config + 293, // 316: forge.InstanceInterfaceConfig.routing_profile:type_name -> forge.InstanceInterfaceRoutingProfile + 966, // 317: forge.InstanceInterfaceIpv6Config.vpc_prefix_id:type_name -> common.VpcPrefixId + 846, // 318: forge.InstanceInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry + 37, // 319: forge.InstanceIBInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType + 968, // 320: forge.InstanceIBInterfaceConfig.ib_partition_id:type_name -> common.IBPartitionId + 964, // 321: forge.InstanceInterfaceStatus.vpc_id:type_name -> common.VpcId + 981, // 322: forge.InstanceNVLinkGpuStatus.domain_id:type_name -> common.NVLinkDomainId + 965, // 323: forge.InstanceNVLinkGpuStatus.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 965, // 324: forge.InstanceNVLinkGpuConfig.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 977, // 325: forge.InstancePhoneHomeLastContactRequest.instance_id:type_name -> common.InstanceId + 962, // 326: forge.InstancePhoneHomeLastContactResponse.timestamp:type_name -> google.protobuf.Timestamp + 16, // 327: forge.Issue.category:type_name -> forge.IssueCategory + 977, // 328: forge.InstanceReleaseRequest.id:type_name -> common.InstanceId + 301, // 329: forge.InstanceReleaseRequest.issue:type_name -> forge.Issue + 961, // 330: forge.MachinesByIdsRequest.machine_ids:type_name -> common.MachineId + 971, // 331: forge.MachineSearchConfig.rack_id:type_name -> common.RackId + 961, // 332: forge.MachineStateHistoriesRequest.machine_ids:type_name -> common.MachineId + 928, // 333: forge.MachineStateHistories.histories:type_name -> forge.MachineStateHistories.HistoriesEntry + 345, // 334: forge.MachineStateHistoryRecords.records:type_name -> forge.MachineEvent + 961, // 335: forge.MachineHealthHistoriesRequest.machine_ids:type_name -> common.MachineId + 962, // 336: forge.MachineHealthHistoriesRequest.start_time:type_name -> google.protobuf.Timestamp + 962, // 337: forge.MachineHealthHistoriesRequest.end_time:type_name -> google.protobuf.Timestamp + 929, // 338: forge.HealthHistories.histories:type_name -> forge.HealthHistories.HistoriesEntry + 312, // 339: forge.HealthHistoryRecords.records:type_name -> forge.HealthHistoryRecord + 969, // 340: forge.HealthHistoryRecord.health:type_name -> health.HealthReport + 962, // 341: forge.HealthHistoryRecord.time:type_name -> google.protobuf.Timestamp + 462, // 342: forge.TenantList.tenants:type_name -> forge.Tenant + 346, // 343: forge.InterfaceList.interfaces:type_name -> forge.MachineInterface + 330, // 344: forge.MachineList.machines:type_name -> forge.Machine + 982, // 345: forge.InterfaceDeleteQuery.id:type_name -> common.MachineInterfaceId + 982, // 346: forge.InterfaceSearchQuery.id:type_name -> common.MachineInterfaceId + 982, // 347: forge.AssignStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId + 982, // 348: forge.AssignStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId + 17, // 349: forge.AssignStaticAddressResponse.status:type_name -> forge.AssignStaticAddressStatus + 982, // 350: forge.RemoveStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId + 982, // 351: forge.RemoveStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId + 18, // 352: forge.RemoveStaticAddressResponse.status:type_name -> forge.RemoveStaticAddressStatus + 982, // 353: forge.FindInterfaceAddressesRequest.interface_id:type_name -> common.MachineInterfaceId + 982, // 354: forge.FindInterfaceAddressesResponse.interface_id:type_name -> common.MachineInterfaceId + 326, // 355: forge.FindInterfaceAddressesResponse.addresses:type_name -> forge.InterfaceAddress + 982, // 356: forge.BmcInfo.machine_interface_id:type_name -> common.MachineInterfaceId + 961, // 357: forge.Machine.id:type_name -> common.MachineId + 341, // 358: forge.Machine.state_reason:type_name -> forge.ControllerStateReason + 343, // 359: forge.Machine.state_sla:type_name -> forge.StateSla + 345, // 360: forge.Machine.events:type_name -> forge.MachineEvent + 346, // 361: forge.Machine.interfaces:type_name -> forge.MachineInterface + 983, // 362: forge.Machine.discovery_info:type_name -> machine_discovery.DiscoveryInfo + 19, // 363: forge.Machine.machine_type:type_name -> forge.MachineType + 328, // 364: forge.Machine.bmc_info:type_name -> forge.BmcInfo + 962, // 365: forge.Machine.last_reboot_time:type_name -> google.protobuf.Timestamp + 962, // 366: forge.Machine.last_observation_time:type_name -> google.protobuf.Timestamp + 962, // 367: forge.Machine.maintenance_start_time:type_name -> google.protobuf.Timestamp + 961, // 368: forge.Machine.associated_host_machine_id:type_name -> common.MachineId + 338, // 369: forge.Machine.inventory:type_name -> forge.MachineInventory + 962, // 370: forge.Machine.last_reboot_requested_time:type_name -> google.protobuf.Timestamp + 961, // 371: forge.Machine.associated_dpu_machine_ids:type_name -> common.MachineId + 969, // 372: forge.Machine.health:type_name -> health.HealthReport + 340, // 373: forge.Machine.health_sources:type_name -> forge.HealthSourceOrigin + 347, // 374: forge.Machine.ib_status:type_name -> forge.InfinibandStatusObservation + 256, // 375: forge.Machine.metadata:type_name -> forge.Metadata + 332, // 376: forge.Machine.instance_network_restrictions:type_name -> forge.InstanceNetworkRestrictions + 624, // 377: forge.Machine.capabilities:type_name -> forge.MachineCapabilitiesSet + 697, // 378: forge.Machine.hw_sku_status:type_name -> forge.SkuStatus + 378, // 379: forge.Machine.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 748, // 380: forge.Machine.nvlink_info:type_name -> forge.MachineNVLinkInfo + 753, // 381: forge.Machine.nvlink_status_observation:type_name -> forge.MachineNVLinkStatusObservation + 971, // 382: forge.Machine.rack_id:type_name -> common.RackId + 214, // 383: forge.Machine.placement_in_rack:type_name -> forge.PlacementInRack + 750, // 384: forge.Machine.spx_status_observation:type_name -> forge.MachineSpxStatusObservation + 331, // 385: forge.Machine.dpf:type_name -> forge.DpfMachineState + 20, // 386: forge.InstanceNetworkRestrictions.network_segment_membership_type:type_name -> forge.InstanceNetworkSegmentMembershipType + 975, // 387: forge.InstanceNetworkRestrictions.network_segment_ids:type_name -> common.NetworkSegmentId + 961, // 388: forge.MachineMetadataUpdateRequest.machine_id:type_name -> common.MachineId + 256, // 389: forge.MachineMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 971, // 390: forge.RackMetadataUpdateRequest.rack_id:type_name -> common.RackId + 256, // 391: forge.RackMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 973, // 392: forge.SwitchMetadataUpdateRequest.switch_id:type_name -> common.SwitchId + 256, // 393: forge.SwitchMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 970, // 394: forge.PowerShelfMetadataUpdateRequest.power_shelf_id:type_name -> common.PowerShelfId + 256, // 395: forge.PowerShelfMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 961, // 396: forge.DpuAgentInventoryReport.machine_id:type_name -> common.MachineId + 338, // 397: forge.DpuAgentInventoryReport.inventory:type_name -> forge.MachineInventory + 339, // 398: forge.MachineInventory.components:type_name -> forge.MachineInventorySoftwareComponent + 38, // 399: forge.HealthSourceOrigin.mode:type_name -> forge.HealthReportApplyMode + 21, // 400: forge.ControllerStateReason.outcome:type_name -> forge.ControllerStateOutcome + 342, // 401: forge.ControllerStateReason.source_ref:type_name -> forge.ControllerStateSourceReference + 984, // 402: forge.StateSla.sla:type_name -> google.protobuf.Duration + 7, // 403: forge.InstanceTenantStatus.state:type_name -> forge.TenantState + 962, // 404: forge.MachineEvent.time:type_name -> google.protobuf.Timestamp + 982, // 405: forge.MachineInterface.id:type_name -> common.MachineInterfaceId + 961, // 406: forge.MachineInterface.attached_dpu_machine_id:type_name -> common.MachineId + 961, // 407: forge.MachineInterface.machine_id:type_name -> common.MachineId + 975, // 408: forge.MachineInterface.segment_id:type_name -> common.NetworkSegmentId + 963, // 409: forge.MachineInterface.domain_id:type_name -> common.DomainId + 962, // 410: forge.MachineInterface.created:type_name -> google.protobuf.Timestamp + 962, // 411: forge.MachineInterface.last_dhcp:type_name -> google.protobuf.Timestamp + 970, // 412: forge.MachineInterface.power_shelf_id:type_name -> common.PowerShelfId + 973, // 413: forge.MachineInterface.switch_id:type_name -> common.SwitchId + 24, // 414: forge.MachineInterface.association_type:type_name -> forge.InterfaceAssociationType + 25, // 415: forge.MachineInterface.interface_type:type_name -> forge.InterfaceType + 348, // 416: forge.InfinibandStatusObservation.ib_interfaces:type_name -> forge.MachineIbInterface + 962, // 417: forge.InfinibandStatusObservation.observed_at:type_name -> google.protobuf.Timestamp + 985, // 418: forge.MachineIbInterface.associated_pkeys:type_name -> common.StringList + 985, // 419: forge.MachineIbInterface.associated_partition_ids:type_name -> common.StringList + 26, // 420: forge.DhcpDiscovery.address_family:type_name -> forge.AddressFamily + 27, // 421: forge.DhcpDiscovery.message_kind:type_name -> forge.MessageKind + 28, // 422: forge.ExpireDhcpLeaseResponse.status:type_name -> forge.ExpireDhcpLeaseStatus + 961, // 423: forge.DhcpRecord.machine_id:type_name -> common.MachineId + 982, // 424: forge.DhcpRecord.machine_interface_id:type_name -> common.MachineInterfaceId + 975, // 425: forge.DhcpRecord.segment_id:type_name -> common.NetworkSegmentId + 963, // 426: forge.DhcpRecord.subdomain_id:type_name -> common.DomainId + 962, // 427: forge.DhcpRecord.last_invalidation_time:type_name -> google.protobuf.Timestamp + 240, // 428: forge.NetworkSegmentList.network_segments:type_name -> forge.NetworkSegment + 29, // 429: forge.SSHKeyValidationResponse.role:type_name -> forge.UserRoles + 973, // 430: forge.GetSwitchNvosCredentialsRequest.switch_id:type_name -> common.SwitchId + 359, // 431: forge.GetBmcCredentialsResponse.credentials:type_name -> forge.BmcCredentials + 811, // 432: forge.BmcCredentials.username_password:type_name -> forge.UsernamePassword + 812, // 433: forge.BmcCredentials.session_token:type_name -> forge.SessionToken + 367, // 434: forge.SshRequest.endpoint_request:type_name -> forge.BmcEndpointRequest + 369, // 435: forge.CopyBfbToDpuRshimRequest.ssh_request:type_name -> forge.SshRequest + 961, // 436: forge.UpdateMachineHardwareInfoRequest.machine_id:type_name -> common.MachineId + 372, // 437: forge.UpdateMachineHardwareInfoRequest.info:type_name -> forge.MachineHardwareInfo + 30, // 438: forge.UpdateMachineHardwareInfoRequest.update_type:type_name -> forge.MachineHardwareInfoUpdateType + 986, // 439: forge.MachineHardwareInfo.gpus:type_name -> machine_discovery.Gpu + 961, // 440: forge.ManagedHostNetworkConfigRequest.dpu_machine_id:type_name -> common.MachineId + 385, // 441: forge.ManagedHostNetworkConfigResponse.managed_host_config:type_name -> forge.ManagedHostNetworkConfig + 386, // 442: forge.ManagedHostNetworkConfigResponse.admin_interface:type_name -> forge.FlatInterfaceConfig + 386, // 443: forge.ManagedHostNetworkConfigResponse.tenant_interfaces:type_name -> forge.FlatInterfaceConfig + 977, // 444: forge.ManagedHostNetworkConfigResponse.instance_id:type_name -> common.InstanceId + 5, // 445: forge.ManagedHostNetworkConfigResponse.network_virtualization_type:type_name -> forge.VpcVirtualizationType + 32, // 446: forge.ManagedHostNetworkConfigResponse.vpc_isolation_behavior:type_name -> forge.VpcIsolationBehaviorType + 289, // 447: forge.ManagedHostNetworkConfigResponse.instance:type_name -> forge.Instance + 987, // 448: forge.ManagedHostNetworkConfigResponse.common_internal_route_target:type_name -> common.RouteTarget + 987, // 449: forge.ManagedHostNetworkConfigResponse.additional_route_target_imports:type_name -> common.RouteTarget + 675, // 450: forge.ManagedHostNetworkConfigResponse.network_security_policy_overrides:type_name -> forge.ResolvedNetworkSecurityGroupRule + 377, // 451: forge.ManagedHostNetworkConfigResponse.dpu_extension_services:type_name -> forge.ManagedHostDpuExtensionServiceConfig + 375, // 452: forge.ManagedHostNetworkConfigResponse.traffic_intercept_config:type_name -> forge.TrafficInterceptConfig + 847, // 453: forge.ManagedHostNetworkConfigResponse.routing_profile:type_name -> forge.RoutingProfile + 376, // 454: forge.TrafficInterceptConfig.bridging:type_name -> forge.TrafficInterceptBridging + 930, // 455: forge.TrafficInterceptBridging.host_representor_intercept_bridging:type_name -> forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry + 64, // 456: forge.ManagedHostDpuExtensionServiceConfig.service_type:type_name -> forge.DpuExtensionServiceType + 813, // 457: forge.ManagedHostDpuExtensionServiceConfig.credential:type_name -> forge.DpuExtensionServiceCredential + 832, // 458: forge.ManagedHostDpuExtensionServiceConfig.observability:type_name -> forge.DpuExtensionServiceObservability + 31, // 459: forge.ManagedHostQuarantineState.mode:type_name -> forge.ManagedHostQuarantineMode + 961, // 460: forge.GetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId + 378, // 461: forge.GetManagedHostQuarantineStateResponse.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 961, // 462: forge.SetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId + 378, // 463: forge.SetManagedHostQuarantineStateRequest.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 378, // 464: forge.SetManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState + 961, // 465: forge.ClearManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId + 378, // 466: forge.ClearManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState + 378, // 467: forge.ManagedHostNetworkConfig.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 37, // 468: forge.FlatInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType + 388, // 469: forge.FlatInterfaceConfig.ipv6_interface_config:type_name -> forge.FlatInterfaceIpv6Config + 847, // 470: forge.FlatInterfaceConfig.vpc_routing_profile:type_name -> forge.RoutingProfile + 387, // 471: forge.FlatInterfaceConfig.interface_routing_profile:type_name -> forge.FlatInterfaceRoutingProfile + 389, // 472: forge.FlatInterfaceConfig.network_security_group:type_name -> forge.FlatInterfaceNetworkSecurityGroupConfig + 972, // 473: forge.FlatInterfaceConfig.internal_uuid:type_name -> common.UUID + 846, // 474: forge.FlatInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry + 51, // 475: forge.FlatInterfaceNetworkSecurityGroupConfig.source:type_name -> forge.NetworkSecurityGroupSource + 675, // 476: forge.FlatInterfaceNetworkSecurityGroupConfig.rules:type_name -> forge.ResolvedNetworkSecurityGroupRule + 438, // 477: forge.ManagedHostNetworkStatusResponse.all:type_name -> forge.DpuNetworkStatus + 962, // 478: forge.DpuAgentUpgradeCheckRequest.binary_mtime:type_name -> google.protobuf.Timestamp + 33, // 479: forge.DpuAgentUpgradePolicyRequest.new_policy:type_name -> forge.AgentUpgradePolicy + 33, // 480: forge.DpuAgentUpgradePolicyResponse.active_policy:type_name -> forge.AgentUpgradePolicy + 367, // 481: forge.LockdownRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 961, // 482: forge.LockdownRequest.machine_id:type_name -> common.MachineId + 34, // 483: forge.LockdownRequest.action:type_name -> forge.LockdownAction + 367, // 484: forge.LockdownStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 961, // 485: forge.LockdownStatusRequest.machine_id:type_name -> common.MachineId + 367, // 486: forge.MachineSetupStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 487: forge.MachineSetupRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 488: forge.SetDpuFirstBootOrderRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 489: forge.AdminRebootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 490: forge.AdminBmcResetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 491: forge.EnableInfiniteBootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 492: forge.IsInfiniteBootEnabledRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 961, // 493: forge.BMCMetaDataGetRequest.machine_id:type_name -> common.MachineId + 29, // 494: forge.BMCMetaDataGetRequest.role:type_name -> forge.UserRoles + 35, // 495: forge.BMCMetaDataGetRequest.request_type:type_name -> forge.BMCRequestType + 367, // 496: forge.BMCMetaDataGetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 961, // 497: forge.MachineCredentialsUpdateRequest.machine_id:type_name -> common.MachineId + 931, // 498: forge.MachineCredentialsUpdateRequest.credentials:type_name -> forge.MachineCredentialsUpdateRequest.Credentials + 961, // 499: forge.ForgeAgentControlRequest.machine_id:type_name -> common.MachineId + 76, // 500: forge.ForgeAgentControlResponse.legacy_action:type_name -> forge.ForgeAgentControlResponse.LegacyAction + 932, // 501: forge.ForgeAgentControlResponse.data:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo + 933, // 502: forge.ForgeAgentControlResponse.noop:type_name -> forge.ForgeAgentControlResponse.Noop + 934, // 503: forge.ForgeAgentControlResponse.reset:type_name -> forge.ForgeAgentControlResponse.Reset + 935, // 504: forge.ForgeAgentControlResponse.discovery:type_name -> forge.ForgeAgentControlResponse.Discovery + 936, // 505: forge.ForgeAgentControlResponse.rebuild:type_name -> forge.ForgeAgentControlResponse.Rebuild + 937, // 506: forge.ForgeAgentControlResponse.retry:type_name -> forge.ForgeAgentControlResponse.Retry + 938, // 507: forge.ForgeAgentControlResponse.measure:type_name -> forge.ForgeAgentControlResponse.Measure + 939, // 508: forge.ForgeAgentControlResponse.log_error:type_name -> forge.ForgeAgentControlResponse.LogError + 940, // 509: forge.ForgeAgentControlResponse.machine_validation:type_name -> forge.ForgeAgentControlResponse.MachineValidation + 942, // 510: forge.ForgeAgentControlResponse.mlx_action:type_name -> forge.ForgeAgentControlResponse.MlxAction + 949, // 511: forge.ForgeAgentControlResponse.firmware_upgrade:type_name -> forge.ForgeAgentControlResponse.FirmwareUpgrade + 982, // 512: forge.MachineDiscoveryInfo.machine_interface_id:type_name -> common.MachineInterfaceId + 983, // 513: forge.MachineDiscoveryInfo.info:type_name -> machine_discovery.DiscoveryInfo + 36, // 514: forge.MachineDiscoveryInfo.discovery_reporter:type_name -> forge.MachineDiscoveryReporter + 961, // 515: forge.MachineDiscoveryCompletedRequest.machine_id:type_name -> common.MachineId + 961, // 516: forge.MachineCleanupInfo.machine_id:type_name -> common.MachineId + 951, // 517: forge.MachineCleanupInfo.nvme:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 951, // 518: forge.MachineCleanupInfo.ram:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 951, // 519: forge.MachineCleanupInfo.mem_overwrite:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 951, // 520: forge.MachineCleanupInfo.ib:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 951, // 521: forge.MachineCleanupInfo.hdd:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 77, // 522: forge.MachineCleanupInfo.result:type_name -> forge.MachineCleanupInfo.CleanupResult + 424, // 523: forge.MachineCertificateResult.machine_certificate:type_name -> forge.MachineCertificate + 961, // 524: forge.MachineDiscoveryResult.machine_id:type_name -> common.MachineId + 424, // 525: forge.MachineDiscoveryResult.machine_certificate:type_name -> forge.MachineCertificate + 123, // 526: forge.MachineDiscoveryResult.attest_key_challenge:type_name -> forge.AttestKeyBindChallenge + 982, // 527: forge.MachineDiscoveryResult.machine_interface_id:type_name -> common.MachineInterfaceId + 961, // 528: forge.ForgeScoutErrorReport.machine_id:type_name -> common.MachineId + 982, // 529: forge.ForgeScoutErrorReport.machine_interface_id:type_name -> common.MachineInterfaceId + 23, // 530: forge.PxeInstructionRequest.arch:type_name -> forge.MachineArchitecture + 982, // 531: forge.PxeInstructionRequest.interface_id:type_name -> common.MachineInterfaceId + 346, // 532: forge.CloudInitDiscoveryInstructions.machine_interface:type_name -> forge.MachineInterface + 853, // 533: forge.CloudInitDiscoveryInstructions.domain:type_name -> forge.PxeDomain + 434, // 534: forge.CloudInitInstructions.discovery_instructions:type_name -> forge.CloudInitDiscoveryInstructions + 435, // 535: forge.CloudInitInstructions.metadata:type_name -> forge.CloudInitMetaData + 961, // 536: forge.DpuNetworkStatus.dpu_machine_id:type_name -> common.MachineId + 962, // 537: forge.DpuNetworkStatus.observed_at:type_name -> google.protobuf.Timestamp + 459, // 538: forge.DpuNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatusObservation + 977, // 539: forge.DpuNetworkStatus.instance_id:type_name -> common.InstanceId + 969, // 540: forge.DpuNetworkStatus.dpu_health:type_name -> health.HealthReport + 460, // 541: forge.DpuNetworkStatus.fabric_interfaces:type_name -> forge.FabricInterfaceData + 439, // 542: forge.DpuNetworkStatus.last_dhcp_requests:type_name -> forge.LastDhcpRequest + 440, // 543: forge.DpuNetworkStatus.dpu_extension_services:type_name -> forge.DpuExtensionServiceStatusObservation + 982, // 544: forge.LastDhcpRequest.host_interface_id:type_name -> common.MachineInterfaceId + 64, // 545: forge.DpuExtensionServiceStatusObservation.service_type:type_name -> forge.DpuExtensionServiceType + 65, // 546: forge.DpuExtensionServiceStatusObservation.state:type_name -> forge.DpuExtensionServiceDeploymentStatus + 441, // 547: forge.DpuExtensionServiceStatusObservation.components:type_name -> forge.DpuExtensionServiceComponent + 969, // 548: forge.OptionalHealthReport.report:type_name -> health.HealthReport + 969, // 549: forge.HealthReportEntry.report:type_name -> health.HealthReport + 38, // 550: forge.HealthReportEntry.mode:type_name -> forge.HealthReportApplyMode + 961, // 551: forge.InsertMachineHealthReportRequest.machine_id:type_name -> common.MachineId + 443, // 552: forge.InsertMachineHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 971, // 553: forge.InsertRackHealthReportRequest.rack_id:type_name -> common.RackId + 443, // 554: forge.InsertRackHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 971, // 555: forge.RemoveRackHealthReportRequest.rack_id:type_name -> common.RackId + 971, // 556: forge.ListRackHealthReportsRequest.rack_id:type_name -> common.RackId + 973, // 557: forge.InsertSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId + 443, // 558: forge.InsertSwitchHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 973, // 559: forge.RemoveSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId + 973, // 560: forge.ListSwitchHealthReportsRequest.switch_id:type_name -> common.SwitchId + 970, // 561: forge.InsertPowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId + 443, // 562: forge.InsertPowerShelfHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 970, // 563: forge.RemovePowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId + 970, // 564: forge.ListPowerShelfHealthReportsRequest.power_shelf_id:type_name -> common.PowerShelfId + 443, // 565: forge.ListHealthReportResponse.health_report_entries:type_name -> forge.HealthReportEntry + 961, // 566: forge.RemoveMachineHealthReportRequest.machine_id:type_name -> common.MachineId + 981, // 567: forge.ListNVLinkDomainHealthReportsRequest.domain_id:type_name -> common.NVLinkDomainId + 981, // 568: forge.InsertNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId + 443, // 569: forge.InsertNVLinkDomainHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 981, // 570: forge.RemoveNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId + 37, // 571: forge.InstanceInterfaceStatusObservation.function_type:type_name -> forge.InterfaceFunctionType + 669, // 572: forge.InstanceInterfaceStatusObservation.network_security_group:type_name -> forge.NetworkSecurityGroupStatus + 972, // 573: forge.InstanceInterfaceStatusObservation.internal_uuid:type_name -> common.UUID + 461, // 574: forge.FabricInterfaceData.link_data:type_name -> forge.LinkData + 256, // 575: forge.Tenant.metadata:type_name -> forge.Metadata + 256, // 576: forge.CreateTenantRequest.metadata:type_name -> forge.Metadata + 462, // 577: forge.CreateTenantResponse.tenant:type_name -> forge.Tenant + 256, // 578: forge.UpdateTenantRequest.metadata:type_name -> forge.Metadata + 462, // 579: forge.UpdateTenantResponse.tenant:type_name -> forge.Tenant + 462, // 580: forge.FindTenantResponse.tenant:type_name -> forge.Tenant + 470, // 581: forge.TenantKeysetContent.public_keys:type_name -> forge.TenantPublicKey + 469, // 582: forge.TenantKeyset.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 471, // 583: forge.TenantKeyset.keyset_content:type_name -> forge.TenantKeysetContent + 469, // 584: forge.CreateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 471, // 585: forge.CreateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent + 472, // 586: forge.CreateTenantKeysetResponse.keyset:type_name -> forge.TenantKeyset + 472, // 587: forge.TenantKeySetList.keyset:type_name -> forge.TenantKeyset + 469, // 588: forge.UpdateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 471, // 589: forge.UpdateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent + 469, // 590: forge.DeleteTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 469, // 591: forge.TenantKeysetIdList.keyset_ids:type_name -> forge.TenantKeysetIdentifier + 469, // 592: forge.TenantKeysetsByIdsRequest.keyset_ids:type_name -> forge.TenantKeysetIdentifier + 487, // 593: forge.ResourcePools.pools:type_name -> forge.ResourcePool + 40, // 594: forge.MaintenanceRequest.operation:type_name -> forge.MaintenanceOperation + 961, // 595: forge.MaintenanceRequest.host_id:type_name -> common.MachineId + 41, // 596: forge.SetDynamicConfigRequest.setting:type_name -> forge.ConfigSetting + 515, // 597: forge.FindIpAddressResponse.matches:type_name -> forge.IpAddressMatch + 972, // 598: forge.IdentifyUuidRequest.uuid:type_name -> common.UUID + 972, // 599: forge.IdentifyUuidResponse.uuid:type_name -> common.UUID + 42, // 600: forge.IdentifyUuidResponse.object_type:type_name -> forge.UuidType + 43, // 601: forge.IdentifyMacResponse.object_type:type_name -> forge.MacOwner + 961, // 602: forge.IdentifySerialResponse.machine_id:type_name -> common.MachineId + 961, // 603: forge.DpuReprovisioningRequest.dpu_id:type_name -> common.MachineId + 78, // 604: forge.DpuReprovisioningRequest.mode:type_name -> forge.DpuReprovisioningRequest.Mode + 44, // 605: forge.DpuReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator + 961, // 606: forge.DpuReprovisioningRequest.machine_id:type_name -> common.MachineId + 952, // 607: forge.DpuReprovisioningListResponse.dpus:type_name -> forge.DpuReprovisioningListResponse.DpuReprovisioningListItem + 961, // 608: forge.HostReprovisioningRequest.machine_id:type_name -> common.MachineId + 79, // 609: forge.HostReprovisioningRequest.mode:type_name -> forge.HostReprovisioningRequest.Mode + 44, // 610: forge.HostReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator + 953, // 611: forge.HostReprovisioningListResponse.hosts:type_name -> forge.HostReprovisioningListResponse.HostReprovisioningListItem + 509, // 612: forge.DpuInfoStatusObservation.os_operational_state:type_name -> forge.DpuOsOperationalState + 510, // 613: forge.DpuInfoStatusObservation.representors:type_name -> forge.DpuRepresentorStatus + 962, // 614: forge.DpuInfoStatusObservation.last_heartbeat:type_name -> google.protobuf.Timestamp + 511, // 615: forge.DpuInfo.observed_status:type_name -> forge.DpuInfoStatusObservation + 512, // 616: forge.GetDpuInfoListResponse.dpu_list:type_name -> forge.DpuInfo + 45, // 617: forge.IpAddressMatch.ip_type:type_name -> forge.IpType + 982, // 618: forge.MachineBootOverride.machine_interface_id:type_name -> common.MachineInterfaceId + 961, // 619: forge.ConnectedDevice.id:type_name -> common.MachineId + 517, // 620: forge.ConnectedDeviceList.connected_devices:type_name -> forge.ConnectedDevice + 523, // 621: forge.MachineIdBmcIpPairs.pairs:type_name -> forge.MachineIdBmcIp + 961, // 622: forge.MachineIdBmcIp.machine_id:type_name -> common.MachineId + 517, // 623: forge.NetworkDevice.devices:type_name -> forge.ConnectedDevice + 524, // 624: forge.NetworkTopologyData.network_devices:type_name -> forge.NetworkDevice + 46, // 625: forge.RouteServers.source_type:type_name -> forge.RouteServerSourceType + 530, // 626: forge.RouteServerEntries.route_servers:type_name -> forge.RouteServer + 46, // 627: forge.RouteServer.source_type:type_name -> forge.RouteServerSourceType + 961, // 628: forge.SetHostUefiPasswordRequest.host_id:type_name -> common.MachineId + 961, // 629: forge.ClearHostUefiPasswordRequest.host_id:type_name -> common.MachineId + 972, // 630: forge.OsImageAttributes.id:type_name -> common.UUID + 535, // 631: forge.OsImage.attributes:type_name -> forge.OsImageAttributes + 47, // 632: forge.OsImage.status:type_name -> forge.OsImageStatus + 536, // 633: forge.ListOsImageResponse.images:type_name -> forge.OsImage + 972, // 634: forge.DeleteOsImageRequest.id:type_name -> common.UUID + 978, // 635: forge.GetIpxeTemplateRequest.id:type_name -> common.IpxeTemplateId + 265, // 636: forge.IpxeTemplateList.templates:type_name -> forge.IpxeTemplate + 11, // 637: forge.ExpectedHostNic.network_segment_type:type_name -> forge.NetworkSegmentType + 256, // 638: forge.ExpectedMachine.metadata:type_name -> forge.Metadata + 972, // 639: forge.ExpectedMachine.id:type_name -> common.UUID + 544, // 640: forge.ExpectedMachine.host_nics:type_name -> forge.ExpectedHostNic + 971, // 641: forge.ExpectedMachine.rack_id:type_name -> common.RackId + 48, // 642: forge.ExpectedMachine.dpu_mode:type_name -> forge.DpuMode + 545, // 643: forge.ExpectedMachine.host_lifecycle_profile:type_name -> forge.HostLifecycleProfile + 972, // 644: forge.ExpectedMachineRequest.id:type_name -> common.UUID + 546, // 645: forge.ExpectedMachineList.expected_machines:type_name -> forge.ExpectedMachine + 550, // 646: forge.LinkedExpectedMachineList.expected_machines:type_name -> forge.LinkedExpectedMachine + 961, // 647: forge.LinkedExpectedMachine.machine_id:type_name -> common.MachineId + 972, // 648: forge.LinkedExpectedMachine.expected_machine_id:type_name -> common.UUID + 552, // 649: forge.UnexpectedMachineList.unexpected_machines:type_name -> forge.UnexpectedMachine + 961, // 650: forge.UnexpectedMachine.machine_id:type_name -> common.MachineId + 548, // 651: forge.BatchExpectedMachineOperationRequest.expected_machines:type_name -> forge.ExpectedMachineList + 972, // 652: forge.ExpectedMachineOperationResult.id:type_name -> common.UUID + 546, // 653: forge.ExpectedMachineOperationResult.expected_machine:type_name -> forge.ExpectedMachine + 554, // 654: forge.BatchExpectedMachineOperationResponse.results:type_name -> forge.ExpectedMachineOperationResult + 961, // 655: forge.MachineRebootCompletedRequest.machine_id:type_name -> common.MachineId + 961, // 656: forge.ScoutFirmwareUpgradeStatusRequest.machine_id:type_name -> common.MachineId + 961, // 657: forge.MachineValidationCompletedRequest.machine_id:type_name -> common.MachineId + 988, // 658: forge.MachineValidationCompletedRequest.validation_id:type_name -> common.MachineValidationId + 962, // 659: forge.MachineValidationResult.start_time:type_name -> google.protobuf.Timestamp + 962, // 660: forge.MachineValidationResult.end_time:type_name -> google.protobuf.Timestamp + 988, // 661: forge.MachineValidationResult.validation_id:type_name -> common.MachineValidationId + 561, // 662: forge.MachineValidationResultPostRequest.result:type_name -> forge.MachineValidationResult + 561, // 663: forge.MachineValidationResultList.results:type_name -> forge.MachineValidationResult + 961, // 664: forge.MachineValidationGetRequest.machine_id:type_name -> common.MachineId + 988, // 665: forge.MachineValidationGetRequest.validation_id:type_name -> common.MachineValidationId + 80, // 666: forge.MachineValidationStatus.oneof_started:type_name -> forge.MachineValidationStatus.MachineValidationStarted + 81, // 667: forge.MachineValidationStatus.oneof_in_progress:type_name -> forge.MachineValidationStatus.MachineValidationInProgress + 82, // 668: forge.MachineValidationStatus.oneof_completed:type_name -> forge.MachineValidationStatus.MachineValidationCompleted + 988, // 669: forge.MachineValidationRun.validation_id:type_name -> common.MachineValidationId + 961, // 670: forge.MachineValidationRun.machine_id:type_name -> common.MachineId + 962, // 671: forge.MachineValidationRun.start_time:type_name -> google.protobuf.Timestamp + 962, // 672: forge.MachineValidationRun.end_time:type_name -> google.protobuf.Timestamp + 565, // 673: forge.MachineValidationRun.status:type_name -> forge.MachineValidationStatus + 984, // 674: forge.MachineValidationRun.duration_to_complete:type_name -> google.protobuf.Duration + 962, // 675: forge.MachineValidationRun.last_heartbeat_at:type_name -> google.protobuf.Timestamp + 961, // 676: forge.MachineSetAutoUpdateRequest.machine_id:type_name -> common.MachineId + 83, // 677: forge.MachineSetAutoUpdateRequest.action:type_name -> forge.MachineSetAutoUpdateRequest.SetAutoupdateAction + 962, // 678: forge.MachineValidationExternalConfig.timestamp:type_name -> google.protobuf.Timestamp + 570, // 679: forge.GetMachineValidationExternalConfigResponse.config:type_name -> forge.MachineValidationExternalConfig + 570, // 680: forge.GetMachineValidationExternalConfigsResponse.configs:type_name -> forge.MachineValidationExternalConfig + 961, // 681: forge.MachineValidationOnDemandRequest.machine_id:type_name -> common.MachineId + 84, // 682: forge.MachineValidationOnDemandRequest.action:type_name -> forge.MachineValidationOnDemandRequest.Action + 988, // 683: forge.MachineValidationOnDemandResponse.validation_id:type_name -> common.MachineValidationId + 578, // 684: forge.MaintenanceActivityConfig.firmware_upgrade:type_name -> forge.FirmwareUpgradeActivity + 580, // 685: forge.MaintenanceActivityConfig.configure_nmx_cluster:type_name -> forge.ConfigureNmxClusterActivity + 581, // 686: forge.MaintenanceActivityConfig.power_sequence:type_name -> forge.PowerSequenceActivity + 579, // 687: forge.MaintenanceActivityConfig.nvos_update:type_name -> forge.NvosUpdateActivity + 582, // 688: forge.RackMaintenanceScope.activities:type_name -> forge.MaintenanceActivityConfig + 971, // 689: forge.RackMaintenanceOnDemandRequest.rack_id:type_name -> common.RackId + 583, // 690: forge.RackMaintenanceOnDemandRequest.scope:type_name -> forge.RackMaintenanceScope + 367, // 691: forge.AdminPowerControlRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 85, // 692: forge.AdminPowerControlRequest.action:type_name -> forge.AdminPowerControlRequest.SystemPowerControl + 961, // 693: forge.GetRedfishJobStateRequest.machine_id:type_name -> common.MachineId + 86, // 694: forge.GetRedfishJobStateResponse.job_state:type_name -> forge.GetRedfishJobStateResponse.RedfishJobState + 566, // 695: forge.MachineValidationRunList.runs:type_name -> forge.MachineValidationRun + 961, // 696: forge.MachineValidationRunListGetRequest.machine_id:type_name -> common.MachineId + 988, // 697: forge.MachineValidationRunItemSearchFilter.validation_id:type_name -> common.MachineValidationId + 972, // 698: forge.MachineValidationRunItemIdList.run_item_ids:type_name -> common.UUID + 972, // 699: forge.MachineValidationRunItemsByIdsRequest.run_item_ids:type_name -> common.UUID + 596, // 700: forge.MachineValidationRunItemList.run_items:type_name -> forge.MachineValidationRunItem + 972, // 701: forge.MachineValidationRunItem.run_item_id:type_name -> common.UUID + 988, // 702: forge.MachineValidationRunItem.validation_id:type_name -> common.MachineValidationId + 984, // 703: forge.MachineValidationRunItem.timeout:type_name -> google.protobuf.Duration + 962, // 704: forge.MachineValidationRunItem.started_at:type_name -> google.protobuf.Timestamp + 962, // 705: forge.MachineValidationRunItem.ended_at:type_name -> google.protobuf.Timestamp + 962, // 706: forge.MachineValidationRunItem.last_heartbeat_at:type_name -> google.protobuf.Timestamp + 972, // 707: forge.MachineValidationRunItem.current_attempt_id:type_name -> common.UUID + 972, // 708: forge.MachineValidationAttemptGetRequest.attempt_id:type_name -> common.UUID + 972, // 709: forge.MachineValidationAttempt.attempt_id:type_name -> common.UUID + 972, // 710: forge.MachineValidationAttempt.run_item_id:type_name -> common.UUID + 962, // 711: forge.MachineValidationAttempt.started_at:type_name -> google.protobuf.Timestamp + 962, // 712: forge.MachineValidationAttempt.ended_at:type_name -> google.protobuf.Timestamp + 962, // 713: forge.MachineValidationAttempt.last_heartbeat_at:type_name -> google.protobuf.Timestamp + 988, // 714: forge.MachineValidationHeartbeatRequest.validation_id:type_name -> common.MachineValidationId + 972, // 715: forge.MachineValidationHeartbeatRequest.run_item_id:type_name -> common.UUID + 972, // 716: forge.MachineValidationHeartbeatRequest.attempt_id:type_name -> common.UUID + 954, // 717: forge.MachineValidationTestUpdateRequest.payload:type_name -> forge.MachineValidationTestUpdateRequest.Payload + 610, // 718: forge.MachineValidationTestsGetResponse.tests:type_name -> forge.MachineValidationTest + 988, // 719: forge.MachineValidationRunRequest.validation_id:type_name -> common.MachineValidationId + 984, // 720: forge.MachineValidationRunRequest.duration_to_complete:type_name -> google.protobuf.Duration + 610, // 721: forge.MachineValidationRunRequest.selected_tests:type_name -> forge.MachineValidationTest + 49, // 722: forge.MachineCapabilityAttributesGpu.device_type:type_name -> forge.MachineCapabilityDeviceType + 49, // 723: forge.MachineCapabilityAttributesNetwork.device_type:type_name -> forge.MachineCapabilityDeviceType + 617, // 724: forge.MachineCapabilitiesSet.cpu:type_name -> forge.MachineCapabilityAttributesCpu + 618, // 725: forge.MachineCapabilitiesSet.gpu:type_name -> forge.MachineCapabilityAttributesGpu + 619, // 726: forge.MachineCapabilitiesSet.memory:type_name -> forge.MachineCapabilityAttributesMemory + 620, // 727: forge.MachineCapabilitiesSet.storage:type_name -> forge.MachineCapabilityAttributesStorage + 621, // 728: forge.MachineCapabilitiesSet.network:type_name -> forge.MachineCapabilityAttributesNetwork + 622, // 729: forge.MachineCapabilitiesSet.infiniband:type_name -> forge.MachineCapabilityAttributesInfiniband + 623, // 730: forge.MachineCapabilitiesSet.dpu:type_name -> forge.MachineCapabilityAttributesDpu + 627, // 731: forge.InstanceTypeAttributes.desired_capabilities:type_name -> forge.InstanceTypeMachineCapabilityFilterAttributes + 625, // 732: forge.InstanceType.attributes:type_name -> forge.InstanceTypeAttributes + 256, // 733: forge.InstanceType.metadata:type_name -> forge.Metadata + 725, // 734: forge.InstanceType.allocation_stats:type_name -> forge.InstanceTypeAllocationStats + 50, // 735: forge.InstanceTypeMachineCapabilityFilterAttributes.capability_type:type_name -> forge.MachineCapabilityType + 989, // 736: forge.InstanceTypeMachineCapabilityFilterAttributes.inactive_devices:type_name -> common.Uint32List + 49, // 737: forge.InstanceTypeMachineCapabilityFilterAttributes.device_type:type_name -> forge.MachineCapabilityDeviceType + 256, // 738: forge.CreateInstanceTypeRequest.metadata:type_name -> forge.Metadata + 625, // 739: forge.CreateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes + 626, // 740: forge.CreateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType + 626, // 741: forge.FindInstanceTypesByIdsResponse.instance_types:type_name -> forge.InstanceType + 626, // 742: forge.UpdateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType + 256, // 743: forge.UpdateInstanceTypeRequest.metadata:type_name -> forge.Metadata + 625, // 744: forge.UpdateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes + 955, // 745: forge.RedfishBrowseResponse.headers:type_name -> forge.RedfishBrowseResponse.HeadersEntry + 646, // 746: forge.RedfishListActionsResponse.actions:type_name -> forge.RedfishAction + 962, // 747: forge.RedfishAction.approver_dates:type_name -> google.protobuf.Timestamp + 962, // 748: forge.RedfishAction.applied_at:type_name -> google.protobuf.Timestamp + 647, // 749: forge.RedfishAction.results:type_name -> forge.OptionalRedfishActionResult + 648, // 750: forge.OptionalRedfishActionResult.result:type_name -> forge.RedfishActionResult + 956, // 751: forge.RedfishActionResult.headers:type_name -> forge.RedfishActionResult.HeadersEntry + 962, // 752: forge.RedfishActionResult.completed_at:type_name -> google.protobuf.Timestamp + 957, // 753: forge.UfmBrowseResponse.headers:type_name -> forge.UfmBrowseResponse.HeadersEntry + 674, // 754: forge.NetworkSecurityGroupAttributes.rules:type_name -> forge.NetworkSecurityGroupRuleAttributes + 256, // 755: forge.NetworkSecurityGroup.metadata:type_name -> forge.Metadata + 657, // 756: forge.NetworkSecurityGroup.attributes:type_name -> forge.NetworkSecurityGroupAttributes + 256, // 757: forge.CreateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata + 657, // 758: forge.CreateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes + 658, // 759: forge.CreateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup + 658, // 760: forge.FindNetworkSecurityGroupsByIdsResponse.network_security_groups:type_name -> forge.NetworkSecurityGroup + 658, // 761: forge.UpdateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup + 256, // 762: forge.UpdateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata + 657, // 763: forge.UpdateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes + 51, // 764: forge.NetworkSecurityGroupStatus.source:type_name -> forge.NetworkSecurityGroupSource + 52, // 765: forge.NetworkSecurityGroupPropagationObjectStatus.status:type_name -> forge.NetworkSecurityGroupPropagationStatus + 670, // 766: forge.GetNetworkSecurityGroupPropagationStatusResponse.vpcs:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus + 670, // 767: forge.GetNetworkSecurityGroupPropagationStatusResponse.instances:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus + 672, // 768: forge.GetNetworkSecurityGroupPropagationStatusRequest.network_security_group_ids:type_name -> forge.NetworkSecurityGroupIdList + 53, // 769: forge.NetworkSecurityGroupRuleAttributes.direction:type_name -> forge.NetworkSecurityGroupRuleDirection + 54, // 770: forge.NetworkSecurityGroupRuleAttributes.protocol:type_name -> forge.NetworkSecurityGroupRuleProtocol + 55, // 771: forge.NetworkSecurityGroupRuleAttributes.action:type_name -> forge.NetworkSecurityGroupRuleAction + 674, // 772: forge.ResolvedNetworkSecurityGroupRule.rule:type_name -> forge.NetworkSecurityGroupRuleAttributes + 677, // 773: forge.GetNetworkSecurityGroupAttachmentsResponse.attachments:type_name -> forge.NetworkSecurityGroupAttachments + 681, // 774: forge.GetDesiredFirmwareVersionsResponse.entries:type_name -> forge.DesiredFirmwareVersionEntry + 958, // 775: forge.DesiredFirmwareVersionEntry.component_versions:type_name -> forge.DesiredFirmwareVersionEntry.ComponentVersionsEntry + 682, // 776: forge.SkuComponents.chassis:type_name -> forge.SkuComponentChassis + 683, // 777: forge.SkuComponents.cpus:type_name -> forge.SkuComponentCpu + 684, // 778: forge.SkuComponents.gpus:type_name -> forge.SkuComponentGpu + 685, // 779: forge.SkuComponents.ethernet_devices:type_name -> forge.SkuComponentEthernetDevices + 686, // 780: forge.SkuComponents.infiniband_devices:type_name -> forge.SkuComponentInfinibandDevices + 687, // 781: forge.SkuComponents.storage:type_name -> forge.SkuComponentStorage + 689, // 782: forge.SkuComponents.memory:type_name -> forge.SkuComponentMemory + 690, // 783: forge.SkuComponents.tpm:type_name -> forge.SkuComponentTpm + 962, // 784: forge.Sku.created:type_name -> google.protobuf.Timestamp + 691, // 785: forge.Sku.components:type_name -> forge.SkuComponents + 961, // 786: forge.Sku.associated_machine_ids:type_name -> common.MachineId + 961, // 787: forge.SkuMachinePair.machine_id:type_name -> common.MachineId + 961, // 788: forge.RemoveSkuRequest.machine_id:type_name -> common.MachineId + 692, // 789: forge.SkuList.skus:type_name -> forge.Sku + 962, // 790: forge.SkuStatus.verify_request_time:type_name -> google.protobuf.Timestamp + 962, // 791: forge.SkuStatus.last_match_attempt:type_name -> google.protobuf.Timestamp + 962, // 792: forge.SkuStatus.last_generate_attempt:type_name -> google.protobuf.Timestamp + 990, // 793: forge.DpaInterface.id:type_name -> common.DpaInterfaceId + 961, // 794: forge.DpaInterface.machine_id:type_name -> common.MachineId + 962, // 795: forge.DpaInterface.created:type_name -> google.protobuf.Timestamp + 962, // 796: forge.DpaInterface.updated:type_name -> google.protobuf.Timestamp + 962, // 797: forge.DpaInterface.deleted:type_name -> google.protobuf.Timestamp + 220, // 798: forge.DpaInterface.history:type_name -> forge.StateHistoryRecord + 962, // 799: forge.DpaInterface.last_hb_time:type_name -> google.protobuf.Timestamp + 56, // 800: forge.DpaInterface.interface_type:type_name -> forge.DpaInterfaceType + 961, // 801: forge.DpaInterfaceCreationRequest.machine_id:type_name -> common.MachineId + 56, // 802: forge.DpaInterfaceCreationRequest.interface_type:type_name -> forge.DpaInterfaceType + 990, // 803: forge.DpaInterfaceIdList.ids:type_name -> common.DpaInterfaceId + 990, // 804: forge.DpaInterfacesByIdsRequest.ids:type_name -> common.DpaInterfaceId + 700, // 805: forge.DpaInterfaceList.interfaces:type_name -> forge.DpaInterface + 990, // 806: forge.DpaNetworkObservationSetRequest.id:type_name -> common.DpaInterfaceId + 990, // 807: forge.DpaInterfaceDeletionRequest.id:type_name -> common.DpaInterfaceId + 961, // 808: forge.PowerOptionRequest.machine_id:type_name -> common.MachineId + 961, // 809: forge.PowerOptionUpdateRequest.machine_id:type_name -> common.MachineId + 57, // 810: forge.PowerOptionUpdateRequest.power_state:type_name -> forge.PowerState + 57, // 811: forge.PowerOptions.desired_state:type_name -> forge.PowerState + 962, // 812: forge.PowerOptions.desired_state_updated_at:type_name -> google.protobuf.Timestamp + 57, // 813: forge.PowerOptions.actual_state:type_name -> forge.PowerState + 962, // 814: forge.PowerOptions.actual_state_updated_at:type_name -> google.protobuf.Timestamp + 961, // 815: forge.PowerOptions.host_id:type_name -> common.MachineId + 962, // 816: forge.PowerOptions.next_power_state_fetch_at:type_name -> google.protobuf.Timestamp + 962, // 817: forge.PowerOptions.tried_triggering_on_at:type_name -> google.protobuf.Timestamp + 962, // 818: forge.PowerOptions.wait_until_time_before_performing_next_power_action:type_name -> google.protobuf.Timestamp + 711, // 819: forge.PowerOptionResponse.response:type_name -> forge.PowerOptions + 991, // 820: forge.ComputeAllocation.id:type_name -> common.ComputeAllocationId + 713, // 821: forge.ComputeAllocation.attributes:type_name -> forge.ComputeAllocationAttributes + 256, // 822: forge.ComputeAllocation.metadata:type_name -> forge.Metadata + 991, // 823: forge.CreateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId + 256, // 824: forge.CreateComputeAllocationRequest.metadata:type_name -> forge.Metadata + 713, // 825: forge.CreateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes + 714, // 826: forge.CreateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation + 991, // 827: forge.FindComputeAllocationIdsResponse.ids:type_name -> common.ComputeAllocationId + 991, // 828: forge.FindComputeAllocationsByIdsRequest.ids:type_name -> common.ComputeAllocationId + 714, // 829: forge.FindComputeAllocationsByIdsResponse.allocations:type_name -> forge.ComputeAllocation + 714, // 830: forge.UpdateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation + 991, // 831: forge.UpdateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId + 256, // 832: forge.UpdateComputeAllocationRequest.metadata:type_name -> forge.Metadata + 713, // 833: forge.UpdateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes + 991, // 834: forge.DeleteComputeAllocationRequest.id:type_name -> common.ComputeAllocationId + 732, // 835: forge.GetRackResponse.rack:type_name -> forge.Rack + 732, // 836: forge.RackList.racks:type_name -> forge.Rack + 255, // 837: forge.RackSearchFilter.label:type_name -> forge.Label + 971, // 838: forge.RackIdList.rack_ids:type_name -> common.RackId + 971, // 839: forge.RacksByIdsRequest.rack_ids:type_name -> common.RackId + 971, // 840: forge.Rack.id:type_name -> common.RackId + 962, // 841: forge.Rack.created:type_name -> google.protobuf.Timestamp + 962, // 842: forge.Rack.updated:type_name -> google.protobuf.Timestamp + 962, // 843: forge.Rack.deleted:type_name -> google.protobuf.Timestamp + 256, // 844: forge.Rack.metadata:type_name -> forge.Metadata + 733, // 845: forge.Rack.config:type_name -> forge.RackConfig + 734, // 846: forge.Rack.status:type_name -> forge.RackStatus + 969, // 847: forge.RackStatus.health:type_name -> health.HealthReport + 340, // 848: forge.RackStatus.health_sources:type_name -> forge.HealthSourceOrigin + 87, // 849: forge.RackStatus.lifecycle:type_name -> forge.LifecycleStatus + 971, // 850: forge.RackStateHistoriesRequest.rack_ids:type_name -> common.RackId + 971, // 851: forge.AdminForceDeleteRackRequest.rack_id:type_name -> common.RackId + 739, // 852: forge.RackCapabilitiesSet.compute:type_name -> forge.RackCapabilityCompute + 740, // 853: forge.RackCapabilitiesSet.switch:type_name -> forge.RackCapabilitySwitch + 741, // 854: forge.RackCapabilitiesSet.power_shelf:type_name -> forge.RackCapabilityPowerShelf + 992, // 855: forge.RackProfile.rack_hardware_type:type_name -> common.RackHardwareType + 58, // 856: forge.RackProfile.rack_hardware_topology:type_name -> forge.RackHardwareTopology + 60, // 857: forge.RackProfile.rack_hardware_class:type_name -> forge.RackHardwareClass + 742, // 858: forge.RackProfile.capabilities:type_name -> forge.RackCapabilitiesSet + 59, // 859: forge.RackProfile.product_family:type_name -> forge.RackProductFamily + 971, // 860: forge.GetRackProfileRequest.rack_id:type_name -> common.RackId + 971, // 861: forge.GetRackProfileResponse.rack_id:type_name -> common.RackId + 974, // 862: forge.GetRackProfileResponse.rack_profile_id:type_name -> common.RackProfileId + 743, // 863: forge.GetRackProfileResponse.profile:type_name -> forge.RackProfile + 61, // 864: forge.RackManagerForgeRequest.cmd:type_name -> forge.RackManagerForgeCmd + 981, // 865: forge.MachineNVLinkInfo.domain_uuid:type_name -> common.NVLinkDomainId + 752, // 866: forge.MachineNVLinkInfo.gpus:type_name -> forge.NVLinkGpu + 961, // 867: forge.UpdateMachineNvLinkInfoRequest.machine_id:type_name -> common.MachineId + 748, // 868: forge.UpdateMachineNvLinkInfoRequest.nvlink_info:type_name -> forge.MachineNVLinkInfo + 751, // 869: forge.MachineSpxStatusObservation.attachment_status:type_name -> forge.MachineSpxAttachmentStatusObservation + 962, // 870: forge.MachineSpxStatusObservation.observed_at:type_name -> google.protobuf.Timestamp + 980, // 871: forge.MachineSpxAttachmentStatusObservation.partition_id:type_name -> common.SpxPartitionId + 15, // 872: forge.MachineSpxAttachmentStatusObservation.attachment_type:type_name -> forge.SpxAttachmentType + 962, // 873: forge.MachineSpxAttachmentStatusObservation.observed_at:type_name -> google.protobuf.Timestamp + 754, // 874: forge.MachineNVLinkStatusObservation.gpu_status:type_name -> forge.MachineNVLinkGpuStatusObservation + 993, // 875: forge.MachineNVLinkGpuStatusObservation.partition_id:type_name -> common.NVLinkPartitionId + 965, // 876: forge.MachineNVLinkGpuStatusObservation.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 981, // 877: forge.MachineNVLinkGpuStatusObservation.domain_id:type_name -> common.NVLinkDomainId + 62, // 878: forge.NmxcBrowseRequest.operation:type_name -> forge.NmxcBrowseOperation + 959, // 879: forge.NmxcBrowseResponse.headers:type_name -> forge.NmxcBrowseResponse.HeadersEntry + 993, // 880: forge.NVLinkPartition.id:type_name -> common.NVLinkPartitionId + 981, // 881: forge.NVLinkPartition.domain_uuid:type_name -> common.NVLinkDomainId + 965, // 882: forge.NVLinkPartition.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 757, // 883: forge.NVLinkPartitionList.partitions:type_name -> forge.NVLinkPartition + 972, // 884: forge.NVLinkPartitionQuery.id:type_name -> common.UUID + 759, // 885: forge.NVLinkPartitionQuery.search_config:type_name -> forge.NVLinkPartitionSearchConfig + 993, // 886: forge.NVLinkPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkPartitionId + 993, // 887: forge.NVLinkPartitionIdList.partition_ids:type_name -> common.NVLinkPartitionId + 256, // 888: forge.NVLinkLogicalPartitionConfig.metadata:type_name -> forge.Metadata + 7, // 889: forge.NVLinkLogicalPartitionStatus.state:type_name -> forge.TenantState + 965, // 890: forge.NVLinkLogicalPartition.id:type_name -> common.NVLinkLogicalPartitionId + 765, // 891: forge.NVLinkLogicalPartition.config:type_name -> forge.NVLinkLogicalPartitionConfig + 766, // 892: forge.NVLinkLogicalPartition.status:type_name -> forge.NVLinkLogicalPartitionStatus + 962, // 893: forge.NVLinkLogicalPartition.created:type_name -> google.protobuf.Timestamp + 767, // 894: forge.NVLinkLogicalPartitionList.partitions:type_name -> forge.NVLinkLogicalPartition + 765, // 895: forge.NVLinkLogicalPartitionCreationRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig + 965, // 896: forge.NVLinkLogicalPartitionCreationRequest.id:type_name -> common.NVLinkLogicalPartitionId + 965, // 897: forge.NVLinkLogicalPartitionDeletionRequest.id:type_name -> common.NVLinkLogicalPartitionId + 965, // 898: forge.NVLinkLogicalPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkLogicalPartitionId + 965, // 899: forge.NVLinkLogicalPartitionIdList.partition_ids:type_name -> common.NVLinkLogicalPartitionId + 965, // 900: forge.NVLinkLogicalPartitionUpdateRequest.id:type_name -> common.NVLinkLogicalPartitionId + 765, // 901: forge.NVLinkLogicalPartitionUpdateRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig + 367, // 902: forge.CreateBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 367, // 903: forge.DeleteBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 961, // 904: forge.SetFirmwareUpdateTimeWindowRequest.machine_ids:type_name -> common.MachineId + 962, // 905: forge.SetFirmwareUpdateTimeWindowRequest.start_timestamp:type_name -> google.protobuf.Timestamp + 962, // 906: forge.SetFirmwareUpdateTimeWindowRequest.end_timestamp:type_name -> google.protobuf.Timestamp + 785, // 907: forge.ListHostFirmwareResponse.available:type_name -> forge.AvailableHostFirmware + 63, // 908: forge.TrimTableRequest.target:type_name -> forge.TrimTableTarget + 788, // 909: forge.NvlinkNmxcEndpointList.entries:type_name -> forge.NvlinkNmxcEndpoint + 256, // 910: forge.CreateRemediationRequest.metadata:type_name -> forge.Metadata + 994, // 911: forge.CreateRemediationResponse.remediation_id:type_name -> common.RemediationId + 994, // 912: forge.RemediationIdList.remediation_ids:type_name -> common.RemediationId + 795, // 913: forge.RemediationList.remediations:type_name -> forge.Remediation + 994, // 914: forge.Remediation.id:type_name -> common.RemediationId + 256, // 915: forge.Remediation.metadata:type_name -> forge.Metadata + 962, // 916: forge.Remediation.creation_time:type_name -> google.protobuf.Timestamp + 994, // 917: forge.ApproveRemediationRequest.remediation_id:type_name -> common.RemediationId + 994, // 918: forge.RevokeRemediationRequest.remediation_id:type_name -> common.RemediationId + 994, // 919: forge.EnableRemediationRequest.remediation_id:type_name -> common.RemediationId + 994, // 920: forge.DisableRemediationRequest.remediation_id:type_name -> common.RemediationId + 994, // 921: forge.FindAppliedRemediationIdsRequest.remediation_id:type_name -> common.RemediationId + 961, // 922: forge.FindAppliedRemediationIdsRequest.dpu_machine_id:type_name -> common.MachineId + 994, // 923: forge.AppliedRemediationIdList.remediation_ids:type_name -> common.RemediationId + 961, // 924: forge.AppliedRemediationIdList.dpu_machine_ids:type_name -> common.MachineId + 994, // 925: forge.FindAppliedRemediationsRequest.remediation_id:type_name -> common.RemediationId + 961, // 926: forge.FindAppliedRemediationsRequest.dpu_machine_id:type_name -> common.MachineId + 994, // 927: forge.AppliedRemediation.remediation_id:type_name -> common.RemediationId + 961, // 928: forge.AppliedRemediation.dpu_machine_id:type_name -> common.MachineId + 962, // 929: forge.AppliedRemediation.applied_time:type_name -> google.protobuf.Timestamp + 256, // 930: forge.AppliedRemediation.metadata:type_name -> forge.Metadata + 803, // 931: forge.AppliedRemediationList.applied_remediations:type_name -> forge.AppliedRemediation + 961, // 932: forge.GetNextRemediationForMachineRequest.dpu_machine_id:type_name -> common.MachineId + 994, // 933: forge.GetNextRemediationForMachineResponse.remediation_id:type_name -> common.RemediationId + 994, // 934: forge.RemediationAppliedRequest.remediation_id:type_name -> common.RemediationId + 961, // 935: forge.RemediationAppliedRequest.dpu_machine_id:type_name -> common.MachineId + 808, // 936: forge.RemediationAppliedRequest.status:type_name -> forge.RemediationApplicationStatus + 256, // 937: forge.RemediationApplicationStatus.metadata:type_name -> forge.Metadata + 961, // 938: forge.SetPrimaryDpuRequest.host_machine_id:type_name -> common.MachineId + 961, // 939: forge.SetPrimaryDpuRequest.dpu_machine_id:type_name -> common.MachineId + 961, // 940: forge.SetPrimaryInterfaceRequest.host_machine_id:type_name -> common.MachineId + 982, // 941: forge.SetPrimaryInterfaceRequest.interface_id:type_name -> common.MachineInterfaceId + 811, // 942: forge.DpuExtensionServiceCredential.username_password:type_name -> forge.UsernamePassword + 832, // 943: forge.DpuExtensionServiceVersionInfo.observability:type_name -> forge.DpuExtensionServiceObservability + 64, // 944: forge.DpuExtensionService.service_type:type_name -> forge.DpuExtensionServiceType + 814, // 945: forge.DpuExtensionService.latest_version_info:type_name -> forge.DpuExtensionServiceVersionInfo + 64, // 946: forge.CreateDpuExtensionServiceRequest.service_type:type_name -> forge.DpuExtensionServiceType + 813, // 947: forge.CreateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential + 832, // 948: forge.CreateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability + 813, // 949: forge.UpdateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential + 832, // 950: forge.UpdateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability + 64, // 951: forge.DpuExtensionServiceSearchFilter.service_type:type_name -> forge.DpuExtensionServiceType + 815, // 952: forge.DpuExtensionServiceList.services:type_name -> forge.DpuExtensionService + 814, // 953: forge.DpuExtensionServiceVersionInfoList.version_infos:type_name -> forge.DpuExtensionServiceVersionInfo + 828, // 954: forge.FindInstancesByDpuExtensionServiceResponse.instances:type_name -> forge.InstanceDpuExtensionServiceInfo + 829, // 955: forge.DpuExtensionServiceObservabilityConfig.prometheus:type_name -> forge.DpuExtensionServiceObservabilityConfigPrometheus + 830, // 956: forge.DpuExtensionServiceObservabilityConfig.logging:type_name -> forge.DpuExtensionServiceObservabilityConfigLogging + 831, // 957: forge.DpuExtensionServiceObservability.configs:type_name -> forge.DpuExtensionServiceObservabilityConfig + 972, // 958: forge.ScoutStreamApiBoundMessage.flow_uuid:type_name -> common.UUID + 835, // 959: forge.ScoutStreamApiBoundMessage.init:type_name -> forge.ScoutStreamInitRequest + 995, // 960: forge.ScoutStreamApiBoundMessage.mlx_device_lockdown_response:type_name -> mlx_device.MlxDeviceLockdownResponse + 996, // 961: forge.ScoutStreamApiBoundMessage.mlx_device_profile_sync_response:type_name -> mlx_device.MlxDeviceProfileSyncResponse + 997, // 962: forge.ScoutStreamApiBoundMessage.mlx_device_profile_compare_response:type_name -> mlx_device.MlxDeviceProfileCompareResponse + 998, // 963: forge.ScoutStreamApiBoundMessage.mlx_device_info_device_response:type_name -> mlx_device.MlxDeviceInfoDeviceResponse + 999, // 964: forge.ScoutStreamApiBoundMessage.mlx_device_info_report_response:type_name -> mlx_device.MlxDeviceInfoReportResponse + 1000, // 965: forge.ScoutStreamApiBoundMessage.mlx_device_registry_list_response:type_name -> mlx_device.MlxDeviceRegistryListResponse + 1001, // 966: forge.ScoutStreamApiBoundMessage.mlx_device_registry_show_response:type_name -> mlx_device.MlxDeviceRegistryShowResponse + 1002, // 967: forge.ScoutStreamApiBoundMessage.mlx_device_config_query_response:type_name -> mlx_device.MlxDeviceConfigQueryResponse + 1003, // 968: forge.ScoutStreamApiBoundMessage.mlx_device_config_set_response:type_name -> mlx_device.MlxDeviceConfigSetResponse + 1004, // 969: forge.ScoutStreamApiBoundMessage.mlx_device_config_sync_response:type_name -> mlx_device.MlxDeviceConfigSyncResponse + 1005, // 970: forge.ScoutStreamApiBoundMessage.mlx_device_config_compare_response:type_name -> mlx_device.MlxDeviceConfigCompareResponse + 843, // 971: forge.ScoutStreamApiBoundMessage.scout_stream_agent_ping_response:type_name -> forge.ScoutStreamAgentPingResponse + 972, // 972: forge.ScoutStreamScoutBoundMessage.flow_uuid:type_name -> common.UUID + 1006, // 973: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_lock_request:type_name -> mlx_device.MlxDeviceLockdownLockRequest + 1007, // 974: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_unlock_request:type_name -> mlx_device.MlxDeviceLockdownUnlockRequest + 1008, // 975: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_status_request:type_name -> mlx_device.MlxDeviceLockdownStatusRequest + 1009, // 976: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_sync_request:type_name -> mlx_device.MlxDeviceProfileSyncRequest + 1010, // 977: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_compare_request:type_name -> mlx_device.MlxDeviceProfileCompareRequest + 1011, // 978: forge.ScoutStreamScoutBoundMessage.mlx_device_info_device_request:type_name -> mlx_device.MlxDeviceInfoDeviceRequest + 1012, // 979: forge.ScoutStreamScoutBoundMessage.mlx_device_info_report_request:type_name -> mlx_device.MlxDeviceInfoReportRequest + 1013, // 980: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_list_request:type_name -> mlx_device.MlxDeviceRegistryListRequest + 1014, // 981: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_show_request:type_name -> mlx_device.MlxDeviceRegistryShowRequest + 1015, // 982: forge.ScoutStreamScoutBoundMessage.mlx_device_config_query_request:type_name -> mlx_device.MlxDeviceConfigQueryRequest + 1016, // 983: forge.ScoutStreamScoutBoundMessage.mlx_device_config_set_request:type_name -> mlx_device.MlxDeviceConfigSetRequest + 1017, // 984: forge.ScoutStreamScoutBoundMessage.mlx_device_config_sync_request:type_name -> mlx_device.MlxDeviceConfigSyncRequest + 1018, // 985: forge.ScoutStreamScoutBoundMessage.mlx_device_config_compare_request:type_name -> mlx_device.MlxDeviceConfigCompareRequest + 842, // 986: forge.ScoutStreamScoutBoundMessage.scout_stream_agent_ping_request:type_name -> forge.ScoutStreamAgentPingRequest + 961, // 987: forge.ScoutStreamInitRequest.machine_id:type_name -> common.MachineId + 844, // 988: forge.ScoutStreamShowConnectionsResponse.scout_stream_connections:type_name -> forge.ScoutStreamConnectionInfo + 961, // 989: forge.ScoutStreamDisconnectRequest.machine_id:type_name -> common.MachineId + 961, // 990: forge.ScoutStreamDisconnectResponse.machine_id:type_name -> common.MachineId + 961, // 991: forge.ScoutStreamAdminPingRequest.machine_id:type_name -> common.MachineId + 845, // 992: forge.ScoutStreamAgentPingResponse.error:type_name -> forge.ScoutStreamError + 961, // 993: forge.ScoutStreamConnectionInfo.machine_id:type_name -> common.MachineId + 66, // 994: forge.ScoutStreamError.status:type_name -> forge.ScoutStreamErrorStatus + 987, // 995: forge.RoutingProfile.route_target_imports:type_name -> common.RouteTarget + 987, // 996: forge.RoutingProfile.route_targets_on_exports:type_name -> common.RouteTarget + 846, // 997: forge.RoutingProfile.accepted_leaks_from_underlay:type_name -> forge.PrefixFilterPolicyEntry + 846, // 998: forge.RoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry + 963, // 999: forge.DomainLegacy.id:type_name -> common.DomainId + 962, // 1000: forge.DomainLegacy.created:type_name -> google.protobuf.Timestamp + 962, // 1001: forge.DomainLegacy.updated:type_name -> google.protobuf.Timestamp + 962, // 1002: forge.DomainLegacy.deleted:type_name -> google.protobuf.Timestamp + 848, // 1003: forge.DomainListLegacy.domains:type_name -> forge.DomainLegacy + 963, // 1004: forge.DomainDeletionLegacy.id:type_name -> common.DomainId + 963, // 1005: forge.DomainSearchQueryLegacy.id:type_name -> common.DomainId + 139, // 1006: forge.PxeDomain.legacy_domain:type_name -> forge.Domain + 961, // 1007: forge.MachinePositionQuery.machine_ids:type_name -> common.MachineId + 856, // 1008: forge.MachinePositionInfoList.machine_position_info:type_name -> forge.MachinePositionInfo + 961, // 1009: forge.MachinePositionInfo.machine_id:type_name -> common.MachineId + 973, // 1010: forge.MachinePositionInfo.switch_id:type_name -> common.SwitchId + 970, // 1011: forge.MachinePositionInfo.power_shelf_id:type_name -> common.PowerShelfId + 961, // 1012: forge.ModifyDPFStateRequest.machine_id:type_name -> common.MachineId + 960, // 1013: forge.DPFStateResponse.dpf_states:type_name -> forge.DPFStateResponse.DPFState + 961, // 1014: forge.GetDPFStateRequest.machine_ids:type_name -> common.MachineId + 961, // 1015: forge.GetDPFHostSnapshotRequest.host_machine_id:type_name -> common.MachineId + 863, // 1016: forge.DPFServiceVersionsResponse.services:type_name -> forge.DPFServiceVersion + 67, // 1017: forge.ComponentResult.status:type_name -> forge.ComponentManagerStatusCode + 973, // 1018: forge.SwitchIdList.ids:type_name -> common.SwitchId + 970, // 1019: forge.PowerShelfIdList.ids:type_name -> common.PowerShelfId + 1019, // 1020: forge.GetComponentInventoryRequest.machine_ids:type_name -> common.MachineIdList + 866, // 1021: forge.GetComponentInventoryRequest.switch_ids:type_name -> forge.SwitchIdList + 867, // 1022: forge.GetComponentInventoryRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 865, // 1023: forge.ComponentInventoryEntry.result:type_name -> forge.ComponentResult + 1020, // 1024: forge.ComponentInventoryEntry.report:type_name -> site_explorer.EndpointExplorationReport + 869, // 1025: forge.GetComponentInventoryResponse.entries:type_name -> forge.ComponentInventoryEntry + 1019, // 1026: forge.ComponentPowerControlRequest.machine_ids:type_name -> common.MachineIdList + 866, // 1027: forge.ComponentPowerControlRequest.switch_ids:type_name -> forge.SwitchIdList + 867, // 1028: forge.ComponentPowerControlRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 1021, // 1029: forge.ComponentPowerControlRequest.action:type_name -> common.SystemPowerControl + 865, // 1030: forge.ComponentPowerControlResponse.results:type_name -> forge.ComponentResult + 865, // 1031: forge.FirmwareUpdateStatus.result:type_name -> forge.ComponentResult + 68, // 1032: forge.FirmwareUpdateStatus.state:type_name -> forge.FirmwareUpdateState + 962, // 1033: forge.FirmwareUpdateStatus.updated_at:type_name -> google.protobuf.Timestamp + 1019, // 1034: forge.UpdateComputeTrayFirmwareTarget.machine_ids:type_name -> common.MachineIdList + 71, // 1035: forge.UpdateComputeTrayFirmwareTarget.components:type_name -> forge.ComputeTrayComponent + 866, // 1036: forge.UpdateSwitchFirmwareTarget.switch_ids:type_name -> forge.SwitchIdList + 69, // 1037: forge.UpdateSwitchFirmwareTarget.components:type_name -> forge.NvSwitchComponent + 867, // 1038: forge.UpdatePowerShelfFirmwareTarget.power_shelf_ids:type_name -> forge.PowerShelfIdList + 70, // 1039: forge.UpdatePowerShelfFirmwareTarget.components:type_name -> forge.PowerShelfComponent + 730, // 1040: forge.UpdateFirmwareObjectTarget.rack_ids:type_name -> forge.RackIdList + 874, // 1041: forge.UpdateComponentFirmwareRequest.compute_trays:type_name -> forge.UpdateComputeTrayFirmwareTarget + 875, // 1042: forge.UpdateComponentFirmwareRequest.switches:type_name -> forge.UpdateSwitchFirmwareTarget + 876, // 1043: forge.UpdateComponentFirmwareRequest.power_shelves:type_name -> forge.UpdatePowerShelfFirmwareTarget + 877, // 1044: forge.UpdateComponentFirmwareRequest.racks:type_name -> forge.UpdateFirmwareObjectTarget + 865, // 1045: forge.UpdateComponentFirmwareResponse.results:type_name -> forge.ComponentResult + 1019, // 1046: forge.GetComponentFirmwareStatusRequest.machine_ids:type_name -> common.MachineIdList + 866, // 1047: forge.GetComponentFirmwareStatusRequest.switch_ids:type_name -> forge.SwitchIdList + 867, // 1048: forge.GetComponentFirmwareStatusRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 730, // 1049: forge.GetComponentFirmwareStatusRequest.rack_ids:type_name -> forge.RackIdList + 873, // 1050: forge.GetComponentFirmwareStatusResponse.statuses:type_name -> forge.FirmwareUpdateStatus + 1019, // 1051: forge.ListComponentFirmwareVersionsRequest.machine_ids:type_name -> common.MachineIdList + 866, // 1052: forge.ListComponentFirmwareVersionsRequest.switch_ids:type_name -> forge.SwitchIdList + 867, // 1053: forge.ListComponentFirmwareVersionsRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 730, // 1054: forge.ListComponentFirmwareVersionsRequest.rack_ids:type_name -> forge.RackIdList + 71, // 1055: forge.ComputeTrayFirmwareVersions.component:type_name -> forge.ComputeTrayComponent + 865, // 1056: forge.DeviceFirmwareVersions.result:type_name -> forge.ComponentResult + 883, // 1057: forge.DeviceFirmwareVersions.compute_fw_versions:type_name -> forge.ComputeTrayFirmwareVersions + 884, // 1058: forge.ListComponentFirmwareVersionsResponse.devices:type_name -> forge.DeviceFirmwareVersions + 256, // 1059: forge.SpxPartitionCreationRequest.metadata:type_name -> forge.Metadata + 980, // 1060: forge.SpxPartitionCreationRequest.id:type_name -> common.SpxPartitionId + 256, // 1061: forge.SpxPartition.metadata:type_name -> forge.Metadata + 980, // 1062: forge.SpxPartition.id:type_name -> common.SpxPartitionId + 980, // 1063: forge.SpxPartitionIdList.spx_partition_ids:type_name -> common.SpxPartitionId + 980, // 1064: forge.SpxPartitionDeletionRequest.id:type_name -> common.SpxPartitionId + 255, // 1065: forge.SpxPartitionSearchFilter.label:type_name -> forge.Label + 887, // 1066: forge.SpxPartitionList.spx_partitions:type_name -> forge.SpxPartition + 980, // 1067: forge.SpxPartitionsByIdsRequest.spx_partition_ids:type_name -> common.SpxPartitionId + 973, // 1068: forge.AdminForceDeleteSwitchRequest.switch_id:type_name -> common.SwitchId + 970, // 1069: forge.AdminForceDeletePowerShelfRequest.power_shelf_id:type_name -> common.PowerShelfId + 979, // 1070: forge.OperatingSystem.id:type_name -> common.OperatingSystemId + 72, // 1071: forge.OperatingSystem.type:type_name -> forge.OperatingSystemType + 7, // 1072: forge.OperatingSystem.status:type_name -> forge.TenantState + 978, // 1073: forge.OperatingSystem.ipxe_template_id:type_name -> common.IpxeTemplateId + 263, // 1074: forge.OperatingSystem.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter + 264, // 1075: forge.OperatingSystem.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact + 979, // 1076: forge.CreateOperatingSystemRequest.id:type_name -> common.OperatingSystemId + 978, // 1077: forge.CreateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId + 263, // 1078: forge.CreateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter + 264, // 1079: forge.CreateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact + 263, // 1080: forge.IpxeTemplateParameters.items:type_name -> forge.IpxeTemplateParameter + 264, // 1081: forge.IpxeTemplateArtifacts.items:type_name -> forge.IpxeTemplateArtifact + 979, // 1082: forge.UpdateOperatingSystemRequest.id:type_name -> common.OperatingSystemId + 978, // 1083: forge.UpdateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId + 900, // 1084: forge.UpdateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameters + 901, // 1085: forge.UpdateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifacts + 979, // 1086: forge.DeleteOperatingSystemRequest.id:type_name -> common.OperatingSystemId + 979, // 1087: forge.OperatingSystemIdList.ids:type_name -> common.OperatingSystemId + 979, // 1088: forge.OperatingSystemsByIdsRequest.ids:type_name -> common.OperatingSystemId + 898, // 1089: forge.OperatingSystemList.operating_systems:type_name -> forge.OperatingSystem + 979, // 1090: forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest.id:type_name -> common.OperatingSystemId + 264, // 1091: forge.IpxeTemplateArtifactList.artifacts:type_name -> forge.IpxeTemplateArtifact + 979, // 1092: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.id:type_name -> common.OperatingSystemId + 911, // 1093: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.updates:type_name -> forge.IpxeTemplateArtifactUpdateRequest + 961, // 1094: forge.GetMachineBootInterfacesRequest.machine_id:type_name -> common.MachineId + 962, // 1095: forge.RetainedBootInterface.recorded_at:type_name -> google.protobuf.Timestamp + 961, // 1096: forge.GetMachineBootInterfacesResponse.machine_id:type_name -> common.MachineId + 917, // 1097: forge.GetMachineBootInterfacesResponse.machine_interfaces:type_name -> forge.MachineInterfaceBootInterface + 918, // 1098: forge.GetMachineBootInterfacesResponse.predicted_interfaces:type_name -> forge.PredictedBootInterface + 919, // 1099: forge.GetMachineBootInterfacesResponse.explored_endpoints:type_name -> forge.ExploredBootInterface + 920, // 1100: forge.GetMachineBootInterfacesResponse.retained_interfaces:type_name -> forge.RetainedBootInterface + 925, // 1101: forge.DNSMessage.DNSResponse.rrs:type_name -> forge.DNSMessage.DNSResponse.DNSRR + 221, // 1102: forge.StateHistories.HistoriesEntry.value:type_name -> forge.StateHistoryRecords + 308, // 1103: forge.MachineStateHistories.HistoriesEntry.value:type_name -> forge.MachineStateHistoryRecords + 311, // 1104: forge.HealthHistories.HistoriesEntry.value:type_name -> forge.HealthHistoryRecords + 913, // 1105: forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry.value:type_name -> forge.HostRepresentorInterceptBridging + 75, // 1106: forge.MachineCredentialsUpdateRequest.Credentials.credential_purpose:type_name -> forge.MachineCredentialsUpdateRequest.CredentialPurpose + 950, // 1107: forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.pair:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.KeyValuePair + 988, // 1108: forge.ForgeAgentControlResponse.MachineValidation.validation_id:type_name -> common.MachineValidationId + 941, // 1109: forge.ForgeAgentControlResponse.MachineValidation.filter:type_name -> forge.ForgeAgentControlResponse.MachineValidationFilter + 985, // 1110: forge.ForgeAgentControlResponse.MachineValidationFilter.contexts:type_name -> common.StringList + 943, // 1111: forge.ForgeAgentControlResponse.MlxAction.device_actions:type_name -> forge.ForgeAgentControlResponse.MlxDeviceAction + 944, // 1112: forge.ForgeAgentControlResponse.MlxDeviceAction.noop:type_name -> forge.ForgeAgentControlResponse.MlxDeviceNoop + 945, // 1113: forge.ForgeAgentControlResponse.MlxDeviceAction.lock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceLock + 946, // 1114: forge.ForgeAgentControlResponse.MlxDeviceAction.unlock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceUnlock + 947, // 1115: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_profile:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyProfile + 948, // 1116: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_firmware:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware + 1022, // 1117: forge.ForgeAgentControlResponse.MlxDeviceApplyProfile.serialized_profile:type_name -> mlx_device.SerializableMlxConfigProfile + 1023, // 1118: forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware.profile:type_name -> mlx_device.FirmwareFlasherProfile + 77, // 1119: forge.MachineCleanupInfo.CleanupStepResult.result:type_name -> forge.MachineCleanupInfo.CleanupResult + 961, // 1120: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.id:type_name -> common.MachineId + 962, // 1121: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp + 962, // 1122: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp + 961, // 1123: forge.HostReprovisioningListResponse.HostReprovisioningListItem.id:type_name -> common.MachineId + 962, // 1124: forge.HostReprovisioningListResponse.HostReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp + 962, // 1125: forge.HostReprovisioningListResponse.HostReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp + 961, // 1126: forge.DPFStateResponse.DPFState.machine_id:type_name -> common.MachineId + 130, // 1127: forge.Forge.Version:input_type -> forge.VersionRequest + 848, // 1128: forge.Forge.CreateDomainLegacy:input_type -> forge.DomainLegacy + 848, // 1129: forge.Forge.UpdateDomainLegacy:input_type -> forge.DomainLegacy + 850, // 1130: forge.Forge.DeleteDomainLegacy:input_type -> forge.DomainDeletionLegacy + 852, // 1131: forge.Forge.FindDomainLegacy:input_type -> forge.DomainSearchQueryLegacy + 154, // 1132: forge.Forge.CreateVpc:input_type -> forge.VpcCreationRequest + 155, // 1133: forge.Forge.UpdateVpc:input_type -> forge.VpcUpdateRequest + 157, // 1134: forge.Forge.UpdateVpcVirtualization:input_type -> forge.VpcUpdateVirtualizationRequest + 159, // 1135: forge.Forge.DeleteVpc:input_type -> forge.VpcDeletionRequest + 147, // 1136: forge.Forge.FindVpcIds:input_type -> forge.VpcSearchFilter + 149, // 1137: forge.Forge.FindVpcsByIds:input_type -> forge.VpcsByIdsRequest + 886, // 1138: forge.Forge.CreateSpxPartition:input_type -> forge.SpxPartitionCreationRequest + 889, // 1139: forge.Forge.DeleteSpxPartition:input_type -> forge.SpxPartitionDeletionRequest + 891, // 1140: forge.Forge.FindSpxPartitionIds:input_type -> forge.SpxPartitionSearchFilter + 893, // 1141: forge.Forge.FindSpxPartitionsByIds:input_type -> forge.SpxPartitionsByIdsRequest + 165, // 1142: forge.Forge.CreateVpcPrefix:input_type -> forge.VpcPrefixCreationRequest + 166, // 1143: forge.Forge.SearchVpcPrefixes:input_type -> forge.VpcPrefixSearchQuery + 167, // 1144: forge.Forge.GetVpcPrefixes:input_type -> forge.VpcPrefixGetRequest + 170, // 1145: forge.Forge.UpdateVpcPrefix:input_type -> forge.VpcPrefixUpdateRequest + 171, // 1146: forge.Forge.DeleteVpcPrefix:input_type -> forge.VpcPrefixDeletionRequest + 177, // 1147: forge.Forge.CreateVpcPeering:input_type -> forge.VpcPeeringCreationRequest + 178, // 1148: forge.Forge.FindVpcPeeringIds:input_type -> forge.VpcPeeringSearchFilter + 179, // 1149: forge.Forge.FindVpcPeeringsByIds:input_type -> forge.VpcPeeringsByIdsRequest + 180, // 1150: forge.Forge.DeleteVpcPeering:input_type -> forge.VpcPeeringDeletionRequest + 247, // 1151: forge.Forge.FindNetworkSegmentIds:input_type -> forge.NetworkSegmentSearchFilter + 249, // 1152: forge.Forge.FindNetworkSegmentsByIds:input_type -> forge.NetworkSegmentsByIdsRequest + 241, // 1153: forge.Forge.CreateNetworkSegment:input_type -> forge.NetworkSegmentCreationRequest + 243, // 1154: forge.Forge.AttachNetworkSegmentToVpc:input_type -> forge.AttachNetworkSegmentToVpcRequest + 242, // 1155: forge.Forge.DeleteNetworkSegment:input_type -> forge.NetworkSegmentDeletionRequest + 146, // 1156: forge.Forge.NetworkSegmentsForVpc:input_type -> forge.VpcSearchQuery + 190, // 1157: forge.Forge.FindIBPartitionIds:input_type -> forge.IBPartitionSearchFilter + 191, // 1158: forge.Forge.FindIBPartitionsByIds:input_type -> forge.IBPartitionsByIdsRequest + 186, // 1159: forge.Forge.CreateIBPartition:input_type -> forge.IBPartitionCreationRequest + 187, // 1160: forge.Forge.UpdateIBPartition:input_type -> forge.IBPartitionUpdateRequest + 188, // 1161: forge.Forge.DeleteIBPartition:input_type -> forge.IBPartitionDeletionRequest + 150, // 1162: forge.Forge.IBPartitionsForTenant:input_type -> forge.TenantSearchQuery + 202, // 1163: forge.Forge.FindPowerShelves:input_type -> forge.PowerShelfQuery + 203, // 1164: forge.Forge.FindPowerShelfIds:input_type -> forge.PowerShelfSearchFilter + 204, // 1165: forge.Forge.FindPowerShelvesByIds:input_type -> forge.PowerShelvesByIdsRequest + 198, // 1166: forge.Forge.DeletePowerShelf:input_type -> forge.PowerShelfDeletionRequest + 896, // 1167: forge.Forge.AdminForceDeletePowerShelf:input_type -> forge.AdminForceDeletePowerShelfRequest + 200, // 1168: forge.Forge.SetPowerShelfMaintenance:input_type -> forge.PowerShelfMaintenanceRequest + 224, // 1169: forge.Forge.FindSwitches:input_type -> forge.SwitchQuery + 225, // 1170: forge.Forge.FindSwitchIds:input_type -> forge.SwitchSearchFilter + 226, // 1171: forge.Forge.FindSwitchesByIds:input_type -> forge.SwitchesByIdsRequest + 218, // 1172: forge.Forge.DeleteSwitch:input_type -> forge.SwitchDeletionRequest + 894, // 1173: forge.Forge.AdminForceDeleteSwitch:input_type -> forge.AdminForceDeleteSwitchRequest + 235, // 1174: forge.Forge.FindIBFabricIds:input_type -> forge.IBFabricSearchFilter + 260, // 1175: forge.Forge.AllocateInstance:input_type -> forge.InstanceAllocationRequest + 261, // 1176: forge.Forge.AllocateInstances:input_type -> forge.BatchInstanceAllocationRequest + 302, // 1177: forge.Forge.ReleaseInstance:input_type -> forge.InstanceReleaseRequest + 278, // 1178: forge.Forge.UpdateInstanceOperatingSystem:input_type -> forge.InstanceOperatingSystemUpdateRequest + 279, // 1179: forge.Forge.UpdateInstanceConfig:input_type -> forge.InstanceConfigUpdateRequest + 257, // 1180: forge.Forge.FindInstanceIds:input_type -> forge.InstanceSearchFilter + 259, // 1181: forge.Forge.FindInstancesByIds:input_type -> forge.InstancesByIdsRequest + 961, // 1182: forge.Forge.FindInstanceByMachineID:input_type -> common.MachineId + 373, // 1183: forge.Forge.GetManagedHostNetworkConfig:input_type -> forge.ManagedHostNetworkConfigRequest + 438, // 1184: forge.Forge.RecordDpuNetworkStatus:input_type -> forge.DpuNetworkStatus + 961, // 1185: forge.Forge.ListMachineHealthReports:input_type -> common.MachineId + 444, // 1186: forge.Forge.InsertMachineHealthReport:input_type -> forge.InsertMachineHealthReportRequest + 455, // 1187: forge.Forge.RemoveMachineHealthReport:input_type -> forge.RemoveMachineHealthReportRequest + 447, // 1188: forge.Forge.ListRackHealthReports:input_type -> forge.ListRackHealthReportsRequest + 445, // 1189: forge.Forge.InsertRackHealthReport:input_type -> forge.InsertRackHealthReportRequest + 446, // 1190: forge.Forge.RemoveRackHealthReport:input_type -> forge.RemoveRackHealthReportRequest + 450, // 1191: forge.Forge.ListSwitchHealthReports:input_type -> forge.ListSwitchHealthReportsRequest + 448, // 1192: forge.Forge.InsertSwitchHealthReport:input_type -> forge.InsertSwitchHealthReportRequest + 449, // 1193: forge.Forge.RemoveSwitchHealthReport:input_type -> forge.RemoveSwitchHealthReportRequest + 453, // 1194: forge.Forge.ListPowerShelfHealthReports:input_type -> forge.ListPowerShelfHealthReportsRequest + 451, // 1195: forge.Forge.InsertPowerShelfHealthReport:input_type -> forge.InsertPowerShelfHealthReportRequest + 452, // 1196: forge.Forge.RemovePowerShelfHealthReport:input_type -> forge.RemovePowerShelfHealthReportRequest + 456, // 1197: forge.Forge.ListNVLinkDomainHealthReports:input_type -> forge.ListNVLinkDomainHealthReportsRequest + 457, // 1198: forge.Forge.InsertNVLinkDomainHealthReport:input_type -> forge.InsertNVLinkDomainHealthReportRequest + 458, // 1199: forge.Forge.RemoveNVLinkDomainHealthReport:input_type -> forge.RemoveNVLinkDomainHealthReportRequest + 961, // 1200: forge.Forge.ListHealthReportOverrides:input_type -> common.MachineId + 444, // 1201: forge.Forge.InsertHealthReportOverride:input_type -> forge.InsertMachineHealthReportRequest + 455, // 1202: forge.Forge.RemoveHealthReportOverride:input_type -> forge.RemoveMachineHealthReportRequest + 392, // 1203: forge.Forge.DpuAgentUpgradeCheck:input_type -> forge.DpuAgentUpgradeCheckRequest + 394, // 1204: forge.Forge.DpuAgentUpgradePolicyAction:input_type -> forge.DpuAgentUpgradePolicyRequest + 252, // 1205: forge.Forge.InvokeInstancePower:input_type -> forge.InstancePowerRequest + 419, // 1206: forge.Forge.ForgeAgentControl:input_type -> forge.ForgeAgentControlRequest + 421, // 1207: forge.Forge.DiscoverMachine:input_type -> forge.MachineDiscoveryInfo + 425, // 1208: forge.Forge.RenewMachineCertificate:input_type -> forge.MachineCertificateRenewRequest + 422, // 1209: forge.Forge.DiscoveryCompleted:input_type -> forge.MachineDiscoveryCompletedRequest + 423, // 1210: forge.Forge.CleanupMachineCompleted:input_type -> forge.MachineCleanupInfo + 430, // 1211: forge.Forge.ReportForgeScoutError:input_type -> forge.ForgeScoutErrorReport + 349, // 1212: forge.Forge.DiscoverDhcp:input_type -> forge.DhcpDiscovery + 350, // 1213: forge.Forge.ExpireDhcpLease:input_type -> forge.ExpireDhcpLeaseRequest + 321, // 1214: forge.Forge.AssignStaticAddress:input_type -> forge.AssignStaticAddressRequest + 323, // 1215: forge.Forge.RemoveStaticAddress:input_type -> forge.RemoveStaticAddressRequest + 325, // 1216: forge.Forge.FindInterfaceAddresses:input_type -> forge.FindInterfaceAddressesRequest + 320, // 1217: forge.Forge.FindInterfaces:input_type -> forge.InterfaceSearchQuery + 319, // 1218: forge.Forge.DeleteInterface:input_type -> forge.InterfaceDeleteQuery + 494, // 1219: forge.Forge.FindIpAddress:input_type -> forge.FindIpAddressRequest + 305, // 1220: forge.Forge.FindMachineIds:input_type -> forge.MachineSearchConfig + 304, // 1221: forge.Forge.FindMachinesByIds:input_type -> forge.MachinesByIdsRequest + 306, // 1222: forge.Forge.FindMachineStateHistories:input_type -> forge.MachineStateHistoriesRequest + 309, // 1223: forge.Forge.FindMachineHealthHistories:input_type -> forge.MachineHealthHistoriesRequest + 201, // 1224: forge.Forge.FindPowerShelfStateHistories:input_type -> forge.PowerShelfStateHistoriesRequest + 735, // 1225: forge.Forge.FindRackStateHistories:input_type -> forge.RackStateHistoriesRequest + 222, // 1226: forge.Forge.FindSwitchStateHistories:input_type -> forge.SwitchStateHistoriesRequest + 245, // 1227: forge.Forge.FindNetworkSegmentStateHistories:input_type -> forge.NetworkSegmentStateHistoriesRequest + 173, // 1228: forge.Forge.FindVpcPrefixStateHistories:input_type -> forge.VpcPrefixStateHistoriesRequest + 314, // 1229: forge.Forge.FindTenantOrganizationIds:input_type -> forge.TenantSearchFilter + 313, // 1230: forge.Forge.FindTenantsByOrganizationIds:input_type -> forge.TenantByOrganizationIdsRequest + 1019, // 1231: forge.Forge.FindConnectedDevicesByDpuMachineIds:input_type -> common.MachineIdList + 519, // 1232: forge.Forge.FindMachineIdsByBmcIps:input_type -> forge.BmcIpList + 520, // 1233: forge.Forge.FindMacAddressByBmcIp:input_type -> forge.BmcIp + 498, // 1234: forge.Forge.FindBmcIps:input_type -> forge.FindBmcIpsRequest + 496, // 1235: forge.Forge.IdentifyUuid:input_type -> forge.IdentifyUuidRequest + 499, // 1236: forge.Forge.IdentifyMac:input_type -> forge.IdentifyMacRequest + 501, // 1237: forge.Forge.IdentifySerial:input_type -> forge.IdentifySerialRequest + 415, // 1238: forge.Forge.GetBMCMetaData:input_type -> forge.BMCMetaDataGetRequest + 417, // 1239: forge.Forge.UpdateMachineCredentials:input_type -> forge.MachineCredentialsUpdateRequest + 432, // 1240: forge.Forge.GetPxeInstructions:input_type -> forge.PxeInstructionRequest + 436, // 1241: forge.Forge.GetCloudInitInstructions:input_type -> forge.CloudInitInstructionsRequest + 133, // 1242: forge.Forge.Echo:input_type -> forge.EchoRequest + 463, // 1243: forge.Forge.CreateTenant:input_type -> forge.CreateTenantRequest + 467, // 1244: forge.Forge.FindTenant:input_type -> forge.FindTenantRequest + 465, // 1245: forge.Forge.UpdateTenant:input_type -> forge.UpdateTenantRequest + 473, // 1246: forge.Forge.CreateTenantKeyset:input_type -> forge.CreateTenantKeysetRequest + 480, // 1247: forge.Forge.FindTenantKeysetIds:input_type -> forge.TenantKeysetSearchFilter + 482, // 1248: forge.Forge.FindTenantKeysetsByIds:input_type -> forge.TenantKeysetsByIdsRequest + 476, // 1249: forge.Forge.UpdateTenantKeyset:input_type -> forge.UpdateTenantKeysetRequest + 478, // 1250: forge.Forge.DeleteTenantKeyset:input_type -> forge.DeleteTenantKeysetRequest + 483, // 1251: forge.Forge.ValidateTenantPublicKey:input_type -> forge.ValidateTenantPublicKeyRequest + 356, // 1252: forge.Forge.GetBmcCredentials:input_type -> forge.GetBmcCredentialsRequest + 357, // 1253: forge.Forge.GetSwitchNvosCredentials:input_type -> forge.GetSwitchNvosCredentialsRequest + 390, // 1254: forge.Forge.GetAllManagedHostNetworkStatus:input_type -> forge.ManagedHostNetworkStatusRequest + 360, // 1255: forge.Forge.GetSiteExplorationReport:input_type -> forge.GetSiteExplorationRequest + 1024, // 1256: forge.Forge.GetSiteExplorerLastRun:input_type -> google.protobuf.Empty + 361, // 1257: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest + 367, // 1258: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest + 367, // 1259: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest + 367, // 1260: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest + 362, // 1261: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest + 363, // 1262: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest + 364, // 1263: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest + 365, // 1264: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest + 1025, // 1265: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter + 1026, // 1266: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest + 1027, // 1267: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter + 1028, // 1268: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest + 1029, // 1269: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter + 1030, // 1270: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest + 371, // 1271: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest + 396, // 1272: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest + 485, // 1273: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest + 488, // 1274: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest + 333, // 1275: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest + 334, // 1276: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest + 335, // 1277: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest + 336, // 1278: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest + 749, // 1279: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest + 492, // 1280: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest + 493, // 1281: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest + 503, // 1282: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest + 504, // 1283: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest + 506, // 1284: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest + 507, // 1285: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest + 961, // 1286: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId + 513, // 1287: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest + 982, // 1288: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId + 516, // 1289: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride + 982, // 1290: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId + 916, // 1291: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest + 525, // 1292: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest + 526, // 1293: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList + 126, // 1294: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest + 127, // 1295: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest + 1024, // 1296: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty + 528, // 1297: forge.Forge.AddRouteServers:input_type -> forge.RouteServers + 528, // 1298: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers + 528, // 1299: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers + 337, // 1300: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport + 299, // 1301: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest + 531, // 1302: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest + 533, // 1303: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest + 546, // 1304: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine + 547, // 1305: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest + 546, // 1306: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine + 547, // 1307: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest + 1024, // 1308: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty + 548, // 1309: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList + 1024, // 1310: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty + 1024, // 1311: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty + 1024, // 1312: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty + 553, // 1313: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 553, // 1314: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 205, // 1315: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 206, // 1316: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 205, // 1317: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 206, // 1318: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 1024, // 1319: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 207, // 1320: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList + 1024, // 1321: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 1024, // 1322: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty + 227, // 1323: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch + 228, // 1324: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 227, // 1325: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch + 228, // 1326: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 1024, // 1327: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty + 229, // 1328: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList + 1024, // 1329: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty + 1024, // 1330: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty + 232, // 1331: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack + 233, // 1332: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest + 232, // 1333: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack + 233, // 1334: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest + 1024, // 1335: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty + 234, // 1336: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList + 1024, // 1337: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty + 124, // 1338: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest + 628, // 1339: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest + 630, // 1340: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest + 632, // 1341: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest + 637, // 1342: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest + 634, // 1343: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest + 638, // 1344: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest + 640, // 1345: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest + 1031, // 1346: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest + 1032, // 1347: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest + 1033, // 1348: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest + 1034, // 1349: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest + 1035, // 1350: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest + 1036, // 1351: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest + 1037, // 1352: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest + 1038, // 1353: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest + 1039, // 1354: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest + 1040, // 1355: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest + 1041, // 1356: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest + 1042, // 1357: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest + 1043, // 1358: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest + 1044, // 1359: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest + 1045, // 1360: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest + 1046, // 1361: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest + 1047, // 1362: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest + 1048, // 1363: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest + 1049, // 1364: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest + 1050, // 1365: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest + 1051, // 1366: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest + 1052, // 1367: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest + 1053, // 1368: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest + 1054, // 1369: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest + 1055, // 1370: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest + 1056, // 1371: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest + 1057, // 1372: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest + 1058, // 1373: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest + 1059, // 1374: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest + 1060, // 1375: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest + 1061, // 1376: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest + 1062, // 1377: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest + 1063, // 1378: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest + 1064, // 1379: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest + 1065, // 1380: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest + 1066, // 1381: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest + 1067, // 1382: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest + 1068, // 1383: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest + 1069, // 1384: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest + 1070, // 1385: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest + 1071, // 1386: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest + 1072, // 1387: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest + 1073, // 1388: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest + 659, // 1389: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest + 661, // 1390: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest + 663, // 1391: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest + 666, // 1392: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest + 667, // 1393: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest + 673, // 1394: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest + 676, // 1395: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest + 535, // 1396: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes + 539, // 1397: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest + 537, // 1398: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest + 972, // 1399: forge.Forge.GetOsImage:input_type -> common.UUID + 535, // 1400: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes + 541, // 1401: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest + 542, // 1402: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest + 557, // 1403: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest + 562, // 1404: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest + 564, // 1405: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest + 559, // 1406: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest + 567, // 1407: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest + 569, // 1408: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest + 572, // 1409: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest + 574, // 1410: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest + 591, // 1411: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest + 592, // 1412: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter + 594, // 1413: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest + 597, // 1414: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest + 599, // 1415: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest + 575, // 1416: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest + 603, // 1417: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest + 605, // 1418: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest + 604, // 1419: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest + 608, // 1420: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest + 612, // 1421: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest + 613, // 1422: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest + 615, // 1423: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest + 409, // 1424: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest + 586, // 1425: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest + 367, // 1426: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest + 399, // 1427: forge.Forge.Lockdown:input_type -> forge.LockdownRequest + 401, // 1428: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest + 403, // 1429: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest + 405, // 1430: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest + 777, // 1431: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest + 779, // 1432: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest + 411, // 1433: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest + 413, // 1434: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest + 576, // 1435: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest + 584, // 1436: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest + 120, // 1437: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert + 1024, // 1438: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty + 1024, // 1439: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty + 117, // 1440: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId + 642, // 1441: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest + 644, // 1442: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest + 649, // 1443: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest + 651, // 1444: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID + 651, // 1445: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID + 651, // 1446: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID + 655, // 1447: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest + 679, // 1448: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest + 695, // 1449: forge.Forge.CreateSku:input_type -> forge.SkuList + 961, // 1450: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId + 961, // 1451: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId + 693, // 1452: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair + 694, // 1453: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest + 696, // 1454: forge.Forge.DeleteSku:input_type -> forge.SkuIdList + 1024, // 1455: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty + 698, // 1456: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest + 708, // 1457: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest + 692, // 1458: forge.Forge.ReplaceSku:input_type -> forge.Sku + 379, // 1459: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest + 381, // 1460: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest + 383, // 1461: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest + 961, // 1462: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId + 370, // 1463: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest + 1024, // 1464: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty + 703, // 1465: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest + 701, // 1466: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 701, // 1467: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 706, // 1468: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest + 709, // 1469: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest + 710, // 1470: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest + 367, // 1471: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest + 367, // 1472: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest + 729, // 1473: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter + 731, // 1474: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest + 726, // 1475: forge.Forge.GetRack:input_type -> forge.GetRackRequest + 736, // 1476: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest + 737, // 1477: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest + 744, // 1478: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest + 715, // 1479: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest + 717, // 1480: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest + 719, // 1481: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest + 722, // 1482: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest + 723, // 1483: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest + 781, // 1484: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest + 783, // 1485: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest + 1074, // 1486: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest + 1075, // 1487: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest + 786, // 1488: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest + 1024, // 1489: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty + 788, // 1490: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 788, // 1491: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 790, // 1492: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest + 791, // 1493: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest + 796, // 1494: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest + 797, // 1495: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest + 798, // 1496: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest + 799, // 1497: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest + 1024, // 1498: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty + 793, // 1499: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList + 800, // 1500: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest + 802, // 1501: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest + 805, // 1502: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest + 807, // 1503: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest + 809, // 1504: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest + 810, // 1505: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest + 816, // 1506: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest + 817, // 1507: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest + 818, // 1508: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest + 820, // 1509: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter + 822, // 1510: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest + 824, // 1511: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest + 826, // 1512: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest + 92, // 1513: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest + 961, // 1514: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId + 93, // 1515: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest + 961, // 1516: forge.Forge.GetAttestationMachine:input_type -> common.MachineId + 95, // 1517: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest + 97, // 1518: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 100, // 1519: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest + 97, // 1520: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 105, // 1521: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 107, // 1522: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest + 105, // 1523: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 108, // 1524: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest + 113, // 1525: forge.Forge.GetJWKS:input_type -> forge.JwksRequest + 114, // 1526: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest + 833, // 1527: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage + 836, // 1528: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest + 838, // 1529: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest + 840, // 1530: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest + 1076, // 1531: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest + 1077, // 1532: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest + 1078, // 1533: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest + 1079, // 1534: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest + 1080, // 1535: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest + 1081, // 1536: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest + 1082, // 1537: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest + 1083, // 1538: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest + 1084, // 1539: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest + 1085, // 1540: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest + 1086, // 1541: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest + 1087, // 1542: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest + 1088, // 1543: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest + 1089, // 1544: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest + 1090, // 1545: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest + 761, // 1546: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter + 762, // 1547: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest + 150, // 1548: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery + 772, // 1549: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter + 773, // 1550: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest + 769, // 1551: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest + 775, // 1552: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest + 770, // 1553: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest + 150, // 1554: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery + 854, // 1555: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery + 755, // 1556: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest + 857, // 1557: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest + 859, // 1558: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest + 860, // 1559: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest + 862, // 1560: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest + 871, // 1561: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest + 868, // 1562: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest + 878, // 1563: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest + 880, // 1564: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest + 882, // 1565: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest + 899, // 1566: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest + 979, // 1567: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId + 902, // 1568: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest + 903, // 1569: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest + 905, // 1570: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter + 907, // 1571: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest + 909, // 1572: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest + 912, // 1573: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest + 914, // 1574: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest + 131, // 1575: forge.Forge.Version:output_type -> forge.BuildInfo + 848, // 1576: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy + 848, // 1577: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy + 851, // 1578: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy + 849, // 1579: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy + 153, // 1580: forge.Forge.CreateVpc:output_type -> forge.Vpc + 156, // 1581: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult + 158, // 1582: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult + 160, // 1583: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult + 148, // 1584: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList + 161, // 1585: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList + 887, // 1586: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition + 890, // 1587: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult + 888, // 1588: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList + 892, // 1589: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList + 162, // 1590: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix + 168, // 1591: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList + 169, // 1592: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList + 162, // 1593: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix + 172, // 1594: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult + 174, // 1595: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering + 175, // 1596: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList + 176, // 1597: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList + 181, // 1598: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult + 248, // 1599: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList + 353, // 1600: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList + 240, // 1601: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment + 240, // 1602: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment + 244, // 1603: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult + 353, // 1604: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList + 192, // 1605: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList + 185, // 1606: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList + 184, // 1607: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition + 184, // 1608: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition + 189, // 1609: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult + 185, // 1610: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList + 196, // 1611: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList + 867, // 1612: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList + 196, // 1613: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList + 199, // 1614: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult + 897, // 1615: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse + 1024, // 1616: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty + 216, // 1617: forge.Forge.FindSwitches:output_type -> forge.SwitchList + 866, // 1618: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList + 216, // 1619: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList + 219, // 1620: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult + 895, // 1621: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse + 236, // 1622: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList + 289, // 1623: forge.Forge.AllocateInstance:output_type -> forge.Instance + 262, // 1624: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse + 303, // 1625: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult + 289, // 1626: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance + 289, // 1627: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance + 258, // 1628: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList + 254, // 1629: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList + 254, // 1630: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList + 374, // 1631: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse + 1024, // 1632: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty + 454, // 1633: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1634: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty + 1024, // 1635: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty + 454, // 1636: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1637: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty + 1024, // 1638: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty + 454, // 1639: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1640: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty + 1024, // 1641: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty + 454, // 1642: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1643: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty + 1024, // 1644: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty + 454, // 1645: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse + 1024, // 1646: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 1024, // 1647: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 454, // 1648: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse + 1024, // 1649: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty + 1024, // 1650: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty + 393, // 1651: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse + 395, // 1652: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse + 253, // 1653: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult + 420, // 1654: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse + 427, // 1655: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult + 426, // 1656: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult + 428, // 1657: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse + 429, // 1658: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult + 431, // 1659: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult + 352, // 1660: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord + 351, // 1661: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse + 322, // 1662: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse + 324, // 1663: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse + 327, // 1664: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse + 317, // 1665: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList + 1024, // 1666: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty + 495, // 1667: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse + 1019, // 1668: forge.Forge.FindMachineIds:output_type -> common.MachineIdList + 318, // 1669: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList + 307, // 1670: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories + 310, // 1671: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories + 223, // 1672: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories + 223, // 1673: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories + 223, // 1674: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories + 223, // 1675: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories + 223, // 1676: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories + 316, // 1677: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList + 315, // 1678: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList + 518, // 1679: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList + 522, // 1680: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs + 521, // 1681: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp + 519, // 1682: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList + 497, // 1683: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse + 500, // 1684: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse + 502, // 1685: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse + 416, // 1686: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse + 418, // 1687: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse + 433, // 1688: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions + 437, // 1689: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions + 134, // 1690: forge.Forge.Echo:output_type -> forge.EchoResponse + 464, // 1691: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse + 468, // 1692: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse + 466, // 1693: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse + 474, // 1694: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse + 481, // 1695: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList + 475, // 1696: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList + 477, // 1697: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse + 479, // 1698: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse + 484, // 1699: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse + 358, // 1700: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse + 358, // 1701: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse + 391, // 1702: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse + 1091, // 1703: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport + 1092, // 1704: forge.Forge.GetSiteExplorerLastRun:output_type -> site_explorer.SiteExplorerLastRunResponse + 1024, // 1705: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty + 601, // 1706: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse + 602, // 1707: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse + 1020, // 1708: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport + 1024, // 1709: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty + 1093, // 1710: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint + 366, // 1711: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse + 1024, // 1712: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty + 1094, // 1713: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList + 1095, // 1714: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList + 1096, // 1715: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList + 1097, // 1716: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList + 1098, // 1717: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList + 1099, // 1718: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList + 1024, // 1719: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty + 397, // 1720: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse + 486, // 1721: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools + 489, // 1722: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse + 1024, // 1723: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty + 1024, // 1724: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty + 1024, // 1725: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty + 1024, // 1726: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty + 1024, // 1727: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty + 1024, // 1728: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty + 1024, // 1729: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty + 1024, // 1730: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty + 505, // 1731: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse + 1024, // 1732: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty + 508, // 1733: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse + 1024, // 1734: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty + 514, // 1735: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse + 516, // 1736: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride + 1024, // 1737: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty + 1024, // 1738: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty + 921, // 1739: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse + 527, // 1740: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData + 527, // 1741: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData + 128, // 1742: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult + 129, // 1743: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult + 529, // 1744: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries + 1024, // 1745: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty + 1024, // 1746: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty + 1024, // 1747: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty + 1024, // 1748: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty + 300, // 1749: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse + 532, // 1750: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse + 534, // 1751: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse + 1024, // 1752: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty + 1024, // 1753: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty + 1024, // 1754: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty + 546, // 1755: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine + 548, // 1756: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList + 1024, // 1757: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty + 1024, // 1758: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty + 549, // 1759: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList + 551, // 1760: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList + 555, // 1761: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 555, // 1762: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 1024, // 1763: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty + 1024, // 1764: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty + 1024, // 1765: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty + 205, // 1766: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf + 207, // 1767: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList + 1024, // 1768: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 1024, // 1769: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 208, // 1770: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList + 1024, // 1771: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty + 1024, // 1772: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty + 1024, // 1773: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty + 227, // 1774: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch + 229, // 1775: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList + 1024, // 1776: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty + 1024, // 1777: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty + 230, // 1778: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList + 1024, // 1779: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty + 1024, // 1780: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty + 1024, // 1781: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty + 232, // 1782: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack + 234, // 1783: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList + 1024, // 1784: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty + 1024, // 1785: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty + 125, // 1786: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse + 629, // 1787: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse + 631, // 1788: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse + 633, // 1789: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse + 636, // 1790: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse + 635, // 1791: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse + 639, // 1792: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse + 641, // 1793: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse + 1100, // 1794: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse + 1101, // 1795: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse + 1102, // 1796: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse + 1103, // 1797: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse + 1104, // 1798: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse + 1105, // 1799: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse + 1106, // 1800: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse + 1107, // 1801: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse + 1104, // 1802: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse + 1108, // 1803: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse + 1109, // 1804: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse + 1110, // 1805: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse + 1111, // 1806: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse + 1112, // 1807: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse + 1113, // 1808: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse + 1114, // 1809: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse + 1115, // 1810: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse + 1116, // 1811: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse + 1117, // 1812: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse + 1118, // 1813: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse + 1119, // 1814: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse + 1120, // 1815: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse + 1121, // 1816: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse + 1122, // 1817: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse + 1123, // 1818: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse + 1124, // 1819: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse + 1125, // 1820: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse + 1126, // 1821: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse + 1127, // 1822: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse + 1128, // 1823: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse + 1129, // 1824: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse + 1130, // 1825: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse + 1131, // 1826: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse + 1132, // 1827: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse + 1133, // 1828: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse + 1134, // 1829: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse + 1135, // 1830: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse + 1136, // 1831: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse + 1137, // 1832: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse + 1138, // 1833: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse + 1139, // 1834: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse + 1140, // 1835: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse + 1141, // 1836: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse + 660, // 1837: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse + 662, // 1838: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse + 664, // 1839: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse + 665, // 1840: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse + 668, // 1841: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse + 671, // 1842: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse + 678, // 1843: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse + 536, // 1844: forge.Forge.CreateOsImage:output_type -> forge.OsImage + 540, // 1845: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse + 538, // 1846: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse + 536, // 1847: forge.Forge.GetOsImage:output_type -> forge.OsImage + 536, // 1848: forge.Forge.UpdateOsImage:output_type -> forge.OsImage + 265, // 1849: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate + 543, // 1850: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList + 556, // 1851: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse + 1024, // 1852: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty + 563, // 1853: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList + 560, // 1854: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse + 568, // 1855: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse + 571, // 1856: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse + 573, // 1857: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse + 1024, // 1858: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 590, // 1859: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList + 593, // 1860: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList + 595, // 1861: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList + 598, // 1862: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt + 600, // 1863: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse + 1024, // 1864: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 607, // 1865: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse + 606, // 1866: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 606, // 1867: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 609, // 1868: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse + 611, // 1869: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse + 614, // 1870: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse + 616, // 1871: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse + 410, // 1872: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse + 587, // 1873: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse + 398, // 1874: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse + 400, // 1875: forge.Forge.Lockdown:output_type -> forge.LockdownResponse + 1142, // 1876: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus + 404, // 1877: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse + 406, // 1878: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse + 778, // 1879: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse + 780, // 1880: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse + 412, // 1881: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse + 414, // 1882: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse + 577, // 1883: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse + 585, // 1884: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse + 116, // 1885: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus + 122, // 1886: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection + 119, // 1887: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection + 1024, // 1888: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty + 643, // 1889: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse + 645, // 1890: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse + 650, // 1891: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse + 652, // 1892: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse + 653, // 1893: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse + 654, // 1894: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse + 656, // 1895: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse + 680, // 1896: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse + 696, // 1897: forge.Forge.CreateSku:output_type -> forge.SkuIdList + 692, // 1898: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku + 1024, // 1899: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty + 1024, // 1900: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty + 1024, // 1901: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty + 1024, // 1902: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty + 696, // 1903: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList + 695, // 1904: forge.Forge.FindSkusByIds:output_type -> forge.SkuList + 1024, // 1905: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty + 692, // 1906: forge.Forge.ReplaceSku:output_type -> forge.Sku + 380, // 1907: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse + 382, // 1908: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse + 384, // 1909: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse + 1024, // 1910: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty + 1024, // 1911: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty + 702, // 1912: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList + 704, // 1913: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList + 700, // 1914: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface + 700, // 1915: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface + 707, // 1916: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult + 712, // 1917: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse + 712, // 1918: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse + 1024, // 1919: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty + 115, // 1920: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse + 730, // 1921: forge.Forge.FindRackIds:output_type -> forge.RackIdList + 728, // 1922: forge.Forge.FindRacksByIds:output_type -> forge.RackList + 727, // 1923: forge.Forge.GetRack:output_type -> forge.GetRackResponse + 1024, // 1924: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty + 738, // 1925: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse + 745, // 1926: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse + 716, // 1927: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse + 718, // 1928: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse + 720, // 1929: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse + 721, // 1930: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse + 724, // 1931: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse + 782, // 1932: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse + 784, // 1933: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse + 1143, // 1934: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse + 1144, // 1935: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse + 787, // 1936: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse + 789, // 1937: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList + 788, // 1938: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 788, // 1939: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 1024, // 1940: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty + 792, // 1941: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse + 1024, // 1942: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty + 1024, // 1943: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty + 1024, // 1944: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty + 1024, // 1945: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty + 793, // 1946: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList + 794, // 1947: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList + 801, // 1948: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList + 804, // 1949: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList + 806, // 1950: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse + 1024, // 1951: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty + 1024, // 1952: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty + 1024, // 1953: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty + 815, // 1954: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService + 815, // 1955: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService + 819, // 1956: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse + 821, // 1957: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList + 823, // 1958: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList + 825, // 1959: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList + 827, // 1960: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse + 89, // 1961: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse + 1024, // 1962: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty + 94, // 1963: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse + 91, // 1964: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse + 96, // 1965: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse + 101, // 1966: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 101, // 1967: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 1024, // 1968: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty + 104, // 1969: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse + 104, // 1970: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse + 1024, // 1971: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty + 110, // 1972: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse + 111, // 1973: forge.Forge.GetJWKS:output_type -> forge.Jwks + 112, // 1974: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration + 834, // 1975: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage + 837, // 1976: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse + 839, // 1977: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse + 841, // 1978: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse + 1145, // 1979: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse + 1146, // 1980: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse + 1147, // 1981: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse + 1148, // 1982: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse + 1149, // 1983: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse + 1150, // 1984: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse + 1151, // 1985: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse + 1152, // 1986: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse + 1153, // 1987: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse + 1154, // 1988: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse + 1155, // 1989: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse + 1156, // 1990: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse + 1157, // 1991: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse + 1158, // 1992: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse + 1159, // 1993: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse + 763, // 1994: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList + 758, // 1995: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList + 758, // 1996: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList + 774, // 1997: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList + 768, // 1998: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList + 767, // 1999: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition + 776, // 2000: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult + 771, // 2001: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult + 768, // 2002: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList + 855, // 2003: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList + 756, // 2004: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse + 1024, // 2005: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty + 858, // 2006: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse + 861, // 2007: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse + 864, // 2008: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse + 872, // 2009: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse + 870, // 2010: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse + 879, // 2011: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse + 881, // 2012: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse + 885, // 2013: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse + 898, // 2014: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem + 898, // 2015: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem + 898, // 2016: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem + 904, // 2017: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse + 906, // 2018: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList + 908, // 2019: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList + 910, // 2020: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 910, // 2021: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 915, // 2022: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse + 1575, // [1575:2023] is the sub-list for method output_type + 1127, // [1127:1575] is the sub-list for method input_type + 1127, // [1127:1127] is the sub-list for extension type_name + 1127, // [1127:1127] is the sub-list for extension extendee + 0, // [0:1127] is the sub-list for field type_name } func init() { file_nico_proto_init() } diff --git a/rest-api/flow/internal/nicoapi/nicoproto/nico.proto b/rest-api/flow/internal/nicoapi/nicoproto/nico.proto index 2451f2e144..80e918b7a9 100644 --- a/rest-api/flow/internal/nicoapi/nicoproto/nico.proto +++ b/rest-api/flow/internal/nicoapi/nicoproto/nico.proto @@ -2535,9 +2535,8 @@ message MachineState { } message InstancePowerRequest { - // The Machine to perform power operation on. - // Deprecated: User `instance_id` field instead. - common.MachineId machine_id = 1; + reserved 1; + reserved "machine_id"; enum Operation { POWER_RESET = 0; diff --git a/rest-api/site-workflow/pkg/activity/instance.go b/rest-api/site-workflow/pkg/activity/instance.go index a382d6b8ac..371821b339 100644 --- a/rest-api/site-workflow/pkg/activity/instance.go +++ b/rest-api/site-workflow/pkg/activity/instance.go @@ -151,8 +151,8 @@ func (mm *ManageInstance) RebootInstanceOnSite(ctx context.Context, request *cws // Validate request if request == nil { err = errors.New("received empty reboot Instance request") - } else if request.MachineId == nil { - err = errors.New("received reboot Instance request without Machine ID") + } else if request.InstanceId == nil { + err = errors.New("received reboot Instance request without Instance ID") } if err != nil { diff --git a/rest-api/site-workflow/pkg/activity/instance_test.go b/rest-api/site-workflow/pkg/activity/instance_test.go index a42d9c15ed..9139c13520 100644 --- a/rest-api/site-workflow/pkg/activity/instance_test.go +++ b/rest-api/site-workflow/pkg/activity/instance_test.go @@ -341,12 +341,33 @@ func TestManageInstance_RebootInstanceOnSiteOnSite(t *testing.T) { args: args{ ctx: context.Background(), request: &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{Id: uuid.NewString()}, - Operation: cwssaws.InstancePowerRequest_POWER_RESET, + InstanceId: &cwssaws.InstanceId{Value: uuid.NewString()}, + Operation: cwssaws.InstancePowerRequest_POWER_RESET, }, }, wantErr: false, }, + { + name: "test reboot Instance missing request", + fields: fields{ + coreGrpcAtomicClient: coreGrpcAtomicClient, + }, + args: args{ + ctx: context.Background(), + }, + wantErr: true, + }, + { + name: "test reboot Instance missing Instance ID", + fields: fields{ + coreGrpcAtomicClient: coreGrpcAtomicClient, + }, + args: args{ + ctx: context.Background(), + request: &cwssaws.InstancePowerRequest{}, + }, + wantErr: true, + }, } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { diff --git a/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go b/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go index 1cb9e98cc8..0928d4a666 100644 --- a/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go +++ b/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go @@ -458,7 +458,8 @@ func (f *NICoServerImpl) InvokeInstancePower(c context.Context, req *cwssaws.Ins return nil, status.Errorf(codes.InvalidArgument, "Invalid request argument") } - _, ok := f.m[req.MachineId.Id] + instanceID := req.GetInstanceId().GetValue() + _, ok := f.ins[instanceID] if ok { if req.Operation == cwssaws.InstancePowerRequest_POWER_RESET { return &cwssaws.InstancePowerResult{}, nil @@ -467,7 +468,7 @@ func (f *NICoServerImpl) InvokeInstancePower(c context.Context, req *cwssaws.Ins return &cwssaws.InstancePowerResult{}, status.Errorf(codes.InvalidArgument, "Invalid operation in request") } - return nil, status.Errorf(codes.NotFound, "Machine with ID %q not found", req.MachineId.Id) + return nil, status.Errorf(codes.NotFound, "Instance with ID %q not found", instanceID) } func (f *NICoServerImpl) FindMachineIds(ctx context.Context, req *cwssaws.MachineSearchConfig) (*cwssaws.MachineIdList, error) { diff --git a/rest-api/site-workflow/pkg/workflow/instance.go b/rest-api/site-workflow/pkg/workflow/instance.go index d23aab7c7a..3067fa0ac7 100644 --- a/rest-api/site-workflow/pkg/workflow/instance.go +++ b/rest-api/site-workflow/pkg/workflow/instance.go @@ -169,7 +169,7 @@ func DeleteInstanceV2(ctx workflow.Context, request *cwssaws.InstanceReleaseRequ // RebootInstance is a workflow to reboot Instances using the RebootInstanceOnSite activity func RebootInstance(ctx workflow.Context, request *cwssaws.InstancePowerRequest) error { - logger := log.With().Str("Workflow", "Instance").Str("Action", "Reboot").Str("Machine ID", request.MachineId.Id).Logger() + logger := log.With().Str("Workflow", "Instance").Str("Action", "Reboot").Str("Instance ID", request.InstanceId.Value).Logger() logger.Info().Msg("Starting workflow") diff --git a/rest-api/site-workflow/pkg/workflow/instance_test.go b/rest-api/site-workflow/pkg/workflow/instance_test.go index de424e3f54..99b9bce175 100644 --- a/rest-api/site-workflow/pkg/workflow/instance_test.go +++ b/rest-api/site-workflow/pkg/workflow/instance_test.go @@ -452,8 +452,8 @@ func (s *RebootInstanceTestSuite) Test_RebootInstance_Success() { var machineManager iActivity.ManageInstance request := &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{Id: uuid.NewString()}, - Operation: cwssaws.InstancePowerRequest_POWER_RESET, + InstanceId: &cwssaws.InstanceId{Value: uuid.NewString()}, + Operation: cwssaws.InstancePowerRequest_POWER_RESET, } // Mock RebootInstanceOnSiteActivity activity @@ -470,8 +470,8 @@ func (s *RebootInstanceTestSuite) Test_RebootInstance_Failure() { var machineManager iActivity.ManageInstance request := &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{Id: uuid.NewString()}, - Operation: cwssaws.InstancePowerRequest_POWER_RESET, + InstanceId: &cwssaws.InstanceId{Value: uuid.NewString()}, + Operation: cwssaws.InstancePowerRequest_POWER_RESET, } errMsg := "Site Controller communication error" diff --git a/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go b/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go index e07101e591..cfce79571c 100644 --- a/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go +++ b/rest-api/workflow-schema/schema/site-agent/workflows/v1/nico_nico.pb.go @@ -15054,10 +15054,7 @@ func (x *MachineState) GetState() string { } type InstancePowerRequest struct { - state protoimpl.MessageState `protogen:"open.v1"` - // The Machine to perform power operation on. - // Deprecated: User `instance_id` field instead. - MachineId *MachineId `protobuf:"bytes,1,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"` + state protoimpl.MessageState `protogen:"open.v1"` Operation InstancePowerRequest_Operation `protobuf:"varint,2,opt,name=operation,proto3,enum=forge.InstancePowerRequest_Operation" json:"operation,omitempty"` // Whether the `ipxe_script` script that had been provided during instance creation // should be executed again during the next reboot. @@ -15110,13 +15107,6 @@ func (*InstancePowerRequest) Descriptor() ([]byte, []int) { return file_nico_nico_proto_rawDescGZIP(), []int{160} } -func (x *InstancePowerRequest) GetMachineId() *MachineId { - if x != nil { - return x.MachineId - } - return nil -} - func (x *InstancePowerRequest) GetOperation() InstancePowerRequest_Operation { if x != nil { return x.Operation @@ -59358,17 +59348,16 @@ const file_nico_nico_proto_rawDesc = "" + "\b_gatewayB\t\n" + "\a_svi_ipJ\x04\b\x05\x10\x06J\x04\b\x06\x10\aJ\x04\b\a\x10\b\"$\n" + "\fMachineState\x12\x14\n" + - "\x05state\x18\x01 \x01(\tR\x05state\"\xca\x02\n" + - "\x14InstancePowerRequest\x120\n" + - "\n" + - "machine_id\x18\x01 \x01(\v2\x11.common.MachineIdR\tmachineId\x12C\n" + + "\x05state\x18\x01 \x01(\tR\x05state\"\xaa\x02\n" + + "\x14InstancePowerRequest\x12C\n" + "\toperation\x18\x02 \x01(\x0e2%.forge.InstancePowerRequest.OperationR\toperation\x121\n" + "\x15boot_with_custom_ipxe\x18\x03 \x01(\bR\x12bootWithCustomIpxe\x125\n" + "\x17apply_updates_on_reboot\x18\x04 \x01(\bR\x14applyUpdatesOnReboot\x123\n" + "\vinstance_id\x18\x05 \x01(\v2\x12.common.InstanceIdR\n" + "instanceId\"\x1c\n" + "\tOperation\x12\x0f\n" + - "\vPOWER_RESET\x10\x00\"\x15\n" + + "\vPOWER_RESET\x10\x00J\x04\b\x01\x10\x02R\n" + + "machine_id\"\x15\n" + "\x13InstancePowerResult\"=\n" + "\fInstanceList\x12-\n" + "\tinstances\x18\x01 \x03(\v2\x0f.forge.InstanceR\tinstances\">\n" + @@ -65453,1815 +65442,1814 @@ var file_nico_nico_proto_depIdxs = []int32{ 970, // 228: forge.NetworkSegmentIdList.network_segments_ids:type_name -> common.NetworkSegmentId 970, // 229: forge.NetworkSegmentsByIdsRequest.network_segments_ids:type_name -> common.NetworkSegmentId 971, // 230: forge.NetworkPrefix.id:type_name -> common.NetworkPrefixId - 956, // 231: forge.InstancePowerRequest.machine_id:type_name -> common.MachineId - 76, // 232: forge.InstancePowerRequest.operation:type_name -> forge.InstancePowerRequest.Operation - 972, // 233: forge.InstancePowerRequest.instance_id:type_name -> common.InstanceId - 284, // 234: forge.InstanceList.instances:type_name -> forge.Instance - 250, // 235: forge.Metadata.labels:type_name -> forge.Label - 250, // 236: forge.InstanceSearchFilter.label:type_name -> forge.Label - 972, // 237: forge.InstanceIdList.instance_ids:type_name -> common.InstanceId - 972, // 238: forge.InstancesByIdsRequest.instance_ids:type_name -> common.InstanceId - 956, // 239: forge.InstanceAllocationRequest.machine_id:type_name -> common.MachineId - 264, // 240: forge.InstanceAllocationRequest.config:type_name -> forge.InstanceConfig - 972, // 241: forge.InstanceAllocationRequest.instance_id:type_name -> common.InstanceId - 251, // 242: forge.InstanceAllocationRequest.metadata:type_name -> forge.Metadata - 255, // 243: forge.BatchInstanceAllocationRequest.instance_requests:type_name -> forge.InstanceAllocationRequest - 284, // 244: forge.BatchInstanceAllocationResponse.instances:type_name -> forge.Instance - 13, // 245: forge.IpxeTemplateArtifact.cache_strategy:type_name -> forge.IpxeTemplateArtifactCacheStrategy - 14, // 246: forge.IpxeTemplate.scope:type_name -> forge.IpxeTemplateScope - 973, // 247: forge.IpxeTemplate.id:type_name -> common.IpxeTemplateId - 263, // 248: forge.InstanceOperatingSystemConfig.ipxe:type_name -> forge.InlineIpxe - 966, // 249: forge.InstanceOperatingSystemConfig.os_image_id:type_name -> common.UUID - 974, // 250: forge.InstanceOperatingSystemConfig.operating_system_id:type_name -> common.OperatingSystemId - 261, // 251: forge.InstanceConfig.tenant:type_name -> forge.TenantConfig - 262, // 252: forge.InstanceConfig.os:type_name -> forge.InstanceOperatingSystemConfig - 265, // 253: forge.InstanceConfig.network:type_name -> forge.InstanceNetworkConfig - 267, // 254: forge.InstanceConfig.infiniband:type_name -> forge.InstanceInfinibandConfig - 269, // 255: forge.InstanceConfig.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesConfig - 270, // 256: forge.InstanceConfig.nvlink:type_name -> forge.InstanceNVLinkConfig - 271, // 257: forge.InstanceConfig.spxconfig:type_name -> forge.InstanceSpxConfig - 286, // 258: forge.InstanceNetworkConfig.interfaces:type_name -> forge.InstanceInterfaceConfig - 266, // 259: forge.InstanceNetworkConfig.auto_config:type_name -> forge.InstanceNetworkAutoConfig - 958, // 260: forge.InstanceNetworkAutoConfig.vpc_id:type_name -> common.VpcId - 289, // 261: forge.InstanceInfinibandConfig.ib_interfaces:type_name -> forge.InstanceIBInterfaceConfig - 268, // 262: forge.InstanceDpuExtensionServicesConfig.service_configs:type_name -> forge.InstanceDpuExtensionServiceConfig - 293, // 263: forge.InstanceNVLinkConfig.gpu_configs:type_name -> forge.InstanceNVLinkGpuConfig - 272, // 264: forge.InstanceSpxConfig.spx_attachments:type_name -> forge.InstanceSpxAttachment - 975, // 265: forge.InstanceSpxAttachment.spx_partition_id:type_name -> common.SpxPartitionId - 15, // 266: forge.InstanceSpxAttachment.attachment_type:type_name -> forge.SpxAttachmentType - 972, // 267: forge.InstanceOperatingSystemUpdateRequest.instance_id:type_name -> common.InstanceId - 262, // 268: forge.InstanceOperatingSystemUpdateRequest.os:type_name -> forge.InstanceOperatingSystemConfig - 972, // 269: forge.InstanceConfigUpdateRequest.instance_id:type_name -> common.InstanceId - 264, // 270: forge.InstanceConfigUpdateRequest.config:type_name -> forge.InstanceConfig - 251, // 271: forge.InstanceConfigUpdateRequest.metadata:type_name -> forge.Metadata - 339, // 272: forge.InstanceStatus.tenant:type_name -> forge.InstanceTenantStatus - 278, // 273: forge.InstanceStatus.network:type_name -> forge.InstanceNetworkStatus - 279, // 274: forge.InstanceStatus.infiniband:type_name -> forge.InstanceInfinibandStatus - 282, // 275: forge.InstanceStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesStatus - 22, // 276: forge.InstanceStatus.configs_synced:type_name -> forge.SyncState - 285, // 277: forge.InstanceStatus.update:type_name -> forge.InstanceUpdateStatus - 283, // 278: forge.InstanceStatus.nvlink:type_name -> forge.InstanceNVLinkStatus - 276, // 279: forge.InstanceStatus.spx_status:type_name -> forge.InstanceSpxStatus - 277, // 280: forge.InstanceSpxStatus.attachment_statuses:type_name -> forge.InstanceSpxAttachmentStatus - 22, // 281: forge.InstanceSpxStatus.configs_synced:type_name -> forge.SyncState - 15, // 282: forge.InstanceSpxAttachmentStatus.attachment_type:type_name -> forge.SpxAttachmentType - 975, // 283: forge.InstanceSpxAttachmentStatus.spx_partition_id:type_name -> common.SpxPartitionId - 290, // 284: forge.InstanceNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatus - 22, // 285: forge.InstanceNetworkStatus.configs_synced:type_name -> forge.SyncState - 291, // 286: forge.InstanceInfinibandStatus.ib_interfaces:type_name -> forge.InstanceIBInterfaceStatus - 22, // 287: forge.InstanceInfinibandStatus.configs_synced:type_name -> forge.SyncState - 956, // 288: forge.DpuExtensionServiceStatus.dpu_machine_id:type_name -> common.MachineId - 68, // 289: forge.DpuExtensionServiceStatus.status:type_name -> forge.DpuExtensionServiceDeploymentStatus - 436, // 290: forge.DpuExtensionServiceStatus.components:type_name -> forge.DpuExtensionServiceComponent - 68, // 291: forge.InstanceDpuExtensionServiceStatus.deployment_status:type_name -> forge.DpuExtensionServiceDeploymentStatus - 280, // 292: forge.InstanceDpuExtensionServiceStatus.dpu_statuses:type_name -> forge.DpuExtensionServiceStatus - 281, // 293: forge.InstanceDpuExtensionServicesStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServiceStatus - 22, // 294: forge.InstanceDpuExtensionServicesStatus.configs_synced:type_name -> forge.SyncState - 292, // 295: forge.InstanceNVLinkStatus.gpu_statuses:type_name -> forge.InstanceNVLinkGpuStatus - 22, // 296: forge.InstanceNVLinkStatus.configs_synced:type_name -> forge.SyncState - 972, // 297: forge.Instance.id:type_name -> common.InstanceId - 956, // 298: forge.Instance.machine_id:type_name -> common.MachineId - 251, // 299: forge.Instance.metadata:type_name -> forge.Metadata - 264, // 300: forge.Instance.config:type_name -> forge.InstanceConfig - 275, // 301: forge.Instance.status:type_name -> forge.InstanceStatus - 77, // 302: forge.InstanceUpdateStatus.module:type_name -> forge.InstanceUpdateStatus.Module - 957, // 303: forge.InstanceUpdateStatus.trigger_received_at:type_name -> google.protobuf.Timestamp - 957, // 304: forge.InstanceUpdateStatus.update_triggered_at:type_name -> google.protobuf.Timestamp - 37, // 305: forge.InstanceInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType - 970, // 306: forge.InstanceInterfaceConfig.network_segment_id:type_name -> common.NetworkSegmentId - 970, // 307: forge.InstanceInterfaceConfig.segment_id:type_name -> common.NetworkSegmentId - 960, // 308: forge.InstanceInterfaceConfig.vpc_prefix_id:type_name -> common.VpcPrefixId - 287, // 309: forge.InstanceInterfaceConfig.ipv6_interface_config:type_name -> forge.InstanceInterfaceIpv6Config - 288, // 310: forge.InstanceInterfaceConfig.routing_profile:type_name -> forge.InstanceInterfaceRoutingProfile - 960, // 311: forge.InstanceInterfaceIpv6Config.vpc_prefix_id:type_name -> common.VpcPrefixId - 841, // 312: forge.InstanceInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry - 37, // 313: forge.InstanceIBInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType - 962, // 314: forge.InstanceIBInterfaceConfig.ib_partition_id:type_name -> common.IBPartitionId - 958, // 315: forge.InstanceInterfaceStatus.vpc_id:type_name -> common.VpcId - 976, // 316: forge.InstanceNVLinkGpuStatus.domain_id:type_name -> common.NVLinkDomainId - 959, // 317: forge.InstanceNVLinkGpuStatus.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 959, // 318: forge.InstanceNVLinkGpuConfig.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 972, // 319: forge.InstancePhoneHomeLastContactRequest.instance_id:type_name -> common.InstanceId - 957, // 320: forge.InstancePhoneHomeLastContactResponse.timestamp:type_name -> google.protobuf.Timestamp - 16, // 321: forge.Issue.category:type_name -> forge.IssueCategory - 972, // 322: forge.InstanceReleaseRequest.id:type_name -> common.InstanceId - 296, // 323: forge.InstanceReleaseRequest.issue:type_name -> forge.Issue - 956, // 324: forge.MachinesByIdsRequest.machine_ids:type_name -> common.MachineId - 965, // 325: forge.MachineSearchConfig.rack_id:type_name -> common.RackId - 956, // 326: forge.MachineStateHistoriesRequest.machine_ids:type_name -> common.MachineId - 923, // 327: forge.MachineStateHistories.histories:type_name -> forge.MachineStateHistories.HistoriesEntry - 340, // 328: forge.MachineStateHistoryRecords.records:type_name -> forge.MachineEvent - 956, // 329: forge.MachineHealthHistoriesRequest.machine_ids:type_name -> common.MachineId - 957, // 330: forge.MachineHealthHistoriesRequest.start_time:type_name -> google.protobuf.Timestamp - 957, // 331: forge.MachineHealthHistoriesRequest.end_time:type_name -> google.protobuf.Timestamp - 924, // 332: forge.HealthHistories.histories:type_name -> forge.HealthHistories.HistoriesEntry - 307, // 333: forge.HealthHistoryRecords.records:type_name -> forge.HealthHistoryRecord - 963, // 334: forge.HealthHistoryRecord.health:type_name -> health.HealthReport - 957, // 335: forge.HealthHistoryRecord.time:type_name -> google.protobuf.Timestamp - 457, // 336: forge.TenantList.tenants:type_name -> forge.Tenant - 341, // 337: forge.InterfaceList.interfaces:type_name -> forge.MachineInterface - 325, // 338: forge.MachineList.machines:type_name -> forge.Machine - 977, // 339: forge.InterfaceDeleteQuery.id:type_name -> common.MachineInterfaceId - 977, // 340: forge.InterfaceSearchQuery.id:type_name -> common.MachineInterfaceId - 977, // 341: forge.AssignStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId - 977, // 342: forge.AssignStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId - 17, // 343: forge.AssignStaticAddressResponse.status:type_name -> forge.AssignStaticAddressStatus - 977, // 344: forge.RemoveStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId - 977, // 345: forge.RemoveStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId - 18, // 346: forge.RemoveStaticAddressResponse.status:type_name -> forge.RemoveStaticAddressStatus - 977, // 347: forge.FindInterfaceAddressesRequest.interface_id:type_name -> common.MachineInterfaceId - 977, // 348: forge.FindInterfaceAddressesResponse.interface_id:type_name -> common.MachineInterfaceId - 321, // 349: forge.FindInterfaceAddressesResponse.addresses:type_name -> forge.InterfaceAddress - 977, // 350: forge.BmcInfo.machine_interface_id:type_name -> common.MachineInterfaceId - 956, // 351: forge.Machine.id:type_name -> common.MachineId - 336, // 352: forge.Machine.state_reason:type_name -> forge.ControllerStateReason - 338, // 353: forge.Machine.state_sla:type_name -> forge.StateSla - 340, // 354: forge.Machine.events:type_name -> forge.MachineEvent - 341, // 355: forge.Machine.interfaces:type_name -> forge.MachineInterface - 978, // 356: forge.Machine.discovery_info:type_name -> machine_discovery.DiscoveryInfo - 19, // 357: forge.Machine.machine_type:type_name -> forge.MachineType - 323, // 358: forge.Machine.bmc_info:type_name -> forge.BmcInfo - 957, // 359: forge.Machine.last_reboot_time:type_name -> google.protobuf.Timestamp - 957, // 360: forge.Machine.last_observation_time:type_name -> google.protobuf.Timestamp - 957, // 361: forge.Machine.maintenance_start_time:type_name -> google.protobuf.Timestamp - 956, // 362: forge.Machine.associated_host_machine_id:type_name -> common.MachineId - 333, // 363: forge.Machine.inventory:type_name -> forge.MachineComponentInventory - 957, // 364: forge.Machine.last_reboot_requested_time:type_name -> google.protobuf.Timestamp - 956, // 365: forge.Machine.associated_dpu_machine_ids:type_name -> common.MachineId - 963, // 366: forge.Machine.health:type_name -> health.HealthReport - 335, // 367: forge.Machine.health_sources:type_name -> forge.HealthSourceOrigin - 342, // 368: forge.Machine.ib_status:type_name -> forge.InfinibandStatusObservation - 251, // 369: forge.Machine.metadata:type_name -> forge.Metadata - 327, // 370: forge.Machine.instance_network_restrictions:type_name -> forge.InstanceNetworkRestrictions - 619, // 371: forge.Machine.capabilities:type_name -> forge.MachineCapabilitiesSet - 692, // 372: forge.Machine.hw_sku_status:type_name -> forge.SkuStatus - 373, // 373: forge.Machine.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 743, // 374: forge.Machine.nvlink_info:type_name -> forge.MachineNVLinkInfo - 748, // 375: forge.Machine.nvlink_status_observation:type_name -> forge.MachineNVLinkStatusObservation - 965, // 376: forge.Machine.rack_id:type_name -> common.RackId - 209, // 377: forge.Machine.placement_in_rack:type_name -> forge.PlacementInRack - 745, // 378: forge.Machine.spx_status_observation:type_name -> forge.MachineSpxStatusObservation - 326, // 379: forge.Machine.dpf:type_name -> forge.DpfMachineState - 20, // 380: forge.InstanceNetworkRestrictions.network_segment_membership_type:type_name -> forge.InstanceNetworkSegmentMembershipType - 970, // 381: forge.InstanceNetworkRestrictions.network_segment_ids:type_name -> common.NetworkSegmentId - 956, // 382: forge.MachineMetadataUpdateRequest.machine_id:type_name -> common.MachineId - 251, // 383: forge.MachineMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 965, // 384: forge.RackMetadataUpdateRequest.rack_id:type_name -> common.RackId - 251, // 385: forge.RackMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 967, // 386: forge.SwitchMetadataUpdateRequest.switch_id:type_name -> common.SwitchId - 251, // 387: forge.SwitchMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 964, // 388: forge.PowerShelfMetadataUpdateRequest.power_shelf_id:type_name -> common.PowerShelfId - 251, // 389: forge.PowerShelfMetadataUpdateRequest.metadata:type_name -> forge.Metadata - 956, // 390: forge.DpuAgentInventoryReport.machine_id:type_name -> common.MachineId - 333, // 391: forge.DpuAgentInventoryReport.inventory:type_name -> forge.MachineComponentInventory - 334, // 392: forge.MachineComponentInventory.components:type_name -> forge.MachineInventorySoftwareComponent - 38, // 393: forge.HealthSourceOrigin.mode:type_name -> forge.HealthReportApplyMode - 21, // 394: forge.ControllerStateReason.outcome:type_name -> forge.ControllerStateOutcome - 337, // 395: forge.ControllerStateReason.source_ref:type_name -> forge.ControllerStateSourceReference - 979, // 396: forge.StateSla.sla:type_name -> google.protobuf.Duration - 7, // 397: forge.InstanceTenantStatus.state:type_name -> forge.TenantState - 957, // 398: forge.MachineEvent.time:type_name -> google.protobuf.Timestamp - 977, // 399: forge.MachineInterface.id:type_name -> common.MachineInterfaceId - 956, // 400: forge.MachineInterface.attached_dpu_machine_id:type_name -> common.MachineId - 956, // 401: forge.MachineInterface.machine_id:type_name -> common.MachineId - 970, // 402: forge.MachineInterface.segment_id:type_name -> common.NetworkSegmentId - 969, // 403: forge.MachineInterface.domain_id:type_name -> common.DomainId - 957, // 404: forge.MachineInterface.created:type_name -> google.protobuf.Timestamp - 957, // 405: forge.MachineInterface.last_dhcp:type_name -> google.protobuf.Timestamp - 964, // 406: forge.MachineInterface.power_shelf_id:type_name -> common.PowerShelfId - 967, // 407: forge.MachineInterface.switch_id:type_name -> common.SwitchId - 24, // 408: forge.MachineInterface.association_type:type_name -> forge.InterfaceAssociationType - 25, // 409: forge.MachineInterface.interface_type:type_name -> forge.InterfaceType - 343, // 410: forge.InfinibandStatusObservation.ib_interfaces:type_name -> forge.MachineIbInterface - 957, // 411: forge.InfinibandStatusObservation.observed_at:type_name -> google.protobuf.Timestamp - 980, // 412: forge.MachineIbInterface.associated_pkeys:type_name -> common.StringList - 980, // 413: forge.MachineIbInterface.associated_partition_ids:type_name -> common.StringList - 26, // 414: forge.DhcpDiscovery.address_family:type_name -> forge.AddressFamily - 27, // 415: forge.DhcpDiscovery.message_kind:type_name -> forge.MessageKind - 28, // 416: forge.ExpireDhcpLeaseResponse.status:type_name -> forge.ExpireDhcpLeaseStatus - 956, // 417: forge.DhcpRecord.machine_id:type_name -> common.MachineId - 977, // 418: forge.DhcpRecord.machine_interface_id:type_name -> common.MachineInterfaceId - 970, // 419: forge.DhcpRecord.segment_id:type_name -> common.NetworkSegmentId - 969, // 420: forge.DhcpRecord.subdomain_id:type_name -> common.DomainId - 957, // 421: forge.DhcpRecord.last_invalidation_time:type_name -> google.protobuf.Timestamp - 235, // 422: forge.NetworkSegmentList.network_segments:type_name -> forge.NetworkSegment - 29, // 423: forge.SSHKeyValidationResponse.role:type_name -> forge.UserRoles - 967, // 424: forge.GetSwitchNvosCredentialsRequest.switch_id:type_name -> common.SwitchId - 354, // 425: forge.GetBmcCredentialsResponse.credentials:type_name -> forge.BmcCredentials - 806, // 426: forge.BmcCredentials.username_password:type_name -> forge.UsernamePassword - 807, // 427: forge.BmcCredentials.session_token:type_name -> forge.SessionToken - 362, // 428: forge.SshRequest.endpoint_request:type_name -> forge.BmcEndpointRequest - 364, // 429: forge.CopyBfbToDpuRshimRequest.ssh_request:type_name -> forge.SshRequest - 956, // 430: forge.UpdateMachineHardwareInfoRequest.machine_id:type_name -> common.MachineId - 367, // 431: forge.UpdateMachineHardwareInfoRequest.info:type_name -> forge.MachineHardwareInfo - 30, // 432: forge.UpdateMachineHardwareInfoRequest.update_type:type_name -> forge.MachineHardwareInfoUpdateType - 981, // 433: forge.MachineHardwareInfo.gpus:type_name -> machine_discovery.Gpu - 956, // 434: forge.ManagedHostNetworkConfigRequest.dpu_machine_id:type_name -> common.MachineId - 380, // 435: forge.ManagedHostNetworkConfigResponse.managed_host_config:type_name -> forge.ManagedHostNetworkConfig - 381, // 436: forge.ManagedHostNetworkConfigResponse.admin_interface:type_name -> forge.FlatInterfaceConfig - 381, // 437: forge.ManagedHostNetworkConfigResponse.tenant_interfaces:type_name -> forge.FlatInterfaceConfig - 972, // 438: forge.ManagedHostNetworkConfigResponse.instance_id:type_name -> common.InstanceId - 5, // 439: forge.ManagedHostNetworkConfigResponse.network_virtualization_type:type_name -> forge.VpcVirtualizationType - 32, // 440: forge.ManagedHostNetworkConfigResponse.vpc_isolation_behavior:type_name -> forge.VpcIsolationBehaviorType - 284, // 441: forge.ManagedHostNetworkConfigResponse.instance:type_name -> forge.Instance - 982, // 442: forge.ManagedHostNetworkConfigResponse.common_internal_route_target:type_name -> common.RouteTarget - 982, // 443: forge.ManagedHostNetworkConfigResponse.additional_route_target_imports:type_name -> common.RouteTarget - 670, // 444: forge.ManagedHostNetworkConfigResponse.network_security_policy_overrides:type_name -> forge.ResolvedNetworkSecurityGroupRule - 372, // 445: forge.ManagedHostNetworkConfigResponse.dpu_extension_services:type_name -> forge.ManagedHostDpuExtensionServiceConfig - 370, // 446: forge.ManagedHostNetworkConfigResponse.traffic_intercept_config:type_name -> forge.TrafficInterceptConfig - 842, // 447: forge.ManagedHostNetworkConfigResponse.routing_profile:type_name -> forge.RoutingProfile - 371, // 448: forge.TrafficInterceptConfig.bridging:type_name -> forge.TrafficInterceptBridging - 925, // 449: forge.TrafficInterceptBridging.host_representor_intercept_bridging:type_name -> forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry - 67, // 450: forge.ManagedHostDpuExtensionServiceConfig.service_type:type_name -> forge.DpuExtensionServiceType - 808, // 451: forge.ManagedHostDpuExtensionServiceConfig.credential:type_name -> forge.DpuExtensionServiceCredential - 827, // 452: forge.ManagedHostDpuExtensionServiceConfig.observability:type_name -> forge.DpuExtensionServiceObservability - 31, // 453: forge.ManagedHostQuarantineState.mode:type_name -> forge.ManagedHostQuarantineMode - 956, // 454: forge.GetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId - 373, // 455: forge.GetManagedHostQuarantineStateResponse.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 956, // 456: forge.SetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId - 373, // 457: forge.SetManagedHostQuarantineStateRequest.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 373, // 458: forge.SetManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState - 956, // 459: forge.ClearManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId - 373, // 460: forge.ClearManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState - 373, // 461: forge.ManagedHostNetworkConfig.quarantine_state:type_name -> forge.ManagedHostQuarantineState - 37, // 462: forge.FlatInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType - 383, // 463: forge.FlatInterfaceConfig.ipv6_interface_config:type_name -> forge.FlatInterfaceIpv6Config - 842, // 464: forge.FlatInterfaceConfig.vpc_routing_profile:type_name -> forge.RoutingProfile - 382, // 465: forge.FlatInterfaceConfig.interface_routing_profile:type_name -> forge.FlatInterfaceRoutingProfile - 384, // 466: forge.FlatInterfaceConfig.network_security_group:type_name -> forge.FlatInterfaceNetworkSecurityGroupConfig - 966, // 467: forge.FlatInterfaceConfig.internal_uuid:type_name -> common.UUID - 841, // 468: forge.FlatInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry - 54, // 469: forge.FlatInterfaceNetworkSecurityGroupConfig.source:type_name -> forge.NetworkSecurityGroupSource - 670, // 470: forge.FlatInterfaceNetworkSecurityGroupConfig.rules:type_name -> forge.ResolvedNetworkSecurityGroupRule - 433, // 471: forge.ManagedHostNetworkStatusResponse.all:type_name -> forge.DpuNetworkStatus - 957, // 472: forge.DpuAgentUpgradeCheckRequest.binary_mtime:type_name -> google.protobuf.Timestamp - 33, // 473: forge.DpuAgentUpgradePolicyRequest.new_policy:type_name -> forge.AgentUpgradePolicy - 33, // 474: forge.DpuAgentUpgradePolicyResponse.active_policy:type_name -> forge.AgentUpgradePolicy - 362, // 475: forge.LockdownRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 956, // 476: forge.LockdownRequest.machine_id:type_name -> common.MachineId - 34, // 477: forge.LockdownRequest.action:type_name -> forge.LockdownAction - 362, // 478: forge.LockdownStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 956, // 479: forge.LockdownStatusRequest.machine_id:type_name -> common.MachineId - 362, // 480: forge.MachineSetupStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 481: forge.MachineSetupRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 482: forge.SetDpuFirstBootOrderRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 483: forge.AdminRebootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 484: forge.AdminBmcResetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 485: forge.EnableInfiniteBootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 486: forge.IsInfiniteBootEnabledRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 956, // 487: forge.BMCMetaDataGetRequest.machine_id:type_name -> common.MachineId - 29, // 488: forge.BMCMetaDataGetRequest.role:type_name -> forge.UserRoles - 35, // 489: forge.BMCMetaDataGetRequest.request_type:type_name -> forge.BMCRequestType - 362, // 490: forge.BMCMetaDataGetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 956, // 491: forge.MachineCredentialsUpdateRequest.machine_id:type_name -> common.MachineId - 926, // 492: forge.MachineCredentialsUpdateRequest.credentials:type_name -> forge.MachineCredentialsUpdateRequest.Credentials - 956, // 493: forge.ForgeAgentControlRequest.machine_id:type_name -> common.MachineId - 79, // 494: forge.ForgeAgentControlResponse.legacy_action:type_name -> forge.ForgeAgentControlResponse.LegacyAction - 927, // 495: forge.ForgeAgentControlResponse.data:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo - 928, // 496: forge.ForgeAgentControlResponse.noop:type_name -> forge.ForgeAgentControlResponse.Noop - 929, // 497: forge.ForgeAgentControlResponse.reset:type_name -> forge.ForgeAgentControlResponse.Reset - 930, // 498: forge.ForgeAgentControlResponse.discovery:type_name -> forge.ForgeAgentControlResponse.Discovery - 931, // 499: forge.ForgeAgentControlResponse.rebuild:type_name -> forge.ForgeAgentControlResponse.Rebuild - 932, // 500: forge.ForgeAgentControlResponse.retry:type_name -> forge.ForgeAgentControlResponse.Retry - 933, // 501: forge.ForgeAgentControlResponse.measure:type_name -> forge.ForgeAgentControlResponse.Measure - 934, // 502: forge.ForgeAgentControlResponse.log_error:type_name -> forge.ForgeAgentControlResponse.LogError - 935, // 503: forge.ForgeAgentControlResponse.machine_validation:type_name -> forge.ForgeAgentControlResponse.MachineValidation - 937, // 504: forge.ForgeAgentControlResponse.mlx_action:type_name -> forge.ForgeAgentControlResponse.MlxAction - 944, // 505: forge.ForgeAgentControlResponse.firmware_upgrade:type_name -> forge.ForgeAgentControlResponse.FirmwareUpgrade - 977, // 506: forge.MachineDiscoveryInfo.machine_interface_id:type_name -> common.MachineInterfaceId - 978, // 507: forge.MachineDiscoveryInfo.info:type_name -> machine_discovery.DiscoveryInfo - 36, // 508: forge.MachineDiscoveryInfo.discovery_reporter:type_name -> forge.MachineDiscoveryReporter - 956, // 509: forge.MachineDiscoveryCompletedRequest.machine_id:type_name -> common.MachineId - 956, // 510: forge.MachineCleanupInfo.machine_id:type_name -> common.MachineId - 946, // 511: forge.MachineCleanupInfo.nvme:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 946, // 512: forge.MachineCleanupInfo.ram:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 946, // 513: forge.MachineCleanupInfo.mem_overwrite:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 946, // 514: forge.MachineCleanupInfo.ib:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 946, // 515: forge.MachineCleanupInfo.hdd:type_name -> forge.MachineCleanupInfo.CleanupStepResult - 80, // 516: forge.MachineCleanupInfo.result:type_name -> forge.MachineCleanupInfo.CleanupResult - 419, // 517: forge.MachineCertificateResult.machine_certificate:type_name -> forge.MachineCertificate - 956, // 518: forge.MachineDiscoveryResult.machine_id:type_name -> common.MachineId - 419, // 519: forge.MachineDiscoveryResult.machine_certificate:type_name -> forge.MachineCertificate - 123, // 520: forge.MachineDiscoveryResult.attest_key_challenge:type_name -> forge.AttestKeyBindChallenge - 977, // 521: forge.MachineDiscoveryResult.machine_interface_id:type_name -> common.MachineInterfaceId - 956, // 522: forge.ForgeScoutErrorReport.machine_id:type_name -> common.MachineId - 977, // 523: forge.ForgeScoutErrorReport.machine_interface_id:type_name -> common.MachineInterfaceId - 23, // 524: forge.PxeInstructionRequest.arch:type_name -> forge.MachineArchitecture - 977, // 525: forge.PxeInstructionRequest.interface_id:type_name -> common.MachineInterfaceId - 341, // 526: forge.CloudInitDiscoveryInstructions.machine_interface:type_name -> forge.MachineInterface - 848, // 527: forge.CloudInitDiscoveryInstructions.domain:type_name -> forge.PxeDomain - 429, // 528: forge.CloudInitInstructions.discovery_instructions:type_name -> forge.CloudInitDiscoveryInstructions - 430, // 529: forge.CloudInitInstructions.metadata:type_name -> forge.CloudInitMetaData - 956, // 530: forge.DpuNetworkStatus.dpu_machine_id:type_name -> common.MachineId - 957, // 531: forge.DpuNetworkStatus.observed_at:type_name -> google.protobuf.Timestamp - 454, // 532: forge.DpuNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatusObservation - 972, // 533: forge.DpuNetworkStatus.instance_id:type_name -> common.InstanceId - 963, // 534: forge.DpuNetworkStatus.dpu_health:type_name -> health.HealthReport - 455, // 535: forge.DpuNetworkStatus.fabric_interfaces:type_name -> forge.FabricInterfaceData - 434, // 536: forge.DpuNetworkStatus.last_dhcp_requests:type_name -> forge.LastDhcpRequest - 435, // 537: forge.DpuNetworkStatus.dpu_extension_services:type_name -> forge.DpuExtensionServiceStatusObservation - 977, // 538: forge.LastDhcpRequest.host_interface_id:type_name -> common.MachineInterfaceId - 67, // 539: forge.DpuExtensionServiceStatusObservation.service_type:type_name -> forge.DpuExtensionServiceType - 68, // 540: forge.DpuExtensionServiceStatusObservation.state:type_name -> forge.DpuExtensionServiceDeploymentStatus - 436, // 541: forge.DpuExtensionServiceStatusObservation.components:type_name -> forge.DpuExtensionServiceComponent - 963, // 542: forge.OptionalHealthReport.report:type_name -> health.HealthReport - 963, // 543: forge.HealthReportEntry.report:type_name -> health.HealthReport - 38, // 544: forge.HealthReportEntry.mode:type_name -> forge.HealthReportApplyMode - 956, // 545: forge.InsertMachineHealthReportRequest.machine_id:type_name -> common.MachineId - 438, // 546: forge.InsertMachineHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 965, // 547: forge.InsertRackHealthReportRequest.rack_id:type_name -> common.RackId - 438, // 548: forge.InsertRackHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 965, // 549: forge.RemoveRackHealthReportRequest.rack_id:type_name -> common.RackId - 965, // 550: forge.ListRackHealthReportsRequest.rack_id:type_name -> common.RackId - 967, // 551: forge.InsertSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId - 438, // 552: forge.InsertSwitchHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 967, // 553: forge.RemoveSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId - 967, // 554: forge.ListSwitchHealthReportsRequest.switch_id:type_name -> common.SwitchId - 964, // 555: forge.InsertPowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId - 438, // 556: forge.InsertPowerShelfHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 964, // 557: forge.RemovePowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId - 964, // 558: forge.ListPowerShelfHealthReportsRequest.power_shelf_id:type_name -> common.PowerShelfId - 438, // 559: forge.ListHealthReportResponse.health_report_entries:type_name -> forge.HealthReportEntry - 956, // 560: forge.RemoveMachineHealthReportRequest.machine_id:type_name -> common.MachineId - 976, // 561: forge.ListNVLinkDomainHealthReportsRequest.domain_id:type_name -> common.NVLinkDomainId - 976, // 562: forge.InsertNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId - 438, // 563: forge.InsertNVLinkDomainHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry - 976, // 564: forge.RemoveNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId - 37, // 565: forge.InstanceInterfaceStatusObservation.function_type:type_name -> forge.InterfaceFunctionType - 664, // 566: forge.InstanceInterfaceStatusObservation.network_security_group:type_name -> forge.NetworkSecurityGroupStatus - 966, // 567: forge.InstanceInterfaceStatusObservation.internal_uuid:type_name -> common.UUID - 456, // 568: forge.FabricInterfaceData.link_data:type_name -> forge.LinkData - 251, // 569: forge.Tenant.metadata:type_name -> forge.Metadata - 251, // 570: forge.CreateTenantRequest.metadata:type_name -> forge.Metadata - 457, // 571: forge.CreateTenantResponse.tenant:type_name -> forge.Tenant - 251, // 572: forge.UpdateTenantRequest.metadata:type_name -> forge.Metadata - 457, // 573: forge.UpdateTenantResponse.tenant:type_name -> forge.Tenant - 457, // 574: forge.FindTenantResponse.tenant:type_name -> forge.Tenant - 465, // 575: forge.TenantKeysetContent.public_keys:type_name -> forge.TenantPublicKey - 464, // 576: forge.TenantKeyset.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 466, // 577: forge.TenantKeyset.keyset_content:type_name -> forge.TenantKeysetContent - 464, // 578: forge.CreateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 466, // 579: forge.CreateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent - 467, // 580: forge.CreateTenantKeysetResponse.keyset:type_name -> forge.TenantKeyset - 467, // 581: forge.TenantKeySetList.keyset:type_name -> forge.TenantKeyset - 464, // 582: forge.UpdateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 466, // 583: forge.UpdateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent - 464, // 584: forge.DeleteTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier - 464, // 585: forge.TenantKeysetIdList.keyset_ids:type_name -> forge.TenantKeysetIdentifier - 464, // 586: forge.TenantKeysetsByIdsRequest.keyset_ids:type_name -> forge.TenantKeysetIdentifier - 482, // 587: forge.ResourcePools.pools:type_name -> forge.ResourcePool - 40, // 588: forge.MaintenanceRequest.operation:type_name -> forge.MaintenanceOperation - 956, // 589: forge.MaintenanceRequest.host_id:type_name -> common.MachineId - 41, // 590: forge.SetDynamicConfigRequest.setting:type_name -> forge.ConfigSetting - 510, // 591: forge.FindIpAddressResponse.matches:type_name -> forge.IpAddressMatch - 966, // 592: forge.IdentifyUuidRequest.uuid:type_name -> common.UUID - 966, // 593: forge.IdentifyUuidResponse.uuid:type_name -> common.UUID - 42, // 594: forge.IdentifyUuidResponse.object_type:type_name -> forge.UuidType - 43, // 595: forge.IdentifyMacResponse.object_type:type_name -> forge.MacOwner - 956, // 596: forge.IdentifySerialResponse.machine_id:type_name -> common.MachineId - 956, // 597: forge.DpuReprovisioningRequest.dpu_id:type_name -> common.MachineId - 81, // 598: forge.DpuReprovisioningRequest.mode:type_name -> forge.DpuReprovisioningRequest.Mode - 44, // 599: forge.DpuReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator - 956, // 600: forge.DpuReprovisioningRequest.machine_id:type_name -> common.MachineId - 947, // 601: forge.DpuReprovisioningListResponse.dpus:type_name -> forge.DpuReprovisioningListResponse.DpuReprovisioningListItem - 956, // 602: forge.HostReprovisioningRequest.machine_id:type_name -> common.MachineId - 82, // 603: forge.HostReprovisioningRequest.mode:type_name -> forge.HostReprovisioningRequest.Mode - 44, // 604: forge.HostReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator - 948, // 605: forge.HostReprovisioningListResponse.hosts:type_name -> forge.HostReprovisioningListResponse.HostReprovisioningListItem - 504, // 606: forge.DpuInfoStatusObservation.os_operational_state:type_name -> forge.DpuOsOperationalState - 505, // 607: forge.DpuInfoStatusObservation.representors:type_name -> forge.DpuRepresentorStatus - 957, // 608: forge.DpuInfoStatusObservation.last_heartbeat:type_name -> google.protobuf.Timestamp - 506, // 609: forge.DpuInfo.observed_status:type_name -> forge.DpuInfoStatusObservation - 507, // 610: forge.GetDpuInfoListResponse.dpu_list:type_name -> forge.DpuInfo - 45, // 611: forge.IpAddressMatch.ip_type:type_name -> forge.IpType - 977, // 612: forge.MachineBootOverride.machine_interface_id:type_name -> common.MachineInterfaceId - 956, // 613: forge.ConnectedDevice.id:type_name -> common.MachineId - 512, // 614: forge.ConnectedDeviceList.connected_devices:type_name -> forge.ConnectedDevice - 518, // 615: forge.MachineIdBmcIpPairs.pairs:type_name -> forge.MachineIdBmcIp - 956, // 616: forge.MachineIdBmcIp.machine_id:type_name -> common.MachineId - 512, // 617: forge.NetworkDevice.devices:type_name -> forge.ConnectedDevice - 519, // 618: forge.NetworkTopologyData.network_devices:type_name -> forge.NetworkDevice - 46, // 619: forge.RouteServers.source_type:type_name -> forge.RouteServerSourceType - 525, // 620: forge.RouteServerEntries.route_servers:type_name -> forge.RouteServer - 46, // 621: forge.RouteServer.source_type:type_name -> forge.RouteServerSourceType - 956, // 622: forge.SetHostUefiPasswordRequest.host_id:type_name -> common.MachineId - 956, // 623: forge.ClearHostUefiPasswordRequest.host_id:type_name -> common.MachineId - 966, // 624: forge.OsImageAttributes.id:type_name -> common.UUID - 530, // 625: forge.OsImage.attributes:type_name -> forge.OsImageAttributes - 47, // 626: forge.OsImage.status:type_name -> forge.OsImageStatus - 531, // 627: forge.ListOsImageResponse.images:type_name -> forge.OsImage - 966, // 628: forge.DeleteOsImageRequest.id:type_name -> common.UUID - 973, // 629: forge.GetIpxeTemplateRequest.id:type_name -> common.IpxeTemplateId - 260, // 630: forge.IpxeTemplateList.templates:type_name -> forge.IpxeTemplate - 11, // 631: forge.ExpectedHostNic.network_segment_type:type_name -> forge.NetworkSegmentType - 251, // 632: forge.ExpectedMachine.metadata:type_name -> forge.Metadata - 966, // 633: forge.ExpectedMachine.id:type_name -> common.UUID - 539, // 634: forge.ExpectedMachine.host_nics:type_name -> forge.ExpectedHostNic - 965, // 635: forge.ExpectedMachine.rack_id:type_name -> common.RackId - 48, // 636: forge.ExpectedMachine.dpu_mode:type_name -> forge.DpuMode - 540, // 637: forge.ExpectedMachine.host_lifecycle_profile:type_name -> forge.HostLifecycleProfile - 966, // 638: forge.ExpectedMachineRequest.id:type_name -> common.UUID - 541, // 639: forge.ExpectedMachineList.expected_machines:type_name -> forge.ExpectedMachine - 545, // 640: forge.LinkedExpectedMachineList.expected_machines:type_name -> forge.LinkedExpectedMachine - 956, // 641: forge.LinkedExpectedMachine.machine_id:type_name -> common.MachineId - 966, // 642: forge.LinkedExpectedMachine.expected_machine_id:type_name -> common.UUID - 547, // 643: forge.UnexpectedMachineList.unexpected_machines:type_name -> forge.UnexpectedMachine - 956, // 644: forge.UnexpectedMachine.machine_id:type_name -> common.MachineId - 543, // 645: forge.BatchExpectedMachineOperationRequest.expected_machines:type_name -> forge.ExpectedMachineList - 966, // 646: forge.ExpectedMachineOperationResult.id:type_name -> common.UUID - 541, // 647: forge.ExpectedMachineOperationResult.expected_machine:type_name -> forge.ExpectedMachine - 549, // 648: forge.BatchExpectedMachineOperationResponse.results:type_name -> forge.ExpectedMachineOperationResult - 956, // 649: forge.MachineRebootCompletedRequest.machine_id:type_name -> common.MachineId - 956, // 650: forge.ScoutFirmwareUpgradeStatusRequest.machine_id:type_name -> common.MachineId - 956, // 651: forge.MachineValidationCompletedRequest.machine_id:type_name -> common.MachineId - 983, // 652: forge.MachineValidationCompletedRequest.validation_id:type_name -> common.MachineValidationId - 957, // 653: forge.MachineValidationResult.start_time:type_name -> google.protobuf.Timestamp - 957, // 654: forge.MachineValidationResult.end_time:type_name -> google.protobuf.Timestamp - 983, // 655: forge.MachineValidationResult.validation_id:type_name -> common.MachineValidationId - 556, // 656: forge.MachineValidationResultPostRequest.result:type_name -> forge.MachineValidationResult - 556, // 657: forge.MachineValidationResultList.results:type_name -> forge.MachineValidationResult - 956, // 658: forge.MachineValidationGetRequest.machine_id:type_name -> common.MachineId - 983, // 659: forge.MachineValidationGetRequest.validation_id:type_name -> common.MachineValidationId - 49, // 660: forge.MachineValidationStatus.started:type_name -> forge.MachineValidationStarted - 50, // 661: forge.MachineValidationStatus.in_progress:type_name -> forge.MachineValidationInProgress - 51, // 662: forge.MachineValidationStatus.completed:type_name -> forge.MachineValidationCompleted - 983, // 663: forge.MachineValidationRun.validation_id:type_name -> common.MachineValidationId - 956, // 664: forge.MachineValidationRun.machine_id:type_name -> common.MachineId - 957, // 665: forge.MachineValidationRun.start_time:type_name -> google.protobuf.Timestamp - 957, // 666: forge.MachineValidationRun.end_time:type_name -> google.protobuf.Timestamp - 560, // 667: forge.MachineValidationRun.status:type_name -> forge.MachineValidationStatus - 979, // 668: forge.MachineValidationRun.duration_to_complete:type_name -> google.protobuf.Duration - 957, // 669: forge.MachineValidationRun.last_heartbeat_at:type_name -> google.protobuf.Timestamp - 956, // 670: forge.MachineSetAutoUpdateRequest.machine_id:type_name -> common.MachineId - 83, // 671: forge.MachineSetAutoUpdateRequest.action:type_name -> forge.MachineSetAutoUpdateRequest.SetAutoupdateAction - 957, // 672: forge.MachineValidationExternalConfig.timestamp:type_name -> google.protobuf.Timestamp - 565, // 673: forge.GetMachineValidationExternalConfigResponse.config:type_name -> forge.MachineValidationExternalConfig - 565, // 674: forge.GetMachineValidationExternalConfigsResponse.configs:type_name -> forge.MachineValidationExternalConfig - 956, // 675: forge.MachineValidationOnDemandRequest.machine_id:type_name -> common.MachineId - 84, // 676: forge.MachineValidationOnDemandRequest.action:type_name -> forge.MachineValidationOnDemandRequest.Action - 983, // 677: forge.MachineValidationOnDemandResponse.validation_id:type_name -> common.MachineValidationId - 573, // 678: forge.MaintenanceActivityConfig.firmware_upgrade:type_name -> forge.FirmwareUpgradeActivity - 575, // 679: forge.MaintenanceActivityConfig.configure_nmx_cluster:type_name -> forge.ConfigureNmxClusterActivity - 576, // 680: forge.MaintenanceActivityConfig.power_sequence:type_name -> forge.PowerSequenceActivity - 574, // 681: forge.MaintenanceActivityConfig.nvos_update:type_name -> forge.NvosUpdateActivity - 577, // 682: forge.RackMaintenanceScope.activities:type_name -> forge.MaintenanceActivityConfig - 965, // 683: forge.RackMaintenanceOnDemandRequest.rack_id:type_name -> common.RackId - 578, // 684: forge.RackMaintenanceOnDemandRequest.scope:type_name -> forge.RackMaintenanceScope - 362, // 685: forge.AdminPowerControlRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 85, // 686: forge.AdminPowerControlRequest.action:type_name -> forge.AdminPowerControlRequest.SystemPowerControl - 956, // 687: forge.GetRedfishJobStateRequest.machine_id:type_name -> common.MachineId - 86, // 688: forge.GetRedfishJobStateResponse.job_state:type_name -> forge.GetRedfishJobStateResponse.RedfishJobState - 561, // 689: forge.MachineValidationRunList.runs:type_name -> forge.MachineValidationRun - 956, // 690: forge.MachineValidationRunListGetRequest.machine_id:type_name -> common.MachineId - 983, // 691: forge.MachineValidationRunItemSearchFilter.validation_id:type_name -> common.MachineValidationId - 966, // 692: forge.MachineValidationRunItemIdList.run_item_ids:type_name -> common.UUID - 966, // 693: forge.MachineValidationRunItemsByIdsRequest.run_item_ids:type_name -> common.UUID - 591, // 694: forge.MachineValidationRunItemList.run_items:type_name -> forge.MachineValidationRunItem - 966, // 695: forge.MachineValidationRunItem.run_item_id:type_name -> common.UUID - 983, // 696: forge.MachineValidationRunItem.validation_id:type_name -> common.MachineValidationId - 979, // 697: forge.MachineValidationRunItem.timeout:type_name -> google.protobuf.Duration - 957, // 698: forge.MachineValidationRunItem.started_at:type_name -> google.protobuf.Timestamp - 957, // 699: forge.MachineValidationRunItem.ended_at:type_name -> google.protobuf.Timestamp - 957, // 700: forge.MachineValidationRunItem.last_heartbeat_at:type_name -> google.protobuf.Timestamp - 966, // 701: forge.MachineValidationRunItem.current_attempt_id:type_name -> common.UUID - 966, // 702: forge.MachineValidationAttemptGetRequest.attempt_id:type_name -> common.UUID - 966, // 703: forge.MachineValidationAttempt.attempt_id:type_name -> common.UUID - 966, // 704: forge.MachineValidationAttempt.run_item_id:type_name -> common.UUID - 957, // 705: forge.MachineValidationAttempt.started_at:type_name -> google.protobuf.Timestamp - 957, // 706: forge.MachineValidationAttempt.ended_at:type_name -> google.protobuf.Timestamp - 957, // 707: forge.MachineValidationAttempt.last_heartbeat_at:type_name -> google.protobuf.Timestamp - 983, // 708: forge.MachineValidationHeartbeatRequest.validation_id:type_name -> common.MachineValidationId - 966, // 709: forge.MachineValidationHeartbeatRequest.run_item_id:type_name -> common.UUID - 966, // 710: forge.MachineValidationHeartbeatRequest.attempt_id:type_name -> common.UUID - 949, // 711: forge.MachineValidationTestUpdateRequest.payload:type_name -> forge.MachineValidationTestUpdateRequest.Payload - 605, // 712: forge.MachineValidationTestsGetResponse.tests:type_name -> forge.MachineValidationTest - 983, // 713: forge.MachineValidationRunRequest.validation_id:type_name -> common.MachineValidationId - 979, // 714: forge.MachineValidationRunRequest.duration_to_complete:type_name -> google.protobuf.Duration - 605, // 715: forge.MachineValidationRunRequest.selected_tests:type_name -> forge.MachineValidationTest - 52, // 716: forge.MachineCapabilityAttributesGpu.device_type:type_name -> forge.MachineCapabilityDeviceType - 52, // 717: forge.MachineCapabilityAttributesNetwork.device_type:type_name -> forge.MachineCapabilityDeviceType - 612, // 718: forge.MachineCapabilitiesSet.cpu:type_name -> forge.MachineCapabilityAttributesCpu - 613, // 719: forge.MachineCapabilitiesSet.gpu:type_name -> forge.MachineCapabilityAttributesGpu - 614, // 720: forge.MachineCapabilitiesSet.memory:type_name -> forge.MachineCapabilityAttributesMemory - 615, // 721: forge.MachineCapabilitiesSet.storage:type_name -> forge.MachineCapabilityAttributesStorage - 616, // 722: forge.MachineCapabilitiesSet.network:type_name -> forge.MachineCapabilityAttributesNetwork - 617, // 723: forge.MachineCapabilitiesSet.infiniband:type_name -> forge.MachineCapabilityAttributesInfiniband - 618, // 724: forge.MachineCapabilitiesSet.dpu:type_name -> forge.MachineCapabilityAttributesDpu - 622, // 725: forge.InstanceTypeAttributes.desired_capabilities:type_name -> forge.InstanceTypeMachineCapabilityFilterAttributes - 620, // 726: forge.InstanceType.attributes:type_name -> forge.InstanceTypeAttributes - 251, // 727: forge.InstanceType.metadata:type_name -> forge.Metadata - 720, // 728: forge.InstanceType.allocation_stats:type_name -> forge.InstanceTypeAllocationStats - 53, // 729: forge.InstanceTypeMachineCapabilityFilterAttributes.capability_type:type_name -> forge.MachineCapabilityType - 984, // 730: forge.InstanceTypeMachineCapabilityFilterAttributes.inactive_devices:type_name -> common.Uint32List - 52, // 731: forge.InstanceTypeMachineCapabilityFilterAttributes.device_type:type_name -> forge.MachineCapabilityDeviceType - 251, // 732: forge.CreateInstanceTypeRequest.metadata:type_name -> forge.Metadata - 620, // 733: forge.CreateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes - 621, // 734: forge.CreateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType - 621, // 735: forge.FindInstanceTypesByIdsResponse.instance_types:type_name -> forge.InstanceType - 621, // 736: forge.UpdateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType - 251, // 737: forge.UpdateInstanceTypeRequest.metadata:type_name -> forge.Metadata - 620, // 738: forge.UpdateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes - 950, // 739: forge.RedfishBrowseResponse.headers:type_name -> forge.RedfishBrowseResponse.HeadersEntry - 641, // 740: forge.RedfishListActionsResponse.actions:type_name -> forge.RedfishAction - 957, // 741: forge.RedfishAction.approver_dates:type_name -> google.protobuf.Timestamp - 957, // 742: forge.RedfishAction.applied_at:type_name -> google.protobuf.Timestamp - 642, // 743: forge.RedfishAction.results:type_name -> forge.OptionalRedfishActionResult - 643, // 744: forge.OptionalRedfishActionResult.result:type_name -> forge.RedfishActionResult - 951, // 745: forge.RedfishActionResult.headers:type_name -> forge.RedfishActionResult.HeadersEntry - 957, // 746: forge.RedfishActionResult.completed_at:type_name -> google.protobuf.Timestamp - 952, // 747: forge.UfmBrowseResponse.headers:type_name -> forge.UfmBrowseResponse.HeadersEntry - 669, // 748: forge.NetworkSecurityGroupAttributes.rules:type_name -> forge.NetworkSecurityGroupRuleAttributes - 251, // 749: forge.NetworkSecurityGroup.metadata:type_name -> forge.Metadata - 652, // 750: forge.NetworkSecurityGroup.attributes:type_name -> forge.NetworkSecurityGroupAttributes - 251, // 751: forge.CreateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata - 652, // 752: forge.CreateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes - 653, // 753: forge.CreateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup - 653, // 754: forge.FindNetworkSecurityGroupsByIdsResponse.network_security_groups:type_name -> forge.NetworkSecurityGroup - 653, // 755: forge.UpdateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup - 251, // 756: forge.UpdateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata - 652, // 757: forge.UpdateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes - 54, // 758: forge.NetworkSecurityGroupStatus.source:type_name -> forge.NetworkSecurityGroupSource - 55, // 759: forge.NetworkSecurityGroupPropagationObjectStatus.status:type_name -> forge.NetworkSecurityGroupPropagationStatus - 665, // 760: forge.GetNetworkSecurityGroupPropagationStatusResponse.vpcs:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus - 665, // 761: forge.GetNetworkSecurityGroupPropagationStatusResponse.instances:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus - 667, // 762: forge.GetNetworkSecurityGroupPropagationStatusRequest.network_security_group_ids:type_name -> forge.NetworkSecurityGroupIdList - 56, // 763: forge.NetworkSecurityGroupRuleAttributes.direction:type_name -> forge.NetworkSecurityGroupRuleDirection - 57, // 764: forge.NetworkSecurityGroupRuleAttributes.protocol:type_name -> forge.NetworkSecurityGroupRuleProtocol - 58, // 765: forge.NetworkSecurityGroupRuleAttributes.action:type_name -> forge.NetworkSecurityGroupRuleAction - 669, // 766: forge.ResolvedNetworkSecurityGroupRule.rule:type_name -> forge.NetworkSecurityGroupRuleAttributes - 672, // 767: forge.GetNetworkSecurityGroupAttachmentsResponse.attachments:type_name -> forge.NetworkSecurityGroupAttachments - 676, // 768: forge.GetDesiredFirmwareVersionsResponse.entries:type_name -> forge.DesiredFirmwareVersionEntry - 953, // 769: forge.DesiredFirmwareVersionEntry.component_versions:type_name -> forge.DesiredFirmwareVersionEntry.ComponentVersionsEntry - 677, // 770: forge.SkuComponents.chassis:type_name -> forge.SkuComponentChassis - 678, // 771: forge.SkuComponents.cpus:type_name -> forge.SkuComponentCpu - 679, // 772: forge.SkuComponents.gpus:type_name -> forge.SkuComponentGpu - 680, // 773: forge.SkuComponents.ethernet_devices:type_name -> forge.SkuComponentEthernetDevices - 681, // 774: forge.SkuComponents.infiniband_devices:type_name -> forge.SkuComponentInfinibandDevices - 682, // 775: forge.SkuComponents.storage:type_name -> forge.SkuComponentStorage - 684, // 776: forge.SkuComponents.memory:type_name -> forge.SkuComponentMemory - 685, // 777: forge.SkuComponents.tpm:type_name -> forge.SkuComponentTpm - 957, // 778: forge.Sku.created:type_name -> google.protobuf.Timestamp - 686, // 779: forge.Sku.components:type_name -> forge.SkuComponents - 956, // 780: forge.Sku.associated_machine_ids:type_name -> common.MachineId - 956, // 781: forge.SkuMachinePair.machine_id:type_name -> common.MachineId - 956, // 782: forge.RemoveSkuRequest.machine_id:type_name -> common.MachineId - 687, // 783: forge.SkuList.skus:type_name -> forge.Sku - 957, // 784: forge.SkuStatus.verify_request_time:type_name -> google.protobuf.Timestamp - 957, // 785: forge.SkuStatus.last_match_attempt:type_name -> google.protobuf.Timestamp - 957, // 786: forge.SkuStatus.last_generate_attempt:type_name -> google.protobuf.Timestamp - 985, // 787: forge.DpaInterface.id:type_name -> common.DpaInterfaceId - 956, // 788: forge.DpaInterface.machine_id:type_name -> common.MachineId - 957, // 789: forge.DpaInterface.created:type_name -> google.protobuf.Timestamp - 957, // 790: forge.DpaInterface.updated:type_name -> google.protobuf.Timestamp - 957, // 791: forge.DpaInterface.deleted:type_name -> google.protobuf.Timestamp - 215, // 792: forge.DpaInterface.history:type_name -> forge.StateHistoryRecord - 957, // 793: forge.DpaInterface.last_hb_time:type_name -> google.protobuf.Timestamp - 59, // 794: forge.DpaInterface.interface_type:type_name -> forge.DpaInterfaceType - 956, // 795: forge.DpaInterfaceCreationRequest.machine_id:type_name -> common.MachineId - 59, // 796: forge.DpaInterfaceCreationRequest.interface_type:type_name -> forge.DpaInterfaceType - 985, // 797: forge.DpaInterfaceIdList.ids:type_name -> common.DpaInterfaceId - 985, // 798: forge.DpaInterfacesByIdsRequest.ids:type_name -> common.DpaInterfaceId - 695, // 799: forge.DpaInterfaceList.interfaces:type_name -> forge.DpaInterface - 985, // 800: forge.DpaNetworkObservationSetRequest.id:type_name -> common.DpaInterfaceId - 985, // 801: forge.DpaInterfaceDeletionRequest.id:type_name -> common.DpaInterfaceId - 956, // 802: forge.PowerOptionRequest.machine_id:type_name -> common.MachineId - 956, // 803: forge.PowerOptionUpdateRequest.machine_id:type_name -> common.MachineId - 60, // 804: forge.PowerOptionUpdateRequest.power_state:type_name -> forge.PowerState - 60, // 805: forge.PowerOptions.desired_state:type_name -> forge.PowerState - 957, // 806: forge.PowerOptions.desired_state_updated_at:type_name -> google.protobuf.Timestamp - 60, // 807: forge.PowerOptions.actual_state:type_name -> forge.PowerState - 957, // 808: forge.PowerOptions.actual_state_updated_at:type_name -> google.protobuf.Timestamp - 956, // 809: forge.PowerOptions.host_id:type_name -> common.MachineId - 957, // 810: forge.PowerOptions.next_power_state_fetch_at:type_name -> google.protobuf.Timestamp - 957, // 811: forge.PowerOptions.tried_triggering_on_at:type_name -> google.protobuf.Timestamp - 957, // 812: forge.PowerOptions.wait_until_time_before_performing_next_power_action:type_name -> google.protobuf.Timestamp - 706, // 813: forge.PowerOptionResponse.response:type_name -> forge.PowerOptions - 986, // 814: forge.ComputeAllocation.id:type_name -> common.ComputeAllocationId - 708, // 815: forge.ComputeAllocation.attributes:type_name -> forge.ComputeAllocationAttributes - 251, // 816: forge.ComputeAllocation.metadata:type_name -> forge.Metadata - 986, // 817: forge.CreateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId - 251, // 818: forge.CreateComputeAllocationRequest.metadata:type_name -> forge.Metadata - 708, // 819: forge.CreateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes - 709, // 820: forge.CreateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation - 986, // 821: forge.FindComputeAllocationIdsResponse.ids:type_name -> common.ComputeAllocationId - 986, // 822: forge.FindComputeAllocationsByIdsRequest.ids:type_name -> common.ComputeAllocationId - 709, // 823: forge.FindComputeAllocationsByIdsResponse.allocations:type_name -> forge.ComputeAllocation - 709, // 824: forge.UpdateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation - 986, // 825: forge.UpdateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId - 251, // 826: forge.UpdateComputeAllocationRequest.metadata:type_name -> forge.Metadata - 708, // 827: forge.UpdateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes - 986, // 828: forge.DeleteComputeAllocationRequest.id:type_name -> common.ComputeAllocationId - 727, // 829: forge.GetRackResponse.rack:type_name -> forge.Rack - 727, // 830: forge.RackList.racks:type_name -> forge.Rack - 250, // 831: forge.RackSearchFilter.label:type_name -> forge.Label - 965, // 832: forge.RackIdList.rack_ids:type_name -> common.RackId - 965, // 833: forge.RacksByIdsRequest.rack_ids:type_name -> common.RackId - 965, // 834: forge.Rack.id:type_name -> common.RackId - 957, // 835: forge.Rack.created:type_name -> google.protobuf.Timestamp - 957, // 836: forge.Rack.updated:type_name -> google.protobuf.Timestamp - 957, // 837: forge.Rack.deleted:type_name -> google.protobuf.Timestamp - 251, // 838: forge.Rack.metadata:type_name -> forge.Metadata - 728, // 839: forge.Rack.config:type_name -> forge.RackConfig - 729, // 840: forge.Rack.status:type_name -> forge.RackStatus - 963, // 841: forge.RackStatus.health:type_name -> health.HealthReport - 335, // 842: forge.RackStatus.health_sources:type_name -> forge.HealthSourceOrigin - 87, // 843: forge.RackStatus.lifecycle:type_name -> forge.LifecycleStatus - 965, // 844: forge.RackStateHistoriesRequest.rack_ids:type_name -> common.RackId - 965, // 845: forge.AdminForceDeleteRackRequest.rack_id:type_name -> common.RackId - 734, // 846: forge.RackCapabilitiesSet.compute:type_name -> forge.RackCapabilityCompute - 735, // 847: forge.RackCapabilitiesSet.switch:type_name -> forge.RackCapabilitySwitch - 736, // 848: forge.RackCapabilitiesSet.power_shelf:type_name -> forge.RackCapabilityPowerShelf - 987, // 849: forge.RackProfile.rack_hardware_type:type_name -> common.RackHardwareType - 61, // 850: forge.RackProfile.rack_hardware_topology:type_name -> forge.RackHardwareTopology - 63, // 851: forge.RackProfile.rack_hardware_class:type_name -> forge.RackHardwareClass - 737, // 852: forge.RackProfile.capabilities:type_name -> forge.RackCapabilitiesSet - 62, // 853: forge.RackProfile.product_family:type_name -> forge.RackProductFamily - 965, // 854: forge.GetRackProfileRequest.rack_id:type_name -> common.RackId - 965, // 855: forge.GetRackProfileResponse.rack_id:type_name -> common.RackId - 968, // 856: forge.GetRackProfileResponse.rack_profile_id:type_name -> common.RackProfileId - 738, // 857: forge.GetRackProfileResponse.profile:type_name -> forge.RackProfile - 64, // 858: forge.RackManagerForgeRequest.cmd:type_name -> forge.RackManagerForgeCmd - 976, // 859: forge.MachineNVLinkInfo.domain_uuid:type_name -> common.NVLinkDomainId - 747, // 860: forge.MachineNVLinkInfo.gpus:type_name -> forge.NVLinkGpu - 956, // 861: forge.UpdateMachineNvLinkInfoRequest.machine_id:type_name -> common.MachineId - 743, // 862: forge.UpdateMachineNvLinkInfoRequest.nvlink_info:type_name -> forge.MachineNVLinkInfo - 746, // 863: forge.MachineSpxStatusObservation.attachment_status:type_name -> forge.MachineSpxAttachmentStatusObservation - 957, // 864: forge.MachineSpxStatusObservation.observed_at:type_name -> google.protobuf.Timestamp - 975, // 865: forge.MachineSpxAttachmentStatusObservation.partition_id:type_name -> common.SpxPartitionId - 15, // 866: forge.MachineSpxAttachmentStatusObservation.attachment_type:type_name -> forge.SpxAttachmentType - 957, // 867: forge.MachineSpxAttachmentStatusObservation.observed_at:type_name -> google.protobuf.Timestamp - 749, // 868: forge.MachineNVLinkStatusObservation.gpu_status:type_name -> forge.MachineNVLinkGpuStatusObservation - 988, // 869: forge.MachineNVLinkGpuStatusObservation.partition_id:type_name -> common.NVLinkPartitionId - 959, // 870: forge.MachineNVLinkGpuStatusObservation.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 976, // 871: forge.MachineNVLinkGpuStatusObservation.domain_id:type_name -> common.NVLinkDomainId - 65, // 872: forge.NmxcBrowseRequest.operation:type_name -> forge.NmxcBrowseOperation - 954, // 873: forge.NmxcBrowseResponse.headers:type_name -> forge.NmxcBrowseResponse.HeadersEntry - 988, // 874: forge.NVLinkPartition.id:type_name -> common.NVLinkPartitionId - 976, // 875: forge.NVLinkPartition.domain_uuid:type_name -> common.NVLinkDomainId - 959, // 876: forge.NVLinkPartition.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId - 752, // 877: forge.NVLinkPartitionList.partitions:type_name -> forge.NVLinkPartition - 966, // 878: forge.NVLinkPartitionQuery.id:type_name -> common.UUID - 754, // 879: forge.NVLinkPartitionQuery.search_config:type_name -> forge.NVLinkPartitionSearchConfig - 988, // 880: forge.NVLinkPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkPartitionId - 988, // 881: forge.NVLinkPartitionIdList.partition_ids:type_name -> common.NVLinkPartitionId - 251, // 882: forge.NVLinkLogicalPartitionConfig.metadata:type_name -> forge.Metadata - 7, // 883: forge.NVLinkLogicalPartitionStatus.state:type_name -> forge.TenantState - 959, // 884: forge.NVLinkLogicalPartition.id:type_name -> common.NVLinkLogicalPartitionId - 760, // 885: forge.NVLinkLogicalPartition.config:type_name -> forge.NVLinkLogicalPartitionConfig - 761, // 886: forge.NVLinkLogicalPartition.status:type_name -> forge.NVLinkLogicalPartitionStatus - 957, // 887: forge.NVLinkLogicalPartition.created:type_name -> google.protobuf.Timestamp - 762, // 888: forge.NVLinkLogicalPartitionList.partitions:type_name -> forge.NVLinkLogicalPartition - 760, // 889: forge.NVLinkLogicalPartitionCreationRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig - 959, // 890: forge.NVLinkLogicalPartitionCreationRequest.id:type_name -> common.NVLinkLogicalPartitionId - 959, // 891: forge.NVLinkLogicalPartitionDeletionRequest.id:type_name -> common.NVLinkLogicalPartitionId - 959, // 892: forge.NVLinkLogicalPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkLogicalPartitionId - 959, // 893: forge.NVLinkLogicalPartitionIdList.partition_ids:type_name -> common.NVLinkLogicalPartitionId - 959, // 894: forge.NVLinkLogicalPartitionUpdateRequest.id:type_name -> common.NVLinkLogicalPartitionId - 760, // 895: forge.NVLinkLogicalPartitionUpdateRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig - 362, // 896: forge.CreateBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 362, // 897: forge.DeleteBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest - 956, // 898: forge.SetFirmwareUpdateTimeWindowRequest.machine_ids:type_name -> common.MachineId - 957, // 899: forge.SetFirmwareUpdateTimeWindowRequest.start_timestamp:type_name -> google.protobuf.Timestamp - 957, // 900: forge.SetFirmwareUpdateTimeWindowRequest.end_timestamp:type_name -> google.protobuf.Timestamp - 780, // 901: forge.ListHostFirmwareResponse.available:type_name -> forge.AvailableHostFirmware - 66, // 902: forge.TrimTableRequest.target:type_name -> forge.TrimTableTarget - 783, // 903: forge.NvlinkNmxcEndpointList.entries:type_name -> forge.NvlinkNmxcEndpoint - 251, // 904: forge.CreateRemediationRequest.metadata:type_name -> forge.Metadata - 989, // 905: forge.CreateRemediationResponse.remediation_id:type_name -> common.RemediationId - 989, // 906: forge.RemediationIdList.remediation_ids:type_name -> common.RemediationId - 790, // 907: forge.RemediationList.remediations:type_name -> forge.Remediation - 989, // 908: forge.Remediation.id:type_name -> common.RemediationId - 251, // 909: forge.Remediation.metadata:type_name -> forge.Metadata - 957, // 910: forge.Remediation.creation_time:type_name -> google.protobuf.Timestamp - 989, // 911: forge.ApproveRemediationRequest.remediation_id:type_name -> common.RemediationId - 989, // 912: forge.RevokeRemediationRequest.remediation_id:type_name -> common.RemediationId - 989, // 913: forge.EnableRemediationRequest.remediation_id:type_name -> common.RemediationId - 989, // 914: forge.DisableRemediationRequest.remediation_id:type_name -> common.RemediationId - 989, // 915: forge.FindAppliedRemediationIdsRequest.remediation_id:type_name -> common.RemediationId - 956, // 916: forge.FindAppliedRemediationIdsRequest.dpu_machine_id:type_name -> common.MachineId - 989, // 917: forge.AppliedRemediationIdList.remediation_ids:type_name -> common.RemediationId - 956, // 918: forge.AppliedRemediationIdList.dpu_machine_ids:type_name -> common.MachineId - 989, // 919: forge.FindAppliedRemediationsRequest.remediation_id:type_name -> common.RemediationId - 956, // 920: forge.FindAppliedRemediationsRequest.dpu_machine_id:type_name -> common.MachineId - 989, // 921: forge.AppliedRemediation.remediation_id:type_name -> common.RemediationId - 956, // 922: forge.AppliedRemediation.dpu_machine_id:type_name -> common.MachineId - 957, // 923: forge.AppliedRemediation.applied_time:type_name -> google.protobuf.Timestamp - 251, // 924: forge.AppliedRemediation.metadata:type_name -> forge.Metadata - 798, // 925: forge.AppliedRemediationList.applied_remediations:type_name -> forge.AppliedRemediation - 956, // 926: forge.GetNextRemediationForMachineRequest.dpu_machine_id:type_name -> common.MachineId - 989, // 927: forge.GetNextRemediationForMachineResponse.remediation_id:type_name -> common.RemediationId - 989, // 928: forge.RemediationAppliedRequest.remediation_id:type_name -> common.RemediationId - 956, // 929: forge.RemediationAppliedRequest.dpu_machine_id:type_name -> common.MachineId - 803, // 930: forge.RemediationAppliedRequest.status:type_name -> forge.RemediationApplicationStatus - 251, // 931: forge.RemediationApplicationStatus.metadata:type_name -> forge.Metadata - 956, // 932: forge.SetPrimaryDpuRequest.host_machine_id:type_name -> common.MachineId - 956, // 933: forge.SetPrimaryDpuRequest.dpu_machine_id:type_name -> common.MachineId - 956, // 934: forge.SetPrimaryInterfaceRequest.host_machine_id:type_name -> common.MachineId - 977, // 935: forge.SetPrimaryInterfaceRequest.interface_id:type_name -> common.MachineInterfaceId - 806, // 936: forge.DpuExtensionServiceCredential.username_password:type_name -> forge.UsernamePassword - 827, // 937: forge.DpuExtensionServiceVersionInfo.observability:type_name -> forge.DpuExtensionServiceObservability - 67, // 938: forge.DpuExtensionService.service_type:type_name -> forge.DpuExtensionServiceType - 809, // 939: forge.DpuExtensionService.latest_version_info:type_name -> forge.DpuExtensionServiceVersionInfo - 67, // 940: forge.CreateDpuExtensionServiceRequest.service_type:type_name -> forge.DpuExtensionServiceType - 808, // 941: forge.CreateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential - 827, // 942: forge.CreateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability - 808, // 943: forge.UpdateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential - 827, // 944: forge.UpdateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability - 67, // 945: forge.DpuExtensionServiceSearchFilter.service_type:type_name -> forge.DpuExtensionServiceType - 810, // 946: forge.DpuExtensionServiceList.services:type_name -> forge.DpuExtensionService - 809, // 947: forge.DpuExtensionServiceVersionInfoList.version_infos:type_name -> forge.DpuExtensionServiceVersionInfo - 823, // 948: forge.FindInstancesByDpuExtensionServiceResponse.instances:type_name -> forge.InstanceDpuExtensionServiceInfo - 824, // 949: forge.DpuExtensionServiceObservabilityConfig.prometheus:type_name -> forge.DpuExtensionServiceObservabilityConfigPrometheus - 825, // 950: forge.DpuExtensionServiceObservabilityConfig.logging:type_name -> forge.DpuExtensionServiceObservabilityConfigLogging - 826, // 951: forge.DpuExtensionServiceObservability.configs:type_name -> forge.DpuExtensionServiceObservabilityConfig - 966, // 952: forge.ScoutStreamApiBoundMessage.flow_uuid:type_name -> common.UUID - 830, // 953: forge.ScoutStreamApiBoundMessage.init:type_name -> forge.ScoutStreamInitRequest - 990, // 954: forge.ScoutStreamApiBoundMessage.mlx_device_lockdown_response:type_name -> mlx_device.MlxDeviceLockdownResponse - 991, // 955: forge.ScoutStreamApiBoundMessage.mlx_device_profile_sync_response:type_name -> mlx_device.MlxDeviceProfileSyncResponse - 992, // 956: forge.ScoutStreamApiBoundMessage.mlx_device_profile_compare_response:type_name -> mlx_device.MlxDeviceProfileCompareResponse - 993, // 957: forge.ScoutStreamApiBoundMessage.mlx_device_info_device_response:type_name -> mlx_device.MlxDeviceInfoDeviceResponse - 994, // 958: forge.ScoutStreamApiBoundMessage.mlx_device_info_report_response:type_name -> mlx_device.MlxDeviceInfoReportResponse - 995, // 959: forge.ScoutStreamApiBoundMessage.mlx_device_registry_list_response:type_name -> mlx_device.MlxDeviceRegistryListResponse - 996, // 960: forge.ScoutStreamApiBoundMessage.mlx_device_registry_show_response:type_name -> mlx_device.MlxDeviceRegistryShowResponse - 997, // 961: forge.ScoutStreamApiBoundMessage.mlx_device_config_query_response:type_name -> mlx_device.MlxDeviceConfigQueryResponse - 998, // 962: forge.ScoutStreamApiBoundMessage.mlx_device_config_set_response:type_name -> mlx_device.MlxDeviceConfigSetResponse - 999, // 963: forge.ScoutStreamApiBoundMessage.mlx_device_config_sync_response:type_name -> mlx_device.MlxDeviceConfigSyncResponse - 1000, // 964: forge.ScoutStreamApiBoundMessage.mlx_device_config_compare_response:type_name -> mlx_device.MlxDeviceConfigCompareResponse - 838, // 965: forge.ScoutStreamApiBoundMessage.scout_stream_agent_ping_response:type_name -> forge.ScoutStreamAgentPingResponse - 966, // 966: forge.ScoutStreamScoutBoundMessage.flow_uuid:type_name -> common.UUID - 1001, // 967: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_lock_request:type_name -> mlx_device.MlxDeviceLockdownLockRequest - 1002, // 968: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_unlock_request:type_name -> mlx_device.MlxDeviceLockdownUnlockRequest - 1003, // 969: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_status_request:type_name -> mlx_device.MlxDeviceLockdownStatusRequest - 1004, // 970: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_sync_request:type_name -> mlx_device.MlxDeviceProfileSyncRequest - 1005, // 971: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_compare_request:type_name -> mlx_device.MlxDeviceProfileCompareRequest - 1006, // 972: forge.ScoutStreamScoutBoundMessage.mlx_device_info_device_request:type_name -> mlx_device.MlxDeviceInfoDeviceRequest - 1007, // 973: forge.ScoutStreamScoutBoundMessage.mlx_device_info_report_request:type_name -> mlx_device.MlxDeviceInfoReportRequest - 1008, // 974: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_list_request:type_name -> mlx_device.MlxDeviceRegistryListRequest - 1009, // 975: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_show_request:type_name -> mlx_device.MlxDeviceRegistryShowRequest - 1010, // 976: forge.ScoutStreamScoutBoundMessage.mlx_device_config_query_request:type_name -> mlx_device.MlxDeviceConfigQueryRequest - 1011, // 977: forge.ScoutStreamScoutBoundMessage.mlx_device_config_set_request:type_name -> mlx_device.MlxDeviceConfigSetRequest - 1012, // 978: forge.ScoutStreamScoutBoundMessage.mlx_device_config_sync_request:type_name -> mlx_device.MlxDeviceConfigSyncRequest - 1013, // 979: forge.ScoutStreamScoutBoundMessage.mlx_device_config_compare_request:type_name -> mlx_device.MlxDeviceConfigCompareRequest - 837, // 980: forge.ScoutStreamScoutBoundMessage.scout_stream_agent_ping_request:type_name -> forge.ScoutStreamAgentPingRequest - 956, // 981: forge.ScoutStreamInitRequest.machine_id:type_name -> common.MachineId - 839, // 982: forge.ScoutStreamShowConnectionsResponse.scout_stream_connections:type_name -> forge.ScoutStreamConnectionInfo - 956, // 983: forge.ScoutStreamDisconnectRequest.machine_id:type_name -> common.MachineId - 956, // 984: forge.ScoutStreamDisconnectResponse.machine_id:type_name -> common.MachineId - 956, // 985: forge.ScoutStreamAdminPingRequest.machine_id:type_name -> common.MachineId - 840, // 986: forge.ScoutStreamAgentPingResponse.error:type_name -> forge.ScoutStreamError - 956, // 987: forge.ScoutStreamConnectionInfo.machine_id:type_name -> common.MachineId - 69, // 988: forge.ScoutStreamError.status:type_name -> forge.ScoutStreamErrorStatus - 982, // 989: forge.RoutingProfile.route_target_imports:type_name -> common.RouteTarget - 982, // 990: forge.RoutingProfile.route_targets_on_exports:type_name -> common.RouteTarget - 841, // 991: forge.RoutingProfile.accepted_leaks_from_underlay:type_name -> forge.PrefixFilterPolicyEntry - 841, // 992: forge.RoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry - 969, // 993: forge.DomainLegacy.id:type_name -> common.DomainId - 957, // 994: forge.DomainLegacy.created:type_name -> google.protobuf.Timestamp - 957, // 995: forge.DomainLegacy.updated:type_name -> google.protobuf.Timestamp - 957, // 996: forge.DomainLegacy.deleted:type_name -> google.protobuf.Timestamp - 843, // 997: forge.DomainListLegacy.domains:type_name -> forge.DomainLegacy - 969, // 998: forge.DomainDeletionLegacy.id:type_name -> common.DomainId - 969, // 999: forge.DomainSearchQueryLegacy.id:type_name -> common.DomainId - 1014, // 1000: forge.PxeDomain.new_domain:type_name -> dns.Domain - 843, // 1001: forge.PxeDomain.legacy_domain:type_name -> forge.DomainLegacy - 956, // 1002: forge.MachinePositionQuery.machine_ids:type_name -> common.MachineId - 851, // 1003: forge.MachinePositionInfoList.machine_position_info:type_name -> forge.MachinePositionInfo - 956, // 1004: forge.MachinePositionInfo.machine_id:type_name -> common.MachineId - 967, // 1005: forge.MachinePositionInfo.switch_id:type_name -> common.SwitchId - 964, // 1006: forge.MachinePositionInfo.power_shelf_id:type_name -> common.PowerShelfId - 956, // 1007: forge.ModifyDPFStateRequest.machine_id:type_name -> common.MachineId - 955, // 1008: forge.DPFStateResponse.dpf_states:type_name -> forge.DPFStateResponse.DPFState - 956, // 1009: forge.GetDPFStateRequest.machine_ids:type_name -> common.MachineId - 956, // 1010: forge.GetDPFHostSnapshotRequest.host_machine_id:type_name -> common.MachineId - 858, // 1011: forge.DPFServiceVersionsResponse.services:type_name -> forge.DPFServiceVersion - 70, // 1012: forge.ComponentResult.status:type_name -> forge.ComponentManagerStatusCode - 967, // 1013: forge.SwitchIdList.ids:type_name -> common.SwitchId - 964, // 1014: forge.PowerShelfIdList.ids:type_name -> common.PowerShelfId - 1015, // 1015: forge.GetComponentInventoryRequest.machine_ids:type_name -> common.MachineIdList - 861, // 1016: forge.GetComponentInventoryRequest.switch_ids:type_name -> forge.SwitchIdList - 862, // 1017: forge.GetComponentInventoryRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 860, // 1018: forge.ComponentInventoryEntry.result:type_name -> forge.ComponentResult - 1016, // 1019: forge.ComponentInventoryEntry.report:type_name -> site_explorer.EndpointExplorationReport - 864, // 1020: forge.GetComponentInventoryResponse.entries:type_name -> forge.ComponentInventoryEntry - 1015, // 1021: forge.ComponentPowerControlRequest.machine_ids:type_name -> common.MachineIdList - 861, // 1022: forge.ComponentPowerControlRequest.switch_ids:type_name -> forge.SwitchIdList - 862, // 1023: forge.ComponentPowerControlRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 1017, // 1024: forge.ComponentPowerControlRequest.action:type_name -> common.SystemPowerControl - 860, // 1025: forge.ComponentPowerControlResponse.results:type_name -> forge.ComponentResult - 860, // 1026: forge.FirmwareUpdateStatus.result:type_name -> forge.ComponentResult - 71, // 1027: forge.FirmwareUpdateStatus.state:type_name -> forge.FirmwareUpdateState - 957, // 1028: forge.FirmwareUpdateStatus.updated_at:type_name -> google.protobuf.Timestamp - 1015, // 1029: forge.UpdateComputeTrayFirmwareTarget.machine_ids:type_name -> common.MachineIdList - 74, // 1030: forge.UpdateComputeTrayFirmwareTarget.components:type_name -> forge.ComputeTrayComponent - 861, // 1031: forge.UpdateSwitchFirmwareTarget.switch_ids:type_name -> forge.SwitchIdList - 72, // 1032: forge.UpdateSwitchFirmwareTarget.components:type_name -> forge.NvSwitchComponent - 862, // 1033: forge.UpdatePowerShelfFirmwareTarget.power_shelf_ids:type_name -> forge.PowerShelfIdList - 73, // 1034: forge.UpdatePowerShelfFirmwareTarget.components:type_name -> forge.PowerShelfComponent - 725, // 1035: forge.UpdateFirmwareObjectTarget.rack_ids:type_name -> forge.RackIdList - 869, // 1036: forge.UpdateComponentFirmwareRequest.compute_trays:type_name -> forge.UpdateComputeTrayFirmwareTarget - 870, // 1037: forge.UpdateComponentFirmwareRequest.switches:type_name -> forge.UpdateSwitchFirmwareTarget - 871, // 1038: forge.UpdateComponentFirmwareRequest.power_shelves:type_name -> forge.UpdatePowerShelfFirmwareTarget - 872, // 1039: forge.UpdateComponentFirmwareRequest.racks:type_name -> forge.UpdateFirmwareObjectTarget - 860, // 1040: forge.UpdateComponentFirmwareResponse.results:type_name -> forge.ComponentResult - 1015, // 1041: forge.GetComponentFirmwareStatusRequest.machine_ids:type_name -> common.MachineIdList - 861, // 1042: forge.GetComponentFirmwareStatusRequest.switch_ids:type_name -> forge.SwitchIdList - 862, // 1043: forge.GetComponentFirmwareStatusRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 725, // 1044: forge.GetComponentFirmwareStatusRequest.rack_ids:type_name -> forge.RackIdList - 868, // 1045: forge.GetComponentFirmwareStatusResponse.statuses:type_name -> forge.FirmwareUpdateStatus - 1015, // 1046: forge.ListComponentFirmwareVersionsRequest.machine_ids:type_name -> common.MachineIdList - 861, // 1047: forge.ListComponentFirmwareVersionsRequest.switch_ids:type_name -> forge.SwitchIdList - 862, // 1048: forge.ListComponentFirmwareVersionsRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList - 725, // 1049: forge.ListComponentFirmwareVersionsRequest.rack_ids:type_name -> forge.RackIdList - 74, // 1050: forge.ComputeTrayFirmwareVersions.component:type_name -> forge.ComputeTrayComponent - 860, // 1051: forge.DeviceFirmwareVersions.result:type_name -> forge.ComponentResult - 878, // 1052: forge.DeviceFirmwareVersions.compute_fw_versions:type_name -> forge.ComputeTrayFirmwareVersions - 879, // 1053: forge.ListComponentFirmwareVersionsResponse.devices:type_name -> forge.DeviceFirmwareVersions - 251, // 1054: forge.SpxPartitionCreationRequest.metadata:type_name -> forge.Metadata - 975, // 1055: forge.SpxPartitionCreationRequest.id:type_name -> common.SpxPartitionId - 251, // 1056: forge.SpxPartition.metadata:type_name -> forge.Metadata - 975, // 1057: forge.SpxPartition.id:type_name -> common.SpxPartitionId - 975, // 1058: forge.SpxPartitionIdList.spx_partition_ids:type_name -> common.SpxPartitionId - 975, // 1059: forge.SpxPartitionDeletionRequest.id:type_name -> common.SpxPartitionId - 250, // 1060: forge.SpxPartitionSearchFilter.label:type_name -> forge.Label - 882, // 1061: forge.SpxPartitionList.spx_partitions:type_name -> forge.SpxPartition - 975, // 1062: forge.SpxPartitionsByIdsRequest.spx_partition_ids:type_name -> common.SpxPartitionId - 967, // 1063: forge.AdminForceDeleteSwitchRequest.switch_id:type_name -> common.SwitchId - 964, // 1064: forge.AdminForceDeletePowerShelfRequest.power_shelf_id:type_name -> common.PowerShelfId - 974, // 1065: forge.OperatingSystem.id:type_name -> common.OperatingSystemId - 75, // 1066: forge.OperatingSystem.type:type_name -> forge.OperatingSystemType - 7, // 1067: forge.OperatingSystem.status:type_name -> forge.TenantState - 973, // 1068: forge.OperatingSystem.ipxe_template_id:type_name -> common.IpxeTemplateId - 258, // 1069: forge.OperatingSystem.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter - 259, // 1070: forge.OperatingSystem.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact - 974, // 1071: forge.CreateOperatingSystemRequest.id:type_name -> common.OperatingSystemId - 973, // 1072: forge.CreateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId - 258, // 1073: forge.CreateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter - 259, // 1074: forge.CreateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact - 258, // 1075: forge.IpxeTemplateParameters.items:type_name -> forge.IpxeTemplateParameter - 259, // 1076: forge.IpxeTemplateArtifacts.items:type_name -> forge.IpxeTemplateArtifact - 974, // 1077: forge.UpdateOperatingSystemRequest.id:type_name -> common.OperatingSystemId - 973, // 1078: forge.UpdateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId - 895, // 1079: forge.UpdateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameters - 896, // 1080: forge.UpdateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifacts - 974, // 1081: forge.DeleteOperatingSystemRequest.id:type_name -> common.OperatingSystemId - 974, // 1082: forge.OperatingSystemIdList.ids:type_name -> common.OperatingSystemId - 974, // 1083: forge.OperatingSystemsByIdsRequest.ids:type_name -> common.OperatingSystemId - 893, // 1084: forge.OperatingSystemList.operating_systems:type_name -> forge.OperatingSystem - 974, // 1085: forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest.id:type_name -> common.OperatingSystemId - 259, // 1086: forge.IpxeTemplateArtifactList.artifacts:type_name -> forge.IpxeTemplateArtifact - 974, // 1087: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.id:type_name -> common.OperatingSystemId - 906, // 1088: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.updates:type_name -> forge.IpxeTemplateArtifactUpdateRequest - 956, // 1089: forge.GetMachineBootInterfacesRequest.machine_id:type_name -> common.MachineId - 957, // 1090: forge.RetainedBootInterface.recorded_at:type_name -> google.protobuf.Timestamp - 956, // 1091: forge.GetMachineBootInterfacesResponse.machine_id:type_name -> common.MachineId - 912, // 1092: forge.GetMachineBootInterfacesResponse.machine_interfaces:type_name -> forge.MachineInterfaceBootInterface - 913, // 1093: forge.GetMachineBootInterfacesResponse.predicted_interfaces:type_name -> forge.PredictedBootInterface - 914, // 1094: forge.GetMachineBootInterfacesResponse.explored_endpoints:type_name -> forge.ExploredBootInterface - 915, // 1095: forge.GetMachineBootInterfacesResponse.retained_interfaces:type_name -> forge.RetainedBootInterface - 920, // 1096: forge.DNSMessage.DNSResponse.rrs:type_name -> forge.DNSMessage.DNSResponse.DNSRR - 216, // 1097: forge.StateHistories.HistoriesEntry.value:type_name -> forge.StateHistoryRecords - 303, // 1098: forge.MachineStateHistories.HistoriesEntry.value:type_name -> forge.MachineStateHistoryRecords - 306, // 1099: forge.HealthHistories.HistoriesEntry.value:type_name -> forge.HealthHistoryRecords - 908, // 1100: forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry.value:type_name -> forge.HostRepresentorInterceptBridging - 78, // 1101: forge.MachineCredentialsUpdateRequest.Credentials.credential_purpose:type_name -> forge.MachineCredentialsUpdateRequest.CredentialPurpose - 945, // 1102: forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.pair:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.KeyValuePair - 983, // 1103: forge.ForgeAgentControlResponse.MachineValidation.validation_id:type_name -> common.MachineValidationId - 936, // 1104: forge.ForgeAgentControlResponse.MachineValidation.filter:type_name -> forge.ForgeAgentControlResponse.MachineValidationFilter - 980, // 1105: forge.ForgeAgentControlResponse.MachineValidationFilter.contexts:type_name -> common.StringList - 938, // 1106: forge.ForgeAgentControlResponse.MlxAction.device_actions:type_name -> forge.ForgeAgentControlResponse.MlxDeviceAction - 939, // 1107: forge.ForgeAgentControlResponse.MlxDeviceAction.noop:type_name -> forge.ForgeAgentControlResponse.MlxDeviceNoop - 940, // 1108: forge.ForgeAgentControlResponse.MlxDeviceAction.lock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceLock - 941, // 1109: forge.ForgeAgentControlResponse.MlxDeviceAction.unlock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceUnlock - 942, // 1110: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_profile:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyProfile - 943, // 1111: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_firmware:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware - 1018, // 1112: forge.ForgeAgentControlResponse.MlxDeviceApplyProfile.serialized_profile:type_name -> mlx_device.SerializableMlxConfigProfile - 1019, // 1113: forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware.profile:type_name -> mlx_device.FirmwareFlasherProfile - 1020, // 1114: forge.ForgeAgentControlResponse.FirmwareUpgrade.task:type_name -> scout_firmware_upgrade.ScoutFirmwareUpgradeTask - 80, // 1115: forge.MachineCleanupInfo.CleanupStepResult.result:type_name -> forge.MachineCleanupInfo.CleanupResult - 956, // 1116: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.id:type_name -> common.MachineId - 957, // 1117: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp - 957, // 1118: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp - 956, // 1119: forge.HostReprovisioningListResponse.HostReprovisioningListItem.id:type_name -> common.MachineId - 957, // 1120: forge.HostReprovisioningListResponse.HostReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp - 957, // 1121: forge.HostReprovisioningListResponse.HostReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp - 956, // 1122: forge.DPFStateResponse.DPFState.machine_id:type_name -> common.MachineId - 130, // 1123: forge.Forge.Version:input_type -> forge.VersionRequest - 1021, // 1124: forge.Forge.CreateDomain:input_type -> dns.CreateDomainRequest - 1022, // 1125: forge.Forge.UpdateDomain:input_type -> dns.UpdateDomainRequest - 1023, // 1126: forge.Forge.DeleteDomain:input_type -> dns.DomainDeletionRequest - 1024, // 1127: forge.Forge.FindDomain:input_type -> dns.DomainSearchQuery - 843, // 1128: forge.Forge.CreateDomainLegacy:input_type -> forge.DomainLegacy - 843, // 1129: forge.Forge.UpdateDomainLegacy:input_type -> forge.DomainLegacy - 845, // 1130: forge.Forge.DeleteDomainLegacy:input_type -> forge.DomainDeletionLegacy - 847, // 1131: forge.Forge.FindDomainLegacy:input_type -> forge.DomainSearchQueryLegacy - 149, // 1132: forge.Forge.CreateVpc:input_type -> forge.VpcCreationRequest - 150, // 1133: forge.Forge.UpdateVpc:input_type -> forge.VpcUpdateRequest - 152, // 1134: forge.Forge.UpdateVpcVirtualization:input_type -> forge.VpcUpdateVirtualizationRequest - 154, // 1135: forge.Forge.DeleteVpc:input_type -> forge.VpcDeletionRequest - 142, // 1136: forge.Forge.FindVpcIds:input_type -> forge.VpcSearchFilter - 144, // 1137: forge.Forge.FindVpcsByIds:input_type -> forge.VpcsByIdsRequest - 881, // 1138: forge.Forge.CreateSpxPartition:input_type -> forge.SpxPartitionCreationRequest - 884, // 1139: forge.Forge.DeleteSpxPartition:input_type -> forge.SpxPartitionDeletionRequest - 886, // 1140: forge.Forge.FindSpxPartitionIds:input_type -> forge.SpxPartitionSearchFilter - 888, // 1141: forge.Forge.FindSpxPartitionsByIds:input_type -> forge.SpxPartitionsByIdsRequest - 160, // 1142: forge.Forge.CreateVpcPrefix:input_type -> forge.VpcPrefixCreationRequest - 161, // 1143: forge.Forge.SearchVpcPrefixes:input_type -> forge.VpcPrefixSearchQuery - 162, // 1144: forge.Forge.GetVpcPrefixes:input_type -> forge.VpcPrefixGetRequest - 165, // 1145: forge.Forge.UpdateVpcPrefix:input_type -> forge.VpcPrefixUpdateRequest - 166, // 1146: forge.Forge.DeleteVpcPrefix:input_type -> forge.VpcPrefixDeletionRequest - 172, // 1147: forge.Forge.CreateVpcPeering:input_type -> forge.VpcPeeringCreationRequest - 173, // 1148: forge.Forge.FindVpcPeeringIds:input_type -> forge.VpcPeeringSearchFilter - 174, // 1149: forge.Forge.FindVpcPeeringsByIds:input_type -> forge.VpcPeeringsByIdsRequest - 175, // 1150: forge.Forge.DeleteVpcPeering:input_type -> forge.VpcPeeringDeletionRequest - 242, // 1151: forge.Forge.FindNetworkSegmentIds:input_type -> forge.NetworkSegmentSearchFilter - 244, // 1152: forge.Forge.FindNetworkSegmentsByIds:input_type -> forge.NetworkSegmentsByIdsRequest - 236, // 1153: forge.Forge.CreateNetworkSegment:input_type -> forge.NetworkSegmentCreationRequest - 238, // 1154: forge.Forge.AttachNetworkSegmentToVpc:input_type -> forge.AttachNetworkSegmentToVpcRequest - 237, // 1155: forge.Forge.DeleteNetworkSegment:input_type -> forge.NetworkSegmentDeletionRequest - 141, // 1156: forge.Forge.NetworkSegmentsForVpc:input_type -> forge.VpcSearchQuery - 185, // 1157: forge.Forge.FindIBPartitionIds:input_type -> forge.IBPartitionSearchFilter - 186, // 1158: forge.Forge.FindIBPartitionsByIds:input_type -> forge.IBPartitionsByIdsRequest - 181, // 1159: forge.Forge.CreateIBPartition:input_type -> forge.IBPartitionCreationRequest - 182, // 1160: forge.Forge.UpdateIBPartition:input_type -> forge.IBPartitionUpdateRequest - 183, // 1161: forge.Forge.DeleteIBPartition:input_type -> forge.IBPartitionDeletionRequest - 145, // 1162: forge.Forge.IBPartitionsForTenant:input_type -> forge.TenantSearchQuery - 197, // 1163: forge.Forge.FindPowerShelves:input_type -> forge.PowerShelfQuery - 198, // 1164: forge.Forge.FindPowerShelfIds:input_type -> forge.PowerShelfSearchFilter - 199, // 1165: forge.Forge.FindPowerShelvesByIds:input_type -> forge.PowerShelvesByIdsRequest - 193, // 1166: forge.Forge.DeletePowerShelf:input_type -> forge.PowerShelfDeletionRequest - 891, // 1167: forge.Forge.AdminForceDeletePowerShelf:input_type -> forge.AdminForceDeletePowerShelfRequest - 195, // 1168: forge.Forge.SetPowerShelfMaintenance:input_type -> forge.PowerShelfMaintenanceRequest - 219, // 1169: forge.Forge.FindSwitches:input_type -> forge.SwitchQuery - 220, // 1170: forge.Forge.FindSwitchIds:input_type -> forge.SwitchSearchFilter - 221, // 1171: forge.Forge.FindSwitchesByIds:input_type -> forge.SwitchesByIdsRequest - 213, // 1172: forge.Forge.DeleteSwitch:input_type -> forge.SwitchDeletionRequest - 889, // 1173: forge.Forge.AdminForceDeleteSwitch:input_type -> forge.AdminForceDeleteSwitchRequest - 230, // 1174: forge.Forge.FindIBFabricIds:input_type -> forge.IBFabricSearchFilter - 255, // 1175: forge.Forge.AllocateInstance:input_type -> forge.InstanceAllocationRequest - 256, // 1176: forge.Forge.AllocateInstances:input_type -> forge.BatchInstanceAllocationRequest - 297, // 1177: forge.Forge.ReleaseInstance:input_type -> forge.InstanceReleaseRequest - 273, // 1178: forge.Forge.UpdateInstanceOperatingSystem:input_type -> forge.InstanceOperatingSystemUpdateRequest - 274, // 1179: forge.Forge.UpdateInstanceConfig:input_type -> forge.InstanceConfigUpdateRequest - 252, // 1180: forge.Forge.FindInstanceIds:input_type -> forge.InstanceSearchFilter - 254, // 1181: forge.Forge.FindInstancesByIds:input_type -> forge.InstancesByIdsRequest - 956, // 1182: forge.Forge.FindInstanceByMachineID:input_type -> common.MachineId - 368, // 1183: forge.Forge.GetManagedHostNetworkConfig:input_type -> forge.ManagedHostNetworkConfigRequest - 433, // 1184: forge.Forge.RecordDpuNetworkStatus:input_type -> forge.DpuNetworkStatus - 956, // 1185: forge.Forge.ListMachineHealthReports:input_type -> common.MachineId - 439, // 1186: forge.Forge.InsertMachineHealthReport:input_type -> forge.InsertMachineHealthReportRequest - 450, // 1187: forge.Forge.RemoveMachineHealthReport:input_type -> forge.RemoveMachineHealthReportRequest - 442, // 1188: forge.Forge.ListRackHealthReports:input_type -> forge.ListRackHealthReportsRequest - 440, // 1189: forge.Forge.InsertRackHealthReport:input_type -> forge.InsertRackHealthReportRequest - 441, // 1190: forge.Forge.RemoveRackHealthReport:input_type -> forge.RemoveRackHealthReportRequest - 445, // 1191: forge.Forge.ListSwitchHealthReports:input_type -> forge.ListSwitchHealthReportsRequest - 443, // 1192: forge.Forge.InsertSwitchHealthReport:input_type -> forge.InsertSwitchHealthReportRequest - 444, // 1193: forge.Forge.RemoveSwitchHealthReport:input_type -> forge.RemoveSwitchHealthReportRequest - 448, // 1194: forge.Forge.ListPowerShelfHealthReports:input_type -> forge.ListPowerShelfHealthReportsRequest - 446, // 1195: forge.Forge.InsertPowerShelfHealthReport:input_type -> forge.InsertPowerShelfHealthReportRequest - 447, // 1196: forge.Forge.RemovePowerShelfHealthReport:input_type -> forge.RemovePowerShelfHealthReportRequest - 451, // 1197: forge.Forge.ListNVLinkDomainHealthReports:input_type -> forge.ListNVLinkDomainHealthReportsRequest - 452, // 1198: forge.Forge.InsertNVLinkDomainHealthReport:input_type -> forge.InsertNVLinkDomainHealthReportRequest - 453, // 1199: forge.Forge.RemoveNVLinkDomainHealthReport:input_type -> forge.RemoveNVLinkDomainHealthReportRequest - 956, // 1200: forge.Forge.ListHealthReportOverrides:input_type -> common.MachineId - 439, // 1201: forge.Forge.InsertHealthReportOverride:input_type -> forge.InsertMachineHealthReportRequest - 450, // 1202: forge.Forge.RemoveHealthReportOverride:input_type -> forge.RemoveMachineHealthReportRequest - 387, // 1203: forge.Forge.DpuAgentUpgradeCheck:input_type -> forge.DpuAgentUpgradeCheckRequest - 389, // 1204: forge.Forge.DpuAgentUpgradePolicyAction:input_type -> forge.DpuAgentUpgradePolicyRequest - 1025, // 1205: forge.Forge.LookupRecord:input_type -> dns.DnsResourceRecordLookupRequest - 1026, // 1206: forge.Forge.GetAllDomains:input_type -> dns.GetAllDomainsRequest - 1027, // 1207: forge.Forge.GetAllDomainMetadata:input_type -> dns.DomainMetadataRequest - 247, // 1208: forge.Forge.InvokeInstancePower:input_type -> forge.InstancePowerRequest - 414, // 1209: forge.Forge.ForgeAgentControl:input_type -> forge.ForgeAgentControlRequest - 416, // 1210: forge.Forge.DiscoverMachine:input_type -> forge.MachineDiscoveryInfo - 420, // 1211: forge.Forge.RenewMachineCertificate:input_type -> forge.MachineCertificateRenewRequest - 417, // 1212: forge.Forge.DiscoveryCompleted:input_type -> forge.MachineDiscoveryCompletedRequest - 418, // 1213: forge.Forge.CleanupMachineCompleted:input_type -> forge.MachineCleanupInfo - 425, // 1214: forge.Forge.ReportForgeScoutError:input_type -> forge.ForgeScoutErrorReport - 344, // 1215: forge.Forge.DiscoverDhcp:input_type -> forge.DhcpDiscovery - 345, // 1216: forge.Forge.ExpireDhcpLease:input_type -> forge.ExpireDhcpLeaseRequest - 316, // 1217: forge.Forge.AssignStaticAddress:input_type -> forge.AssignStaticAddressRequest - 318, // 1218: forge.Forge.RemoveStaticAddress:input_type -> forge.RemoveStaticAddressRequest - 320, // 1219: forge.Forge.FindInterfaceAddresses:input_type -> forge.FindInterfaceAddressesRequest - 315, // 1220: forge.Forge.FindInterfaces:input_type -> forge.InterfaceSearchQuery - 314, // 1221: forge.Forge.DeleteInterface:input_type -> forge.InterfaceDeleteQuery - 489, // 1222: forge.Forge.FindIpAddress:input_type -> forge.FindIpAddressRequest - 300, // 1223: forge.Forge.FindMachineIds:input_type -> forge.MachineSearchConfig - 299, // 1224: forge.Forge.FindMachinesByIds:input_type -> forge.MachinesByIdsRequest - 301, // 1225: forge.Forge.FindMachineStateHistories:input_type -> forge.MachineStateHistoriesRequest - 304, // 1226: forge.Forge.FindMachineHealthHistories:input_type -> forge.MachineHealthHistoriesRequest - 196, // 1227: forge.Forge.FindPowerShelfStateHistories:input_type -> forge.PowerShelfStateHistoriesRequest - 730, // 1228: forge.Forge.FindRackStateHistories:input_type -> forge.RackStateHistoriesRequest - 217, // 1229: forge.Forge.FindSwitchStateHistories:input_type -> forge.SwitchStateHistoriesRequest - 240, // 1230: forge.Forge.FindNetworkSegmentStateHistories:input_type -> forge.NetworkSegmentStateHistoriesRequest - 168, // 1231: forge.Forge.FindVpcPrefixStateHistories:input_type -> forge.VpcPrefixStateHistoriesRequest - 309, // 1232: forge.Forge.FindTenantOrganizationIds:input_type -> forge.TenantSearchFilter - 308, // 1233: forge.Forge.FindTenantsByOrganizationIds:input_type -> forge.TenantByOrganizationIdsRequest - 1015, // 1234: forge.Forge.FindConnectedDevicesByDpuMachineIds:input_type -> common.MachineIdList - 514, // 1235: forge.Forge.FindMachineIdsByBmcIps:input_type -> forge.BmcIpList - 515, // 1236: forge.Forge.FindMacAddressByBmcIp:input_type -> forge.BmcIp - 493, // 1237: forge.Forge.FindBmcIps:input_type -> forge.FindBmcIpsRequest - 491, // 1238: forge.Forge.IdentifyUuid:input_type -> forge.IdentifyUuidRequest - 494, // 1239: forge.Forge.IdentifyMac:input_type -> forge.IdentifyMacRequest - 496, // 1240: forge.Forge.IdentifySerial:input_type -> forge.IdentifySerialRequest - 410, // 1241: forge.Forge.GetBMCMetaData:input_type -> forge.BMCMetaDataGetRequest - 412, // 1242: forge.Forge.UpdateMachineCredentials:input_type -> forge.MachineCredentialsUpdateRequest - 427, // 1243: forge.Forge.GetPxeInstructions:input_type -> forge.PxeInstructionRequest - 431, // 1244: forge.Forge.GetCloudInitInstructions:input_type -> forge.CloudInitInstructionsRequest - 133, // 1245: forge.Forge.Echo:input_type -> forge.EchoRequest - 458, // 1246: forge.Forge.CreateTenant:input_type -> forge.CreateTenantRequest - 462, // 1247: forge.Forge.FindTenant:input_type -> forge.FindTenantRequest - 460, // 1248: forge.Forge.UpdateTenant:input_type -> forge.UpdateTenantRequest - 468, // 1249: forge.Forge.CreateTenantKeyset:input_type -> forge.CreateTenantKeysetRequest - 475, // 1250: forge.Forge.FindTenantKeysetIds:input_type -> forge.TenantKeysetSearchFilter - 477, // 1251: forge.Forge.FindTenantKeysetsByIds:input_type -> forge.TenantKeysetsByIdsRequest - 471, // 1252: forge.Forge.UpdateTenantKeyset:input_type -> forge.UpdateTenantKeysetRequest - 473, // 1253: forge.Forge.DeleteTenantKeyset:input_type -> forge.DeleteTenantKeysetRequest - 478, // 1254: forge.Forge.ValidateTenantPublicKey:input_type -> forge.ValidateTenantPublicKeyRequest - 351, // 1255: forge.Forge.GetBmcCredentials:input_type -> forge.GetBmcCredentialsRequest - 352, // 1256: forge.Forge.GetSwitchNvosCredentials:input_type -> forge.GetSwitchNvosCredentialsRequest - 385, // 1257: forge.Forge.GetAllManagedHostNetworkStatus:input_type -> forge.ManagedHostNetworkStatusRequest - 355, // 1258: forge.Forge.GetSiteExplorationReport:input_type -> forge.GetSiteExplorationRequest - 1028, // 1259: forge.Forge.GetSiteExplorerLastRun:input_type -> google.protobuf.Empty - 356, // 1260: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest - 362, // 1261: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest - 362, // 1262: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest - 362, // 1263: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest - 357, // 1264: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest - 358, // 1265: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest - 359, // 1266: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest - 360, // 1267: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest - 1029, // 1268: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter - 1030, // 1269: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest - 1031, // 1270: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter - 1032, // 1271: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest - 1033, // 1272: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter - 1034, // 1273: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest - 366, // 1274: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest - 391, // 1275: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest - 480, // 1276: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest - 483, // 1277: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest - 328, // 1278: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest - 329, // 1279: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest - 330, // 1280: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest - 331, // 1281: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest - 744, // 1282: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest - 487, // 1283: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest - 488, // 1284: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest - 498, // 1285: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest - 499, // 1286: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest - 501, // 1287: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest - 502, // 1288: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest - 956, // 1289: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId - 553, // 1290: forge.Forge.ReportScoutFirmwareUpgradeStatus:input_type -> forge.ScoutFirmwareUpgradeStatusRequest - 508, // 1291: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest - 977, // 1292: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId - 511, // 1293: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride - 977, // 1294: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId - 911, // 1295: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest - 520, // 1296: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest - 521, // 1297: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList - 126, // 1298: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest - 127, // 1299: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest - 1028, // 1300: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty - 523, // 1301: forge.Forge.AddRouteServers:input_type -> forge.RouteServers - 523, // 1302: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers - 523, // 1303: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers - 332, // 1304: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport - 294, // 1305: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest - 526, // 1306: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest - 528, // 1307: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest - 541, // 1308: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine - 542, // 1309: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest - 541, // 1310: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine - 542, // 1311: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest - 1028, // 1312: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty - 543, // 1313: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList - 1028, // 1314: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty - 1028, // 1315: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty - 1028, // 1316: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty - 548, // 1317: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 548, // 1318: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest - 200, // 1319: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 201, // 1320: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 200, // 1321: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf - 201, // 1322: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest - 1028, // 1323: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 202, // 1324: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList - 1028, // 1325: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty - 1028, // 1326: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty - 222, // 1327: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch - 223, // 1328: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 222, // 1329: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch - 223, // 1330: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest - 1028, // 1331: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty - 224, // 1332: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList - 1028, // 1333: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty - 1028, // 1334: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty - 227, // 1335: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack - 228, // 1336: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest - 227, // 1337: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack - 228, // 1338: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest - 1028, // 1339: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty - 229, // 1340: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList - 1028, // 1341: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty - 124, // 1342: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest - 623, // 1343: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest - 625, // 1344: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest - 627, // 1345: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest - 632, // 1346: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest - 629, // 1347: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest - 633, // 1348: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest - 635, // 1349: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest - 1035, // 1350: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest - 1036, // 1351: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest - 1037, // 1352: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest - 1038, // 1353: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest - 1039, // 1354: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest - 1040, // 1355: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest - 1041, // 1356: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest - 1042, // 1357: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest - 1043, // 1358: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest - 1044, // 1359: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest - 1045, // 1360: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest - 1046, // 1361: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest - 1047, // 1362: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest - 1048, // 1363: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest - 1049, // 1364: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest - 1050, // 1365: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest - 1051, // 1366: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest - 1052, // 1367: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest - 1053, // 1368: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest - 1054, // 1369: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest - 1055, // 1370: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest - 1056, // 1371: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest - 1057, // 1372: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest - 1058, // 1373: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest - 1059, // 1374: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest - 1060, // 1375: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest - 1061, // 1376: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest - 1062, // 1377: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest - 1063, // 1378: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest - 1064, // 1379: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest - 1065, // 1380: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest - 1066, // 1381: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest - 1067, // 1382: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest - 1068, // 1383: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest - 1069, // 1384: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest - 1070, // 1385: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest - 1071, // 1386: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest - 1072, // 1387: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest - 1073, // 1388: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest - 1074, // 1389: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest - 1075, // 1390: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest - 1076, // 1391: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest - 1077, // 1392: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest - 654, // 1393: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest - 656, // 1394: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest - 658, // 1395: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest - 661, // 1396: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest - 662, // 1397: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest - 668, // 1398: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest - 671, // 1399: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest - 530, // 1400: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes - 534, // 1401: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest - 532, // 1402: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest - 966, // 1403: forge.Forge.GetOsImage:input_type -> common.UUID - 530, // 1404: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes - 536, // 1405: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest - 537, // 1406: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest - 552, // 1407: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest - 557, // 1408: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest - 559, // 1409: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest - 554, // 1410: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest - 562, // 1411: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest - 564, // 1412: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest - 567, // 1413: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest - 569, // 1414: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest - 586, // 1415: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest - 587, // 1416: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter - 589, // 1417: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest - 592, // 1418: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest - 594, // 1419: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest - 570, // 1420: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest - 598, // 1421: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest - 600, // 1422: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest - 599, // 1423: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest - 603, // 1424: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest - 607, // 1425: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest - 608, // 1426: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest - 610, // 1427: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest - 404, // 1428: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest - 581, // 1429: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest - 362, // 1430: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest - 394, // 1431: forge.Forge.Lockdown:input_type -> forge.LockdownRequest - 396, // 1432: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest - 398, // 1433: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest - 400, // 1434: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest - 772, // 1435: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest - 774, // 1436: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest - 406, // 1437: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest - 408, // 1438: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest - 571, // 1439: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest - 579, // 1440: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest - 120, // 1441: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert - 1028, // 1442: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty - 1028, // 1443: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty - 117, // 1444: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId - 637, // 1445: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest - 639, // 1446: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest - 644, // 1447: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest - 646, // 1448: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID - 646, // 1449: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID - 646, // 1450: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID - 650, // 1451: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest - 674, // 1452: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest - 690, // 1453: forge.Forge.CreateSku:input_type -> forge.SkuList - 956, // 1454: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId - 956, // 1455: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId - 688, // 1456: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair - 689, // 1457: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest - 691, // 1458: forge.Forge.DeleteSku:input_type -> forge.SkuIdList - 1028, // 1459: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty - 693, // 1460: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest - 703, // 1461: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest - 687, // 1462: forge.Forge.ReplaceSku:input_type -> forge.Sku - 374, // 1463: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest - 376, // 1464: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest - 378, // 1465: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest - 956, // 1466: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId - 365, // 1467: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest - 1028, // 1468: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty - 698, // 1469: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest - 696, // 1470: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 696, // 1471: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest - 701, // 1472: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest - 704, // 1473: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest - 705, // 1474: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest - 362, // 1475: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest - 362, // 1476: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest - 724, // 1477: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter - 726, // 1478: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest - 721, // 1479: forge.Forge.GetRack:input_type -> forge.GetRackRequest - 731, // 1480: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest - 732, // 1481: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest - 739, // 1482: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest - 710, // 1483: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest - 712, // 1484: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest - 714, // 1485: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest - 717, // 1486: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest - 718, // 1487: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest - 776, // 1488: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest - 778, // 1489: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest - 1078, // 1490: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest - 1079, // 1491: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest - 781, // 1492: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest - 1028, // 1493: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty - 783, // 1494: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 783, // 1495: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint - 785, // 1496: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest - 786, // 1497: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest - 791, // 1498: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest - 792, // 1499: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest - 793, // 1500: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest - 794, // 1501: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest - 1028, // 1502: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty - 788, // 1503: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList - 795, // 1504: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest - 797, // 1505: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest - 800, // 1506: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest - 802, // 1507: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest - 804, // 1508: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest - 805, // 1509: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest - 811, // 1510: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest - 812, // 1511: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest - 813, // 1512: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest - 815, // 1513: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter - 817, // 1514: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest - 819, // 1515: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest - 821, // 1516: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest - 92, // 1517: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest - 956, // 1518: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId - 93, // 1519: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest - 956, // 1520: forge.Forge.GetAttestationMachine:input_type -> common.MachineId - 95, // 1521: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest - 97, // 1522: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 100, // 1523: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest - 97, // 1524: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest - 105, // 1525: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 107, // 1526: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest - 105, // 1527: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest - 108, // 1528: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest - 113, // 1529: forge.Forge.GetJWKS:input_type -> forge.JwksRequest - 114, // 1530: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest - 828, // 1531: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage - 831, // 1532: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest - 833, // 1533: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest - 835, // 1534: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest - 1080, // 1535: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest - 1081, // 1536: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest - 1082, // 1537: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest - 1083, // 1538: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest - 1084, // 1539: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest - 1085, // 1540: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest - 1086, // 1541: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest - 1087, // 1542: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest - 1088, // 1543: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest - 1089, // 1544: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest - 1090, // 1545: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest - 1091, // 1546: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest - 1092, // 1547: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest - 1093, // 1548: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest - 1094, // 1549: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest - 756, // 1550: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter - 757, // 1551: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest - 145, // 1552: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery - 767, // 1553: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter - 768, // 1554: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest - 764, // 1555: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest - 770, // 1556: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest - 765, // 1557: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest - 145, // 1558: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery - 849, // 1559: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery - 750, // 1560: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest - 852, // 1561: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest - 854, // 1562: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest - 855, // 1563: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest - 857, // 1564: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest - 866, // 1565: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest - 863, // 1566: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest - 873, // 1567: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest - 875, // 1568: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest - 877, // 1569: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest - 894, // 1570: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest - 974, // 1571: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId - 897, // 1572: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest - 898, // 1573: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest - 900, // 1574: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter - 902, // 1575: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest - 904, // 1576: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest - 907, // 1577: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest - 909, // 1578: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest - 131, // 1579: forge.Forge.Version:output_type -> forge.BuildInfo - 1014, // 1580: forge.Forge.CreateDomain:output_type -> dns.Domain - 1014, // 1581: forge.Forge.UpdateDomain:output_type -> dns.Domain - 1095, // 1582: forge.Forge.DeleteDomain:output_type -> dns.DomainDeletionResult - 1096, // 1583: forge.Forge.FindDomain:output_type -> dns.DomainList - 843, // 1584: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy - 843, // 1585: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy - 846, // 1586: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy - 844, // 1587: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy - 148, // 1588: forge.Forge.CreateVpc:output_type -> forge.Vpc - 151, // 1589: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult - 153, // 1590: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult - 155, // 1591: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult - 143, // 1592: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList - 156, // 1593: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList - 882, // 1594: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition - 885, // 1595: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult - 883, // 1596: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList - 887, // 1597: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList - 157, // 1598: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix - 163, // 1599: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList - 164, // 1600: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList - 157, // 1601: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix - 167, // 1602: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult - 169, // 1603: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering - 170, // 1604: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList - 171, // 1605: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList - 176, // 1606: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult - 243, // 1607: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList - 348, // 1608: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList - 235, // 1609: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment - 235, // 1610: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment - 239, // 1611: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult - 348, // 1612: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList - 187, // 1613: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList - 180, // 1614: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList - 179, // 1615: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition - 179, // 1616: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition - 184, // 1617: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult - 180, // 1618: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList - 191, // 1619: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList - 862, // 1620: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList - 191, // 1621: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList - 194, // 1622: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult - 892, // 1623: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse - 1028, // 1624: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty - 211, // 1625: forge.Forge.FindSwitches:output_type -> forge.SwitchList - 861, // 1626: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList - 211, // 1627: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList - 214, // 1628: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult - 890, // 1629: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse - 231, // 1630: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList - 284, // 1631: forge.Forge.AllocateInstance:output_type -> forge.Instance - 257, // 1632: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse - 298, // 1633: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult - 284, // 1634: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance - 284, // 1635: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance - 253, // 1636: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList - 249, // 1637: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList - 249, // 1638: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList - 369, // 1639: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse - 1028, // 1640: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty - 449, // 1641: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse - 1028, // 1642: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty - 1028, // 1643: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty - 449, // 1644: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse - 1028, // 1645: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty - 1028, // 1646: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty - 449, // 1647: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse - 1028, // 1648: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty - 1028, // 1649: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty - 449, // 1650: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse - 1028, // 1651: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty - 1028, // 1652: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty - 449, // 1653: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse - 1028, // 1654: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 1028, // 1655: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty - 449, // 1656: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse - 1028, // 1657: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty - 1028, // 1658: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty - 388, // 1659: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse - 390, // 1660: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse - 1097, // 1661: forge.Forge.LookupRecord:output_type -> dns.DnsResourceRecordLookupResponse - 1098, // 1662: forge.Forge.GetAllDomains:output_type -> dns.GetAllDomainsResponse - 1099, // 1663: forge.Forge.GetAllDomainMetadata:output_type -> dns.DomainMetadataResponse - 248, // 1664: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult - 415, // 1665: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse - 422, // 1666: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult - 421, // 1667: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult - 423, // 1668: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse - 424, // 1669: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult - 426, // 1670: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult - 347, // 1671: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord - 346, // 1672: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse - 317, // 1673: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse - 319, // 1674: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse - 322, // 1675: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse - 312, // 1676: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList - 1028, // 1677: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty - 490, // 1678: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse - 1015, // 1679: forge.Forge.FindMachineIds:output_type -> common.MachineIdList - 313, // 1680: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList - 302, // 1681: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories - 305, // 1682: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories - 218, // 1683: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories - 218, // 1684: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories - 218, // 1685: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories - 218, // 1686: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories - 218, // 1687: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories - 311, // 1688: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList - 310, // 1689: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList - 513, // 1690: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList - 517, // 1691: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs - 516, // 1692: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp - 514, // 1693: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList - 492, // 1694: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse - 495, // 1695: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse - 497, // 1696: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse - 411, // 1697: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse - 413, // 1698: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse - 428, // 1699: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions - 432, // 1700: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions - 134, // 1701: forge.Forge.Echo:output_type -> forge.EchoResponse - 459, // 1702: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse - 463, // 1703: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse - 461, // 1704: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse - 469, // 1705: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse - 476, // 1706: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList - 470, // 1707: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList - 472, // 1708: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse - 474, // 1709: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse - 479, // 1710: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse - 353, // 1711: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse - 353, // 1712: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse - 386, // 1713: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse - 1100, // 1714: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport - 1101, // 1715: forge.Forge.GetSiteExplorerLastRun:output_type -> site_explorer.SiteExplorerLastRunResponse - 1028, // 1716: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty - 596, // 1717: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse - 597, // 1718: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse - 1016, // 1719: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport - 1028, // 1720: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty - 1102, // 1721: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint - 361, // 1722: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse - 1028, // 1723: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty - 1103, // 1724: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList - 1104, // 1725: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList - 1105, // 1726: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList - 1106, // 1727: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList - 1107, // 1728: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList - 1108, // 1729: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList - 1028, // 1730: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty - 392, // 1731: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse - 481, // 1732: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools - 484, // 1733: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse - 1028, // 1734: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty - 1028, // 1735: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty - 1028, // 1736: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty - 1028, // 1737: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty - 1028, // 1738: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty - 1028, // 1739: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty - 1028, // 1740: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty - 1028, // 1741: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty - 500, // 1742: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse - 1028, // 1743: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty - 503, // 1744: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse - 1028, // 1745: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty - 1028, // 1746: forge.Forge.ReportScoutFirmwareUpgradeStatus:output_type -> google.protobuf.Empty - 509, // 1747: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse - 511, // 1748: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride - 1028, // 1749: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty - 1028, // 1750: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty - 916, // 1751: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse - 522, // 1752: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData - 522, // 1753: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData - 128, // 1754: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult - 129, // 1755: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult - 524, // 1756: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries - 1028, // 1757: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty - 1028, // 1758: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty - 1028, // 1759: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty - 1028, // 1760: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty - 295, // 1761: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse - 527, // 1762: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse - 529, // 1763: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse - 1028, // 1764: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty - 1028, // 1765: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty - 1028, // 1766: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty - 541, // 1767: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine - 543, // 1768: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList - 1028, // 1769: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty - 1028, // 1770: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty - 544, // 1771: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList - 546, // 1772: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList - 550, // 1773: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 550, // 1774: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse - 1028, // 1775: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty - 1028, // 1776: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty - 1028, // 1777: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty - 200, // 1778: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf - 202, // 1779: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList - 1028, // 1780: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 1028, // 1781: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty - 203, // 1782: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList - 1028, // 1783: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty - 1028, // 1784: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty - 1028, // 1785: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty - 222, // 1786: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch - 224, // 1787: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList - 1028, // 1788: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty - 1028, // 1789: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty - 225, // 1790: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList - 1028, // 1791: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty - 1028, // 1792: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty - 1028, // 1793: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty - 227, // 1794: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack - 229, // 1795: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList - 1028, // 1796: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty - 1028, // 1797: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty - 125, // 1798: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse - 624, // 1799: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse - 626, // 1800: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse - 628, // 1801: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse - 631, // 1802: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse - 630, // 1803: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse - 634, // 1804: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse - 636, // 1805: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse - 1109, // 1806: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse - 1110, // 1807: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse - 1111, // 1808: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse - 1112, // 1809: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse - 1113, // 1810: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse - 1114, // 1811: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse - 1115, // 1812: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse - 1116, // 1813: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse - 1113, // 1814: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse - 1117, // 1815: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse - 1118, // 1816: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse - 1119, // 1817: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse - 1120, // 1818: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse - 1121, // 1819: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse - 1122, // 1820: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse - 1123, // 1821: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse - 1124, // 1822: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse - 1125, // 1823: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse - 1126, // 1824: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse - 1127, // 1825: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse - 1128, // 1826: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse - 1129, // 1827: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse - 1130, // 1828: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse - 1131, // 1829: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse - 1132, // 1830: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse - 1133, // 1831: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse - 1134, // 1832: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse - 1135, // 1833: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse - 1136, // 1834: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse - 1137, // 1835: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse - 1138, // 1836: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse - 1139, // 1837: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse - 1140, // 1838: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse - 1141, // 1839: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse - 1142, // 1840: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse - 1143, // 1841: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse - 1144, // 1842: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse - 1145, // 1843: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse - 1146, // 1844: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse - 1147, // 1845: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse - 1148, // 1846: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse - 1149, // 1847: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse - 1150, // 1848: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse - 655, // 1849: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse - 657, // 1850: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse - 659, // 1851: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse - 660, // 1852: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse - 663, // 1853: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse - 666, // 1854: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse - 673, // 1855: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse - 531, // 1856: forge.Forge.CreateOsImage:output_type -> forge.OsImage - 535, // 1857: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse - 533, // 1858: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse - 531, // 1859: forge.Forge.GetOsImage:output_type -> forge.OsImage - 531, // 1860: forge.Forge.UpdateOsImage:output_type -> forge.OsImage - 260, // 1861: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate - 538, // 1862: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList - 551, // 1863: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse - 1028, // 1864: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty - 558, // 1865: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList - 555, // 1866: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse - 563, // 1867: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse - 566, // 1868: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse - 568, // 1869: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse - 1028, // 1870: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 585, // 1871: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList - 588, // 1872: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList - 590, // 1873: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList - 593, // 1874: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt - 595, // 1875: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse - 1028, // 1876: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty - 602, // 1877: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse - 601, // 1878: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 601, // 1879: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse - 604, // 1880: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse - 606, // 1881: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse - 609, // 1882: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse - 611, // 1883: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse - 405, // 1884: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse - 582, // 1885: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse - 393, // 1886: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse - 395, // 1887: forge.Forge.Lockdown:output_type -> forge.LockdownResponse - 1151, // 1888: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus - 399, // 1889: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse - 401, // 1890: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse - 773, // 1891: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse - 775, // 1892: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse - 407, // 1893: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse - 409, // 1894: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse - 572, // 1895: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse - 580, // 1896: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse - 116, // 1897: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus - 122, // 1898: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection - 119, // 1899: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection - 1028, // 1900: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty - 638, // 1901: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse - 640, // 1902: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse - 645, // 1903: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse - 647, // 1904: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse - 648, // 1905: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse - 649, // 1906: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse - 651, // 1907: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse - 675, // 1908: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse - 691, // 1909: forge.Forge.CreateSku:output_type -> forge.SkuIdList - 687, // 1910: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku - 1028, // 1911: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty - 1028, // 1912: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty - 1028, // 1913: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty - 1028, // 1914: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty - 691, // 1915: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList - 690, // 1916: forge.Forge.FindSkusByIds:output_type -> forge.SkuList - 1028, // 1917: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty - 687, // 1918: forge.Forge.ReplaceSku:output_type -> forge.Sku - 375, // 1919: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse - 377, // 1920: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse - 379, // 1921: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse - 1028, // 1922: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty - 1028, // 1923: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty - 697, // 1924: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList - 699, // 1925: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList - 695, // 1926: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface - 695, // 1927: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface - 702, // 1928: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult - 707, // 1929: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse - 707, // 1930: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse - 1028, // 1931: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty - 115, // 1932: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse - 725, // 1933: forge.Forge.FindRackIds:output_type -> forge.RackIdList - 723, // 1934: forge.Forge.FindRacksByIds:output_type -> forge.RackList - 722, // 1935: forge.Forge.GetRack:output_type -> forge.GetRackResponse - 1028, // 1936: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty - 733, // 1937: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse - 740, // 1938: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse - 711, // 1939: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse - 713, // 1940: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse - 715, // 1941: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse - 716, // 1942: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse - 719, // 1943: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse - 777, // 1944: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse - 779, // 1945: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse - 1152, // 1946: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse - 1153, // 1947: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse - 782, // 1948: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse - 784, // 1949: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList - 783, // 1950: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 783, // 1951: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint - 1028, // 1952: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty - 787, // 1953: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse - 1028, // 1954: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty - 1028, // 1955: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty - 1028, // 1956: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty - 1028, // 1957: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty - 788, // 1958: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList - 789, // 1959: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList - 796, // 1960: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList - 799, // 1961: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList - 801, // 1962: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse - 1028, // 1963: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty - 1028, // 1964: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty - 1028, // 1965: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty - 810, // 1966: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService - 810, // 1967: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService - 814, // 1968: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse - 816, // 1969: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList - 818, // 1970: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList - 820, // 1971: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList - 822, // 1972: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse - 89, // 1973: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse - 1028, // 1974: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty - 94, // 1975: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse - 91, // 1976: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse - 96, // 1977: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse - 101, // 1978: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 101, // 1979: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse - 1028, // 1980: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty - 104, // 1981: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse - 104, // 1982: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse - 1028, // 1983: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty - 110, // 1984: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse - 111, // 1985: forge.Forge.GetJWKS:output_type -> forge.Jwks - 112, // 1986: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration - 829, // 1987: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage - 832, // 1988: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse - 834, // 1989: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse - 836, // 1990: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse - 1154, // 1991: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse - 1155, // 1992: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse - 1156, // 1993: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse - 1157, // 1994: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse - 1158, // 1995: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse - 1159, // 1996: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse - 1160, // 1997: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse - 1161, // 1998: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse - 1162, // 1999: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse - 1163, // 2000: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse - 1164, // 2001: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse - 1165, // 2002: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse - 1166, // 2003: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse - 1167, // 2004: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse - 1168, // 2005: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse - 758, // 2006: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList - 753, // 2007: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList - 753, // 2008: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList - 769, // 2009: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList - 763, // 2010: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList - 762, // 2011: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition - 771, // 2012: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult - 766, // 2013: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult - 763, // 2014: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList - 850, // 2015: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList - 751, // 2016: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse - 1028, // 2017: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty - 853, // 2018: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse - 856, // 2019: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse - 859, // 2020: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse - 867, // 2021: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse - 865, // 2022: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse - 874, // 2023: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse - 876, // 2024: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse - 880, // 2025: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse - 893, // 2026: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem - 893, // 2027: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem - 893, // 2028: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem - 899, // 2029: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse - 901, // 2030: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList - 903, // 2031: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList - 905, // 2032: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 905, // 2033: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList - 910, // 2034: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse - 1579, // [1579:2035] is the sub-list for method output_type - 1123, // [1123:1579] is the sub-list for method input_type - 1123, // [1123:1123] is the sub-list for extension type_name - 1123, // [1123:1123] is the sub-list for extension extendee - 0, // [0:1123] is the sub-list for field type_name + 76, // 231: forge.InstancePowerRequest.operation:type_name -> forge.InstancePowerRequest.Operation + 972, // 232: forge.InstancePowerRequest.instance_id:type_name -> common.InstanceId + 284, // 233: forge.InstanceList.instances:type_name -> forge.Instance + 250, // 234: forge.Metadata.labels:type_name -> forge.Label + 250, // 235: forge.InstanceSearchFilter.label:type_name -> forge.Label + 972, // 236: forge.InstanceIdList.instance_ids:type_name -> common.InstanceId + 972, // 237: forge.InstancesByIdsRequest.instance_ids:type_name -> common.InstanceId + 956, // 238: forge.InstanceAllocationRequest.machine_id:type_name -> common.MachineId + 264, // 239: forge.InstanceAllocationRequest.config:type_name -> forge.InstanceConfig + 972, // 240: forge.InstanceAllocationRequest.instance_id:type_name -> common.InstanceId + 251, // 241: forge.InstanceAllocationRequest.metadata:type_name -> forge.Metadata + 255, // 242: forge.BatchInstanceAllocationRequest.instance_requests:type_name -> forge.InstanceAllocationRequest + 284, // 243: forge.BatchInstanceAllocationResponse.instances:type_name -> forge.Instance + 13, // 244: forge.IpxeTemplateArtifact.cache_strategy:type_name -> forge.IpxeTemplateArtifactCacheStrategy + 14, // 245: forge.IpxeTemplate.scope:type_name -> forge.IpxeTemplateScope + 973, // 246: forge.IpxeTemplate.id:type_name -> common.IpxeTemplateId + 263, // 247: forge.InstanceOperatingSystemConfig.ipxe:type_name -> forge.InlineIpxe + 966, // 248: forge.InstanceOperatingSystemConfig.os_image_id:type_name -> common.UUID + 974, // 249: forge.InstanceOperatingSystemConfig.operating_system_id:type_name -> common.OperatingSystemId + 261, // 250: forge.InstanceConfig.tenant:type_name -> forge.TenantConfig + 262, // 251: forge.InstanceConfig.os:type_name -> forge.InstanceOperatingSystemConfig + 265, // 252: forge.InstanceConfig.network:type_name -> forge.InstanceNetworkConfig + 267, // 253: forge.InstanceConfig.infiniband:type_name -> forge.InstanceInfinibandConfig + 269, // 254: forge.InstanceConfig.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesConfig + 270, // 255: forge.InstanceConfig.nvlink:type_name -> forge.InstanceNVLinkConfig + 271, // 256: forge.InstanceConfig.spxconfig:type_name -> forge.InstanceSpxConfig + 286, // 257: forge.InstanceNetworkConfig.interfaces:type_name -> forge.InstanceInterfaceConfig + 266, // 258: forge.InstanceNetworkConfig.auto_config:type_name -> forge.InstanceNetworkAutoConfig + 958, // 259: forge.InstanceNetworkAutoConfig.vpc_id:type_name -> common.VpcId + 289, // 260: forge.InstanceInfinibandConfig.ib_interfaces:type_name -> forge.InstanceIBInterfaceConfig + 268, // 261: forge.InstanceDpuExtensionServicesConfig.service_configs:type_name -> forge.InstanceDpuExtensionServiceConfig + 293, // 262: forge.InstanceNVLinkConfig.gpu_configs:type_name -> forge.InstanceNVLinkGpuConfig + 272, // 263: forge.InstanceSpxConfig.spx_attachments:type_name -> forge.InstanceSpxAttachment + 975, // 264: forge.InstanceSpxAttachment.spx_partition_id:type_name -> common.SpxPartitionId + 15, // 265: forge.InstanceSpxAttachment.attachment_type:type_name -> forge.SpxAttachmentType + 972, // 266: forge.InstanceOperatingSystemUpdateRequest.instance_id:type_name -> common.InstanceId + 262, // 267: forge.InstanceOperatingSystemUpdateRequest.os:type_name -> forge.InstanceOperatingSystemConfig + 972, // 268: forge.InstanceConfigUpdateRequest.instance_id:type_name -> common.InstanceId + 264, // 269: forge.InstanceConfigUpdateRequest.config:type_name -> forge.InstanceConfig + 251, // 270: forge.InstanceConfigUpdateRequest.metadata:type_name -> forge.Metadata + 339, // 271: forge.InstanceStatus.tenant:type_name -> forge.InstanceTenantStatus + 278, // 272: forge.InstanceStatus.network:type_name -> forge.InstanceNetworkStatus + 279, // 273: forge.InstanceStatus.infiniband:type_name -> forge.InstanceInfinibandStatus + 282, // 274: forge.InstanceStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServicesStatus + 22, // 275: forge.InstanceStatus.configs_synced:type_name -> forge.SyncState + 285, // 276: forge.InstanceStatus.update:type_name -> forge.InstanceUpdateStatus + 283, // 277: forge.InstanceStatus.nvlink:type_name -> forge.InstanceNVLinkStatus + 276, // 278: forge.InstanceStatus.spx_status:type_name -> forge.InstanceSpxStatus + 277, // 279: forge.InstanceSpxStatus.attachment_statuses:type_name -> forge.InstanceSpxAttachmentStatus + 22, // 280: forge.InstanceSpxStatus.configs_synced:type_name -> forge.SyncState + 15, // 281: forge.InstanceSpxAttachmentStatus.attachment_type:type_name -> forge.SpxAttachmentType + 975, // 282: forge.InstanceSpxAttachmentStatus.spx_partition_id:type_name -> common.SpxPartitionId + 290, // 283: forge.InstanceNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatus + 22, // 284: forge.InstanceNetworkStatus.configs_synced:type_name -> forge.SyncState + 291, // 285: forge.InstanceInfinibandStatus.ib_interfaces:type_name -> forge.InstanceIBInterfaceStatus + 22, // 286: forge.InstanceInfinibandStatus.configs_synced:type_name -> forge.SyncState + 956, // 287: forge.DpuExtensionServiceStatus.dpu_machine_id:type_name -> common.MachineId + 68, // 288: forge.DpuExtensionServiceStatus.status:type_name -> forge.DpuExtensionServiceDeploymentStatus + 436, // 289: forge.DpuExtensionServiceStatus.components:type_name -> forge.DpuExtensionServiceComponent + 68, // 290: forge.InstanceDpuExtensionServiceStatus.deployment_status:type_name -> forge.DpuExtensionServiceDeploymentStatus + 280, // 291: forge.InstanceDpuExtensionServiceStatus.dpu_statuses:type_name -> forge.DpuExtensionServiceStatus + 281, // 292: forge.InstanceDpuExtensionServicesStatus.dpu_extension_services:type_name -> forge.InstanceDpuExtensionServiceStatus + 22, // 293: forge.InstanceDpuExtensionServicesStatus.configs_synced:type_name -> forge.SyncState + 292, // 294: forge.InstanceNVLinkStatus.gpu_statuses:type_name -> forge.InstanceNVLinkGpuStatus + 22, // 295: forge.InstanceNVLinkStatus.configs_synced:type_name -> forge.SyncState + 972, // 296: forge.Instance.id:type_name -> common.InstanceId + 956, // 297: forge.Instance.machine_id:type_name -> common.MachineId + 251, // 298: forge.Instance.metadata:type_name -> forge.Metadata + 264, // 299: forge.Instance.config:type_name -> forge.InstanceConfig + 275, // 300: forge.Instance.status:type_name -> forge.InstanceStatus + 77, // 301: forge.InstanceUpdateStatus.module:type_name -> forge.InstanceUpdateStatus.Module + 957, // 302: forge.InstanceUpdateStatus.trigger_received_at:type_name -> google.protobuf.Timestamp + 957, // 303: forge.InstanceUpdateStatus.update_triggered_at:type_name -> google.protobuf.Timestamp + 37, // 304: forge.InstanceInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType + 970, // 305: forge.InstanceInterfaceConfig.network_segment_id:type_name -> common.NetworkSegmentId + 970, // 306: forge.InstanceInterfaceConfig.segment_id:type_name -> common.NetworkSegmentId + 960, // 307: forge.InstanceInterfaceConfig.vpc_prefix_id:type_name -> common.VpcPrefixId + 287, // 308: forge.InstanceInterfaceConfig.ipv6_interface_config:type_name -> forge.InstanceInterfaceIpv6Config + 288, // 309: forge.InstanceInterfaceConfig.routing_profile:type_name -> forge.InstanceInterfaceRoutingProfile + 960, // 310: forge.InstanceInterfaceIpv6Config.vpc_prefix_id:type_name -> common.VpcPrefixId + 841, // 311: forge.InstanceInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry + 37, // 312: forge.InstanceIBInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType + 962, // 313: forge.InstanceIBInterfaceConfig.ib_partition_id:type_name -> common.IBPartitionId + 958, // 314: forge.InstanceInterfaceStatus.vpc_id:type_name -> common.VpcId + 976, // 315: forge.InstanceNVLinkGpuStatus.domain_id:type_name -> common.NVLinkDomainId + 959, // 316: forge.InstanceNVLinkGpuStatus.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 959, // 317: forge.InstanceNVLinkGpuConfig.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 972, // 318: forge.InstancePhoneHomeLastContactRequest.instance_id:type_name -> common.InstanceId + 957, // 319: forge.InstancePhoneHomeLastContactResponse.timestamp:type_name -> google.protobuf.Timestamp + 16, // 320: forge.Issue.category:type_name -> forge.IssueCategory + 972, // 321: forge.InstanceReleaseRequest.id:type_name -> common.InstanceId + 296, // 322: forge.InstanceReleaseRequest.issue:type_name -> forge.Issue + 956, // 323: forge.MachinesByIdsRequest.machine_ids:type_name -> common.MachineId + 965, // 324: forge.MachineSearchConfig.rack_id:type_name -> common.RackId + 956, // 325: forge.MachineStateHistoriesRequest.machine_ids:type_name -> common.MachineId + 923, // 326: forge.MachineStateHistories.histories:type_name -> forge.MachineStateHistories.HistoriesEntry + 340, // 327: forge.MachineStateHistoryRecords.records:type_name -> forge.MachineEvent + 956, // 328: forge.MachineHealthHistoriesRequest.machine_ids:type_name -> common.MachineId + 957, // 329: forge.MachineHealthHistoriesRequest.start_time:type_name -> google.protobuf.Timestamp + 957, // 330: forge.MachineHealthHistoriesRequest.end_time:type_name -> google.protobuf.Timestamp + 924, // 331: forge.HealthHistories.histories:type_name -> forge.HealthHistories.HistoriesEntry + 307, // 332: forge.HealthHistoryRecords.records:type_name -> forge.HealthHistoryRecord + 963, // 333: forge.HealthHistoryRecord.health:type_name -> health.HealthReport + 957, // 334: forge.HealthHistoryRecord.time:type_name -> google.protobuf.Timestamp + 457, // 335: forge.TenantList.tenants:type_name -> forge.Tenant + 341, // 336: forge.InterfaceList.interfaces:type_name -> forge.MachineInterface + 325, // 337: forge.MachineList.machines:type_name -> forge.Machine + 977, // 338: forge.InterfaceDeleteQuery.id:type_name -> common.MachineInterfaceId + 977, // 339: forge.InterfaceSearchQuery.id:type_name -> common.MachineInterfaceId + 977, // 340: forge.AssignStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId + 977, // 341: forge.AssignStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId + 17, // 342: forge.AssignStaticAddressResponse.status:type_name -> forge.AssignStaticAddressStatus + 977, // 343: forge.RemoveStaticAddressRequest.interface_id:type_name -> common.MachineInterfaceId + 977, // 344: forge.RemoveStaticAddressResponse.interface_id:type_name -> common.MachineInterfaceId + 18, // 345: forge.RemoveStaticAddressResponse.status:type_name -> forge.RemoveStaticAddressStatus + 977, // 346: forge.FindInterfaceAddressesRequest.interface_id:type_name -> common.MachineInterfaceId + 977, // 347: forge.FindInterfaceAddressesResponse.interface_id:type_name -> common.MachineInterfaceId + 321, // 348: forge.FindInterfaceAddressesResponse.addresses:type_name -> forge.InterfaceAddress + 977, // 349: forge.BmcInfo.machine_interface_id:type_name -> common.MachineInterfaceId + 956, // 350: forge.Machine.id:type_name -> common.MachineId + 336, // 351: forge.Machine.state_reason:type_name -> forge.ControllerStateReason + 338, // 352: forge.Machine.state_sla:type_name -> forge.StateSla + 340, // 353: forge.Machine.events:type_name -> forge.MachineEvent + 341, // 354: forge.Machine.interfaces:type_name -> forge.MachineInterface + 978, // 355: forge.Machine.discovery_info:type_name -> machine_discovery.DiscoveryInfo + 19, // 356: forge.Machine.machine_type:type_name -> forge.MachineType + 323, // 357: forge.Machine.bmc_info:type_name -> forge.BmcInfo + 957, // 358: forge.Machine.last_reboot_time:type_name -> google.protobuf.Timestamp + 957, // 359: forge.Machine.last_observation_time:type_name -> google.protobuf.Timestamp + 957, // 360: forge.Machine.maintenance_start_time:type_name -> google.protobuf.Timestamp + 956, // 361: forge.Machine.associated_host_machine_id:type_name -> common.MachineId + 333, // 362: forge.Machine.inventory:type_name -> forge.MachineComponentInventory + 957, // 363: forge.Machine.last_reboot_requested_time:type_name -> google.protobuf.Timestamp + 956, // 364: forge.Machine.associated_dpu_machine_ids:type_name -> common.MachineId + 963, // 365: forge.Machine.health:type_name -> health.HealthReport + 335, // 366: forge.Machine.health_sources:type_name -> forge.HealthSourceOrigin + 342, // 367: forge.Machine.ib_status:type_name -> forge.InfinibandStatusObservation + 251, // 368: forge.Machine.metadata:type_name -> forge.Metadata + 327, // 369: forge.Machine.instance_network_restrictions:type_name -> forge.InstanceNetworkRestrictions + 619, // 370: forge.Machine.capabilities:type_name -> forge.MachineCapabilitiesSet + 692, // 371: forge.Machine.hw_sku_status:type_name -> forge.SkuStatus + 373, // 372: forge.Machine.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 743, // 373: forge.Machine.nvlink_info:type_name -> forge.MachineNVLinkInfo + 748, // 374: forge.Machine.nvlink_status_observation:type_name -> forge.MachineNVLinkStatusObservation + 965, // 375: forge.Machine.rack_id:type_name -> common.RackId + 209, // 376: forge.Machine.placement_in_rack:type_name -> forge.PlacementInRack + 745, // 377: forge.Machine.spx_status_observation:type_name -> forge.MachineSpxStatusObservation + 326, // 378: forge.Machine.dpf:type_name -> forge.DpfMachineState + 20, // 379: forge.InstanceNetworkRestrictions.network_segment_membership_type:type_name -> forge.InstanceNetworkSegmentMembershipType + 970, // 380: forge.InstanceNetworkRestrictions.network_segment_ids:type_name -> common.NetworkSegmentId + 956, // 381: forge.MachineMetadataUpdateRequest.machine_id:type_name -> common.MachineId + 251, // 382: forge.MachineMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 965, // 383: forge.RackMetadataUpdateRequest.rack_id:type_name -> common.RackId + 251, // 384: forge.RackMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 967, // 385: forge.SwitchMetadataUpdateRequest.switch_id:type_name -> common.SwitchId + 251, // 386: forge.SwitchMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 964, // 387: forge.PowerShelfMetadataUpdateRequest.power_shelf_id:type_name -> common.PowerShelfId + 251, // 388: forge.PowerShelfMetadataUpdateRequest.metadata:type_name -> forge.Metadata + 956, // 389: forge.DpuAgentInventoryReport.machine_id:type_name -> common.MachineId + 333, // 390: forge.DpuAgentInventoryReport.inventory:type_name -> forge.MachineComponentInventory + 334, // 391: forge.MachineComponentInventory.components:type_name -> forge.MachineInventorySoftwareComponent + 38, // 392: forge.HealthSourceOrigin.mode:type_name -> forge.HealthReportApplyMode + 21, // 393: forge.ControllerStateReason.outcome:type_name -> forge.ControllerStateOutcome + 337, // 394: forge.ControllerStateReason.source_ref:type_name -> forge.ControllerStateSourceReference + 979, // 395: forge.StateSla.sla:type_name -> google.protobuf.Duration + 7, // 396: forge.InstanceTenantStatus.state:type_name -> forge.TenantState + 957, // 397: forge.MachineEvent.time:type_name -> google.protobuf.Timestamp + 977, // 398: forge.MachineInterface.id:type_name -> common.MachineInterfaceId + 956, // 399: forge.MachineInterface.attached_dpu_machine_id:type_name -> common.MachineId + 956, // 400: forge.MachineInterface.machine_id:type_name -> common.MachineId + 970, // 401: forge.MachineInterface.segment_id:type_name -> common.NetworkSegmentId + 969, // 402: forge.MachineInterface.domain_id:type_name -> common.DomainId + 957, // 403: forge.MachineInterface.created:type_name -> google.protobuf.Timestamp + 957, // 404: forge.MachineInterface.last_dhcp:type_name -> google.protobuf.Timestamp + 964, // 405: forge.MachineInterface.power_shelf_id:type_name -> common.PowerShelfId + 967, // 406: forge.MachineInterface.switch_id:type_name -> common.SwitchId + 24, // 407: forge.MachineInterface.association_type:type_name -> forge.InterfaceAssociationType + 25, // 408: forge.MachineInterface.interface_type:type_name -> forge.InterfaceType + 343, // 409: forge.InfinibandStatusObservation.ib_interfaces:type_name -> forge.MachineIbInterface + 957, // 410: forge.InfinibandStatusObservation.observed_at:type_name -> google.protobuf.Timestamp + 980, // 411: forge.MachineIbInterface.associated_pkeys:type_name -> common.StringList + 980, // 412: forge.MachineIbInterface.associated_partition_ids:type_name -> common.StringList + 26, // 413: forge.DhcpDiscovery.address_family:type_name -> forge.AddressFamily + 27, // 414: forge.DhcpDiscovery.message_kind:type_name -> forge.MessageKind + 28, // 415: forge.ExpireDhcpLeaseResponse.status:type_name -> forge.ExpireDhcpLeaseStatus + 956, // 416: forge.DhcpRecord.machine_id:type_name -> common.MachineId + 977, // 417: forge.DhcpRecord.machine_interface_id:type_name -> common.MachineInterfaceId + 970, // 418: forge.DhcpRecord.segment_id:type_name -> common.NetworkSegmentId + 969, // 419: forge.DhcpRecord.subdomain_id:type_name -> common.DomainId + 957, // 420: forge.DhcpRecord.last_invalidation_time:type_name -> google.protobuf.Timestamp + 235, // 421: forge.NetworkSegmentList.network_segments:type_name -> forge.NetworkSegment + 29, // 422: forge.SSHKeyValidationResponse.role:type_name -> forge.UserRoles + 967, // 423: forge.GetSwitchNvosCredentialsRequest.switch_id:type_name -> common.SwitchId + 354, // 424: forge.GetBmcCredentialsResponse.credentials:type_name -> forge.BmcCredentials + 806, // 425: forge.BmcCredentials.username_password:type_name -> forge.UsernamePassword + 807, // 426: forge.BmcCredentials.session_token:type_name -> forge.SessionToken + 362, // 427: forge.SshRequest.endpoint_request:type_name -> forge.BmcEndpointRequest + 364, // 428: forge.CopyBfbToDpuRshimRequest.ssh_request:type_name -> forge.SshRequest + 956, // 429: forge.UpdateMachineHardwareInfoRequest.machine_id:type_name -> common.MachineId + 367, // 430: forge.UpdateMachineHardwareInfoRequest.info:type_name -> forge.MachineHardwareInfo + 30, // 431: forge.UpdateMachineHardwareInfoRequest.update_type:type_name -> forge.MachineHardwareInfoUpdateType + 981, // 432: forge.MachineHardwareInfo.gpus:type_name -> machine_discovery.Gpu + 956, // 433: forge.ManagedHostNetworkConfigRequest.dpu_machine_id:type_name -> common.MachineId + 380, // 434: forge.ManagedHostNetworkConfigResponse.managed_host_config:type_name -> forge.ManagedHostNetworkConfig + 381, // 435: forge.ManagedHostNetworkConfigResponse.admin_interface:type_name -> forge.FlatInterfaceConfig + 381, // 436: forge.ManagedHostNetworkConfigResponse.tenant_interfaces:type_name -> forge.FlatInterfaceConfig + 972, // 437: forge.ManagedHostNetworkConfigResponse.instance_id:type_name -> common.InstanceId + 5, // 438: forge.ManagedHostNetworkConfigResponse.network_virtualization_type:type_name -> forge.VpcVirtualizationType + 32, // 439: forge.ManagedHostNetworkConfigResponse.vpc_isolation_behavior:type_name -> forge.VpcIsolationBehaviorType + 284, // 440: forge.ManagedHostNetworkConfigResponse.instance:type_name -> forge.Instance + 982, // 441: forge.ManagedHostNetworkConfigResponse.common_internal_route_target:type_name -> common.RouteTarget + 982, // 442: forge.ManagedHostNetworkConfigResponse.additional_route_target_imports:type_name -> common.RouteTarget + 670, // 443: forge.ManagedHostNetworkConfigResponse.network_security_policy_overrides:type_name -> forge.ResolvedNetworkSecurityGroupRule + 372, // 444: forge.ManagedHostNetworkConfigResponse.dpu_extension_services:type_name -> forge.ManagedHostDpuExtensionServiceConfig + 370, // 445: forge.ManagedHostNetworkConfigResponse.traffic_intercept_config:type_name -> forge.TrafficInterceptConfig + 842, // 446: forge.ManagedHostNetworkConfigResponse.routing_profile:type_name -> forge.RoutingProfile + 371, // 447: forge.TrafficInterceptConfig.bridging:type_name -> forge.TrafficInterceptBridging + 925, // 448: forge.TrafficInterceptBridging.host_representor_intercept_bridging:type_name -> forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry + 67, // 449: forge.ManagedHostDpuExtensionServiceConfig.service_type:type_name -> forge.DpuExtensionServiceType + 808, // 450: forge.ManagedHostDpuExtensionServiceConfig.credential:type_name -> forge.DpuExtensionServiceCredential + 827, // 451: forge.ManagedHostDpuExtensionServiceConfig.observability:type_name -> forge.DpuExtensionServiceObservability + 31, // 452: forge.ManagedHostQuarantineState.mode:type_name -> forge.ManagedHostQuarantineMode + 956, // 453: forge.GetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId + 373, // 454: forge.GetManagedHostQuarantineStateResponse.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 956, // 455: forge.SetManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId + 373, // 456: forge.SetManagedHostQuarantineStateRequest.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 373, // 457: forge.SetManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState + 956, // 458: forge.ClearManagedHostQuarantineStateRequest.machine_id:type_name -> common.MachineId + 373, // 459: forge.ClearManagedHostQuarantineStateResponse.prior_quarantine_state:type_name -> forge.ManagedHostQuarantineState + 373, // 460: forge.ManagedHostNetworkConfig.quarantine_state:type_name -> forge.ManagedHostQuarantineState + 37, // 461: forge.FlatInterfaceConfig.function_type:type_name -> forge.InterfaceFunctionType + 383, // 462: forge.FlatInterfaceConfig.ipv6_interface_config:type_name -> forge.FlatInterfaceIpv6Config + 842, // 463: forge.FlatInterfaceConfig.vpc_routing_profile:type_name -> forge.RoutingProfile + 382, // 464: forge.FlatInterfaceConfig.interface_routing_profile:type_name -> forge.FlatInterfaceRoutingProfile + 384, // 465: forge.FlatInterfaceConfig.network_security_group:type_name -> forge.FlatInterfaceNetworkSecurityGroupConfig + 966, // 466: forge.FlatInterfaceConfig.internal_uuid:type_name -> common.UUID + 841, // 467: forge.FlatInterfaceRoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry + 54, // 468: forge.FlatInterfaceNetworkSecurityGroupConfig.source:type_name -> forge.NetworkSecurityGroupSource + 670, // 469: forge.FlatInterfaceNetworkSecurityGroupConfig.rules:type_name -> forge.ResolvedNetworkSecurityGroupRule + 433, // 470: forge.ManagedHostNetworkStatusResponse.all:type_name -> forge.DpuNetworkStatus + 957, // 471: forge.DpuAgentUpgradeCheckRequest.binary_mtime:type_name -> google.protobuf.Timestamp + 33, // 472: forge.DpuAgentUpgradePolicyRequest.new_policy:type_name -> forge.AgentUpgradePolicy + 33, // 473: forge.DpuAgentUpgradePolicyResponse.active_policy:type_name -> forge.AgentUpgradePolicy + 362, // 474: forge.LockdownRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 956, // 475: forge.LockdownRequest.machine_id:type_name -> common.MachineId + 34, // 476: forge.LockdownRequest.action:type_name -> forge.LockdownAction + 362, // 477: forge.LockdownStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 956, // 478: forge.LockdownStatusRequest.machine_id:type_name -> common.MachineId + 362, // 479: forge.MachineSetupStatusRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 480: forge.MachineSetupRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 481: forge.SetDpuFirstBootOrderRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 482: forge.AdminRebootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 483: forge.AdminBmcResetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 484: forge.EnableInfiniteBootRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 485: forge.IsInfiniteBootEnabledRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 956, // 486: forge.BMCMetaDataGetRequest.machine_id:type_name -> common.MachineId + 29, // 487: forge.BMCMetaDataGetRequest.role:type_name -> forge.UserRoles + 35, // 488: forge.BMCMetaDataGetRequest.request_type:type_name -> forge.BMCRequestType + 362, // 489: forge.BMCMetaDataGetRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 956, // 490: forge.MachineCredentialsUpdateRequest.machine_id:type_name -> common.MachineId + 926, // 491: forge.MachineCredentialsUpdateRequest.credentials:type_name -> forge.MachineCredentialsUpdateRequest.Credentials + 956, // 492: forge.ForgeAgentControlRequest.machine_id:type_name -> common.MachineId + 79, // 493: forge.ForgeAgentControlResponse.legacy_action:type_name -> forge.ForgeAgentControlResponse.LegacyAction + 927, // 494: forge.ForgeAgentControlResponse.data:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo + 928, // 495: forge.ForgeAgentControlResponse.noop:type_name -> forge.ForgeAgentControlResponse.Noop + 929, // 496: forge.ForgeAgentControlResponse.reset:type_name -> forge.ForgeAgentControlResponse.Reset + 930, // 497: forge.ForgeAgentControlResponse.discovery:type_name -> forge.ForgeAgentControlResponse.Discovery + 931, // 498: forge.ForgeAgentControlResponse.rebuild:type_name -> forge.ForgeAgentControlResponse.Rebuild + 932, // 499: forge.ForgeAgentControlResponse.retry:type_name -> forge.ForgeAgentControlResponse.Retry + 933, // 500: forge.ForgeAgentControlResponse.measure:type_name -> forge.ForgeAgentControlResponse.Measure + 934, // 501: forge.ForgeAgentControlResponse.log_error:type_name -> forge.ForgeAgentControlResponse.LogError + 935, // 502: forge.ForgeAgentControlResponse.machine_validation:type_name -> forge.ForgeAgentControlResponse.MachineValidation + 937, // 503: forge.ForgeAgentControlResponse.mlx_action:type_name -> forge.ForgeAgentControlResponse.MlxAction + 944, // 504: forge.ForgeAgentControlResponse.firmware_upgrade:type_name -> forge.ForgeAgentControlResponse.FirmwareUpgrade + 977, // 505: forge.MachineDiscoveryInfo.machine_interface_id:type_name -> common.MachineInterfaceId + 978, // 506: forge.MachineDiscoveryInfo.info:type_name -> machine_discovery.DiscoveryInfo + 36, // 507: forge.MachineDiscoveryInfo.discovery_reporter:type_name -> forge.MachineDiscoveryReporter + 956, // 508: forge.MachineDiscoveryCompletedRequest.machine_id:type_name -> common.MachineId + 956, // 509: forge.MachineCleanupInfo.machine_id:type_name -> common.MachineId + 946, // 510: forge.MachineCleanupInfo.nvme:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 946, // 511: forge.MachineCleanupInfo.ram:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 946, // 512: forge.MachineCleanupInfo.mem_overwrite:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 946, // 513: forge.MachineCleanupInfo.ib:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 946, // 514: forge.MachineCleanupInfo.hdd:type_name -> forge.MachineCleanupInfo.CleanupStepResult + 80, // 515: forge.MachineCleanupInfo.result:type_name -> forge.MachineCleanupInfo.CleanupResult + 419, // 516: forge.MachineCertificateResult.machine_certificate:type_name -> forge.MachineCertificate + 956, // 517: forge.MachineDiscoveryResult.machine_id:type_name -> common.MachineId + 419, // 518: forge.MachineDiscoveryResult.machine_certificate:type_name -> forge.MachineCertificate + 123, // 519: forge.MachineDiscoveryResult.attest_key_challenge:type_name -> forge.AttestKeyBindChallenge + 977, // 520: forge.MachineDiscoveryResult.machine_interface_id:type_name -> common.MachineInterfaceId + 956, // 521: forge.ForgeScoutErrorReport.machine_id:type_name -> common.MachineId + 977, // 522: forge.ForgeScoutErrorReport.machine_interface_id:type_name -> common.MachineInterfaceId + 23, // 523: forge.PxeInstructionRequest.arch:type_name -> forge.MachineArchitecture + 977, // 524: forge.PxeInstructionRequest.interface_id:type_name -> common.MachineInterfaceId + 341, // 525: forge.CloudInitDiscoveryInstructions.machine_interface:type_name -> forge.MachineInterface + 848, // 526: forge.CloudInitDiscoveryInstructions.domain:type_name -> forge.PxeDomain + 429, // 527: forge.CloudInitInstructions.discovery_instructions:type_name -> forge.CloudInitDiscoveryInstructions + 430, // 528: forge.CloudInitInstructions.metadata:type_name -> forge.CloudInitMetaData + 956, // 529: forge.DpuNetworkStatus.dpu_machine_id:type_name -> common.MachineId + 957, // 530: forge.DpuNetworkStatus.observed_at:type_name -> google.protobuf.Timestamp + 454, // 531: forge.DpuNetworkStatus.interfaces:type_name -> forge.InstanceInterfaceStatusObservation + 972, // 532: forge.DpuNetworkStatus.instance_id:type_name -> common.InstanceId + 963, // 533: forge.DpuNetworkStatus.dpu_health:type_name -> health.HealthReport + 455, // 534: forge.DpuNetworkStatus.fabric_interfaces:type_name -> forge.FabricInterfaceData + 434, // 535: forge.DpuNetworkStatus.last_dhcp_requests:type_name -> forge.LastDhcpRequest + 435, // 536: forge.DpuNetworkStatus.dpu_extension_services:type_name -> forge.DpuExtensionServiceStatusObservation + 977, // 537: forge.LastDhcpRequest.host_interface_id:type_name -> common.MachineInterfaceId + 67, // 538: forge.DpuExtensionServiceStatusObservation.service_type:type_name -> forge.DpuExtensionServiceType + 68, // 539: forge.DpuExtensionServiceStatusObservation.state:type_name -> forge.DpuExtensionServiceDeploymentStatus + 436, // 540: forge.DpuExtensionServiceStatusObservation.components:type_name -> forge.DpuExtensionServiceComponent + 963, // 541: forge.OptionalHealthReport.report:type_name -> health.HealthReport + 963, // 542: forge.HealthReportEntry.report:type_name -> health.HealthReport + 38, // 543: forge.HealthReportEntry.mode:type_name -> forge.HealthReportApplyMode + 956, // 544: forge.InsertMachineHealthReportRequest.machine_id:type_name -> common.MachineId + 438, // 545: forge.InsertMachineHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 965, // 546: forge.InsertRackHealthReportRequest.rack_id:type_name -> common.RackId + 438, // 547: forge.InsertRackHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 965, // 548: forge.RemoveRackHealthReportRequest.rack_id:type_name -> common.RackId + 965, // 549: forge.ListRackHealthReportsRequest.rack_id:type_name -> common.RackId + 967, // 550: forge.InsertSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId + 438, // 551: forge.InsertSwitchHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 967, // 552: forge.RemoveSwitchHealthReportRequest.switch_id:type_name -> common.SwitchId + 967, // 553: forge.ListSwitchHealthReportsRequest.switch_id:type_name -> common.SwitchId + 964, // 554: forge.InsertPowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId + 438, // 555: forge.InsertPowerShelfHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 964, // 556: forge.RemovePowerShelfHealthReportRequest.power_shelf_id:type_name -> common.PowerShelfId + 964, // 557: forge.ListPowerShelfHealthReportsRequest.power_shelf_id:type_name -> common.PowerShelfId + 438, // 558: forge.ListHealthReportResponse.health_report_entries:type_name -> forge.HealthReportEntry + 956, // 559: forge.RemoveMachineHealthReportRequest.machine_id:type_name -> common.MachineId + 976, // 560: forge.ListNVLinkDomainHealthReportsRequest.domain_id:type_name -> common.NVLinkDomainId + 976, // 561: forge.InsertNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId + 438, // 562: forge.InsertNVLinkDomainHealthReportRequest.health_report_entry:type_name -> forge.HealthReportEntry + 976, // 563: forge.RemoveNVLinkDomainHealthReportRequest.domain_id:type_name -> common.NVLinkDomainId + 37, // 564: forge.InstanceInterfaceStatusObservation.function_type:type_name -> forge.InterfaceFunctionType + 664, // 565: forge.InstanceInterfaceStatusObservation.network_security_group:type_name -> forge.NetworkSecurityGroupStatus + 966, // 566: forge.InstanceInterfaceStatusObservation.internal_uuid:type_name -> common.UUID + 456, // 567: forge.FabricInterfaceData.link_data:type_name -> forge.LinkData + 251, // 568: forge.Tenant.metadata:type_name -> forge.Metadata + 251, // 569: forge.CreateTenantRequest.metadata:type_name -> forge.Metadata + 457, // 570: forge.CreateTenantResponse.tenant:type_name -> forge.Tenant + 251, // 571: forge.UpdateTenantRequest.metadata:type_name -> forge.Metadata + 457, // 572: forge.UpdateTenantResponse.tenant:type_name -> forge.Tenant + 457, // 573: forge.FindTenantResponse.tenant:type_name -> forge.Tenant + 465, // 574: forge.TenantKeysetContent.public_keys:type_name -> forge.TenantPublicKey + 464, // 575: forge.TenantKeyset.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 466, // 576: forge.TenantKeyset.keyset_content:type_name -> forge.TenantKeysetContent + 464, // 577: forge.CreateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 466, // 578: forge.CreateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent + 467, // 579: forge.CreateTenantKeysetResponse.keyset:type_name -> forge.TenantKeyset + 467, // 580: forge.TenantKeySetList.keyset:type_name -> forge.TenantKeyset + 464, // 581: forge.UpdateTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 466, // 582: forge.UpdateTenantKeysetRequest.keyset_content:type_name -> forge.TenantKeysetContent + 464, // 583: forge.DeleteTenantKeysetRequest.keyset_identifier:type_name -> forge.TenantKeysetIdentifier + 464, // 584: forge.TenantKeysetIdList.keyset_ids:type_name -> forge.TenantKeysetIdentifier + 464, // 585: forge.TenantKeysetsByIdsRequest.keyset_ids:type_name -> forge.TenantKeysetIdentifier + 482, // 586: forge.ResourcePools.pools:type_name -> forge.ResourcePool + 40, // 587: forge.MaintenanceRequest.operation:type_name -> forge.MaintenanceOperation + 956, // 588: forge.MaintenanceRequest.host_id:type_name -> common.MachineId + 41, // 589: forge.SetDynamicConfigRequest.setting:type_name -> forge.ConfigSetting + 510, // 590: forge.FindIpAddressResponse.matches:type_name -> forge.IpAddressMatch + 966, // 591: forge.IdentifyUuidRequest.uuid:type_name -> common.UUID + 966, // 592: forge.IdentifyUuidResponse.uuid:type_name -> common.UUID + 42, // 593: forge.IdentifyUuidResponse.object_type:type_name -> forge.UuidType + 43, // 594: forge.IdentifyMacResponse.object_type:type_name -> forge.MacOwner + 956, // 595: forge.IdentifySerialResponse.machine_id:type_name -> common.MachineId + 956, // 596: forge.DpuReprovisioningRequest.dpu_id:type_name -> common.MachineId + 81, // 597: forge.DpuReprovisioningRequest.mode:type_name -> forge.DpuReprovisioningRequest.Mode + 44, // 598: forge.DpuReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator + 956, // 599: forge.DpuReprovisioningRequest.machine_id:type_name -> common.MachineId + 947, // 600: forge.DpuReprovisioningListResponse.dpus:type_name -> forge.DpuReprovisioningListResponse.DpuReprovisioningListItem + 956, // 601: forge.HostReprovisioningRequest.machine_id:type_name -> common.MachineId + 82, // 602: forge.HostReprovisioningRequest.mode:type_name -> forge.HostReprovisioningRequest.Mode + 44, // 603: forge.HostReprovisioningRequest.initiator:type_name -> forge.UpdateInitiator + 948, // 604: forge.HostReprovisioningListResponse.hosts:type_name -> forge.HostReprovisioningListResponse.HostReprovisioningListItem + 504, // 605: forge.DpuInfoStatusObservation.os_operational_state:type_name -> forge.DpuOsOperationalState + 505, // 606: forge.DpuInfoStatusObservation.representors:type_name -> forge.DpuRepresentorStatus + 957, // 607: forge.DpuInfoStatusObservation.last_heartbeat:type_name -> google.protobuf.Timestamp + 506, // 608: forge.DpuInfo.observed_status:type_name -> forge.DpuInfoStatusObservation + 507, // 609: forge.GetDpuInfoListResponse.dpu_list:type_name -> forge.DpuInfo + 45, // 610: forge.IpAddressMatch.ip_type:type_name -> forge.IpType + 977, // 611: forge.MachineBootOverride.machine_interface_id:type_name -> common.MachineInterfaceId + 956, // 612: forge.ConnectedDevice.id:type_name -> common.MachineId + 512, // 613: forge.ConnectedDeviceList.connected_devices:type_name -> forge.ConnectedDevice + 518, // 614: forge.MachineIdBmcIpPairs.pairs:type_name -> forge.MachineIdBmcIp + 956, // 615: forge.MachineIdBmcIp.machine_id:type_name -> common.MachineId + 512, // 616: forge.NetworkDevice.devices:type_name -> forge.ConnectedDevice + 519, // 617: forge.NetworkTopologyData.network_devices:type_name -> forge.NetworkDevice + 46, // 618: forge.RouteServers.source_type:type_name -> forge.RouteServerSourceType + 525, // 619: forge.RouteServerEntries.route_servers:type_name -> forge.RouteServer + 46, // 620: forge.RouteServer.source_type:type_name -> forge.RouteServerSourceType + 956, // 621: forge.SetHostUefiPasswordRequest.host_id:type_name -> common.MachineId + 956, // 622: forge.ClearHostUefiPasswordRequest.host_id:type_name -> common.MachineId + 966, // 623: forge.OsImageAttributes.id:type_name -> common.UUID + 530, // 624: forge.OsImage.attributes:type_name -> forge.OsImageAttributes + 47, // 625: forge.OsImage.status:type_name -> forge.OsImageStatus + 531, // 626: forge.ListOsImageResponse.images:type_name -> forge.OsImage + 966, // 627: forge.DeleteOsImageRequest.id:type_name -> common.UUID + 973, // 628: forge.GetIpxeTemplateRequest.id:type_name -> common.IpxeTemplateId + 260, // 629: forge.IpxeTemplateList.templates:type_name -> forge.IpxeTemplate + 11, // 630: forge.ExpectedHostNic.network_segment_type:type_name -> forge.NetworkSegmentType + 251, // 631: forge.ExpectedMachine.metadata:type_name -> forge.Metadata + 966, // 632: forge.ExpectedMachine.id:type_name -> common.UUID + 539, // 633: forge.ExpectedMachine.host_nics:type_name -> forge.ExpectedHostNic + 965, // 634: forge.ExpectedMachine.rack_id:type_name -> common.RackId + 48, // 635: forge.ExpectedMachine.dpu_mode:type_name -> forge.DpuMode + 540, // 636: forge.ExpectedMachine.host_lifecycle_profile:type_name -> forge.HostLifecycleProfile + 966, // 637: forge.ExpectedMachineRequest.id:type_name -> common.UUID + 541, // 638: forge.ExpectedMachineList.expected_machines:type_name -> forge.ExpectedMachine + 545, // 639: forge.LinkedExpectedMachineList.expected_machines:type_name -> forge.LinkedExpectedMachine + 956, // 640: forge.LinkedExpectedMachine.machine_id:type_name -> common.MachineId + 966, // 641: forge.LinkedExpectedMachine.expected_machine_id:type_name -> common.UUID + 547, // 642: forge.UnexpectedMachineList.unexpected_machines:type_name -> forge.UnexpectedMachine + 956, // 643: forge.UnexpectedMachine.machine_id:type_name -> common.MachineId + 543, // 644: forge.BatchExpectedMachineOperationRequest.expected_machines:type_name -> forge.ExpectedMachineList + 966, // 645: forge.ExpectedMachineOperationResult.id:type_name -> common.UUID + 541, // 646: forge.ExpectedMachineOperationResult.expected_machine:type_name -> forge.ExpectedMachine + 549, // 647: forge.BatchExpectedMachineOperationResponse.results:type_name -> forge.ExpectedMachineOperationResult + 956, // 648: forge.MachineRebootCompletedRequest.machine_id:type_name -> common.MachineId + 956, // 649: forge.ScoutFirmwareUpgradeStatusRequest.machine_id:type_name -> common.MachineId + 956, // 650: forge.MachineValidationCompletedRequest.machine_id:type_name -> common.MachineId + 983, // 651: forge.MachineValidationCompletedRequest.validation_id:type_name -> common.MachineValidationId + 957, // 652: forge.MachineValidationResult.start_time:type_name -> google.protobuf.Timestamp + 957, // 653: forge.MachineValidationResult.end_time:type_name -> google.protobuf.Timestamp + 983, // 654: forge.MachineValidationResult.validation_id:type_name -> common.MachineValidationId + 556, // 655: forge.MachineValidationResultPostRequest.result:type_name -> forge.MachineValidationResult + 556, // 656: forge.MachineValidationResultList.results:type_name -> forge.MachineValidationResult + 956, // 657: forge.MachineValidationGetRequest.machine_id:type_name -> common.MachineId + 983, // 658: forge.MachineValidationGetRequest.validation_id:type_name -> common.MachineValidationId + 49, // 659: forge.MachineValidationStatus.started:type_name -> forge.MachineValidationStarted + 50, // 660: forge.MachineValidationStatus.in_progress:type_name -> forge.MachineValidationInProgress + 51, // 661: forge.MachineValidationStatus.completed:type_name -> forge.MachineValidationCompleted + 983, // 662: forge.MachineValidationRun.validation_id:type_name -> common.MachineValidationId + 956, // 663: forge.MachineValidationRun.machine_id:type_name -> common.MachineId + 957, // 664: forge.MachineValidationRun.start_time:type_name -> google.protobuf.Timestamp + 957, // 665: forge.MachineValidationRun.end_time:type_name -> google.protobuf.Timestamp + 560, // 666: forge.MachineValidationRun.status:type_name -> forge.MachineValidationStatus + 979, // 667: forge.MachineValidationRun.duration_to_complete:type_name -> google.protobuf.Duration + 957, // 668: forge.MachineValidationRun.last_heartbeat_at:type_name -> google.protobuf.Timestamp + 956, // 669: forge.MachineSetAutoUpdateRequest.machine_id:type_name -> common.MachineId + 83, // 670: forge.MachineSetAutoUpdateRequest.action:type_name -> forge.MachineSetAutoUpdateRequest.SetAutoupdateAction + 957, // 671: forge.MachineValidationExternalConfig.timestamp:type_name -> google.protobuf.Timestamp + 565, // 672: forge.GetMachineValidationExternalConfigResponse.config:type_name -> forge.MachineValidationExternalConfig + 565, // 673: forge.GetMachineValidationExternalConfigsResponse.configs:type_name -> forge.MachineValidationExternalConfig + 956, // 674: forge.MachineValidationOnDemandRequest.machine_id:type_name -> common.MachineId + 84, // 675: forge.MachineValidationOnDemandRequest.action:type_name -> forge.MachineValidationOnDemandRequest.Action + 983, // 676: forge.MachineValidationOnDemandResponse.validation_id:type_name -> common.MachineValidationId + 573, // 677: forge.MaintenanceActivityConfig.firmware_upgrade:type_name -> forge.FirmwareUpgradeActivity + 575, // 678: forge.MaintenanceActivityConfig.configure_nmx_cluster:type_name -> forge.ConfigureNmxClusterActivity + 576, // 679: forge.MaintenanceActivityConfig.power_sequence:type_name -> forge.PowerSequenceActivity + 574, // 680: forge.MaintenanceActivityConfig.nvos_update:type_name -> forge.NvosUpdateActivity + 577, // 681: forge.RackMaintenanceScope.activities:type_name -> forge.MaintenanceActivityConfig + 965, // 682: forge.RackMaintenanceOnDemandRequest.rack_id:type_name -> common.RackId + 578, // 683: forge.RackMaintenanceOnDemandRequest.scope:type_name -> forge.RackMaintenanceScope + 362, // 684: forge.AdminPowerControlRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 85, // 685: forge.AdminPowerControlRequest.action:type_name -> forge.AdminPowerControlRequest.SystemPowerControl + 956, // 686: forge.GetRedfishJobStateRequest.machine_id:type_name -> common.MachineId + 86, // 687: forge.GetRedfishJobStateResponse.job_state:type_name -> forge.GetRedfishJobStateResponse.RedfishJobState + 561, // 688: forge.MachineValidationRunList.runs:type_name -> forge.MachineValidationRun + 956, // 689: forge.MachineValidationRunListGetRequest.machine_id:type_name -> common.MachineId + 983, // 690: forge.MachineValidationRunItemSearchFilter.validation_id:type_name -> common.MachineValidationId + 966, // 691: forge.MachineValidationRunItemIdList.run_item_ids:type_name -> common.UUID + 966, // 692: forge.MachineValidationRunItemsByIdsRequest.run_item_ids:type_name -> common.UUID + 591, // 693: forge.MachineValidationRunItemList.run_items:type_name -> forge.MachineValidationRunItem + 966, // 694: forge.MachineValidationRunItem.run_item_id:type_name -> common.UUID + 983, // 695: forge.MachineValidationRunItem.validation_id:type_name -> common.MachineValidationId + 979, // 696: forge.MachineValidationRunItem.timeout:type_name -> google.protobuf.Duration + 957, // 697: forge.MachineValidationRunItem.started_at:type_name -> google.protobuf.Timestamp + 957, // 698: forge.MachineValidationRunItem.ended_at:type_name -> google.protobuf.Timestamp + 957, // 699: forge.MachineValidationRunItem.last_heartbeat_at:type_name -> google.protobuf.Timestamp + 966, // 700: forge.MachineValidationRunItem.current_attempt_id:type_name -> common.UUID + 966, // 701: forge.MachineValidationAttemptGetRequest.attempt_id:type_name -> common.UUID + 966, // 702: forge.MachineValidationAttempt.attempt_id:type_name -> common.UUID + 966, // 703: forge.MachineValidationAttempt.run_item_id:type_name -> common.UUID + 957, // 704: forge.MachineValidationAttempt.started_at:type_name -> google.protobuf.Timestamp + 957, // 705: forge.MachineValidationAttempt.ended_at:type_name -> google.protobuf.Timestamp + 957, // 706: forge.MachineValidationAttempt.last_heartbeat_at:type_name -> google.protobuf.Timestamp + 983, // 707: forge.MachineValidationHeartbeatRequest.validation_id:type_name -> common.MachineValidationId + 966, // 708: forge.MachineValidationHeartbeatRequest.run_item_id:type_name -> common.UUID + 966, // 709: forge.MachineValidationHeartbeatRequest.attempt_id:type_name -> common.UUID + 949, // 710: forge.MachineValidationTestUpdateRequest.payload:type_name -> forge.MachineValidationTestUpdateRequest.Payload + 605, // 711: forge.MachineValidationTestsGetResponse.tests:type_name -> forge.MachineValidationTest + 983, // 712: forge.MachineValidationRunRequest.validation_id:type_name -> common.MachineValidationId + 979, // 713: forge.MachineValidationRunRequest.duration_to_complete:type_name -> google.protobuf.Duration + 605, // 714: forge.MachineValidationRunRequest.selected_tests:type_name -> forge.MachineValidationTest + 52, // 715: forge.MachineCapabilityAttributesGpu.device_type:type_name -> forge.MachineCapabilityDeviceType + 52, // 716: forge.MachineCapabilityAttributesNetwork.device_type:type_name -> forge.MachineCapabilityDeviceType + 612, // 717: forge.MachineCapabilitiesSet.cpu:type_name -> forge.MachineCapabilityAttributesCpu + 613, // 718: forge.MachineCapabilitiesSet.gpu:type_name -> forge.MachineCapabilityAttributesGpu + 614, // 719: forge.MachineCapabilitiesSet.memory:type_name -> forge.MachineCapabilityAttributesMemory + 615, // 720: forge.MachineCapabilitiesSet.storage:type_name -> forge.MachineCapabilityAttributesStorage + 616, // 721: forge.MachineCapabilitiesSet.network:type_name -> forge.MachineCapabilityAttributesNetwork + 617, // 722: forge.MachineCapabilitiesSet.infiniband:type_name -> forge.MachineCapabilityAttributesInfiniband + 618, // 723: forge.MachineCapabilitiesSet.dpu:type_name -> forge.MachineCapabilityAttributesDpu + 622, // 724: forge.InstanceTypeAttributes.desired_capabilities:type_name -> forge.InstanceTypeMachineCapabilityFilterAttributes + 620, // 725: forge.InstanceType.attributes:type_name -> forge.InstanceTypeAttributes + 251, // 726: forge.InstanceType.metadata:type_name -> forge.Metadata + 720, // 727: forge.InstanceType.allocation_stats:type_name -> forge.InstanceTypeAllocationStats + 53, // 728: forge.InstanceTypeMachineCapabilityFilterAttributes.capability_type:type_name -> forge.MachineCapabilityType + 984, // 729: forge.InstanceTypeMachineCapabilityFilterAttributes.inactive_devices:type_name -> common.Uint32List + 52, // 730: forge.InstanceTypeMachineCapabilityFilterAttributes.device_type:type_name -> forge.MachineCapabilityDeviceType + 251, // 731: forge.CreateInstanceTypeRequest.metadata:type_name -> forge.Metadata + 620, // 732: forge.CreateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes + 621, // 733: forge.CreateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType + 621, // 734: forge.FindInstanceTypesByIdsResponse.instance_types:type_name -> forge.InstanceType + 621, // 735: forge.UpdateInstanceTypeResponse.instance_type:type_name -> forge.InstanceType + 251, // 736: forge.UpdateInstanceTypeRequest.metadata:type_name -> forge.Metadata + 620, // 737: forge.UpdateInstanceTypeRequest.instance_type_attributes:type_name -> forge.InstanceTypeAttributes + 950, // 738: forge.RedfishBrowseResponse.headers:type_name -> forge.RedfishBrowseResponse.HeadersEntry + 641, // 739: forge.RedfishListActionsResponse.actions:type_name -> forge.RedfishAction + 957, // 740: forge.RedfishAction.approver_dates:type_name -> google.protobuf.Timestamp + 957, // 741: forge.RedfishAction.applied_at:type_name -> google.protobuf.Timestamp + 642, // 742: forge.RedfishAction.results:type_name -> forge.OptionalRedfishActionResult + 643, // 743: forge.OptionalRedfishActionResult.result:type_name -> forge.RedfishActionResult + 951, // 744: forge.RedfishActionResult.headers:type_name -> forge.RedfishActionResult.HeadersEntry + 957, // 745: forge.RedfishActionResult.completed_at:type_name -> google.protobuf.Timestamp + 952, // 746: forge.UfmBrowseResponse.headers:type_name -> forge.UfmBrowseResponse.HeadersEntry + 669, // 747: forge.NetworkSecurityGroupAttributes.rules:type_name -> forge.NetworkSecurityGroupRuleAttributes + 251, // 748: forge.NetworkSecurityGroup.metadata:type_name -> forge.Metadata + 652, // 749: forge.NetworkSecurityGroup.attributes:type_name -> forge.NetworkSecurityGroupAttributes + 251, // 750: forge.CreateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata + 652, // 751: forge.CreateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes + 653, // 752: forge.CreateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup + 653, // 753: forge.FindNetworkSecurityGroupsByIdsResponse.network_security_groups:type_name -> forge.NetworkSecurityGroup + 653, // 754: forge.UpdateNetworkSecurityGroupResponse.network_security_group:type_name -> forge.NetworkSecurityGroup + 251, // 755: forge.UpdateNetworkSecurityGroupRequest.metadata:type_name -> forge.Metadata + 652, // 756: forge.UpdateNetworkSecurityGroupRequest.network_security_group_attributes:type_name -> forge.NetworkSecurityGroupAttributes + 54, // 757: forge.NetworkSecurityGroupStatus.source:type_name -> forge.NetworkSecurityGroupSource + 55, // 758: forge.NetworkSecurityGroupPropagationObjectStatus.status:type_name -> forge.NetworkSecurityGroupPropagationStatus + 665, // 759: forge.GetNetworkSecurityGroupPropagationStatusResponse.vpcs:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus + 665, // 760: forge.GetNetworkSecurityGroupPropagationStatusResponse.instances:type_name -> forge.NetworkSecurityGroupPropagationObjectStatus + 667, // 761: forge.GetNetworkSecurityGroupPropagationStatusRequest.network_security_group_ids:type_name -> forge.NetworkSecurityGroupIdList + 56, // 762: forge.NetworkSecurityGroupRuleAttributes.direction:type_name -> forge.NetworkSecurityGroupRuleDirection + 57, // 763: forge.NetworkSecurityGroupRuleAttributes.protocol:type_name -> forge.NetworkSecurityGroupRuleProtocol + 58, // 764: forge.NetworkSecurityGroupRuleAttributes.action:type_name -> forge.NetworkSecurityGroupRuleAction + 669, // 765: forge.ResolvedNetworkSecurityGroupRule.rule:type_name -> forge.NetworkSecurityGroupRuleAttributes + 672, // 766: forge.GetNetworkSecurityGroupAttachmentsResponse.attachments:type_name -> forge.NetworkSecurityGroupAttachments + 676, // 767: forge.GetDesiredFirmwareVersionsResponse.entries:type_name -> forge.DesiredFirmwareVersionEntry + 953, // 768: forge.DesiredFirmwareVersionEntry.component_versions:type_name -> forge.DesiredFirmwareVersionEntry.ComponentVersionsEntry + 677, // 769: forge.SkuComponents.chassis:type_name -> forge.SkuComponentChassis + 678, // 770: forge.SkuComponents.cpus:type_name -> forge.SkuComponentCpu + 679, // 771: forge.SkuComponents.gpus:type_name -> forge.SkuComponentGpu + 680, // 772: forge.SkuComponents.ethernet_devices:type_name -> forge.SkuComponentEthernetDevices + 681, // 773: forge.SkuComponents.infiniband_devices:type_name -> forge.SkuComponentInfinibandDevices + 682, // 774: forge.SkuComponents.storage:type_name -> forge.SkuComponentStorage + 684, // 775: forge.SkuComponents.memory:type_name -> forge.SkuComponentMemory + 685, // 776: forge.SkuComponents.tpm:type_name -> forge.SkuComponentTpm + 957, // 777: forge.Sku.created:type_name -> google.protobuf.Timestamp + 686, // 778: forge.Sku.components:type_name -> forge.SkuComponents + 956, // 779: forge.Sku.associated_machine_ids:type_name -> common.MachineId + 956, // 780: forge.SkuMachinePair.machine_id:type_name -> common.MachineId + 956, // 781: forge.RemoveSkuRequest.machine_id:type_name -> common.MachineId + 687, // 782: forge.SkuList.skus:type_name -> forge.Sku + 957, // 783: forge.SkuStatus.verify_request_time:type_name -> google.protobuf.Timestamp + 957, // 784: forge.SkuStatus.last_match_attempt:type_name -> google.protobuf.Timestamp + 957, // 785: forge.SkuStatus.last_generate_attempt:type_name -> google.protobuf.Timestamp + 985, // 786: forge.DpaInterface.id:type_name -> common.DpaInterfaceId + 956, // 787: forge.DpaInterface.machine_id:type_name -> common.MachineId + 957, // 788: forge.DpaInterface.created:type_name -> google.protobuf.Timestamp + 957, // 789: forge.DpaInterface.updated:type_name -> google.protobuf.Timestamp + 957, // 790: forge.DpaInterface.deleted:type_name -> google.protobuf.Timestamp + 215, // 791: forge.DpaInterface.history:type_name -> forge.StateHistoryRecord + 957, // 792: forge.DpaInterface.last_hb_time:type_name -> google.protobuf.Timestamp + 59, // 793: forge.DpaInterface.interface_type:type_name -> forge.DpaInterfaceType + 956, // 794: forge.DpaInterfaceCreationRequest.machine_id:type_name -> common.MachineId + 59, // 795: forge.DpaInterfaceCreationRequest.interface_type:type_name -> forge.DpaInterfaceType + 985, // 796: forge.DpaInterfaceIdList.ids:type_name -> common.DpaInterfaceId + 985, // 797: forge.DpaInterfacesByIdsRequest.ids:type_name -> common.DpaInterfaceId + 695, // 798: forge.DpaInterfaceList.interfaces:type_name -> forge.DpaInterface + 985, // 799: forge.DpaNetworkObservationSetRequest.id:type_name -> common.DpaInterfaceId + 985, // 800: forge.DpaInterfaceDeletionRequest.id:type_name -> common.DpaInterfaceId + 956, // 801: forge.PowerOptionRequest.machine_id:type_name -> common.MachineId + 956, // 802: forge.PowerOptionUpdateRequest.machine_id:type_name -> common.MachineId + 60, // 803: forge.PowerOptionUpdateRequest.power_state:type_name -> forge.PowerState + 60, // 804: forge.PowerOptions.desired_state:type_name -> forge.PowerState + 957, // 805: forge.PowerOptions.desired_state_updated_at:type_name -> google.protobuf.Timestamp + 60, // 806: forge.PowerOptions.actual_state:type_name -> forge.PowerState + 957, // 807: forge.PowerOptions.actual_state_updated_at:type_name -> google.protobuf.Timestamp + 956, // 808: forge.PowerOptions.host_id:type_name -> common.MachineId + 957, // 809: forge.PowerOptions.next_power_state_fetch_at:type_name -> google.protobuf.Timestamp + 957, // 810: forge.PowerOptions.tried_triggering_on_at:type_name -> google.protobuf.Timestamp + 957, // 811: forge.PowerOptions.wait_until_time_before_performing_next_power_action:type_name -> google.protobuf.Timestamp + 706, // 812: forge.PowerOptionResponse.response:type_name -> forge.PowerOptions + 986, // 813: forge.ComputeAllocation.id:type_name -> common.ComputeAllocationId + 708, // 814: forge.ComputeAllocation.attributes:type_name -> forge.ComputeAllocationAttributes + 251, // 815: forge.ComputeAllocation.metadata:type_name -> forge.Metadata + 986, // 816: forge.CreateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId + 251, // 817: forge.CreateComputeAllocationRequest.metadata:type_name -> forge.Metadata + 708, // 818: forge.CreateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes + 709, // 819: forge.CreateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation + 986, // 820: forge.FindComputeAllocationIdsResponse.ids:type_name -> common.ComputeAllocationId + 986, // 821: forge.FindComputeAllocationsByIdsRequest.ids:type_name -> common.ComputeAllocationId + 709, // 822: forge.FindComputeAllocationsByIdsResponse.allocations:type_name -> forge.ComputeAllocation + 709, // 823: forge.UpdateComputeAllocationResponse.allocation:type_name -> forge.ComputeAllocation + 986, // 824: forge.UpdateComputeAllocationRequest.id:type_name -> common.ComputeAllocationId + 251, // 825: forge.UpdateComputeAllocationRequest.metadata:type_name -> forge.Metadata + 708, // 826: forge.UpdateComputeAllocationRequest.attributes:type_name -> forge.ComputeAllocationAttributes + 986, // 827: forge.DeleteComputeAllocationRequest.id:type_name -> common.ComputeAllocationId + 727, // 828: forge.GetRackResponse.rack:type_name -> forge.Rack + 727, // 829: forge.RackList.racks:type_name -> forge.Rack + 250, // 830: forge.RackSearchFilter.label:type_name -> forge.Label + 965, // 831: forge.RackIdList.rack_ids:type_name -> common.RackId + 965, // 832: forge.RacksByIdsRequest.rack_ids:type_name -> common.RackId + 965, // 833: forge.Rack.id:type_name -> common.RackId + 957, // 834: forge.Rack.created:type_name -> google.protobuf.Timestamp + 957, // 835: forge.Rack.updated:type_name -> google.protobuf.Timestamp + 957, // 836: forge.Rack.deleted:type_name -> google.protobuf.Timestamp + 251, // 837: forge.Rack.metadata:type_name -> forge.Metadata + 728, // 838: forge.Rack.config:type_name -> forge.RackConfig + 729, // 839: forge.Rack.status:type_name -> forge.RackStatus + 963, // 840: forge.RackStatus.health:type_name -> health.HealthReport + 335, // 841: forge.RackStatus.health_sources:type_name -> forge.HealthSourceOrigin + 87, // 842: forge.RackStatus.lifecycle:type_name -> forge.LifecycleStatus + 965, // 843: forge.RackStateHistoriesRequest.rack_ids:type_name -> common.RackId + 965, // 844: forge.AdminForceDeleteRackRequest.rack_id:type_name -> common.RackId + 734, // 845: forge.RackCapabilitiesSet.compute:type_name -> forge.RackCapabilityCompute + 735, // 846: forge.RackCapabilitiesSet.switch:type_name -> forge.RackCapabilitySwitch + 736, // 847: forge.RackCapabilitiesSet.power_shelf:type_name -> forge.RackCapabilityPowerShelf + 987, // 848: forge.RackProfile.rack_hardware_type:type_name -> common.RackHardwareType + 61, // 849: forge.RackProfile.rack_hardware_topology:type_name -> forge.RackHardwareTopology + 63, // 850: forge.RackProfile.rack_hardware_class:type_name -> forge.RackHardwareClass + 737, // 851: forge.RackProfile.capabilities:type_name -> forge.RackCapabilitiesSet + 62, // 852: forge.RackProfile.product_family:type_name -> forge.RackProductFamily + 965, // 853: forge.GetRackProfileRequest.rack_id:type_name -> common.RackId + 965, // 854: forge.GetRackProfileResponse.rack_id:type_name -> common.RackId + 968, // 855: forge.GetRackProfileResponse.rack_profile_id:type_name -> common.RackProfileId + 738, // 856: forge.GetRackProfileResponse.profile:type_name -> forge.RackProfile + 64, // 857: forge.RackManagerForgeRequest.cmd:type_name -> forge.RackManagerForgeCmd + 976, // 858: forge.MachineNVLinkInfo.domain_uuid:type_name -> common.NVLinkDomainId + 747, // 859: forge.MachineNVLinkInfo.gpus:type_name -> forge.NVLinkGpu + 956, // 860: forge.UpdateMachineNvLinkInfoRequest.machine_id:type_name -> common.MachineId + 743, // 861: forge.UpdateMachineNvLinkInfoRequest.nvlink_info:type_name -> forge.MachineNVLinkInfo + 746, // 862: forge.MachineSpxStatusObservation.attachment_status:type_name -> forge.MachineSpxAttachmentStatusObservation + 957, // 863: forge.MachineSpxStatusObservation.observed_at:type_name -> google.protobuf.Timestamp + 975, // 864: forge.MachineSpxAttachmentStatusObservation.partition_id:type_name -> common.SpxPartitionId + 15, // 865: forge.MachineSpxAttachmentStatusObservation.attachment_type:type_name -> forge.SpxAttachmentType + 957, // 866: forge.MachineSpxAttachmentStatusObservation.observed_at:type_name -> google.protobuf.Timestamp + 749, // 867: forge.MachineNVLinkStatusObservation.gpu_status:type_name -> forge.MachineNVLinkGpuStatusObservation + 988, // 868: forge.MachineNVLinkGpuStatusObservation.partition_id:type_name -> common.NVLinkPartitionId + 959, // 869: forge.MachineNVLinkGpuStatusObservation.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 976, // 870: forge.MachineNVLinkGpuStatusObservation.domain_id:type_name -> common.NVLinkDomainId + 65, // 871: forge.NmxcBrowseRequest.operation:type_name -> forge.NmxcBrowseOperation + 954, // 872: forge.NmxcBrowseResponse.headers:type_name -> forge.NmxcBrowseResponse.HeadersEntry + 988, // 873: forge.NVLinkPartition.id:type_name -> common.NVLinkPartitionId + 976, // 874: forge.NVLinkPartition.domain_uuid:type_name -> common.NVLinkDomainId + 959, // 875: forge.NVLinkPartition.logical_partition_id:type_name -> common.NVLinkLogicalPartitionId + 752, // 876: forge.NVLinkPartitionList.partitions:type_name -> forge.NVLinkPartition + 966, // 877: forge.NVLinkPartitionQuery.id:type_name -> common.UUID + 754, // 878: forge.NVLinkPartitionQuery.search_config:type_name -> forge.NVLinkPartitionSearchConfig + 988, // 879: forge.NVLinkPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkPartitionId + 988, // 880: forge.NVLinkPartitionIdList.partition_ids:type_name -> common.NVLinkPartitionId + 251, // 881: forge.NVLinkLogicalPartitionConfig.metadata:type_name -> forge.Metadata + 7, // 882: forge.NVLinkLogicalPartitionStatus.state:type_name -> forge.TenantState + 959, // 883: forge.NVLinkLogicalPartition.id:type_name -> common.NVLinkLogicalPartitionId + 760, // 884: forge.NVLinkLogicalPartition.config:type_name -> forge.NVLinkLogicalPartitionConfig + 761, // 885: forge.NVLinkLogicalPartition.status:type_name -> forge.NVLinkLogicalPartitionStatus + 957, // 886: forge.NVLinkLogicalPartition.created:type_name -> google.protobuf.Timestamp + 762, // 887: forge.NVLinkLogicalPartitionList.partitions:type_name -> forge.NVLinkLogicalPartition + 760, // 888: forge.NVLinkLogicalPartitionCreationRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig + 959, // 889: forge.NVLinkLogicalPartitionCreationRequest.id:type_name -> common.NVLinkLogicalPartitionId + 959, // 890: forge.NVLinkLogicalPartitionDeletionRequest.id:type_name -> common.NVLinkLogicalPartitionId + 959, // 891: forge.NVLinkLogicalPartitionsByIdsRequest.partition_ids:type_name -> common.NVLinkLogicalPartitionId + 959, // 892: forge.NVLinkLogicalPartitionIdList.partition_ids:type_name -> common.NVLinkLogicalPartitionId + 959, // 893: forge.NVLinkLogicalPartitionUpdateRequest.id:type_name -> common.NVLinkLogicalPartitionId + 760, // 894: forge.NVLinkLogicalPartitionUpdateRequest.config:type_name -> forge.NVLinkLogicalPartitionConfig + 362, // 895: forge.CreateBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 362, // 896: forge.DeleteBmcUserRequest.bmc_endpoint_request:type_name -> forge.BmcEndpointRequest + 956, // 897: forge.SetFirmwareUpdateTimeWindowRequest.machine_ids:type_name -> common.MachineId + 957, // 898: forge.SetFirmwareUpdateTimeWindowRequest.start_timestamp:type_name -> google.protobuf.Timestamp + 957, // 899: forge.SetFirmwareUpdateTimeWindowRequest.end_timestamp:type_name -> google.protobuf.Timestamp + 780, // 900: forge.ListHostFirmwareResponse.available:type_name -> forge.AvailableHostFirmware + 66, // 901: forge.TrimTableRequest.target:type_name -> forge.TrimTableTarget + 783, // 902: forge.NvlinkNmxcEndpointList.entries:type_name -> forge.NvlinkNmxcEndpoint + 251, // 903: forge.CreateRemediationRequest.metadata:type_name -> forge.Metadata + 989, // 904: forge.CreateRemediationResponse.remediation_id:type_name -> common.RemediationId + 989, // 905: forge.RemediationIdList.remediation_ids:type_name -> common.RemediationId + 790, // 906: forge.RemediationList.remediations:type_name -> forge.Remediation + 989, // 907: forge.Remediation.id:type_name -> common.RemediationId + 251, // 908: forge.Remediation.metadata:type_name -> forge.Metadata + 957, // 909: forge.Remediation.creation_time:type_name -> google.protobuf.Timestamp + 989, // 910: forge.ApproveRemediationRequest.remediation_id:type_name -> common.RemediationId + 989, // 911: forge.RevokeRemediationRequest.remediation_id:type_name -> common.RemediationId + 989, // 912: forge.EnableRemediationRequest.remediation_id:type_name -> common.RemediationId + 989, // 913: forge.DisableRemediationRequest.remediation_id:type_name -> common.RemediationId + 989, // 914: forge.FindAppliedRemediationIdsRequest.remediation_id:type_name -> common.RemediationId + 956, // 915: forge.FindAppliedRemediationIdsRequest.dpu_machine_id:type_name -> common.MachineId + 989, // 916: forge.AppliedRemediationIdList.remediation_ids:type_name -> common.RemediationId + 956, // 917: forge.AppliedRemediationIdList.dpu_machine_ids:type_name -> common.MachineId + 989, // 918: forge.FindAppliedRemediationsRequest.remediation_id:type_name -> common.RemediationId + 956, // 919: forge.FindAppliedRemediationsRequest.dpu_machine_id:type_name -> common.MachineId + 989, // 920: forge.AppliedRemediation.remediation_id:type_name -> common.RemediationId + 956, // 921: forge.AppliedRemediation.dpu_machine_id:type_name -> common.MachineId + 957, // 922: forge.AppliedRemediation.applied_time:type_name -> google.protobuf.Timestamp + 251, // 923: forge.AppliedRemediation.metadata:type_name -> forge.Metadata + 798, // 924: forge.AppliedRemediationList.applied_remediations:type_name -> forge.AppliedRemediation + 956, // 925: forge.GetNextRemediationForMachineRequest.dpu_machine_id:type_name -> common.MachineId + 989, // 926: forge.GetNextRemediationForMachineResponse.remediation_id:type_name -> common.RemediationId + 989, // 927: forge.RemediationAppliedRequest.remediation_id:type_name -> common.RemediationId + 956, // 928: forge.RemediationAppliedRequest.dpu_machine_id:type_name -> common.MachineId + 803, // 929: forge.RemediationAppliedRequest.status:type_name -> forge.RemediationApplicationStatus + 251, // 930: forge.RemediationApplicationStatus.metadata:type_name -> forge.Metadata + 956, // 931: forge.SetPrimaryDpuRequest.host_machine_id:type_name -> common.MachineId + 956, // 932: forge.SetPrimaryDpuRequest.dpu_machine_id:type_name -> common.MachineId + 956, // 933: forge.SetPrimaryInterfaceRequest.host_machine_id:type_name -> common.MachineId + 977, // 934: forge.SetPrimaryInterfaceRequest.interface_id:type_name -> common.MachineInterfaceId + 806, // 935: forge.DpuExtensionServiceCredential.username_password:type_name -> forge.UsernamePassword + 827, // 936: forge.DpuExtensionServiceVersionInfo.observability:type_name -> forge.DpuExtensionServiceObservability + 67, // 937: forge.DpuExtensionService.service_type:type_name -> forge.DpuExtensionServiceType + 809, // 938: forge.DpuExtensionService.latest_version_info:type_name -> forge.DpuExtensionServiceVersionInfo + 67, // 939: forge.CreateDpuExtensionServiceRequest.service_type:type_name -> forge.DpuExtensionServiceType + 808, // 940: forge.CreateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential + 827, // 941: forge.CreateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability + 808, // 942: forge.UpdateDpuExtensionServiceRequest.credential:type_name -> forge.DpuExtensionServiceCredential + 827, // 943: forge.UpdateDpuExtensionServiceRequest.observability:type_name -> forge.DpuExtensionServiceObservability + 67, // 944: forge.DpuExtensionServiceSearchFilter.service_type:type_name -> forge.DpuExtensionServiceType + 810, // 945: forge.DpuExtensionServiceList.services:type_name -> forge.DpuExtensionService + 809, // 946: forge.DpuExtensionServiceVersionInfoList.version_infos:type_name -> forge.DpuExtensionServiceVersionInfo + 823, // 947: forge.FindInstancesByDpuExtensionServiceResponse.instances:type_name -> forge.InstanceDpuExtensionServiceInfo + 824, // 948: forge.DpuExtensionServiceObservabilityConfig.prometheus:type_name -> forge.DpuExtensionServiceObservabilityConfigPrometheus + 825, // 949: forge.DpuExtensionServiceObservabilityConfig.logging:type_name -> forge.DpuExtensionServiceObservabilityConfigLogging + 826, // 950: forge.DpuExtensionServiceObservability.configs:type_name -> forge.DpuExtensionServiceObservabilityConfig + 966, // 951: forge.ScoutStreamApiBoundMessage.flow_uuid:type_name -> common.UUID + 830, // 952: forge.ScoutStreamApiBoundMessage.init:type_name -> forge.ScoutStreamInitRequest + 990, // 953: forge.ScoutStreamApiBoundMessage.mlx_device_lockdown_response:type_name -> mlx_device.MlxDeviceLockdownResponse + 991, // 954: forge.ScoutStreamApiBoundMessage.mlx_device_profile_sync_response:type_name -> mlx_device.MlxDeviceProfileSyncResponse + 992, // 955: forge.ScoutStreamApiBoundMessage.mlx_device_profile_compare_response:type_name -> mlx_device.MlxDeviceProfileCompareResponse + 993, // 956: forge.ScoutStreamApiBoundMessage.mlx_device_info_device_response:type_name -> mlx_device.MlxDeviceInfoDeviceResponse + 994, // 957: forge.ScoutStreamApiBoundMessage.mlx_device_info_report_response:type_name -> mlx_device.MlxDeviceInfoReportResponse + 995, // 958: forge.ScoutStreamApiBoundMessage.mlx_device_registry_list_response:type_name -> mlx_device.MlxDeviceRegistryListResponse + 996, // 959: forge.ScoutStreamApiBoundMessage.mlx_device_registry_show_response:type_name -> mlx_device.MlxDeviceRegistryShowResponse + 997, // 960: forge.ScoutStreamApiBoundMessage.mlx_device_config_query_response:type_name -> mlx_device.MlxDeviceConfigQueryResponse + 998, // 961: forge.ScoutStreamApiBoundMessage.mlx_device_config_set_response:type_name -> mlx_device.MlxDeviceConfigSetResponse + 999, // 962: forge.ScoutStreamApiBoundMessage.mlx_device_config_sync_response:type_name -> mlx_device.MlxDeviceConfigSyncResponse + 1000, // 963: forge.ScoutStreamApiBoundMessage.mlx_device_config_compare_response:type_name -> mlx_device.MlxDeviceConfigCompareResponse + 838, // 964: forge.ScoutStreamApiBoundMessage.scout_stream_agent_ping_response:type_name -> forge.ScoutStreamAgentPingResponse + 966, // 965: forge.ScoutStreamScoutBoundMessage.flow_uuid:type_name -> common.UUID + 1001, // 966: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_lock_request:type_name -> mlx_device.MlxDeviceLockdownLockRequest + 1002, // 967: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_unlock_request:type_name -> mlx_device.MlxDeviceLockdownUnlockRequest + 1003, // 968: forge.ScoutStreamScoutBoundMessage.mlx_device_lockdown_status_request:type_name -> mlx_device.MlxDeviceLockdownStatusRequest + 1004, // 969: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_sync_request:type_name -> mlx_device.MlxDeviceProfileSyncRequest + 1005, // 970: forge.ScoutStreamScoutBoundMessage.mlx_device_profile_compare_request:type_name -> mlx_device.MlxDeviceProfileCompareRequest + 1006, // 971: forge.ScoutStreamScoutBoundMessage.mlx_device_info_device_request:type_name -> mlx_device.MlxDeviceInfoDeviceRequest + 1007, // 972: forge.ScoutStreamScoutBoundMessage.mlx_device_info_report_request:type_name -> mlx_device.MlxDeviceInfoReportRequest + 1008, // 973: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_list_request:type_name -> mlx_device.MlxDeviceRegistryListRequest + 1009, // 974: forge.ScoutStreamScoutBoundMessage.mlx_device_registry_show_request:type_name -> mlx_device.MlxDeviceRegistryShowRequest + 1010, // 975: forge.ScoutStreamScoutBoundMessage.mlx_device_config_query_request:type_name -> mlx_device.MlxDeviceConfigQueryRequest + 1011, // 976: forge.ScoutStreamScoutBoundMessage.mlx_device_config_set_request:type_name -> mlx_device.MlxDeviceConfigSetRequest + 1012, // 977: forge.ScoutStreamScoutBoundMessage.mlx_device_config_sync_request:type_name -> mlx_device.MlxDeviceConfigSyncRequest + 1013, // 978: forge.ScoutStreamScoutBoundMessage.mlx_device_config_compare_request:type_name -> mlx_device.MlxDeviceConfigCompareRequest + 837, // 979: forge.ScoutStreamScoutBoundMessage.scout_stream_agent_ping_request:type_name -> forge.ScoutStreamAgentPingRequest + 956, // 980: forge.ScoutStreamInitRequest.machine_id:type_name -> common.MachineId + 839, // 981: forge.ScoutStreamShowConnectionsResponse.scout_stream_connections:type_name -> forge.ScoutStreamConnectionInfo + 956, // 982: forge.ScoutStreamDisconnectRequest.machine_id:type_name -> common.MachineId + 956, // 983: forge.ScoutStreamDisconnectResponse.machine_id:type_name -> common.MachineId + 956, // 984: forge.ScoutStreamAdminPingRequest.machine_id:type_name -> common.MachineId + 840, // 985: forge.ScoutStreamAgentPingResponse.error:type_name -> forge.ScoutStreamError + 956, // 986: forge.ScoutStreamConnectionInfo.machine_id:type_name -> common.MachineId + 69, // 987: forge.ScoutStreamError.status:type_name -> forge.ScoutStreamErrorStatus + 982, // 988: forge.RoutingProfile.route_target_imports:type_name -> common.RouteTarget + 982, // 989: forge.RoutingProfile.route_targets_on_exports:type_name -> common.RouteTarget + 841, // 990: forge.RoutingProfile.accepted_leaks_from_underlay:type_name -> forge.PrefixFilterPolicyEntry + 841, // 991: forge.RoutingProfile.allowed_anycast_prefixes:type_name -> forge.PrefixFilterPolicyEntry + 969, // 992: forge.DomainLegacy.id:type_name -> common.DomainId + 957, // 993: forge.DomainLegacy.created:type_name -> google.protobuf.Timestamp + 957, // 994: forge.DomainLegacy.updated:type_name -> google.protobuf.Timestamp + 957, // 995: forge.DomainLegacy.deleted:type_name -> google.protobuf.Timestamp + 843, // 996: forge.DomainListLegacy.domains:type_name -> forge.DomainLegacy + 969, // 997: forge.DomainDeletionLegacy.id:type_name -> common.DomainId + 969, // 998: forge.DomainSearchQueryLegacy.id:type_name -> common.DomainId + 1014, // 999: forge.PxeDomain.new_domain:type_name -> dns.Domain + 843, // 1000: forge.PxeDomain.legacy_domain:type_name -> forge.DomainLegacy + 956, // 1001: forge.MachinePositionQuery.machine_ids:type_name -> common.MachineId + 851, // 1002: forge.MachinePositionInfoList.machine_position_info:type_name -> forge.MachinePositionInfo + 956, // 1003: forge.MachinePositionInfo.machine_id:type_name -> common.MachineId + 967, // 1004: forge.MachinePositionInfo.switch_id:type_name -> common.SwitchId + 964, // 1005: forge.MachinePositionInfo.power_shelf_id:type_name -> common.PowerShelfId + 956, // 1006: forge.ModifyDPFStateRequest.machine_id:type_name -> common.MachineId + 955, // 1007: forge.DPFStateResponse.dpf_states:type_name -> forge.DPFStateResponse.DPFState + 956, // 1008: forge.GetDPFStateRequest.machine_ids:type_name -> common.MachineId + 956, // 1009: forge.GetDPFHostSnapshotRequest.host_machine_id:type_name -> common.MachineId + 858, // 1010: forge.DPFServiceVersionsResponse.services:type_name -> forge.DPFServiceVersion + 70, // 1011: forge.ComponentResult.status:type_name -> forge.ComponentManagerStatusCode + 967, // 1012: forge.SwitchIdList.ids:type_name -> common.SwitchId + 964, // 1013: forge.PowerShelfIdList.ids:type_name -> common.PowerShelfId + 1015, // 1014: forge.GetComponentInventoryRequest.machine_ids:type_name -> common.MachineIdList + 861, // 1015: forge.GetComponentInventoryRequest.switch_ids:type_name -> forge.SwitchIdList + 862, // 1016: forge.GetComponentInventoryRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 860, // 1017: forge.ComponentInventoryEntry.result:type_name -> forge.ComponentResult + 1016, // 1018: forge.ComponentInventoryEntry.report:type_name -> site_explorer.EndpointExplorationReport + 864, // 1019: forge.GetComponentInventoryResponse.entries:type_name -> forge.ComponentInventoryEntry + 1015, // 1020: forge.ComponentPowerControlRequest.machine_ids:type_name -> common.MachineIdList + 861, // 1021: forge.ComponentPowerControlRequest.switch_ids:type_name -> forge.SwitchIdList + 862, // 1022: forge.ComponentPowerControlRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 1017, // 1023: forge.ComponentPowerControlRequest.action:type_name -> common.SystemPowerControl + 860, // 1024: forge.ComponentPowerControlResponse.results:type_name -> forge.ComponentResult + 860, // 1025: forge.FirmwareUpdateStatus.result:type_name -> forge.ComponentResult + 71, // 1026: forge.FirmwareUpdateStatus.state:type_name -> forge.FirmwareUpdateState + 957, // 1027: forge.FirmwareUpdateStatus.updated_at:type_name -> google.protobuf.Timestamp + 1015, // 1028: forge.UpdateComputeTrayFirmwareTarget.machine_ids:type_name -> common.MachineIdList + 74, // 1029: forge.UpdateComputeTrayFirmwareTarget.components:type_name -> forge.ComputeTrayComponent + 861, // 1030: forge.UpdateSwitchFirmwareTarget.switch_ids:type_name -> forge.SwitchIdList + 72, // 1031: forge.UpdateSwitchFirmwareTarget.components:type_name -> forge.NvSwitchComponent + 862, // 1032: forge.UpdatePowerShelfFirmwareTarget.power_shelf_ids:type_name -> forge.PowerShelfIdList + 73, // 1033: forge.UpdatePowerShelfFirmwareTarget.components:type_name -> forge.PowerShelfComponent + 725, // 1034: forge.UpdateFirmwareObjectTarget.rack_ids:type_name -> forge.RackIdList + 869, // 1035: forge.UpdateComponentFirmwareRequest.compute_trays:type_name -> forge.UpdateComputeTrayFirmwareTarget + 870, // 1036: forge.UpdateComponentFirmwareRequest.switches:type_name -> forge.UpdateSwitchFirmwareTarget + 871, // 1037: forge.UpdateComponentFirmwareRequest.power_shelves:type_name -> forge.UpdatePowerShelfFirmwareTarget + 872, // 1038: forge.UpdateComponentFirmwareRequest.racks:type_name -> forge.UpdateFirmwareObjectTarget + 860, // 1039: forge.UpdateComponentFirmwareResponse.results:type_name -> forge.ComponentResult + 1015, // 1040: forge.GetComponentFirmwareStatusRequest.machine_ids:type_name -> common.MachineIdList + 861, // 1041: forge.GetComponentFirmwareStatusRequest.switch_ids:type_name -> forge.SwitchIdList + 862, // 1042: forge.GetComponentFirmwareStatusRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 725, // 1043: forge.GetComponentFirmwareStatusRequest.rack_ids:type_name -> forge.RackIdList + 868, // 1044: forge.GetComponentFirmwareStatusResponse.statuses:type_name -> forge.FirmwareUpdateStatus + 1015, // 1045: forge.ListComponentFirmwareVersionsRequest.machine_ids:type_name -> common.MachineIdList + 861, // 1046: forge.ListComponentFirmwareVersionsRequest.switch_ids:type_name -> forge.SwitchIdList + 862, // 1047: forge.ListComponentFirmwareVersionsRequest.power_shelf_ids:type_name -> forge.PowerShelfIdList + 725, // 1048: forge.ListComponentFirmwareVersionsRequest.rack_ids:type_name -> forge.RackIdList + 74, // 1049: forge.ComputeTrayFirmwareVersions.component:type_name -> forge.ComputeTrayComponent + 860, // 1050: forge.DeviceFirmwareVersions.result:type_name -> forge.ComponentResult + 878, // 1051: forge.DeviceFirmwareVersions.compute_fw_versions:type_name -> forge.ComputeTrayFirmwareVersions + 879, // 1052: forge.ListComponentFirmwareVersionsResponse.devices:type_name -> forge.DeviceFirmwareVersions + 251, // 1053: forge.SpxPartitionCreationRequest.metadata:type_name -> forge.Metadata + 975, // 1054: forge.SpxPartitionCreationRequest.id:type_name -> common.SpxPartitionId + 251, // 1055: forge.SpxPartition.metadata:type_name -> forge.Metadata + 975, // 1056: forge.SpxPartition.id:type_name -> common.SpxPartitionId + 975, // 1057: forge.SpxPartitionIdList.spx_partition_ids:type_name -> common.SpxPartitionId + 975, // 1058: forge.SpxPartitionDeletionRequest.id:type_name -> common.SpxPartitionId + 250, // 1059: forge.SpxPartitionSearchFilter.label:type_name -> forge.Label + 882, // 1060: forge.SpxPartitionList.spx_partitions:type_name -> forge.SpxPartition + 975, // 1061: forge.SpxPartitionsByIdsRequest.spx_partition_ids:type_name -> common.SpxPartitionId + 967, // 1062: forge.AdminForceDeleteSwitchRequest.switch_id:type_name -> common.SwitchId + 964, // 1063: forge.AdminForceDeletePowerShelfRequest.power_shelf_id:type_name -> common.PowerShelfId + 974, // 1064: forge.OperatingSystem.id:type_name -> common.OperatingSystemId + 75, // 1065: forge.OperatingSystem.type:type_name -> forge.OperatingSystemType + 7, // 1066: forge.OperatingSystem.status:type_name -> forge.TenantState + 973, // 1067: forge.OperatingSystem.ipxe_template_id:type_name -> common.IpxeTemplateId + 258, // 1068: forge.OperatingSystem.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter + 259, // 1069: forge.OperatingSystem.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact + 974, // 1070: forge.CreateOperatingSystemRequest.id:type_name -> common.OperatingSystemId + 973, // 1071: forge.CreateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId + 258, // 1072: forge.CreateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameter + 259, // 1073: forge.CreateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifact + 258, // 1074: forge.IpxeTemplateParameters.items:type_name -> forge.IpxeTemplateParameter + 259, // 1075: forge.IpxeTemplateArtifacts.items:type_name -> forge.IpxeTemplateArtifact + 974, // 1076: forge.UpdateOperatingSystemRequest.id:type_name -> common.OperatingSystemId + 973, // 1077: forge.UpdateOperatingSystemRequest.ipxe_template_id:type_name -> common.IpxeTemplateId + 895, // 1078: forge.UpdateOperatingSystemRequest.ipxe_template_parameters:type_name -> forge.IpxeTemplateParameters + 896, // 1079: forge.UpdateOperatingSystemRequest.ipxe_template_artifacts:type_name -> forge.IpxeTemplateArtifacts + 974, // 1080: forge.DeleteOperatingSystemRequest.id:type_name -> common.OperatingSystemId + 974, // 1081: forge.OperatingSystemIdList.ids:type_name -> common.OperatingSystemId + 974, // 1082: forge.OperatingSystemsByIdsRequest.ids:type_name -> common.OperatingSystemId + 893, // 1083: forge.OperatingSystemList.operating_systems:type_name -> forge.OperatingSystem + 974, // 1084: forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest.id:type_name -> common.OperatingSystemId + 259, // 1085: forge.IpxeTemplateArtifactList.artifacts:type_name -> forge.IpxeTemplateArtifact + 974, // 1086: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.id:type_name -> common.OperatingSystemId + 906, // 1087: forge.UpdateOperatingSystemIpxeTemplateArtifactRequest.updates:type_name -> forge.IpxeTemplateArtifactUpdateRequest + 956, // 1088: forge.GetMachineBootInterfacesRequest.machine_id:type_name -> common.MachineId + 957, // 1089: forge.RetainedBootInterface.recorded_at:type_name -> google.protobuf.Timestamp + 956, // 1090: forge.GetMachineBootInterfacesResponse.machine_id:type_name -> common.MachineId + 912, // 1091: forge.GetMachineBootInterfacesResponse.machine_interfaces:type_name -> forge.MachineInterfaceBootInterface + 913, // 1092: forge.GetMachineBootInterfacesResponse.predicted_interfaces:type_name -> forge.PredictedBootInterface + 914, // 1093: forge.GetMachineBootInterfacesResponse.explored_endpoints:type_name -> forge.ExploredBootInterface + 915, // 1094: forge.GetMachineBootInterfacesResponse.retained_interfaces:type_name -> forge.RetainedBootInterface + 920, // 1095: forge.DNSMessage.DNSResponse.rrs:type_name -> forge.DNSMessage.DNSResponse.DNSRR + 216, // 1096: forge.StateHistories.HistoriesEntry.value:type_name -> forge.StateHistoryRecords + 303, // 1097: forge.MachineStateHistories.HistoriesEntry.value:type_name -> forge.MachineStateHistoryRecords + 306, // 1098: forge.HealthHistories.HistoriesEntry.value:type_name -> forge.HealthHistoryRecords + 908, // 1099: forge.TrafficInterceptBridging.HostRepresentorInterceptBridgingEntry.value:type_name -> forge.HostRepresentorInterceptBridging + 78, // 1100: forge.MachineCredentialsUpdateRequest.Credentials.credential_purpose:type_name -> forge.MachineCredentialsUpdateRequest.CredentialPurpose + 945, // 1101: forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.pair:type_name -> forge.ForgeAgentControlResponse.ForgeAgentControlExtraInfo.KeyValuePair + 983, // 1102: forge.ForgeAgentControlResponse.MachineValidation.validation_id:type_name -> common.MachineValidationId + 936, // 1103: forge.ForgeAgentControlResponse.MachineValidation.filter:type_name -> forge.ForgeAgentControlResponse.MachineValidationFilter + 980, // 1104: forge.ForgeAgentControlResponse.MachineValidationFilter.contexts:type_name -> common.StringList + 938, // 1105: forge.ForgeAgentControlResponse.MlxAction.device_actions:type_name -> forge.ForgeAgentControlResponse.MlxDeviceAction + 939, // 1106: forge.ForgeAgentControlResponse.MlxDeviceAction.noop:type_name -> forge.ForgeAgentControlResponse.MlxDeviceNoop + 940, // 1107: forge.ForgeAgentControlResponse.MlxDeviceAction.lock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceLock + 941, // 1108: forge.ForgeAgentControlResponse.MlxDeviceAction.unlock:type_name -> forge.ForgeAgentControlResponse.MlxDeviceUnlock + 942, // 1109: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_profile:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyProfile + 943, // 1110: forge.ForgeAgentControlResponse.MlxDeviceAction.apply_firmware:type_name -> forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware + 1018, // 1111: forge.ForgeAgentControlResponse.MlxDeviceApplyProfile.serialized_profile:type_name -> mlx_device.SerializableMlxConfigProfile + 1019, // 1112: forge.ForgeAgentControlResponse.MlxDeviceApplyFirmware.profile:type_name -> mlx_device.FirmwareFlasherProfile + 1020, // 1113: forge.ForgeAgentControlResponse.FirmwareUpgrade.task:type_name -> scout_firmware_upgrade.ScoutFirmwareUpgradeTask + 80, // 1114: forge.MachineCleanupInfo.CleanupStepResult.result:type_name -> forge.MachineCleanupInfo.CleanupResult + 956, // 1115: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.id:type_name -> common.MachineId + 957, // 1116: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp + 957, // 1117: forge.DpuReprovisioningListResponse.DpuReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp + 956, // 1118: forge.HostReprovisioningListResponse.HostReprovisioningListItem.id:type_name -> common.MachineId + 957, // 1119: forge.HostReprovisioningListResponse.HostReprovisioningListItem.requested_at:type_name -> google.protobuf.Timestamp + 957, // 1120: forge.HostReprovisioningListResponse.HostReprovisioningListItem.initiated_at:type_name -> google.protobuf.Timestamp + 956, // 1121: forge.DPFStateResponse.DPFState.machine_id:type_name -> common.MachineId + 130, // 1122: forge.Forge.Version:input_type -> forge.VersionRequest + 1021, // 1123: forge.Forge.CreateDomain:input_type -> dns.CreateDomainRequest + 1022, // 1124: forge.Forge.UpdateDomain:input_type -> dns.UpdateDomainRequest + 1023, // 1125: forge.Forge.DeleteDomain:input_type -> dns.DomainDeletionRequest + 1024, // 1126: forge.Forge.FindDomain:input_type -> dns.DomainSearchQuery + 843, // 1127: forge.Forge.CreateDomainLegacy:input_type -> forge.DomainLegacy + 843, // 1128: forge.Forge.UpdateDomainLegacy:input_type -> forge.DomainLegacy + 845, // 1129: forge.Forge.DeleteDomainLegacy:input_type -> forge.DomainDeletionLegacy + 847, // 1130: forge.Forge.FindDomainLegacy:input_type -> forge.DomainSearchQueryLegacy + 149, // 1131: forge.Forge.CreateVpc:input_type -> forge.VpcCreationRequest + 150, // 1132: forge.Forge.UpdateVpc:input_type -> forge.VpcUpdateRequest + 152, // 1133: forge.Forge.UpdateVpcVirtualization:input_type -> forge.VpcUpdateVirtualizationRequest + 154, // 1134: forge.Forge.DeleteVpc:input_type -> forge.VpcDeletionRequest + 142, // 1135: forge.Forge.FindVpcIds:input_type -> forge.VpcSearchFilter + 144, // 1136: forge.Forge.FindVpcsByIds:input_type -> forge.VpcsByIdsRequest + 881, // 1137: forge.Forge.CreateSpxPartition:input_type -> forge.SpxPartitionCreationRequest + 884, // 1138: forge.Forge.DeleteSpxPartition:input_type -> forge.SpxPartitionDeletionRequest + 886, // 1139: forge.Forge.FindSpxPartitionIds:input_type -> forge.SpxPartitionSearchFilter + 888, // 1140: forge.Forge.FindSpxPartitionsByIds:input_type -> forge.SpxPartitionsByIdsRequest + 160, // 1141: forge.Forge.CreateVpcPrefix:input_type -> forge.VpcPrefixCreationRequest + 161, // 1142: forge.Forge.SearchVpcPrefixes:input_type -> forge.VpcPrefixSearchQuery + 162, // 1143: forge.Forge.GetVpcPrefixes:input_type -> forge.VpcPrefixGetRequest + 165, // 1144: forge.Forge.UpdateVpcPrefix:input_type -> forge.VpcPrefixUpdateRequest + 166, // 1145: forge.Forge.DeleteVpcPrefix:input_type -> forge.VpcPrefixDeletionRequest + 172, // 1146: forge.Forge.CreateVpcPeering:input_type -> forge.VpcPeeringCreationRequest + 173, // 1147: forge.Forge.FindVpcPeeringIds:input_type -> forge.VpcPeeringSearchFilter + 174, // 1148: forge.Forge.FindVpcPeeringsByIds:input_type -> forge.VpcPeeringsByIdsRequest + 175, // 1149: forge.Forge.DeleteVpcPeering:input_type -> forge.VpcPeeringDeletionRequest + 242, // 1150: forge.Forge.FindNetworkSegmentIds:input_type -> forge.NetworkSegmentSearchFilter + 244, // 1151: forge.Forge.FindNetworkSegmentsByIds:input_type -> forge.NetworkSegmentsByIdsRequest + 236, // 1152: forge.Forge.CreateNetworkSegment:input_type -> forge.NetworkSegmentCreationRequest + 238, // 1153: forge.Forge.AttachNetworkSegmentToVpc:input_type -> forge.AttachNetworkSegmentToVpcRequest + 237, // 1154: forge.Forge.DeleteNetworkSegment:input_type -> forge.NetworkSegmentDeletionRequest + 141, // 1155: forge.Forge.NetworkSegmentsForVpc:input_type -> forge.VpcSearchQuery + 185, // 1156: forge.Forge.FindIBPartitionIds:input_type -> forge.IBPartitionSearchFilter + 186, // 1157: forge.Forge.FindIBPartitionsByIds:input_type -> forge.IBPartitionsByIdsRequest + 181, // 1158: forge.Forge.CreateIBPartition:input_type -> forge.IBPartitionCreationRequest + 182, // 1159: forge.Forge.UpdateIBPartition:input_type -> forge.IBPartitionUpdateRequest + 183, // 1160: forge.Forge.DeleteIBPartition:input_type -> forge.IBPartitionDeletionRequest + 145, // 1161: forge.Forge.IBPartitionsForTenant:input_type -> forge.TenantSearchQuery + 197, // 1162: forge.Forge.FindPowerShelves:input_type -> forge.PowerShelfQuery + 198, // 1163: forge.Forge.FindPowerShelfIds:input_type -> forge.PowerShelfSearchFilter + 199, // 1164: forge.Forge.FindPowerShelvesByIds:input_type -> forge.PowerShelvesByIdsRequest + 193, // 1165: forge.Forge.DeletePowerShelf:input_type -> forge.PowerShelfDeletionRequest + 891, // 1166: forge.Forge.AdminForceDeletePowerShelf:input_type -> forge.AdminForceDeletePowerShelfRequest + 195, // 1167: forge.Forge.SetPowerShelfMaintenance:input_type -> forge.PowerShelfMaintenanceRequest + 219, // 1168: forge.Forge.FindSwitches:input_type -> forge.SwitchQuery + 220, // 1169: forge.Forge.FindSwitchIds:input_type -> forge.SwitchSearchFilter + 221, // 1170: forge.Forge.FindSwitchesByIds:input_type -> forge.SwitchesByIdsRequest + 213, // 1171: forge.Forge.DeleteSwitch:input_type -> forge.SwitchDeletionRequest + 889, // 1172: forge.Forge.AdminForceDeleteSwitch:input_type -> forge.AdminForceDeleteSwitchRequest + 230, // 1173: forge.Forge.FindIBFabricIds:input_type -> forge.IBFabricSearchFilter + 255, // 1174: forge.Forge.AllocateInstance:input_type -> forge.InstanceAllocationRequest + 256, // 1175: forge.Forge.AllocateInstances:input_type -> forge.BatchInstanceAllocationRequest + 297, // 1176: forge.Forge.ReleaseInstance:input_type -> forge.InstanceReleaseRequest + 273, // 1177: forge.Forge.UpdateInstanceOperatingSystem:input_type -> forge.InstanceOperatingSystemUpdateRequest + 274, // 1178: forge.Forge.UpdateInstanceConfig:input_type -> forge.InstanceConfigUpdateRequest + 252, // 1179: forge.Forge.FindInstanceIds:input_type -> forge.InstanceSearchFilter + 254, // 1180: forge.Forge.FindInstancesByIds:input_type -> forge.InstancesByIdsRequest + 956, // 1181: forge.Forge.FindInstanceByMachineID:input_type -> common.MachineId + 368, // 1182: forge.Forge.GetManagedHostNetworkConfig:input_type -> forge.ManagedHostNetworkConfigRequest + 433, // 1183: forge.Forge.RecordDpuNetworkStatus:input_type -> forge.DpuNetworkStatus + 956, // 1184: forge.Forge.ListMachineHealthReports:input_type -> common.MachineId + 439, // 1185: forge.Forge.InsertMachineHealthReport:input_type -> forge.InsertMachineHealthReportRequest + 450, // 1186: forge.Forge.RemoveMachineHealthReport:input_type -> forge.RemoveMachineHealthReportRequest + 442, // 1187: forge.Forge.ListRackHealthReports:input_type -> forge.ListRackHealthReportsRequest + 440, // 1188: forge.Forge.InsertRackHealthReport:input_type -> forge.InsertRackHealthReportRequest + 441, // 1189: forge.Forge.RemoveRackHealthReport:input_type -> forge.RemoveRackHealthReportRequest + 445, // 1190: forge.Forge.ListSwitchHealthReports:input_type -> forge.ListSwitchHealthReportsRequest + 443, // 1191: forge.Forge.InsertSwitchHealthReport:input_type -> forge.InsertSwitchHealthReportRequest + 444, // 1192: forge.Forge.RemoveSwitchHealthReport:input_type -> forge.RemoveSwitchHealthReportRequest + 448, // 1193: forge.Forge.ListPowerShelfHealthReports:input_type -> forge.ListPowerShelfHealthReportsRequest + 446, // 1194: forge.Forge.InsertPowerShelfHealthReport:input_type -> forge.InsertPowerShelfHealthReportRequest + 447, // 1195: forge.Forge.RemovePowerShelfHealthReport:input_type -> forge.RemovePowerShelfHealthReportRequest + 451, // 1196: forge.Forge.ListNVLinkDomainHealthReports:input_type -> forge.ListNVLinkDomainHealthReportsRequest + 452, // 1197: forge.Forge.InsertNVLinkDomainHealthReport:input_type -> forge.InsertNVLinkDomainHealthReportRequest + 453, // 1198: forge.Forge.RemoveNVLinkDomainHealthReport:input_type -> forge.RemoveNVLinkDomainHealthReportRequest + 956, // 1199: forge.Forge.ListHealthReportOverrides:input_type -> common.MachineId + 439, // 1200: forge.Forge.InsertHealthReportOverride:input_type -> forge.InsertMachineHealthReportRequest + 450, // 1201: forge.Forge.RemoveHealthReportOverride:input_type -> forge.RemoveMachineHealthReportRequest + 387, // 1202: forge.Forge.DpuAgentUpgradeCheck:input_type -> forge.DpuAgentUpgradeCheckRequest + 389, // 1203: forge.Forge.DpuAgentUpgradePolicyAction:input_type -> forge.DpuAgentUpgradePolicyRequest + 1025, // 1204: forge.Forge.LookupRecord:input_type -> dns.DnsResourceRecordLookupRequest + 1026, // 1205: forge.Forge.GetAllDomains:input_type -> dns.GetAllDomainsRequest + 1027, // 1206: forge.Forge.GetAllDomainMetadata:input_type -> dns.DomainMetadataRequest + 247, // 1207: forge.Forge.InvokeInstancePower:input_type -> forge.InstancePowerRequest + 414, // 1208: forge.Forge.ForgeAgentControl:input_type -> forge.ForgeAgentControlRequest + 416, // 1209: forge.Forge.DiscoverMachine:input_type -> forge.MachineDiscoveryInfo + 420, // 1210: forge.Forge.RenewMachineCertificate:input_type -> forge.MachineCertificateRenewRequest + 417, // 1211: forge.Forge.DiscoveryCompleted:input_type -> forge.MachineDiscoveryCompletedRequest + 418, // 1212: forge.Forge.CleanupMachineCompleted:input_type -> forge.MachineCleanupInfo + 425, // 1213: forge.Forge.ReportForgeScoutError:input_type -> forge.ForgeScoutErrorReport + 344, // 1214: forge.Forge.DiscoverDhcp:input_type -> forge.DhcpDiscovery + 345, // 1215: forge.Forge.ExpireDhcpLease:input_type -> forge.ExpireDhcpLeaseRequest + 316, // 1216: forge.Forge.AssignStaticAddress:input_type -> forge.AssignStaticAddressRequest + 318, // 1217: forge.Forge.RemoveStaticAddress:input_type -> forge.RemoveStaticAddressRequest + 320, // 1218: forge.Forge.FindInterfaceAddresses:input_type -> forge.FindInterfaceAddressesRequest + 315, // 1219: forge.Forge.FindInterfaces:input_type -> forge.InterfaceSearchQuery + 314, // 1220: forge.Forge.DeleteInterface:input_type -> forge.InterfaceDeleteQuery + 489, // 1221: forge.Forge.FindIpAddress:input_type -> forge.FindIpAddressRequest + 300, // 1222: forge.Forge.FindMachineIds:input_type -> forge.MachineSearchConfig + 299, // 1223: forge.Forge.FindMachinesByIds:input_type -> forge.MachinesByIdsRequest + 301, // 1224: forge.Forge.FindMachineStateHistories:input_type -> forge.MachineStateHistoriesRequest + 304, // 1225: forge.Forge.FindMachineHealthHistories:input_type -> forge.MachineHealthHistoriesRequest + 196, // 1226: forge.Forge.FindPowerShelfStateHistories:input_type -> forge.PowerShelfStateHistoriesRequest + 730, // 1227: forge.Forge.FindRackStateHistories:input_type -> forge.RackStateHistoriesRequest + 217, // 1228: forge.Forge.FindSwitchStateHistories:input_type -> forge.SwitchStateHistoriesRequest + 240, // 1229: forge.Forge.FindNetworkSegmentStateHistories:input_type -> forge.NetworkSegmentStateHistoriesRequest + 168, // 1230: forge.Forge.FindVpcPrefixStateHistories:input_type -> forge.VpcPrefixStateHistoriesRequest + 309, // 1231: forge.Forge.FindTenantOrganizationIds:input_type -> forge.TenantSearchFilter + 308, // 1232: forge.Forge.FindTenantsByOrganizationIds:input_type -> forge.TenantByOrganizationIdsRequest + 1015, // 1233: forge.Forge.FindConnectedDevicesByDpuMachineIds:input_type -> common.MachineIdList + 514, // 1234: forge.Forge.FindMachineIdsByBmcIps:input_type -> forge.BmcIpList + 515, // 1235: forge.Forge.FindMacAddressByBmcIp:input_type -> forge.BmcIp + 493, // 1236: forge.Forge.FindBmcIps:input_type -> forge.FindBmcIpsRequest + 491, // 1237: forge.Forge.IdentifyUuid:input_type -> forge.IdentifyUuidRequest + 494, // 1238: forge.Forge.IdentifyMac:input_type -> forge.IdentifyMacRequest + 496, // 1239: forge.Forge.IdentifySerial:input_type -> forge.IdentifySerialRequest + 410, // 1240: forge.Forge.GetBMCMetaData:input_type -> forge.BMCMetaDataGetRequest + 412, // 1241: forge.Forge.UpdateMachineCredentials:input_type -> forge.MachineCredentialsUpdateRequest + 427, // 1242: forge.Forge.GetPxeInstructions:input_type -> forge.PxeInstructionRequest + 431, // 1243: forge.Forge.GetCloudInitInstructions:input_type -> forge.CloudInitInstructionsRequest + 133, // 1244: forge.Forge.Echo:input_type -> forge.EchoRequest + 458, // 1245: forge.Forge.CreateTenant:input_type -> forge.CreateTenantRequest + 462, // 1246: forge.Forge.FindTenant:input_type -> forge.FindTenantRequest + 460, // 1247: forge.Forge.UpdateTenant:input_type -> forge.UpdateTenantRequest + 468, // 1248: forge.Forge.CreateTenantKeyset:input_type -> forge.CreateTenantKeysetRequest + 475, // 1249: forge.Forge.FindTenantKeysetIds:input_type -> forge.TenantKeysetSearchFilter + 477, // 1250: forge.Forge.FindTenantKeysetsByIds:input_type -> forge.TenantKeysetsByIdsRequest + 471, // 1251: forge.Forge.UpdateTenantKeyset:input_type -> forge.UpdateTenantKeysetRequest + 473, // 1252: forge.Forge.DeleteTenantKeyset:input_type -> forge.DeleteTenantKeysetRequest + 478, // 1253: forge.Forge.ValidateTenantPublicKey:input_type -> forge.ValidateTenantPublicKeyRequest + 351, // 1254: forge.Forge.GetBmcCredentials:input_type -> forge.GetBmcCredentialsRequest + 352, // 1255: forge.Forge.GetSwitchNvosCredentials:input_type -> forge.GetSwitchNvosCredentialsRequest + 385, // 1256: forge.Forge.GetAllManagedHostNetworkStatus:input_type -> forge.ManagedHostNetworkStatusRequest + 355, // 1257: forge.Forge.GetSiteExplorationReport:input_type -> forge.GetSiteExplorationRequest + 1028, // 1258: forge.Forge.GetSiteExplorerLastRun:input_type -> google.protobuf.Empty + 356, // 1259: forge.Forge.ClearSiteExplorationError:input_type -> forge.ClearSiteExplorationErrorRequest + 362, // 1260: forge.Forge.IsBmcInManagedHost:input_type -> forge.BmcEndpointRequest + 362, // 1261: forge.Forge.BmcCredentialStatus:input_type -> forge.BmcEndpointRequest + 362, // 1262: forge.Forge.Explore:input_type -> forge.BmcEndpointRequest + 357, // 1263: forge.Forge.ReExploreEndpoint:input_type -> forge.ReExploreEndpointRequest + 358, // 1264: forge.Forge.RefreshEndpointReport:input_type -> forge.RefreshEndpointReportRequest + 359, // 1265: forge.Forge.DeleteExploredEndpoint:input_type -> forge.DeleteExploredEndpointRequest + 360, // 1266: forge.Forge.PauseExploredEndpointRemediation:input_type -> forge.PauseExploredEndpointRemediationRequest + 1029, // 1267: forge.Forge.FindExploredEndpointIds:input_type -> site_explorer.ExploredEndpointSearchFilter + 1030, // 1268: forge.Forge.FindExploredEndpointsByIds:input_type -> site_explorer.ExploredEndpointsByIdsRequest + 1031, // 1269: forge.Forge.FindExploredManagedHostIds:input_type -> site_explorer.ExploredManagedHostSearchFilter + 1032, // 1270: forge.Forge.FindExploredManagedHostsByIds:input_type -> site_explorer.ExploredManagedHostsByIdsRequest + 1033, // 1271: forge.Forge.FindExploredMlxDeviceHostIds:input_type -> site_explorer.ExploredMlxDeviceHostSearchFilter + 1034, // 1272: forge.Forge.FindExploredMlxDevicesByIds:input_type -> site_explorer.ExploredMlxDevicesByIdsRequest + 366, // 1273: forge.Forge.UpdateMachineHardwareInfo:input_type -> forge.UpdateMachineHardwareInfoRequest + 391, // 1274: forge.Forge.AdminForceDeleteMachine:input_type -> forge.AdminForceDeleteMachineRequest + 480, // 1275: forge.Forge.AdminListResourcePools:input_type -> forge.ListResourcePoolsRequest + 483, // 1276: forge.Forge.AdminGrowResourcePool:input_type -> forge.GrowResourcePoolRequest + 328, // 1277: forge.Forge.UpdateMachineMetadata:input_type -> forge.MachineMetadataUpdateRequest + 329, // 1278: forge.Forge.UpdateRackMetadata:input_type -> forge.RackMetadataUpdateRequest + 330, // 1279: forge.Forge.UpdateSwitchMetadata:input_type -> forge.SwitchMetadataUpdateRequest + 331, // 1280: forge.Forge.UpdatePowerShelfMetadata:input_type -> forge.PowerShelfMetadataUpdateRequest + 744, // 1281: forge.Forge.UpdateMachineNvLinkInfo:input_type -> forge.UpdateMachineNvLinkInfoRequest + 487, // 1282: forge.Forge.SetMaintenance:input_type -> forge.MaintenanceRequest + 488, // 1283: forge.Forge.SetDynamicConfig:input_type -> forge.SetDynamicConfigRequest + 498, // 1284: forge.Forge.TriggerDpuReprovisioning:input_type -> forge.DpuReprovisioningRequest + 499, // 1285: forge.Forge.ListDpuWaitingForReprovisioning:input_type -> forge.DpuReprovisioningListRequest + 501, // 1286: forge.Forge.TriggerHostReprovisioning:input_type -> forge.HostReprovisioningRequest + 502, // 1287: forge.Forge.ListHostsWaitingForReprovisioning:input_type -> forge.HostReprovisioningListRequest + 956, // 1288: forge.Forge.MarkManualFirmwareUpgradeComplete:input_type -> common.MachineId + 553, // 1289: forge.Forge.ReportScoutFirmwareUpgradeStatus:input_type -> forge.ScoutFirmwareUpgradeStatusRequest + 508, // 1290: forge.Forge.GetDpuInfoList:input_type -> forge.GetDpuInfoListRequest + 977, // 1291: forge.Forge.GetMachineBootOverride:input_type -> common.MachineInterfaceId + 511, // 1292: forge.Forge.SetMachineBootOverride:input_type -> forge.MachineBootOverride + 977, // 1293: forge.Forge.ClearMachineBootOverride:input_type -> common.MachineInterfaceId + 911, // 1294: forge.Forge.GetMachineBootInterfaces:input_type -> forge.GetMachineBootInterfacesRequest + 520, // 1295: forge.Forge.GetNetworkTopology:input_type -> forge.NetworkTopologyRequest + 521, // 1296: forge.Forge.FindNetworkDevicesByDeviceIds:input_type -> forge.NetworkDeviceIdList + 126, // 1297: forge.Forge.CreateCredential:input_type -> forge.CredentialCreationRequest + 127, // 1298: forge.Forge.DeleteCredential:input_type -> forge.CredentialDeletionRequest + 1028, // 1299: forge.Forge.GetRouteServers:input_type -> google.protobuf.Empty + 523, // 1300: forge.Forge.AddRouteServers:input_type -> forge.RouteServers + 523, // 1301: forge.Forge.RemoveRouteServers:input_type -> forge.RouteServers + 523, // 1302: forge.Forge.ReplaceRouteServers:input_type -> forge.RouteServers + 332, // 1303: forge.Forge.UpdateAgentReportedInventory:input_type -> forge.DpuAgentInventoryReport + 294, // 1304: forge.Forge.UpdateInstancePhoneHomeLastContact:input_type -> forge.InstancePhoneHomeLastContactRequest + 526, // 1305: forge.Forge.SetHostUefiPassword:input_type -> forge.SetHostUefiPasswordRequest + 528, // 1306: forge.Forge.ClearHostUefiPassword:input_type -> forge.ClearHostUefiPasswordRequest + 541, // 1307: forge.Forge.AddExpectedMachine:input_type -> forge.ExpectedMachine + 542, // 1308: forge.Forge.DeleteExpectedMachine:input_type -> forge.ExpectedMachineRequest + 541, // 1309: forge.Forge.UpdateExpectedMachine:input_type -> forge.ExpectedMachine + 542, // 1310: forge.Forge.GetExpectedMachine:input_type -> forge.ExpectedMachineRequest + 1028, // 1311: forge.Forge.GetAllExpectedMachines:input_type -> google.protobuf.Empty + 543, // 1312: forge.Forge.ReplaceAllExpectedMachines:input_type -> forge.ExpectedMachineList + 1028, // 1313: forge.Forge.DeleteAllExpectedMachines:input_type -> google.protobuf.Empty + 1028, // 1314: forge.Forge.GetAllExpectedMachinesLinked:input_type -> google.protobuf.Empty + 1028, // 1315: forge.Forge.GetAllUnexpectedMachines:input_type -> google.protobuf.Empty + 548, // 1316: forge.Forge.CreateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 548, // 1317: forge.Forge.UpdateExpectedMachines:input_type -> forge.BatchExpectedMachineOperationRequest + 200, // 1318: forge.Forge.AddExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 201, // 1319: forge.Forge.DeleteExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 200, // 1320: forge.Forge.UpdateExpectedPowerShelf:input_type -> forge.ExpectedPowerShelf + 201, // 1321: forge.Forge.GetExpectedPowerShelf:input_type -> forge.ExpectedPowerShelfRequest + 1028, // 1322: forge.Forge.GetAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 202, // 1323: forge.Forge.ReplaceAllExpectedPowerShelves:input_type -> forge.ExpectedPowerShelfList + 1028, // 1324: forge.Forge.DeleteAllExpectedPowerShelves:input_type -> google.protobuf.Empty + 1028, // 1325: forge.Forge.GetAllExpectedPowerShelvesLinked:input_type -> google.protobuf.Empty + 222, // 1326: forge.Forge.AddExpectedSwitch:input_type -> forge.ExpectedSwitch + 223, // 1327: forge.Forge.DeleteExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 222, // 1328: forge.Forge.UpdateExpectedSwitch:input_type -> forge.ExpectedSwitch + 223, // 1329: forge.Forge.GetExpectedSwitch:input_type -> forge.ExpectedSwitchRequest + 1028, // 1330: forge.Forge.GetAllExpectedSwitches:input_type -> google.protobuf.Empty + 224, // 1331: forge.Forge.ReplaceAllExpectedSwitches:input_type -> forge.ExpectedSwitchList + 1028, // 1332: forge.Forge.DeleteAllExpectedSwitches:input_type -> google.protobuf.Empty + 1028, // 1333: forge.Forge.GetAllExpectedSwitchesLinked:input_type -> google.protobuf.Empty + 227, // 1334: forge.Forge.AddExpectedRack:input_type -> forge.ExpectedRack + 228, // 1335: forge.Forge.DeleteExpectedRack:input_type -> forge.ExpectedRackRequest + 227, // 1336: forge.Forge.UpdateExpectedRack:input_type -> forge.ExpectedRack + 228, // 1337: forge.Forge.GetExpectedRack:input_type -> forge.ExpectedRackRequest + 1028, // 1338: forge.Forge.GetAllExpectedRacks:input_type -> google.protobuf.Empty + 229, // 1339: forge.Forge.ReplaceAllExpectedRacks:input_type -> forge.ExpectedRackList + 1028, // 1340: forge.Forge.DeleteAllExpectedRacks:input_type -> google.protobuf.Empty + 124, // 1341: forge.Forge.AttestQuote:input_type -> forge.AttestQuoteRequest + 623, // 1342: forge.Forge.CreateInstanceType:input_type -> forge.CreateInstanceTypeRequest + 625, // 1343: forge.Forge.FindInstanceTypeIds:input_type -> forge.FindInstanceTypeIdsRequest + 627, // 1344: forge.Forge.FindInstanceTypesByIds:input_type -> forge.FindInstanceTypesByIdsRequest + 632, // 1345: forge.Forge.UpdateInstanceType:input_type -> forge.UpdateInstanceTypeRequest + 629, // 1346: forge.Forge.DeleteInstanceType:input_type -> forge.DeleteInstanceTypeRequest + 633, // 1347: forge.Forge.AssociateMachinesWithInstanceType:input_type -> forge.AssociateMachinesWithInstanceTypeRequest + 635, // 1348: forge.Forge.RemoveMachineInstanceTypeAssociation:input_type -> forge.RemoveMachineInstanceTypeAssociationRequest + 1035, // 1349: forge.Forge.CreateMeasurementBundle:input_type -> measured_boot.CreateMeasurementBundleRequest + 1036, // 1350: forge.Forge.DeleteMeasurementBundle:input_type -> measured_boot.DeleteMeasurementBundleRequest + 1037, // 1351: forge.Forge.RenameMeasurementBundle:input_type -> measured_boot.RenameMeasurementBundleRequest + 1038, // 1352: forge.Forge.UpdateMeasurementBundle:input_type -> measured_boot.UpdateMeasurementBundleRequest + 1039, // 1353: forge.Forge.ShowMeasurementBundle:input_type -> measured_boot.ShowMeasurementBundleRequest + 1040, // 1354: forge.Forge.ShowMeasurementBundles:input_type -> measured_boot.ShowMeasurementBundlesRequest + 1041, // 1355: forge.Forge.ListMeasurementBundles:input_type -> measured_boot.ListMeasurementBundlesRequest + 1042, // 1356: forge.Forge.ListMeasurementBundleMachines:input_type -> measured_boot.ListMeasurementBundleMachinesRequest + 1043, // 1357: forge.Forge.FindClosestBundleMatch:input_type -> measured_boot.FindClosestBundleMatchRequest + 1044, // 1358: forge.Forge.DeleteMeasurementJournal:input_type -> measured_boot.DeleteMeasurementJournalRequest + 1045, // 1359: forge.Forge.ShowMeasurementJournal:input_type -> measured_boot.ShowMeasurementJournalRequest + 1046, // 1360: forge.Forge.ShowMeasurementJournals:input_type -> measured_boot.ShowMeasurementJournalsRequest + 1047, // 1361: forge.Forge.ListMeasurementJournal:input_type -> measured_boot.ListMeasurementJournalRequest + 1048, // 1362: forge.Forge.AttestCandidateMachine:input_type -> measured_boot.AttestCandidateMachineRequest + 1049, // 1363: forge.Forge.ShowCandidateMachine:input_type -> measured_boot.ShowCandidateMachineRequest + 1050, // 1364: forge.Forge.ShowCandidateMachines:input_type -> measured_boot.ShowCandidateMachinesRequest + 1051, // 1365: forge.Forge.ListCandidateMachines:input_type -> measured_boot.ListCandidateMachinesRequest + 1052, // 1366: forge.Forge.CreateMeasurementSystemProfile:input_type -> measured_boot.CreateMeasurementSystemProfileRequest + 1053, // 1367: forge.Forge.DeleteMeasurementSystemProfile:input_type -> measured_boot.DeleteMeasurementSystemProfileRequest + 1054, // 1368: forge.Forge.RenameMeasurementSystemProfile:input_type -> measured_boot.RenameMeasurementSystemProfileRequest + 1055, // 1369: forge.Forge.ShowMeasurementSystemProfile:input_type -> measured_boot.ShowMeasurementSystemProfileRequest + 1056, // 1370: forge.Forge.ShowMeasurementSystemProfiles:input_type -> measured_boot.ShowMeasurementSystemProfilesRequest + 1057, // 1371: forge.Forge.ListMeasurementSystemProfiles:input_type -> measured_boot.ListMeasurementSystemProfilesRequest + 1058, // 1372: forge.Forge.ListMeasurementSystemProfileBundles:input_type -> measured_boot.ListMeasurementSystemProfileBundlesRequest + 1059, // 1373: forge.Forge.ListMeasurementSystemProfileMachines:input_type -> measured_boot.ListMeasurementSystemProfileMachinesRequest + 1060, // 1374: forge.Forge.CreateMeasurementReport:input_type -> measured_boot.CreateMeasurementReportRequest + 1061, // 1375: forge.Forge.DeleteMeasurementReport:input_type -> measured_boot.DeleteMeasurementReportRequest + 1062, // 1376: forge.Forge.PromoteMeasurementReport:input_type -> measured_boot.PromoteMeasurementReportRequest + 1063, // 1377: forge.Forge.RevokeMeasurementReport:input_type -> measured_boot.RevokeMeasurementReportRequest + 1064, // 1378: forge.Forge.ShowMeasurementReportForId:input_type -> measured_boot.ShowMeasurementReportForIdRequest + 1065, // 1379: forge.Forge.ShowMeasurementReportsForMachine:input_type -> measured_boot.ShowMeasurementReportsForMachineRequest + 1066, // 1380: forge.Forge.ShowMeasurementReports:input_type -> measured_boot.ShowMeasurementReportsRequest + 1067, // 1381: forge.Forge.ListMeasurementReport:input_type -> measured_boot.ListMeasurementReportRequest + 1068, // 1382: forge.Forge.MatchMeasurementReport:input_type -> measured_boot.MatchMeasurementReportRequest + 1069, // 1383: forge.Forge.ImportSiteMeasurements:input_type -> measured_boot.ImportSiteMeasurementsRequest + 1070, // 1384: forge.Forge.ExportSiteMeasurements:input_type -> measured_boot.ExportSiteMeasurementsRequest + 1071, // 1385: forge.Forge.AddMeasurementTrustedMachine:input_type -> measured_boot.AddMeasurementTrustedMachineRequest + 1072, // 1386: forge.Forge.RemoveMeasurementTrustedMachine:input_type -> measured_boot.RemoveMeasurementTrustedMachineRequest + 1073, // 1387: forge.Forge.AddMeasurementTrustedProfile:input_type -> measured_boot.AddMeasurementTrustedProfileRequest + 1074, // 1388: forge.Forge.RemoveMeasurementTrustedProfile:input_type -> measured_boot.RemoveMeasurementTrustedProfileRequest + 1075, // 1389: forge.Forge.ListMeasurementTrustedMachines:input_type -> measured_boot.ListMeasurementTrustedMachinesRequest + 1076, // 1390: forge.Forge.ListMeasurementTrustedProfiles:input_type -> measured_boot.ListMeasurementTrustedProfilesRequest + 1077, // 1391: forge.Forge.ListAttestationSummary:input_type -> measured_boot.ListAttestationSummaryRequest + 654, // 1392: forge.Forge.CreateNetworkSecurityGroup:input_type -> forge.CreateNetworkSecurityGroupRequest + 656, // 1393: forge.Forge.FindNetworkSecurityGroupIds:input_type -> forge.FindNetworkSecurityGroupIdsRequest + 658, // 1394: forge.Forge.FindNetworkSecurityGroupsByIds:input_type -> forge.FindNetworkSecurityGroupsByIdsRequest + 661, // 1395: forge.Forge.UpdateNetworkSecurityGroup:input_type -> forge.UpdateNetworkSecurityGroupRequest + 662, // 1396: forge.Forge.DeleteNetworkSecurityGroup:input_type -> forge.DeleteNetworkSecurityGroupRequest + 668, // 1397: forge.Forge.GetNetworkSecurityGroupPropagationStatus:input_type -> forge.GetNetworkSecurityGroupPropagationStatusRequest + 671, // 1398: forge.Forge.GetNetworkSecurityGroupAttachments:input_type -> forge.GetNetworkSecurityGroupAttachmentsRequest + 530, // 1399: forge.Forge.CreateOsImage:input_type -> forge.OsImageAttributes + 534, // 1400: forge.Forge.DeleteOsImage:input_type -> forge.DeleteOsImageRequest + 532, // 1401: forge.Forge.ListOsImage:input_type -> forge.ListOsImageRequest + 966, // 1402: forge.Forge.GetOsImage:input_type -> common.UUID + 530, // 1403: forge.Forge.UpdateOsImage:input_type -> forge.OsImageAttributes + 536, // 1404: forge.Forge.GetIpxeTemplate:input_type -> forge.GetIpxeTemplateRequest + 537, // 1405: forge.Forge.ListIpxeTemplates:input_type -> forge.ListIpxeTemplatesRequest + 552, // 1406: forge.Forge.RebootCompleted:input_type -> forge.MachineRebootCompletedRequest + 557, // 1407: forge.Forge.PersistValidationResult:input_type -> forge.MachineValidationResultPostRequest + 559, // 1408: forge.Forge.GetMachineValidationResults:input_type -> forge.MachineValidationGetRequest + 554, // 1409: forge.Forge.MachineValidationCompleted:input_type -> forge.MachineValidationCompletedRequest + 562, // 1410: forge.Forge.MachineSetAutoUpdate:input_type -> forge.MachineSetAutoUpdateRequest + 564, // 1411: forge.Forge.GetMachineValidationExternalConfig:input_type -> forge.GetMachineValidationExternalConfigRequest + 567, // 1412: forge.Forge.GetMachineValidationExternalConfigs:input_type -> forge.GetMachineValidationExternalConfigsRequest + 569, // 1413: forge.Forge.AddUpdateMachineValidationExternalConfig:input_type -> forge.AddUpdateMachineValidationExternalConfigRequest + 586, // 1414: forge.Forge.GetMachineValidationRuns:input_type -> forge.MachineValidationRunListGetRequest + 587, // 1415: forge.Forge.FindMachineValidationRunItemIds:input_type -> forge.MachineValidationRunItemSearchFilter + 589, // 1416: forge.Forge.FindMachineValidationRunItemsByIds:input_type -> forge.MachineValidationRunItemsByIdsRequest + 592, // 1417: forge.Forge.GetMachineValidationAttempt:input_type -> forge.MachineValidationAttemptGetRequest + 594, // 1418: forge.Forge.HeartbeatMachineValidationRun:input_type -> forge.MachineValidationHeartbeatRequest + 570, // 1419: forge.Forge.RemoveMachineValidationExternalConfig:input_type -> forge.RemoveMachineValidationExternalConfigRequest + 598, // 1420: forge.Forge.GetMachineValidationTests:input_type -> forge.MachineValidationTestsGetRequest + 600, // 1421: forge.Forge.AddMachineValidationTest:input_type -> forge.MachineValidationTestAddRequest + 599, // 1422: forge.Forge.UpdateMachineValidationTest:input_type -> forge.MachineValidationTestUpdateRequest + 603, // 1423: forge.Forge.MachineValidationTestVerfied:input_type -> forge.MachineValidationTestVerfiedRequest + 607, // 1424: forge.Forge.MachineValidationTestNextVersion:input_type -> forge.MachineValidationTestNextVersionRequest + 608, // 1425: forge.Forge.MachineValidationTestEnableDisableTest:input_type -> forge.MachineValidationTestEnableDisableTestRequest + 610, // 1426: forge.Forge.UpdateMachineValidationRun:input_type -> forge.MachineValidationRunRequest + 404, // 1427: forge.Forge.AdminBmcReset:input_type -> forge.AdminBmcResetRequest + 581, // 1428: forge.Forge.AdminPowerControl:input_type -> forge.AdminPowerControlRequest + 362, // 1429: forge.Forge.DisableSecureBoot:input_type -> forge.BmcEndpointRequest + 394, // 1430: forge.Forge.Lockdown:input_type -> forge.LockdownRequest + 396, // 1431: forge.Forge.LockdownStatus:input_type -> forge.LockdownStatusRequest + 398, // 1432: forge.Forge.MachineSetup:input_type -> forge.MachineSetupRequest + 400, // 1433: forge.Forge.SetDpuFirstBootOrder:input_type -> forge.SetDpuFirstBootOrderRequest + 772, // 1434: forge.Forge.CreateBmcUser:input_type -> forge.CreateBmcUserRequest + 774, // 1435: forge.Forge.DeleteBmcUser:input_type -> forge.DeleteBmcUserRequest + 406, // 1436: forge.Forge.EnableInfiniteBoot:input_type -> forge.EnableInfiniteBootRequest + 408, // 1437: forge.Forge.IsInfiniteBootEnabled:input_type -> forge.IsInfiniteBootEnabledRequest + 571, // 1438: forge.Forge.OnDemandMachineValidation:input_type -> forge.MachineValidationOnDemandRequest + 579, // 1439: forge.Forge.OnDemandRackMaintenance:input_type -> forge.RackMaintenanceOnDemandRequest + 120, // 1440: forge.Forge.TpmAddCaCert:input_type -> forge.TpmCaCert + 1028, // 1441: forge.Forge.TpmShowCaCerts:input_type -> google.protobuf.Empty + 1028, // 1442: forge.Forge.TpmShowUnmatchedEkCerts:input_type -> google.protobuf.Empty + 117, // 1443: forge.Forge.TpmDeleteCaCert:input_type -> forge.TpmCaCertId + 637, // 1444: forge.Forge.RedfishBrowse:input_type -> forge.RedfishBrowseRequest + 639, // 1445: forge.Forge.RedfishListActions:input_type -> forge.RedfishListActionsRequest + 644, // 1446: forge.Forge.RedfishCreateAction:input_type -> forge.RedfishCreateActionRequest + 646, // 1447: forge.Forge.RedfishApproveAction:input_type -> forge.RedfishActionID + 646, // 1448: forge.Forge.RedfishApplyAction:input_type -> forge.RedfishActionID + 646, // 1449: forge.Forge.RedfishCancelAction:input_type -> forge.RedfishActionID + 650, // 1450: forge.Forge.UfmBrowse:input_type -> forge.UfmBrowseRequest + 674, // 1451: forge.Forge.GetDesiredFirmwareVersions:input_type -> forge.GetDesiredFirmwareVersionsRequest + 690, // 1452: forge.Forge.CreateSku:input_type -> forge.SkuList + 956, // 1453: forge.Forge.GenerateSkuFromMachine:input_type -> common.MachineId + 956, // 1454: forge.Forge.VerifySkuForMachine:input_type -> common.MachineId + 688, // 1455: forge.Forge.AssignSkuToMachine:input_type -> forge.SkuMachinePair + 689, // 1456: forge.Forge.RemoveSkuAssociation:input_type -> forge.RemoveSkuRequest + 691, // 1457: forge.Forge.DeleteSku:input_type -> forge.SkuIdList + 1028, // 1458: forge.Forge.GetAllSkuIds:input_type -> google.protobuf.Empty + 693, // 1459: forge.Forge.FindSkusByIds:input_type -> forge.SkusByIdsRequest + 703, // 1460: forge.Forge.UpdateSkuMetadata:input_type -> forge.SkuUpdateMetadataRequest + 687, // 1461: forge.Forge.ReplaceSku:input_type -> forge.Sku + 374, // 1462: forge.Forge.GetManagedHostQuarantineState:input_type -> forge.GetManagedHostQuarantineStateRequest + 376, // 1463: forge.Forge.SetManagedHostQuarantineState:input_type -> forge.SetManagedHostQuarantineStateRequest + 378, // 1464: forge.Forge.ClearManagedHostQuarantineState:input_type -> forge.ClearManagedHostQuarantineStateRequest + 956, // 1465: forge.Forge.ResetHostReprovisioning:input_type -> common.MachineId + 365, // 1466: forge.Forge.CopyBfbToDpuRshim:input_type -> forge.CopyBfbToDpuRshimRequest + 1028, // 1467: forge.Forge.GetAllDpaInterfaceIds:input_type -> google.protobuf.Empty + 698, // 1468: forge.Forge.FindDpaInterfacesByIds:input_type -> forge.DpaInterfacesByIdsRequest + 696, // 1469: forge.Forge.CreateDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 696, // 1470: forge.Forge.EnsureDpaInterface:input_type -> forge.DpaInterfaceCreationRequest + 701, // 1471: forge.Forge.DeleteDpaInterface:input_type -> forge.DpaInterfaceDeletionRequest + 704, // 1472: forge.Forge.GetPowerOptions:input_type -> forge.PowerOptionRequest + 705, // 1473: forge.Forge.UpdatePowerOption:input_type -> forge.PowerOptionUpdateRequest + 362, // 1474: forge.Forge.AllowIngestionAndPowerOn:input_type -> forge.BmcEndpointRequest + 362, // 1475: forge.Forge.DetermineMachineIngestionState:input_type -> forge.BmcEndpointRequest + 724, // 1476: forge.Forge.FindRackIds:input_type -> forge.RackSearchFilter + 726, // 1477: forge.Forge.FindRacksByIds:input_type -> forge.RacksByIdsRequest + 721, // 1478: forge.Forge.GetRack:input_type -> forge.GetRackRequest + 731, // 1479: forge.Forge.DeleteRack:input_type -> forge.DeleteRackRequest + 732, // 1480: forge.Forge.AdminForceDeleteRack:input_type -> forge.AdminForceDeleteRackRequest + 739, // 1481: forge.Forge.GetRackProfile:input_type -> forge.GetRackProfileRequest + 710, // 1482: forge.Forge.CreateComputeAllocation:input_type -> forge.CreateComputeAllocationRequest + 712, // 1483: forge.Forge.FindComputeAllocationIds:input_type -> forge.FindComputeAllocationIdsRequest + 714, // 1484: forge.Forge.FindComputeAllocationsByIds:input_type -> forge.FindComputeAllocationsByIdsRequest + 717, // 1485: forge.Forge.UpdateComputeAllocation:input_type -> forge.UpdateComputeAllocationRequest + 718, // 1486: forge.Forge.DeleteComputeAllocation:input_type -> forge.DeleteComputeAllocationRequest + 776, // 1487: forge.Forge.SetFirmwareUpdateTimeWindow:input_type -> forge.SetFirmwareUpdateTimeWindowRequest + 778, // 1488: forge.Forge.ListHostFirmware:input_type -> forge.ListHostFirmwareRequest + 1078, // 1489: forge.Forge.PublishMlxDeviceReport:input_type -> mlx_device.PublishMlxDeviceReportRequest + 1079, // 1490: forge.Forge.PublishMlxObservationReport:input_type -> mlx_device.PublishMlxObservationReportRequest + 781, // 1491: forge.Forge.TrimTable:input_type -> forge.TrimTableRequest + 1028, // 1492: forge.Forge.ListNvlinkNmxcEndpoints:input_type -> google.protobuf.Empty + 783, // 1493: forge.Forge.CreateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 783, // 1494: forge.Forge.UpdateNvlinkNmxcEndpoint:input_type -> forge.NvlinkNmxcEndpoint + 785, // 1495: forge.Forge.DeleteNvlinkNmxcEndpoint:input_type -> forge.DeleteNvlinkNmxcEndpointRequest + 786, // 1496: forge.Forge.CreateRemediation:input_type -> forge.CreateRemediationRequest + 791, // 1497: forge.Forge.ApproveRemediation:input_type -> forge.ApproveRemediationRequest + 792, // 1498: forge.Forge.RevokeRemediation:input_type -> forge.RevokeRemediationRequest + 793, // 1499: forge.Forge.EnableRemediation:input_type -> forge.EnableRemediationRequest + 794, // 1500: forge.Forge.DisableRemediation:input_type -> forge.DisableRemediationRequest + 1028, // 1501: forge.Forge.FindRemediationIds:input_type -> google.protobuf.Empty + 788, // 1502: forge.Forge.FindRemediationsByIds:input_type -> forge.RemediationIdList + 795, // 1503: forge.Forge.FindAppliedRemediationIds:input_type -> forge.FindAppliedRemediationIdsRequest + 797, // 1504: forge.Forge.FindAppliedRemediations:input_type -> forge.FindAppliedRemediationsRequest + 800, // 1505: forge.Forge.GetNextRemediationForMachine:input_type -> forge.GetNextRemediationForMachineRequest + 802, // 1506: forge.Forge.RemediationApplied:input_type -> forge.RemediationAppliedRequest + 804, // 1507: forge.Forge.SetPrimaryDpu:input_type -> forge.SetPrimaryDpuRequest + 805, // 1508: forge.Forge.SetPrimaryInterface:input_type -> forge.SetPrimaryInterfaceRequest + 811, // 1509: forge.Forge.CreateDpuExtensionService:input_type -> forge.CreateDpuExtensionServiceRequest + 812, // 1510: forge.Forge.UpdateDpuExtensionService:input_type -> forge.UpdateDpuExtensionServiceRequest + 813, // 1511: forge.Forge.DeleteDpuExtensionService:input_type -> forge.DeleteDpuExtensionServiceRequest + 815, // 1512: forge.Forge.FindDpuExtensionServiceIds:input_type -> forge.DpuExtensionServiceSearchFilter + 817, // 1513: forge.Forge.FindDpuExtensionServicesByIds:input_type -> forge.DpuExtensionServicesByIdsRequest + 819, // 1514: forge.Forge.GetDpuExtensionServiceVersionsInfo:input_type -> forge.GetDpuExtensionServiceVersionsInfoRequest + 821, // 1515: forge.Forge.FindInstancesByDpuExtensionService:input_type -> forge.FindInstancesByDpuExtensionServiceRequest + 92, // 1516: forge.Forge.TriggerMachineAttestation:input_type -> forge.SpdmMachineAttestationTriggerRequest + 956, // 1517: forge.Forge.CancelMachineAttestation:input_type -> common.MachineId + 93, // 1518: forge.Forge.ListAttestationMachines:input_type -> forge.SpdmListAttestationMachinesRequest + 956, // 1519: forge.Forge.GetAttestationMachine:input_type -> common.MachineId + 95, // 1520: forge.Forge.SignMachineIdentity:input_type -> forge.MachineIdentityRequest + 97, // 1521: forge.Forge.GetTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 100, // 1522: forge.Forge.SetTenantIdentityConfiguration:input_type -> forge.SetTenantIdentityConfigRequest + 97, // 1523: forge.Forge.DeleteTenantIdentityConfiguration:input_type -> forge.GetTenantIdentityConfigRequest + 105, // 1524: forge.Forge.GetTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 107, // 1525: forge.Forge.SetTokenDelegation:input_type -> forge.TokenDelegationRequest + 105, // 1526: forge.Forge.DeleteTokenDelegation:input_type -> forge.GetTokenDelegationRequest + 108, // 1527: forge.Forge.ReencryptTenantIdentitySecrets:input_type -> forge.ReencryptTenantIdentitySecretsRequest + 113, // 1528: forge.Forge.GetJWKS:input_type -> forge.JwksRequest + 114, // 1529: forge.Forge.GetOpenIDConfiguration:input_type -> forge.OpenIdConfigRequest + 828, // 1530: forge.Forge.ScoutStream:input_type -> forge.ScoutStreamApiBoundMessage + 831, // 1531: forge.Forge.ScoutStreamShowConnections:input_type -> forge.ScoutStreamShowConnectionsRequest + 833, // 1532: forge.Forge.ScoutStreamDisconnect:input_type -> forge.ScoutStreamDisconnectRequest + 835, // 1533: forge.Forge.ScoutStreamPing:input_type -> forge.ScoutStreamAdminPingRequest + 1080, // 1534: forge.Forge.MlxAdminProfileSync:input_type -> mlx_device.MlxAdminProfileSyncRequest + 1081, // 1535: forge.Forge.MlxAdminProfileShow:input_type -> mlx_device.MlxAdminProfileShowRequest + 1082, // 1536: forge.Forge.MlxAdminProfileCompare:input_type -> mlx_device.MlxAdminProfileCompareRequest + 1083, // 1537: forge.Forge.MlxAdminProfileList:input_type -> mlx_device.MlxAdminProfileListRequest + 1084, // 1538: forge.Forge.MlxAdminLockdownLock:input_type -> mlx_device.MlxAdminLockdownLockRequest + 1085, // 1539: forge.Forge.MlxAdminLockdownUnlock:input_type -> mlx_device.MlxAdminLockdownUnlockRequest + 1086, // 1540: forge.Forge.MlxAdminLockdownStatus:input_type -> mlx_device.MlxAdminLockdownStatusRequest + 1087, // 1541: forge.Forge.MlxAdminShowDevice:input_type -> mlx_device.MlxAdminDeviceInfoRequest + 1088, // 1542: forge.Forge.MlxAdminShowMachine:input_type -> mlx_device.MlxAdminDeviceReportRequest + 1089, // 1543: forge.Forge.MlxAdminRegistryList:input_type -> mlx_device.MlxAdminRegistryListRequest + 1090, // 1544: forge.Forge.MlxAdminRegistryShow:input_type -> mlx_device.MlxAdminRegistryShowRequest + 1091, // 1545: forge.Forge.MlxAdminConfigQuery:input_type -> mlx_device.MlxAdminConfigQueryRequest + 1092, // 1546: forge.Forge.MlxAdminConfigSet:input_type -> mlx_device.MlxAdminConfigSetRequest + 1093, // 1547: forge.Forge.MlxAdminConfigSync:input_type -> mlx_device.MlxAdminConfigSyncRequest + 1094, // 1548: forge.Forge.MlxAdminConfigCompare:input_type -> mlx_device.MlxAdminConfigCompareRequest + 756, // 1549: forge.Forge.FindNVLinkPartitionIds:input_type -> forge.NVLinkPartitionSearchFilter + 757, // 1550: forge.Forge.FindNVLinkPartitionsByIds:input_type -> forge.NVLinkPartitionsByIdsRequest + 145, // 1551: forge.Forge.NVLinkPartitionsForTenant:input_type -> forge.TenantSearchQuery + 767, // 1552: forge.Forge.FindNVLinkLogicalPartitionIds:input_type -> forge.NVLinkLogicalPartitionSearchFilter + 768, // 1553: forge.Forge.FindNVLinkLogicalPartitionsByIds:input_type -> forge.NVLinkLogicalPartitionsByIdsRequest + 764, // 1554: forge.Forge.CreateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionCreationRequest + 770, // 1555: forge.Forge.UpdateNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionUpdateRequest + 765, // 1556: forge.Forge.DeleteNVLinkLogicalPartition:input_type -> forge.NVLinkLogicalPartitionDeletionRequest + 145, // 1557: forge.Forge.NVLinkLogicalPartitionsForTenant:input_type -> forge.TenantSearchQuery + 849, // 1558: forge.Forge.GetMachinePositionInfo:input_type -> forge.MachinePositionQuery + 750, // 1559: forge.Forge.NmxcBrowse:input_type -> forge.NmxcBrowseRequest + 852, // 1560: forge.Forge.ModifyDPFState:input_type -> forge.ModifyDPFStateRequest + 854, // 1561: forge.Forge.GetDPFState:input_type -> forge.GetDPFStateRequest + 855, // 1562: forge.Forge.GetDPFHostSnapshot:input_type -> forge.GetDPFHostSnapshotRequest + 857, // 1563: forge.Forge.GetDPFServiceVersions:input_type -> forge.GetDPFServiceVersionsRequest + 866, // 1564: forge.Forge.ComponentPowerControl:input_type -> forge.ComponentPowerControlRequest + 863, // 1565: forge.Forge.GetComponentInventory:input_type -> forge.GetComponentInventoryRequest + 873, // 1566: forge.Forge.UpdateComponentFirmware:input_type -> forge.UpdateComponentFirmwareRequest + 875, // 1567: forge.Forge.GetComponentFirmwareStatus:input_type -> forge.GetComponentFirmwareStatusRequest + 877, // 1568: forge.Forge.ListComponentFirmwareVersions:input_type -> forge.ListComponentFirmwareVersionsRequest + 894, // 1569: forge.Forge.CreateOperatingSystem:input_type -> forge.CreateOperatingSystemRequest + 974, // 1570: forge.Forge.GetOperatingSystem:input_type -> common.OperatingSystemId + 897, // 1571: forge.Forge.UpdateOperatingSystem:input_type -> forge.UpdateOperatingSystemRequest + 898, // 1572: forge.Forge.DeleteOperatingSystem:input_type -> forge.DeleteOperatingSystemRequest + 900, // 1573: forge.Forge.FindOperatingSystemIds:input_type -> forge.OperatingSystemSearchFilter + 902, // 1574: forge.Forge.FindOperatingSystemsByIds:input_type -> forge.OperatingSystemsByIdsRequest + 904, // 1575: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.GetOperatingSystemCachableIpxeTemplateArtifactsRequest + 907, // 1576: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:input_type -> forge.UpdateOperatingSystemIpxeTemplateArtifactRequest + 909, // 1577: forge.Forge.ReWrapSecrets:input_type -> forge.ReWrapSecretsRequest + 131, // 1578: forge.Forge.Version:output_type -> forge.BuildInfo + 1014, // 1579: forge.Forge.CreateDomain:output_type -> dns.Domain + 1014, // 1580: forge.Forge.UpdateDomain:output_type -> dns.Domain + 1095, // 1581: forge.Forge.DeleteDomain:output_type -> dns.DomainDeletionResult + 1096, // 1582: forge.Forge.FindDomain:output_type -> dns.DomainList + 843, // 1583: forge.Forge.CreateDomainLegacy:output_type -> forge.DomainLegacy + 843, // 1584: forge.Forge.UpdateDomainLegacy:output_type -> forge.DomainLegacy + 846, // 1585: forge.Forge.DeleteDomainLegacy:output_type -> forge.DomainDeletionResultLegacy + 844, // 1586: forge.Forge.FindDomainLegacy:output_type -> forge.DomainListLegacy + 148, // 1587: forge.Forge.CreateVpc:output_type -> forge.Vpc + 151, // 1588: forge.Forge.UpdateVpc:output_type -> forge.VpcUpdateResult + 153, // 1589: forge.Forge.UpdateVpcVirtualization:output_type -> forge.VpcUpdateVirtualizationResult + 155, // 1590: forge.Forge.DeleteVpc:output_type -> forge.VpcDeletionResult + 143, // 1591: forge.Forge.FindVpcIds:output_type -> forge.VpcIdList + 156, // 1592: forge.Forge.FindVpcsByIds:output_type -> forge.VpcList + 882, // 1593: forge.Forge.CreateSpxPartition:output_type -> forge.SpxPartition + 885, // 1594: forge.Forge.DeleteSpxPartition:output_type -> forge.SpxPartitionDeletionResult + 883, // 1595: forge.Forge.FindSpxPartitionIds:output_type -> forge.SpxPartitionIdList + 887, // 1596: forge.Forge.FindSpxPartitionsByIds:output_type -> forge.SpxPartitionList + 157, // 1597: forge.Forge.CreateVpcPrefix:output_type -> forge.VpcPrefix + 163, // 1598: forge.Forge.SearchVpcPrefixes:output_type -> forge.VpcPrefixIdList + 164, // 1599: forge.Forge.GetVpcPrefixes:output_type -> forge.VpcPrefixList + 157, // 1600: forge.Forge.UpdateVpcPrefix:output_type -> forge.VpcPrefix + 167, // 1601: forge.Forge.DeleteVpcPrefix:output_type -> forge.VpcPrefixDeletionResult + 169, // 1602: forge.Forge.CreateVpcPeering:output_type -> forge.VpcPeering + 170, // 1603: forge.Forge.FindVpcPeeringIds:output_type -> forge.VpcPeeringIdList + 171, // 1604: forge.Forge.FindVpcPeeringsByIds:output_type -> forge.VpcPeeringList + 176, // 1605: forge.Forge.DeleteVpcPeering:output_type -> forge.VpcPeeringDeletionResult + 243, // 1606: forge.Forge.FindNetworkSegmentIds:output_type -> forge.NetworkSegmentIdList + 348, // 1607: forge.Forge.FindNetworkSegmentsByIds:output_type -> forge.NetworkSegmentList + 235, // 1608: forge.Forge.CreateNetworkSegment:output_type -> forge.NetworkSegment + 235, // 1609: forge.Forge.AttachNetworkSegmentToVpc:output_type -> forge.NetworkSegment + 239, // 1610: forge.Forge.DeleteNetworkSegment:output_type -> forge.NetworkSegmentDeletionResult + 348, // 1611: forge.Forge.NetworkSegmentsForVpc:output_type -> forge.NetworkSegmentList + 187, // 1612: forge.Forge.FindIBPartitionIds:output_type -> forge.IBPartitionIdList + 180, // 1613: forge.Forge.FindIBPartitionsByIds:output_type -> forge.IBPartitionList + 179, // 1614: forge.Forge.CreateIBPartition:output_type -> forge.IBPartition + 179, // 1615: forge.Forge.UpdateIBPartition:output_type -> forge.IBPartition + 184, // 1616: forge.Forge.DeleteIBPartition:output_type -> forge.IBPartitionDeletionResult + 180, // 1617: forge.Forge.IBPartitionsForTenant:output_type -> forge.IBPartitionList + 191, // 1618: forge.Forge.FindPowerShelves:output_type -> forge.PowerShelfList + 862, // 1619: forge.Forge.FindPowerShelfIds:output_type -> forge.PowerShelfIdList + 191, // 1620: forge.Forge.FindPowerShelvesByIds:output_type -> forge.PowerShelfList + 194, // 1621: forge.Forge.DeletePowerShelf:output_type -> forge.PowerShelfDeletionResult + 892, // 1622: forge.Forge.AdminForceDeletePowerShelf:output_type -> forge.AdminForceDeletePowerShelfResponse + 1028, // 1623: forge.Forge.SetPowerShelfMaintenance:output_type -> google.protobuf.Empty + 211, // 1624: forge.Forge.FindSwitches:output_type -> forge.SwitchList + 861, // 1625: forge.Forge.FindSwitchIds:output_type -> forge.SwitchIdList + 211, // 1626: forge.Forge.FindSwitchesByIds:output_type -> forge.SwitchList + 214, // 1627: forge.Forge.DeleteSwitch:output_type -> forge.SwitchDeletionResult + 890, // 1628: forge.Forge.AdminForceDeleteSwitch:output_type -> forge.AdminForceDeleteSwitchResponse + 231, // 1629: forge.Forge.FindIBFabricIds:output_type -> forge.IBFabricIdList + 284, // 1630: forge.Forge.AllocateInstance:output_type -> forge.Instance + 257, // 1631: forge.Forge.AllocateInstances:output_type -> forge.BatchInstanceAllocationResponse + 298, // 1632: forge.Forge.ReleaseInstance:output_type -> forge.InstanceReleaseResult + 284, // 1633: forge.Forge.UpdateInstanceOperatingSystem:output_type -> forge.Instance + 284, // 1634: forge.Forge.UpdateInstanceConfig:output_type -> forge.Instance + 253, // 1635: forge.Forge.FindInstanceIds:output_type -> forge.InstanceIdList + 249, // 1636: forge.Forge.FindInstancesByIds:output_type -> forge.InstanceList + 249, // 1637: forge.Forge.FindInstanceByMachineID:output_type -> forge.InstanceList + 369, // 1638: forge.Forge.GetManagedHostNetworkConfig:output_type -> forge.ManagedHostNetworkConfigResponse + 1028, // 1639: forge.Forge.RecordDpuNetworkStatus:output_type -> google.protobuf.Empty + 449, // 1640: forge.Forge.ListMachineHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1641: forge.Forge.InsertMachineHealthReport:output_type -> google.protobuf.Empty + 1028, // 1642: forge.Forge.RemoveMachineHealthReport:output_type -> google.protobuf.Empty + 449, // 1643: forge.Forge.ListRackHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1644: forge.Forge.InsertRackHealthReport:output_type -> google.protobuf.Empty + 1028, // 1645: forge.Forge.RemoveRackHealthReport:output_type -> google.protobuf.Empty + 449, // 1646: forge.Forge.ListSwitchHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1647: forge.Forge.InsertSwitchHealthReport:output_type -> google.protobuf.Empty + 1028, // 1648: forge.Forge.RemoveSwitchHealthReport:output_type -> google.protobuf.Empty + 449, // 1649: forge.Forge.ListPowerShelfHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1650: forge.Forge.InsertPowerShelfHealthReport:output_type -> google.protobuf.Empty + 1028, // 1651: forge.Forge.RemovePowerShelfHealthReport:output_type -> google.protobuf.Empty + 449, // 1652: forge.Forge.ListNVLinkDomainHealthReports:output_type -> forge.ListHealthReportResponse + 1028, // 1653: forge.Forge.InsertNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 1028, // 1654: forge.Forge.RemoveNVLinkDomainHealthReport:output_type -> google.protobuf.Empty + 449, // 1655: forge.Forge.ListHealthReportOverrides:output_type -> forge.ListHealthReportResponse + 1028, // 1656: forge.Forge.InsertHealthReportOverride:output_type -> google.protobuf.Empty + 1028, // 1657: forge.Forge.RemoveHealthReportOverride:output_type -> google.protobuf.Empty + 388, // 1658: forge.Forge.DpuAgentUpgradeCheck:output_type -> forge.DpuAgentUpgradeCheckResponse + 390, // 1659: forge.Forge.DpuAgentUpgradePolicyAction:output_type -> forge.DpuAgentUpgradePolicyResponse + 1097, // 1660: forge.Forge.LookupRecord:output_type -> dns.DnsResourceRecordLookupResponse + 1098, // 1661: forge.Forge.GetAllDomains:output_type -> dns.GetAllDomainsResponse + 1099, // 1662: forge.Forge.GetAllDomainMetadata:output_type -> dns.DomainMetadataResponse + 248, // 1663: forge.Forge.InvokeInstancePower:output_type -> forge.InstancePowerResult + 415, // 1664: forge.Forge.ForgeAgentControl:output_type -> forge.ForgeAgentControlResponse + 422, // 1665: forge.Forge.DiscoverMachine:output_type -> forge.MachineDiscoveryResult + 421, // 1666: forge.Forge.RenewMachineCertificate:output_type -> forge.MachineCertificateResult + 423, // 1667: forge.Forge.DiscoveryCompleted:output_type -> forge.MachineDiscoveryCompletedResponse + 424, // 1668: forge.Forge.CleanupMachineCompleted:output_type -> forge.MachineCleanupResult + 426, // 1669: forge.Forge.ReportForgeScoutError:output_type -> forge.ForgeScoutErrorReportResult + 347, // 1670: forge.Forge.DiscoverDhcp:output_type -> forge.DhcpRecord + 346, // 1671: forge.Forge.ExpireDhcpLease:output_type -> forge.ExpireDhcpLeaseResponse + 317, // 1672: forge.Forge.AssignStaticAddress:output_type -> forge.AssignStaticAddressResponse + 319, // 1673: forge.Forge.RemoveStaticAddress:output_type -> forge.RemoveStaticAddressResponse + 322, // 1674: forge.Forge.FindInterfaceAddresses:output_type -> forge.FindInterfaceAddressesResponse + 312, // 1675: forge.Forge.FindInterfaces:output_type -> forge.InterfaceList + 1028, // 1676: forge.Forge.DeleteInterface:output_type -> google.protobuf.Empty + 490, // 1677: forge.Forge.FindIpAddress:output_type -> forge.FindIpAddressResponse + 1015, // 1678: forge.Forge.FindMachineIds:output_type -> common.MachineIdList + 313, // 1679: forge.Forge.FindMachinesByIds:output_type -> forge.MachineList + 302, // 1680: forge.Forge.FindMachineStateHistories:output_type -> forge.MachineStateHistories + 305, // 1681: forge.Forge.FindMachineHealthHistories:output_type -> forge.HealthHistories + 218, // 1682: forge.Forge.FindPowerShelfStateHistories:output_type -> forge.StateHistories + 218, // 1683: forge.Forge.FindRackStateHistories:output_type -> forge.StateHistories + 218, // 1684: forge.Forge.FindSwitchStateHistories:output_type -> forge.StateHistories + 218, // 1685: forge.Forge.FindNetworkSegmentStateHistories:output_type -> forge.StateHistories + 218, // 1686: forge.Forge.FindVpcPrefixStateHistories:output_type -> forge.StateHistories + 311, // 1687: forge.Forge.FindTenantOrganizationIds:output_type -> forge.TenantOrganizationIdList + 310, // 1688: forge.Forge.FindTenantsByOrganizationIds:output_type -> forge.TenantList + 513, // 1689: forge.Forge.FindConnectedDevicesByDpuMachineIds:output_type -> forge.ConnectedDeviceList + 517, // 1690: forge.Forge.FindMachineIdsByBmcIps:output_type -> forge.MachineIdBmcIpPairs + 516, // 1691: forge.Forge.FindMacAddressByBmcIp:output_type -> forge.MacAddressBmcIp + 514, // 1692: forge.Forge.FindBmcIps:output_type -> forge.BmcIpList + 492, // 1693: forge.Forge.IdentifyUuid:output_type -> forge.IdentifyUuidResponse + 495, // 1694: forge.Forge.IdentifyMac:output_type -> forge.IdentifyMacResponse + 497, // 1695: forge.Forge.IdentifySerial:output_type -> forge.IdentifySerialResponse + 411, // 1696: forge.Forge.GetBMCMetaData:output_type -> forge.BMCMetaDataGetResponse + 413, // 1697: forge.Forge.UpdateMachineCredentials:output_type -> forge.MachineCredentialsUpdateResponse + 428, // 1698: forge.Forge.GetPxeInstructions:output_type -> forge.PxeInstructions + 432, // 1699: forge.Forge.GetCloudInitInstructions:output_type -> forge.CloudInitInstructions + 134, // 1700: forge.Forge.Echo:output_type -> forge.EchoResponse + 459, // 1701: forge.Forge.CreateTenant:output_type -> forge.CreateTenantResponse + 463, // 1702: forge.Forge.FindTenant:output_type -> forge.FindTenantResponse + 461, // 1703: forge.Forge.UpdateTenant:output_type -> forge.UpdateTenantResponse + 469, // 1704: forge.Forge.CreateTenantKeyset:output_type -> forge.CreateTenantKeysetResponse + 476, // 1705: forge.Forge.FindTenantKeysetIds:output_type -> forge.TenantKeysetIdList + 470, // 1706: forge.Forge.FindTenantKeysetsByIds:output_type -> forge.TenantKeySetList + 472, // 1707: forge.Forge.UpdateTenantKeyset:output_type -> forge.UpdateTenantKeysetResponse + 474, // 1708: forge.Forge.DeleteTenantKeyset:output_type -> forge.DeleteTenantKeysetResponse + 479, // 1709: forge.Forge.ValidateTenantPublicKey:output_type -> forge.ValidateTenantPublicKeyResponse + 353, // 1710: forge.Forge.GetBmcCredentials:output_type -> forge.GetBmcCredentialsResponse + 353, // 1711: forge.Forge.GetSwitchNvosCredentials:output_type -> forge.GetBmcCredentialsResponse + 386, // 1712: forge.Forge.GetAllManagedHostNetworkStatus:output_type -> forge.ManagedHostNetworkStatusResponse + 1100, // 1713: forge.Forge.GetSiteExplorationReport:output_type -> site_explorer.SiteExplorationReport + 1101, // 1714: forge.Forge.GetSiteExplorerLastRun:output_type -> site_explorer.SiteExplorerLastRunResponse + 1028, // 1715: forge.Forge.ClearSiteExplorationError:output_type -> google.protobuf.Empty + 596, // 1716: forge.Forge.IsBmcInManagedHost:output_type -> forge.IsBmcInManagedHostResponse + 597, // 1717: forge.Forge.BmcCredentialStatus:output_type -> forge.BmcCredentialStatusResponse + 1016, // 1718: forge.Forge.Explore:output_type -> site_explorer.EndpointExplorationReport + 1028, // 1719: forge.Forge.ReExploreEndpoint:output_type -> google.protobuf.Empty + 1102, // 1720: forge.Forge.RefreshEndpointReport:output_type -> site_explorer.ExploredEndpoint + 361, // 1721: forge.Forge.DeleteExploredEndpoint:output_type -> forge.DeleteExploredEndpointResponse + 1028, // 1722: forge.Forge.PauseExploredEndpointRemediation:output_type -> google.protobuf.Empty + 1103, // 1723: forge.Forge.FindExploredEndpointIds:output_type -> site_explorer.ExploredEndpointIdList + 1104, // 1724: forge.Forge.FindExploredEndpointsByIds:output_type -> site_explorer.ExploredEndpointList + 1105, // 1725: forge.Forge.FindExploredManagedHostIds:output_type -> site_explorer.ExploredManagedHostIdList + 1106, // 1726: forge.Forge.FindExploredManagedHostsByIds:output_type -> site_explorer.ExploredManagedHostList + 1107, // 1727: forge.Forge.FindExploredMlxDeviceHostIds:output_type -> site_explorer.ExploredMlxDeviceHostIdList + 1108, // 1728: forge.Forge.FindExploredMlxDevicesByIds:output_type -> site_explorer.ExploredMlxDeviceList + 1028, // 1729: forge.Forge.UpdateMachineHardwareInfo:output_type -> google.protobuf.Empty + 392, // 1730: forge.Forge.AdminForceDeleteMachine:output_type -> forge.AdminForceDeleteMachineResponse + 481, // 1731: forge.Forge.AdminListResourcePools:output_type -> forge.ResourcePools + 484, // 1732: forge.Forge.AdminGrowResourcePool:output_type -> forge.GrowResourcePoolResponse + 1028, // 1733: forge.Forge.UpdateMachineMetadata:output_type -> google.protobuf.Empty + 1028, // 1734: forge.Forge.UpdateRackMetadata:output_type -> google.protobuf.Empty + 1028, // 1735: forge.Forge.UpdateSwitchMetadata:output_type -> google.protobuf.Empty + 1028, // 1736: forge.Forge.UpdatePowerShelfMetadata:output_type -> google.protobuf.Empty + 1028, // 1737: forge.Forge.UpdateMachineNvLinkInfo:output_type -> google.protobuf.Empty + 1028, // 1738: forge.Forge.SetMaintenance:output_type -> google.protobuf.Empty + 1028, // 1739: forge.Forge.SetDynamicConfig:output_type -> google.protobuf.Empty + 1028, // 1740: forge.Forge.TriggerDpuReprovisioning:output_type -> google.protobuf.Empty + 500, // 1741: forge.Forge.ListDpuWaitingForReprovisioning:output_type -> forge.DpuReprovisioningListResponse + 1028, // 1742: forge.Forge.TriggerHostReprovisioning:output_type -> google.protobuf.Empty + 503, // 1743: forge.Forge.ListHostsWaitingForReprovisioning:output_type -> forge.HostReprovisioningListResponse + 1028, // 1744: forge.Forge.MarkManualFirmwareUpgradeComplete:output_type -> google.protobuf.Empty + 1028, // 1745: forge.Forge.ReportScoutFirmwareUpgradeStatus:output_type -> google.protobuf.Empty + 509, // 1746: forge.Forge.GetDpuInfoList:output_type -> forge.GetDpuInfoListResponse + 511, // 1747: forge.Forge.GetMachineBootOverride:output_type -> forge.MachineBootOverride + 1028, // 1748: forge.Forge.SetMachineBootOverride:output_type -> google.protobuf.Empty + 1028, // 1749: forge.Forge.ClearMachineBootOverride:output_type -> google.protobuf.Empty + 916, // 1750: forge.Forge.GetMachineBootInterfaces:output_type -> forge.GetMachineBootInterfacesResponse + 522, // 1751: forge.Forge.GetNetworkTopology:output_type -> forge.NetworkTopologyData + 522, // 1752: forge.Forge.FindNetworkDevicesByDeviceIds:output_type -> forge.NetworkTopologyData + 128, // 1753: forge.Forge.CreateCredential:output_type -> forge.CredentialCreationResult + 129, // 1754: forge.Forge.DeleteCredential:output_type -> forge.CredentialDeletionResult + 524, // 1755: forge.Forge.GetRouteServers:output_type -> forge.RouteServerEntries + 1028, // 1756: forge.Forge.AddRouteServers:output_type -> google.protobuf.Empty + 1028, // 1757: forge.Forge.RemoveRouteServers:output_type -> google.protobuf.Empty + 1028, // 1758: forge.Forge.ReplaceRouteServers:output_type -> google.protobuf.Empty + 1028, // 1759: forge.Forge.UpdateAgentReportedInventory:output_type -> google.protobuf.Empty + 295, // 1760: forge.Forge.UpdateInstancePhoneHomeLastContact:output_type -> forge.InstancePhoneHomeLastContactResponse + 527, // 1761: forge.Forge.SetHostUefiPassword:output_type -> forge.SetHostUefiPasswordResponse + 529, // 1762: forge.Forge.ClearHostUefiPassword:output_type -> forge.ClearHostUefiPasswordResponse + 1028, // 1763: forge.Forge.AddExpectedMachine:output_type -> google.protobuf.Empty + 1028, // 1764: forge.Forge.DeleteExpectedMachine:output_type -> google.protobuf.Empty + 1028, // 1765: forge.Forge.UpdateExpectedMachine:output_type -> google.protobuf.Empty + 541, // 1766: forge.Forge.GetExpectedMachine:output_type -> forge.ExpectedMachine + 543, // 1767: forge.Forge.GetAllExpectedMachines:output_type -> forge.ExpectedMachineList + 1028, // 1768: forge.Forge.ReplaceAllExpectedMachines:output_type -> google.protobuf.Empty + 1028, // 1769: forge.Forge.DeleteAllExpectedMachines:output_type -> google.protobuf.Empty + 544, // 1770: forge.Forge.GetAllExpectedMachinesLinked:output_type -> forge.LinkedExpectedMachineList + 546, // 1771: forge.Forge.GetAllUnexpectedMachines:output_type -> forge.UnexpectedMachineList + 550, // 1772: forge.Forge.CreateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 550, // 1773: forge.Forge.UpdateExpectedMachines:output_type -> forge.BatchExpectedMachineOperationResponse + 1028, // 1774: forge.Forge.AddExpectedPowerShelf:output_type -> google.protobuf.Empty + 1028, // 1775: forge.Forge.DeleteExpectedPowerShelf:output_type -> google.protobuf.Empty + 1028, // 1776: forge.Forge.UpdateExpectedPowerShelf:output_type -> google.protobuf.Empty + 200, // 1777: forge.Forge.GetExpectedPowerShelf:output_type -> forge.ExpectedPowerShelf + 202, // 1778: forge.Forge.GetAllExpectedPowerShelves:output_type -> forge.ExpectedPowerShelfList + 1028, // 1779: forge.Forge.ReplaceAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 1028, // 1780: forge.Forge.DeleteAllExpectedPowerShelves:output_type -> google.protobuf.Empty + 203, // 1781: forge.Forge.GetAllExpectedPowerShelvesLinked:output_type -> forge.LinkedExpectedPowerShelfList + 1028, // 1782: forge.Forge.AddExpectedSwitch:output_type -> google.protobuf.Empty + 1028, // 1783: forge.Forge.DeleteExpectedSwitch:output_type -> google.protobuf.Empty + 1028, // 1784: forge.Forge.UpdateExpectedSwitch:output_type -> google.protobuf.Empty + 222, // 1785: forge.Forge.GetExpectedSwitch:output_type -> forge.ExpectedSwitch + 224, // 1786: forge.Forge.GetAllExpectedSwitches:output_type -> forge.ExpectedSwitchList + 1028, // 1787: forge.Forge.ReplaceAllExpectedSwitches:output_type -> google.protobuf.Empty + 1028, // 1788: forge.Forge.DeleteAllExpectedSwitches:output_type -> google.protobuf.Empty + 225, // 1789: forge.Forge.GetAllExpectedSwitchesLinked:output_type -> forge.LinkedExpectedSwitchList + 1028, // 1790: forge.Forge.AddExpectedRack:output_type -> google.protobuf.Empty + 1028, // 1791: forge.Forge.DeleteExpectedRack:output_type -> google.protobuf.Empty + 1028, // 1792: forge.Forge.UpdateExpectedRack:output_type -> google.protobuf.Empty + 227, // 1793: forge.Forge.GetExpectedRack:output_type -> forge.ExpectedRack + 229, // 1794: forge.Forge.GetAllExpectedRacks:output_type -> forge.ExpectedRackList + 1028, // 1795: forge.Forge.ReplaceAllExpectedRacks:output_type -> google.protobuf.Empty + 1028, // 1796: forge.Forge.DeleteAllExpectedRacks:output_type -> google.protobuf.Empty + 125, // 1797: forge.Forge.AttestQuote:output_type -> forge.AttestQuoteResponse + 624, // 1798: forge.Forge.CreateInstanceType:output_type -> forge.CreateInstanceTypeResponse + 626, // 1799: forge.Forge.FindInstanceTypeIds:output_type -> forge.FindInstanceTypeIdsResponse + 628, // 1800: forge.Forge.FindInstanceTypesByIds:output_type -> forge.FindInstanceTypesByIdsResponse + 631, // 1801: forge.Forge.UpdateInstanceType:output_type -> forge.UpdateInstanceTypeResponse + 630, // 1802: forge.Forge.DeleteInstanceType:output_type -> forge.DeleteInstanceTypeResponse + 634, // 1803: forge.Forge.AssociateMachinesWithInstanceType:output_type -> forge.AssociateMachinesWithInstanceTypeResponse + 636, // 1804: forge.Forge.RemoveMachineInstanceTypeAssociation:output_type -> forge.RemoveMachineInstanceTypeAssociationResponse + 1109, // 1805: forge.Forge.CreateMeasurementBundle:output_type -> measured_boot.CreateMeasurementBundleResponse + 1110, // 1806: forge.Forge.DeleteMeasurementBundle:output_type -> measured_boot.DeleteMeasurementBundleResponse + 1111, // 1807: forge.Forge.RenameMeasurementBundle:output_type -> measured_boot.RenameMeasurementBundleResponse + 1112, // 1808: forge.Forge.UpdateMeasurementBundle:output_type -> measured_boot.UpdateMeasurementBundleResponse + 1113, // 1809: forge.Forge.ShowMeasurementBundle:output_type -> measured_boot.ShowMeasurementBundleResponse + 1114, // 1810: forge.Forge.ShowMeasurementBundles:output_type -> measured_boot.ShowMeasurementBundlesResponse + 1115, // 1811: forge.Forge.ListMeasurementBundles:output_type -> measured_boot.ListMeasurementBundlesResponse + 1116, // 1812: forge.Forge.ListMeasurementBundleMachines:output_type -> measured_boot.ListMeasurementBundleMachinesResponse + 1113, // 1813: forge.Forge.FindClosestBundleMatch:output_type -> measured_boot.ShowMeasurementBundleResponse + 1117, // 1814: forge.Forge.DeleteMeasurementJournal:output_type -> measured_boot.DeleteMeasurementJournalResponse + 1118, // 1815: forge.Forge.ShowMeasurementJournal:output_type -> measured_boot.ShowMeasurementJournalResponse + 1119, // 1816: forge.Forge.ShowMeasurementJournals:output_type -> measured_boot.ShowMeasurementJournalsResponse + 1120, // 1817: forge.Forge.ListMeasurementJournal:output_type -> measured_boot.ListMeasurementJournalResponse + 1121, // 1818: forge.Forge.AttestCandidateMachine:output_type -> measured_boot.AttestCandidateMachineResponse + 1122, // 1819: forge.Forge.ShowCandidateMachine:output_type -> measured_boot.ShowCandidateMachineResponse + 1123, // 1820: forge.Forge.ShowCandidateMachines:output_type -> measured_boot.ShowCandidateMachinesResponse + 1124, // 1821: forge.Forge.ListCandidateMachines:output_type -> measured_boot.ListCandidateMachinesResponse + 1125, // 1822: forge.Forge.CreateMeasurementSystemProfile:output_type -> measured_boot.CreateMeasurementSystemProfileResponse + 1126, // 1823: forge.Forge.DeleteMeasurementSystemProfile:output_type -> measured_boot.DeleteMeasurementSystemProfileResponse + 1127, // 1824: forge.Forge.RenameMeasurementSystemProfile:output_type -> measured_boot.RenameMeasurementSystemProfileResponse + 1128, // 1825: forge.Forge.ShowMeasurementSystemProfile:output_type -> measured_boot.ShowMeasurementSystemProfileResponse + 1129, // 1826: forge.Forge.ShowMeasurementSystemProfiles:output_type -> measured_boot.ShowMeasurementSystemProfilesResponse + 1130, // 1827: forge.Forge.ListMeasurementSystemProfiles:output_type -> measured_boot.ListMeasurementSystemProfilesResponse + 1131, // 1828: forge.Forge.ListMeasurementSystemProfileBundles:output_type -> measured_boot.ListMeasurementSystemProfileBundlesResponse + 1132, // 1829: forge.Forge.ListMeasurementSystemProfileMachines:output_type -> measured_boot.ListMeasurementSystemProfileMachinesResponse + 1133, // 1830: forge.Forge.CreateMeasurementReport:output_type -> measured_boot.CreateMeasurementReportResponse + 1134, // 1831: forge.Forge.DeleteMeasurementReport:output_type -> measured_boot.DeleteMeasurementReportResponse + 1135, // 1832: forge.Forge.PromoteMeasurementReport:output_type -> measured_boot.PromoteMeasurementReportResponse + 1136, // 1833: forge.Forge.RevokeMeasurementReport:output_type -> measured_boot.RevokeMeasurementReportResponse + 1137, // 1834: forge.Forge.ShowMeasurementReportForId:output_type -> measured_boot.ShowMeasurementReportForIdResponse + 1138, // 1835: forge.Forge.ShowMeasurementReportsForMachine:output_type -> measured_boot.ShowMeasurementReportsForMachineResponse + 1139, // 1836: forge.Forge.ShowMeasurementReports:output_type -> measured_boot.ShowMeasurementReportsResponse + 1140, // 1837: forge.Forge.ListMeasurementReport:output_type -> measured_boot.ListMeasurementReportResponse + 1141, // 1838: forge.Forge.MatchMeasurementReport:output_type -> measured_boot.MatchMeasurementReportResponse + 1142, // 1839: forge.Forge.ImportSiteMeasurements:output_type -> measured_boot.ImportSiteMeasurementsResponse + 1143, // 1840: forge.Forge.ExportSiteMeasurements:output_type -> measured_boot.ExportSiteMeasurementsResponse + 1144, // 1841: forge.Forge.AddMeasurementTrustedMachine:output_type -> measured_boot.AddMeasurementTrustedMachineResponse + 1145, // 1842: forge.Forge.RemoveMeasurementTrustedMachine:output_type -> measured_boot.RemoveMeasurementTrustedMachineResponse + 1146, // 1843: forge.Forge.AddMeasurementTrustedProfile:output_type -> measured_boot.AddMeasurementTrustedProfileResponse + 1147, // 1844: forge.Forge.RemoveMeasurementTrustedProfile:output_type -> measured_boot.RemoveMeasurementTrustedProfileResponse + 1148, // 1845: forge.Forge.ListMeasurementTrustedMachines:output_type -> measured_boot.ListMeasurementTrustedMachinesResponse + 1149, // 1846: forge.Forge.ListMeasurementTrustedProfiles:output_type -> measured_boot.ListMeasurementTrustedProfilesResponse + 1150, // 1847: forge.Forge.ListAttestationSummary:output_type -> measured_boot.ListAttestationSummaryResponse + 655, // 1848: forge.Forge.CreateNetworkSecurityGroup:output_type -> forge.CreateNetworkSecurityGroupResponse + 657, // 1849: forge.Forge.FindNetworkSecurityGroupIds:output_type -> forge.FindNetworkSecurityGroupIdsResponse + 659, // 1850: forge.Forge.FindNetworkSecurityGroupsByIds:output_type -> forge.FindNetworkSecurityGroupsByIdsResponse + 660, // 1851: forge.Forge.UpdateNetworkSecurityGroup:output_type -> forge.UpdateNetworkSecurityGroupResponse + 663, // 1852: forge.Forge.DeleteNetworkSecurityGroup:output_type -> forge.DeleteNetworkSecurityGroupResponse + 666, // 1853: forge.Forge.GetNetworkSecurityGroupPropagationStatus:output_type -> forge.GetNetworkSecurityGroupPropagationStatusResponse + 673, // 1854: forge.Forge.GetNetworkSecurityGroupAttachments:output_type -> forge.GetNetworkSecurityGroupAttachmentsResponse + 531, // 1855: forge.Forge.CreateOsImage:output_type -> forge.OsImage + 535, // 1856: forge.Forge.DeleteOsImage:output_type -> forge.DeleteOsImageResponse + 533, // 1857: forge.Forge.ListOsImage:output_type -> forge.ListOsImageResponse + 531, // 1858: forge.Forge.GetOsImage:output_type -> forge.OsImage + 531, // 1859: forge.Forge.UpdateOsImage:output_type -> forge.OsImage + 260, // 1860: forge.Forge.GetIpxeTemplate:output_type -> forge.IpxeTemplate + 538, // 1861: forge.Forge.ListIpxeTemplates:output_type -> forge.IpxeTemplateList + 551, // 1862: forge.Forge.RebootCompleted:output_type -> forge.MachineRebootCompletedResponse + 1028, // 1863: forge.Forge.PersistValidationResult:output_type -> google.protobuf.Empty + 558, // 1864: forge.Forge.GetMachineValidationResults:output_type -> forge.MachineValidationResultList + 555, // 1865: forge.Forge.MachineValidationCompleted:output_type -> forge.MachineValidationCompletedResponse + 563, // 1866: forge.Forge.MachineSetAutoUpdate:output_type -> forge.MachineSetAutoUpdateResponse + 566, // 1867: forge.Forge.GetMachineValidationExternalConfig:output_type -> forge.GetMachineValidationExternalConfigResponse + 568, // 1868: forge.Forge.GetMachineValidationExternalConfigs:output_type -> forge.GetMachineValidationExternalConfigsResponse + 1028, // 1869: forge.Forge.AddUpdateMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 585, // 1870: forge.Forge.GetMachineValidationRuns:output_type -> forge.MachineValidationRunList + 588, // 1871: forge.Forge.FindMachineValidationRunItemIds:output_type -> forge.MachineValidationRunItemIdList + 590, // 1872: forge.Forge.FindMachineValidationRunItemsByIds:output_type -> forge.MachineValidationRunItemList + 593, // 1873: forge.Forge.GetMachineValidationAttempt:output_type -> forge.MachineValidationAttempt + 595, // 1874: forge.Forge.HeartbeatMachineValidationRun:output_type -> forge.MachineValidationHeartbeatResponse + 1028, // 1875: forge.Forge.RemoveMachineValidationExternalConfig:output_type -> google.protobuf.Empty + 602, // 1876: forge.Forge.GetMachineValidationTests:output_type -> forge.MachineValidationTestsGetResponse + 601, // 1877: forge.Forge.AddMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 601, // 1878: forge.Forge.UpdateMachineValidationTest:output_type -> forge.MachineValidationTestAddUpdateResponse + 604, // 1879: forge.Forge.MachineValidationTestVerfied:output_type -> forge.MachineValidationTestVerfiedResponse + 606, // 1880: forge.Forge.MachineValidationTestNextVersion:output_type -> forge.MachineValidationTestNextVersionResponse + 609, // 1881: forge.Forge.MachineValidationTestEnableDisableTest:output_type -> forge.MachineValidationTestEnableDisableTestResponse + 611, // 1882: forge.Forge.UpdateMachineValidationRun:output_type -> forge.MachineValidationRunResponse + 405, // 1883: forge.Forge.AdminBmcReset:output_type -> forge.AdminBmcResetResponse + 582, // 1884: forge.Forge.AdminPowerControl:output_type -> forge.AdminPowerControlResponse + 393, // 1885: forge.Forge.DisableSecureBoot:output_type -> forge.DisableSecureBootResponse + 395, // 1886: forge.Forge.Lockdown:output_type -> forge.LockdownResponse + 1151, // 1887: forge.Forge.LockdownStatus:output_type -> site_explorer.LockdownStatus + 399, // 1888: forge.Forge.MachineSetup:output_type -> forge.MachineSetupResponse + 401, // 1889: forge.Forge.SetDpuFirstBootOrder:output_type -> forge.SetDpuFirstBootOrderResponse + 773, // 1890: forge.Forge.CreateBmcUser:output_type -> forge.CreateBmcUserResponse + 775, // 1891: forge.Forge.DeleteBmcUser:output_type -> forge.DeleteBmcUserResponse + 407, // 1892: forge.Forge.EnableInfiniteBoot:output_type -> forge.EnableInfiniteBootResponse + 409, // 1893: forge.Forge.IsInfiniteBootEnabled:output_type -> forge.IsInfiniteBootEnabledResponse + 572, // 1894: forge.Forge.OnDemandMachineValidation:output_type -> forge.MachineValidationOnDemandResponse + 580, // 1895: forge.Forge.OnDemandRackMaintenance:output_type -> forge.RackMaintenanceOnDemandResponse + 116, // 1896: forge.Forge.TpmAddCaCert:output_type -> forge.TpmCaAddedCaStatus + 122, // 1897: forge.Forge.TpmShowCaCerts:output_type -> forge.TpmCaCertDetailCollection + 119, // 1898: forge.Forge.TpmShowUnmatchedEkCerts:output_type -> forge.TpmEkCertStatusCollection + 1028, // 1899: forge.Forge.TpmDeleteCaCert:output_type -> google.protobuf.Empty + 638, // 1900: forge.Forge.RedfishBrowse:output_type -> forge.RedfishBrowseResponse + 640, // 1901: forge.Forge.RedfishListActions:output_type -> forge.RedfishListActionsResponse + 645, // 1902: forge.Forge.RedfishCreateAction:output_type -> forge.RedfishCreateActionResponse + 647, // 1903: forge.Forge.RedfishApproveAction:output_type -> forge.RedfishApproveActionResponse + 648, // 1904: forge.Forge.RedfishApplyAction:output_type -> forge.RedfishApplyActionResponse + 649, // 1905: forge.Forge.RedfishCancelAction:output_type -> forge.RedfishCancelActionResponse + 651, // 1906: forge.Forge.UfmBrowse:output_type -> forge.UfmBrowseResponse + 675, // 1907: forge.Forge.GetDesiredFirmwareVersions:output_type -> forge.GetDesiredFirmwareVersionsResponse + 691, // 1908: forge.Forge.CreateSku:output_type -> forge.SkuIdList + 687, // 1909: forge.Forge.GenerateSkuFromMachine:output_type -> forge.Sku + 1028, // 1910: forge.Forge.VerifySkuForMachine:output_type -> google.protobuf.Empty + 1028, // 1911: forge.Forge.AssignSkuToMachine:output_type -> google.protobuf.Empty + 1028, // 1912: forge.Forge.RemoveSkuAssociation:output_type -> google.protobuf.Empty + 1028, // 1913: forge.Forge.DeleteSku:output_type -> google.protobuf.Empty + 691, // 1914: forge.Forge.GetAllSkuIds:output_type -> forge.SkuIdList + 690, // 1915: forge.Forge.FindSkusByIds:output_type -> forge.SkuList + 1028, // 1916: forge.Forge.UpdateSkuMetadata:output_type -> google.protobuf.Empty + 687, // 1917: forge.Forge.ReplaceSku:output_type -> forge.Sku + 375, // 1918: forge.Forge.GetManagedHostQuarantineState:output_type -> forge.GetManagedHostQuarantineStateResponse + 377, // 1919: forge.Forge.SetManagedHostQuarantineState:output_type -> forge.SetManagedHostQuarantineStateResponse + 379, // 1920: forge.Forge.ClearManagedHostQuarantineState:output_type -> forge.ClearManagedHostQuarantineStateResponse + 1028, // 1921: forge.Forge.ResetHostReprovisioning:output_type -> google.protobuf.Empty + 1028, // 1922: forge.Forge.CopyBfbToDpuRshim:output_type -> google.protobuf.Empty + 697, // 1923: forge.Forge.GetAllDpaInterfaceIds:output_type -> forge.DpaInterfaceIdList + 699, // 1924: forge.Forge.FindDpaInterfacesByIds:output_type -> forge.DpaInterfaceList + 695, // 1925: forge.Forge.CreateDpaInterface:output_type -> forge.DpaInterface + 695, // 1926: forge.Forge.EnsureDpaInterface:output_type -> forge.DpaInterface + 702, // 1927: forge.Forge.DeleteDpaInterface:output_type -> forge.DpaInterfaceDeletionResult + 707, // 1928: forge.Forge.GetPowerOptions:output_type -> forge.PowerOptionResponse + 707, // 1929: forge.Forge.UpdatePowerOption:output_type -> forge.PowerOptionResponse + 1028, // 1930: forge.Forge.AllowIngestionAndPowerOn:output_type -> google.protobuf.Empty + 115, // 1931: forge.Forge.DetermineMachineIngestionState:output_type -> forge.MachineIngestionStateResponse + 725, // 1932: forge.Forge.FindRackIds:output_type -> forge.RackIdList + 723, // 1933: forge.Forge.FindRacksByIds:output_type -> forge.RackList + 722, // 1934: forge.Forge.GetRack:output_type -> forge.GetRackResponse + 1028, // 1935: forge.Forge.DeleteRack:output_type -> google.protobuf.Empty + 733, // 1936: forge.Forge.AdminForceDeleteRack:output_type -> forge.AdminForceDeleteRackResponse + 740, // 1937: forge.Forge.GetRackProfile:output_type -> forge.GetRackProfileResponse + 711, // 1938: forge.Forge.CreateComputeAllocation:output_type -> forge.CreateComputeAllocationResponse + 713, // 1939: forge.Forge.FindComputeAllocationIds:output_type -> forge.FindComputeAllocationIdsResponse + 715, // 1940: forge.Forge.FindComputeAllocationsByIds:output_type -> forge.FindComputeAllocationsByIdsResponse + 716, // 1941: forge.Forge.UpdateComputeAllocation:output_type -> forge.UpdateComputeAllocationResponse + 719, // 1942: forge.Forge.DeleteComputeAllocation:output_type -> forge.DeleteComputeAllocationResponse + 777, // 1943: forge.Forge.SetFirmwareUpdateTimeWindow:output_type -> forge.SetFirmwareUpdateTimeWindowResponse + 779, // 1944: forge.Forge.ListHostFirmware:output_type -> forge.ListHostFirmwareResponse + 1152, // 1945: forge.Forge.PublishMlxDeviceReport:output_type -> mlx_device.PublishMlxDeviceReportResponse + 1153, // 1946: forge.Forge.PublishMlxObservationReport:output_type -> mlx_device.PublishMlxObservationReportResponse + 782, // 1947: forge.Forge.TrimTable:output_type -> forge.TrimTableResponse + 784, // 1948: forge.Forge.ListNvlinkNmxcEndpoints:output_type -> forge.NvlinkNmxcEndpointList + 783, // 1949: forge.Forge.CreateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 783, // 1950: forge.Forge.UpdateNvlinkNmxcEndpoint:output_type -> forge.NvlinkNmxcEndpoint + 1028, // 1951: forge.Forge.DeleteNvlinkNmxcEndpoint:output_type -> google.protobuf.Empty + 787, // 1952: forge.Forge.CreateRemediation:output_type -> forge.CreateRemediationResponse + 1028, // 1953: forge.Forge.ApproveRemediation:output_type -> google.protobuf.Empty + 1028, // 1954: forge.Forge.RevokeRemediation:output_type -> google.protobuf.Empty + 1028, // 1955: forge.Forge.EnableRemediation:output_type -> google.protobuf.Empty + 1028, // 1956: forge.Forge.DisableRemediation:output_type -> google.protobuf.Empty + 788, // 1957: forge.Forge.FindRemediationIds:output_type -> forge.RemediationIdList + 789, // 1958: forge.Forge.FindRemediationsByIds:output_type -> forge.RemediationList + 796, // 1959: forge.Forge.FindAppliedRemediationIds:output_type -> forge.AppliedRemediationIdList + 799, // 1960: forge.Forge.FindAppliedRemediations:output_type -> forge.AppliedRemediationList + 801, // 1961: forge.Forge.GetNextRemediationForMachine:output_type -> forge.GetNextRemediationForMachineResponse + 1028, // 1962: forge.Forge.RemediationApplied:output_type -> google.protobuf.Empty + 1028, // 1963: forge.Forge.SetPrimaryDpu:output_type -> google.protobuf.Empty + 1028, // 1964: forge.Forge.SetPrimaryInterface:output_type -> google.protobuf.Empty + 810, // 1965: forge.Forge.CreateDpuExtensionService:output_type -> forge.DpuExtensionService + 810, // 1966: forge.Forge.UpdateDpuExtensionService:output_type -> forge.DpuExtensionService + 814, // 1967: forge.Forge.DeleteDpuExtensionService:output_type -> forge.DeleteDpuExtensionServiceResponse + 816, // 1968: forge.Forge.FindDpuExtensionServiceIds:output_type -> forge.DpuExtensionServiceIdList + 818, // 1969: forge.Forge.FindDpuExtensionServicesByIds:output_type -> forge.DpuExtensionServiceList + 820, // 1970: forge.Forge.GetDpuExtensionServiceVersionsInfo:output_type -> forge.DpuExtensionServiceVersionInfoList + 822, // 1971: forge.Forge.FindInstancesByDpuExtensionService:output_type -> forge.FindInstancesByDpuExtensionServiceResponse + 89, // 1972: forge.Forge.TriggerMachineAttestation:output_type -> forge.SpdmMachineAttestationTriggerResponse + 1028, // 1973: forge.Forge.CancelMachineAttestation:output_type -> google.protobuf.Empty + 94, // 1974: forge.Forge.ListAttestationMachines:output_type -> forge.SpdmListAttestationMachinesResponse + 91, // 1975: forge.Forge.GetAttestationMachine:output_type -> forge.SpdmGetAttestationMachineResponse + 96, // 1976: forge.Forge.SignMachineIdentity:output_type -> forge.MachineIdentityResponse + 101, // 1977: forge.Forge.GetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 101, // 1978: forge.Forge.SetTenantIdentityConfiguration:output_type -> forge.TenantIdentityConfigResponse + 1028, // 1979: forge.Forge.DeleteTenantIdentityConfiguration:output_type -> google.protobuf.Empty + 104, // 1980: forge.Forge.GetTokenDelegation:output_type -> forge.TokenDelegationResponse + 104, // 1981: forge.Forge.SetTokenDelegation:output_type -> forge.TokenDelegationResponse + 1028, // 1982: forge.Forge.DeleteTokenDelegation:output_type -> google.protobuf.Empty + 110, // 1983: forge.Forge.ReencryptTenantIdentitySecrets:output_type -> forge.ReencryptTenantIdentitySecretsResponse + 111, // 1984: forge.Forge.GetJWKS:output_type -> forge.Jwks + 112, // 1985: forge.Forge.GetOpenIDConfiguration:output_type -> forge.OpenIdConfiguration + 829, // 1986: forge.Forge.ScoutStream:output_type -> forge.ScoutStreamScoutBoundMessage + 832, // 1987: forge.Forge.ScoutStreamShowConnections:output_type -> forge.ScoutStreamShowConnectionsResponse + 834, // 1988: forge.Forge.ScoutStreamDisconnect:output_type -> forge.ScoutStreamDisconnectResponse + 836, // 1989: forge.Forge.ScoutStreamPing:output_type -> forge.ScoutStreamAdminPingResponse + 1154, // 1990: forge.Forge.MlxAdminProfileSync:output_type -> mlx_device.MlxAdminProfileSyncResponse + 1155, // 1991: forge.Forge.MlxAdminProfileShow:output_type -> mlx_device.MlxAdminProfileShowResponse + 1156, // 1992: forge.Forge.MlxAdminProfileCompare:output_type -> mlx_device.MlxAdminProfileCompareResponse + 1157, // 1993: forge.Forge.MlxAdminProfileList:output_type -> mlx_device.MlxAdminProfileListResponse + 1158, // 1994: forge.Forge.MlxAdminLockdownLock:output_type -> mlx_device.MlxAdminLockdownLockResponse + 1159, // 1995: forge.Forge.MlxAdminLockdownUnlock:output_type -> mlx_device.MlxAdminLockdownUnlockResponse + 1160, // 1996: forge.Forge.MlxAdminLockdownStatus:output_type -> mlx_device.MlxAdminLockdownStatusResponse + 1161, // 1997: forge.Forge.MlxAdminShowDevice:output_type -> mlx_device.MlxAdminDeviceInfoResponse + 1162, // 1998: forge.Forge.MlxAdminShowMachine:output_type -> mlx_device.MlxAdminDeviceReportResponse + 1163, // 1999: forge.Forge.MlxAdminRegistryList:output_type -> mlx_device.MlxAdminRegistryListResponse + 1164, // 2000: forge.Forge.MlxAdminRegistryShow:output_type -> mlx_device.MlxAdminRegistryShowResponse + 1165, // 2001: forge.Forge.MlxAdminConfigQuery:output_type -> mlx_device.MlxAdminConfigQueryResponse + 1166, // 2002: forge.Forge.MlxAdminConfigSet:output_type -> mlx_device.MlxAdminConfigSetResponse + 1167, // 2003: forge.Forge.MlxAdminConfigSync:output_type -> mlx_device.MlxAdminConfigSyncResponse + 1168, // 2004: forge.Forge.MlxAdminConfigCompare:output_type -> mlx_device.MlxAdminConfigCompareResponse + 758, // 2005: forge.Forge.FindNVLinkPartitionIds:output_type -> forge.NVLinkPartitionIdList + 753, // 2006: forge.Forge.FindNVLinkPartitionsByIds:output_type -> forge.NVLinkPartitionList + 753, // 2007: forge.Forge.NVLinkPartitionsForTenant:output_type -> forge.NVLinkPartitionList + 769, // 2008: forge.Forge.FindNVLinkLogicalPartitionIds:output_type -> forge.NVLinkLogicalPartitionIdList + 763, // 2009: forge.Forge.FindNVLinkLogicalPartitionsByIds:output_type -> forge.NVLinkLogicalPartitionList + 762, // 2010: forge.Forge.CreateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartition + 771, // 2011: forge.Forge.UpdateNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionUpdateResult + 766, // 2012: forge.Forge.DeleteNVLinkLogicalPartition:output_type -> forge.NVLinkLogicalPartitionDeletionResult + 763, // 2013: forge.Forge.NVLinkLogicalPartitionsForTenant:output_type -> forge.NVLinkLogicalPartitionList + 850, // 2014: forge.Forge.GetMachinePositionInfo:output_type -> forge.MachinePositionInfoList + 751, // 2015: forge.Forge.NmxcBrowse:output_type -> forge.NmxcBrowseResponse + 1028, // 2016: forge.Forge.ModifyDPFState:output_type -> google.protobuf.Empty + 853, // 2017: forge.Forge.GetDPFState:output_type -> forge.DPFStateResponse + 856, // 2018: forge.Forge.GetDPFHostSnapshot:output_type -> forge.DPFHostSnapshotResponse + 859, // 2019: forge.Forge.GetDPFServiceVersions:output_type -> forge.DPFServiceVersionsResponse + 867, // 2020: forge.Forge.ComponentPowerControl:output_type -> forge.ComponentPowerControlResponse + 865, // 2021: forge.Forge.GetComponentInventory:output_type -> forge.GetComponentInventoryResponse + 874, // 2022: forge.Forge.UpdateComponentFirmware:output_type -> forge.UpdateComponentFirmwareResponse + 876, // 2023: forge.Forge.GetComponentFirmwareStatus:output_type -> forge.GetComponentFirmwareStatusResponse + 880, // 2024: forge.Forge.ListComponentFirmwareVersions:output_type -> forge.ListComponentFirmwareVersionsResponse + 893, // 2025: forge.Forge.CreateOperatingSystem:output_type -> forge.OperatingSystem + 893, // 2026: forge.Forge.GetOperatingSystem:output_type -> forge.OperatingSystem + 893, // 2027: forge.Forge.UpdateOperatingSystem:output_type -> forge.OperatingSystem + 899, // 2028: forge.Forge.DeleteOperatingSystem:output_type -> forge.DeleteOperatingSystemResponse + 901, // 2029: forge.Forge.FindOperatingSystemIds:output_type -> forge.OperatingSystemIdList + 903, // 2030: forge.Forge.FindOperatingSystemsByIds:output_type -> forge.OperatingSystemList + 905, // 2031: forge.Forge.GetOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 905, // 2032: forge.Forge.UpdateOperatingSystemCachableIpxeTemplateArtifacts:output_type -> forge.IpxeTemplateArtifactList + 910, // 2033: forge.Forge.ReWrapSecrets:output_type -> forge.ReWrapSecretsResponse + 1578, // [1578:2034] is the sub-list for method output_type + 1122, // [1122:1578] is the sub-list for method input_type + 1122, // [1122:1122] is the sub-list for extension type_name + 1122, // [1122:1122] is the sub-list for extension extendee + 0, // [0:1122] is the sub-list for field type_name } func init() { file_nico_nico_proto_init() } diff --git a/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto b/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto index c771369806..ef19335c49 100644 --- a/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto +++ b/rest-api/workflow-schema/site-agent/workflows/v1/nico_nico.proto @@ -2542,9 +2542,8 @@ message MachineState { } message InstancePowerRequest { - // The Machine to perform power operation on. - // Deprecated: User `instance_id` field instead. - common.MachineId machine_id = 1; + reserved 1; + reserved "machine_id"; enum Operation { POWER_RESET = 0; diff --git a/rest-api/workflow/pkg/workflow/instance/reboot.go b/rest-api/workflow/pkg/workflow/instance/reboot.go index beeba419c6..2e5d7b9d70 100644 --- a/rest-api/workflow/pkg/workflow/instance/reboot.go +++ b/rest-api/workflow/pkg/workflow/instance/reboot.go @@ -43,8 +43,8 @@ func RebootInstanceByID(ctx workflow.Context, instanceID uuid.UUID, rebootWithCu var instanceManager instanceActivity.ManageInstance request := &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{ - Id: instanceID.String(), + InstanceId: &cwssaws.InstanceId{ + Value: instanceID.String(), }, BootWithCustomIpxe: rebootWithCustomIpxe, ApplyUpdatesOnReboot: applyUpdatesOnReboot, diff --git a/rest-api/workflow/pkg/workflow/instance/reboot_test.go b/rest-api/workflow/pkg/workflow/instance/reboot_test.go index b17b89cde8..44ed2755e3 100644 --- a/rest-api/workflow/pkg/workflow/instance/reboot_test.go +++ b/rest-api/workflow/pkg/workflow/instance/reboot_test.go @@ -38,8 +38,8 @@ func (s *RebootInstanceTestSuite) Test_RebootInstanceByIDWorkflow_Success() { instanceID := uuid.New() request := &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{ - Id: instanceID.String(), + InstanceId: &cwssaws.InstanceId{ + Value: instanceID.String(), }, BootWithCustomIpxe: true, ApplyUpdatesOnReboot: true, @@ -60,8 +60,8 @@ func (s *RebootInstanceTestSuite) Test_RebootInstanceByIDWorkflow_ActivityFailsE instanceID := uuid.New() request := &cwssaws.InstancePowerRequest{ - MachineId: &cwssaws.MachineId{ - Id: instanceID.String(), + InstanceId: &cwssaws.InstanceId{ + Value: instanceID.String(), }, BootWithCustomIpxe: true, ApplyUpdatesOnReboot: true, From 18c7dd574198f566bac900607d2125a22ddd5171 Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sat, 27 Jun 2026 19:08:38 -0700 Subject: [PATCH 3/6] chore(docs): sync generated core metrics Signed-off-by: Hasan Khan --- docs/observability/core_metrics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/observability/core_metrics.md b/docs/observability/core_metrics.md index a6a36ac2ad..0c3a2dfe8b 100644 --- a/docs/observability/core_metrics.md +++ b/docs/observability/core_metrics.md @@ -123,6 +123,7 @@ This file contains a list of metrics exported by NVIDIA Infra Controller (NICo). carbide_site_explorer_created_power_shelves_countgaugeThe amount of Power Shelves that had been created by Site Explorer after being identified carbide_site_explorer_enabledgaugeWhether site-explorer is enabled (1) or paused (0) carbide_site_explorer_iteration_latency_millisecondshistogramThe time it took to perform one site explorer iteration +carbide_site_explorer_last_run_statusgaugeThe status of the latest Site Explorer run carbide_site_explorer_phase_latency_millisecondshistogramThe time it took to perform one site explorer iteration phase carbide_site_explorer_update_explored_endpoints_countgaugeCounts from the last update_explored_endpoints phase by kind carbide_switches_enqueuer_iteration_latency_millisecondshistogramThe overall time it took to enqueue state handling tasks for all carbide_switches in the system From b8e9eaab1ae07b2877a08770ff8185db9647ac64 Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sat, 27 Jun 2026 19:23:23 -0700 Subject: [PATCH 4/6] fix: validate instance IDs consistently Signed-off-by: Hasan Khan --- dev/bin/reprovision_dpu.sh | 4 +-- .../pkg/activity/instance_test.go | 25 +++++++++++++------ .../pkg/workflow/instance_test.go | 4 +-- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/dev/bin/reprovision_dpu.sh b/dev/bin/reprovision_dpu.sh index 86918d0bdd..257e1f54a5 100755 --- a/dev/bin/reprovision_dpu.sh +++ b/dev/bin/reprovision_dpu.sh @@ -50,7 +50,7 @@ echo "Found machine with host: $HOST_MACHINE_ID and DPU: $DPU_MACHINE_ID." # Check Instance state INSTANCE_ID=$(grpcurl -d '{}' -insecure "${API_SERVER}" forge.Forge/FindInstances | jq ".instances[0].id.value" | tr -d '"') -if [[ "$INSTANCE_ID" != "null" ]]; then +if [[ -n "$INSTANCE_ID" && "$INSTANCE_ID" != "null" ]]; then INSTANCE_STATE=$(grpcurl -d "{\"id\": {\"value\": \"$INSTANCE_ID\"}}" -insecure "${API_SERVER}" forge.Forge/FindInstances | jq ".instances[0].status.tenant.state" | tr -d '"') echo "Instance found with ID $INSTANCE_ID in state $INSTANCE_STATE" fi @@ -140,7 +140,7 @@ export PREV_PATH=$PATH export PATH=${REPO_ROOT}/dev/bin:$PATH cargo run -p agent -- --config-path "$DPU_CONFIG_FILE" run --override-machine-id ${DPU_MACHINE_ID} & -if [[ "$INSTANCE_ID" == "null" ]]; then # No instance is configured +if [[ -z "$INSTANCE_ID" || "$INSTANCE_ID" == "null" ]]; then # No instance is configured # Next state is Discovered. i=0 while [[ $i -lt $MAX_RETRY ]]; do diff --git a/rest-api/site-workflow/pkg/activity/instance_test.go b/rest-api/site-workflow/pkg/activity/instance_test.go index 9139c13520..afaebad052 100644 --- a/rest-api/site-workflow/pkg/activity/instance_test.go +++ b/rest-api/site-workflow/pkg/activity/instance_test.go @@ -8,11 +8,14 @@ import ( "testing" "github.com/stretchr/testify/mock" + "github.com/stretchr/testify/require" tmocks "go.temporal.io/sdk/mocks" + "go.temporal.io/sdk/temporal" "github.com/google/uuid" "github.com/stretchr/testify/assert" + swe "github.com/NVIDIA/infra-controller/rest-api/site-workflow/pkg/error" cClient "github.com/NVIDIA/infra-controller/rest-api/site-workflow/pkg/grpc/client" cwssaws "github.com/NVIDIA/infra-controller/rest-api/workflow-schema/schema/site-agent/workflows/v1" ) @@ -328,10 +331,11 @@ func TestManageInstance_RebootInstanceOnSiteOnSite(t *testing.T) { request *cwssaws.InstancePowerRequest } tests := []struct { - name string - fields fields - args args - wantErr bool + name string + fields fields + args args + wantErr bool + wantErrMessage string }{ { name: "test reboot Instance success", @@ -355,7 +359,8 @@ func TestManageInstance_RebootInstanceOnSiteOnSite(t *testing.T) { args: args{ ctx: context.Background(), }, - wantErr: true, + wantErr: true, + wantErrMessage: "received empty reboot Instance request", }, { name: "test reboot Instance missing Instance ID", @@ -366,7 +371,8 @@ func TestManageInstance_RebootInstanceOnSiteOnSite(t *testing.T) { ctx: context.Background(), request: &cwssaws.InstancePowerRequest{}, }, - wantErr: true, + wantErr: true, + wantErrMessage: "received reboot Instance request without Instance ID", }, } for _, tt := range tests { @@ -374,7 +380,12 @@ func TestManageInstance_RebootInstanceOnSiteOnSite(t *testing.T) { mm := NewManageInstance(tt.fields.coreGrpcAtomicClient) err := mm.RebootInstanceOnSite(tt.args.ctx, tt.args.request) if tt.wantErr { - assert.Error(t, err) + require.Error(t, err) + var appErr *temporal.ApplicationError + require.ErrorAs(t, err, &appErr) + assert.Equal(t, swe.ErrTypeInvalidRequest, appErr.Type()) + assert.True(t, appErr.NonRetryable()) + assert.Equal(t, tt.wantErrMessage, appErr.Message()) } else { assert.NoError(t, err) } diff --git a/rest-api/site-workflow/pkg/workflow/instance_test.go b/rest-api/site-workflow/pkg/workflow/instance_test.go index 99b9bce175..fd078b3718 100644 --- a/rest-api/site-workflow/pkg/workflow/instance_test.go +++ b/rest-api/site-workflow/pkg/workflow/instance_test.go @@ -458,7 +458,7 @@ func (s *RebootInstanceTestSuite) Test_RebootInstance_Success() { // Mock RebootInstanceOnSiteActivity activity s.env.RegisterActivity(machineManager.RebootInstanceOnSite) - s.env.OnActivity(machineManager.RebootInstanceOnSite, mock.Anything, mock.Anything).Return(nil) + s.env.OnActivity(machineManager.RebootInstanceOnSite, mock.Anything, request).Return(nil) // execute workflow s.env.ExecuteWorkflow(RebootInstance, request) @@ -478,7 +478,7 @@ func (s *RebootInstanceTestSuite) Test_RebootInstance_Failure() { // Mock RebootInstanceOnSiteActivity activity s.env.RegisterActivity(machineManager.RebootInstanceOnSite) - s.env.OnActivity(machineManager.RebootInstanceOnSite, mock.Anything, mock.Anything).Return(errors.New(errMsg)) + s.env.OnActivity(machineManager.RebootInstanceOnSite, mock.Anything, request).Return(errors.New(errMsg)) // execute RebootMachineInventory workflow s.env.ExecuteWorkflow(RebootInstance, request) From e1420fe8c8113dc5a2ed8014d3e67364d98addd4 Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sat, 27 Jun 2026 23:31:28 -0700 Subject: [PATCH 5/6] fix: handle instance power request failures Signed-off-by: Hasan Khan --- crates/admin-cli/src/instance/reboot/cmd.rs | 67 +++++++++++-- dev/bin/reprovision_dpu.sh | 5 +- .../pkg/grpc/server/nico_test_server.go | 2 +- .../pkg/grpc/server/nico_test_server_test.go | 97 +++++++++++++++++++ 4 files changed, 159 insertions(+), 12 deletions(-) create mode 100644 rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go diff --git a/crates/admin-cli/src/instance/reboot/cmd.rs b/crates/admin-cli/src/instance/reboot/cmd.rs index 6df469da74..13617dc8a5 100644 --- a/crates/admin-cli/src/instance/reboot/cmd.rs +++ b/crates/admin-cli/src/instance/reboot/cmd.rs @@ -16,21 +16,35 @@ */ use ::rpc::forge::{self as forgerpc, InstancePowerRequest}; +use carbide_uuid::instance::InstanceId; +use eyre::WrapErr; use super::args::Args; -use crate::errors::CarbideCliResult; +use crate::errors::{CarbideCliError, CarbideCliResult}; use crate::rpc::ApiClient; +fn with_reboot_context( + result: Result, + instance_id: InstanceId, +) -> CarbideCliResult { + result + .wrap_err_with(|| format!("Failed to request reboot for instance {instance_id}")) + .map_err(CarbideCliError::from) +} + pub async fn handle_reboot(args: Args, api_client: &ApiClient) -> CarbideCliResult<()> { - api_client - .0 - .invoke_instance_power(InstancePowerRequest { - instance_id: Some(args.instance), - operation: forgerpc::instance_power_request::Operation::PowerReset as i32, - boot_with_custom_ipxe: args.custom_pxe, - apply_updates_on_reboot: args.apply_updates_on_reboot, - }) - .await?; + with_reboot_context( + api_client + .0 + .invoke_instance_power(InstancePowerRequest { + instance_id: Some(args.instance), + operation: forgerpc::instance_power_request::Operation::PowerReset as i32, + boot_with_custom_ipxe: args.custom_pxe, + apply_updates_on_reboot: args.apply_updates_on_reboot, + }) + .await, + args.instance, + )?; println!( "Reboot for instance {} is requested successfully!", args.instance @@ -38,3 +52,36 @@ pub async fn handle_reboot(args: Args, api_client: &ApiClient) -> CarbideCliResu Ok(()) } + +#[cfg(test)] +mod tests { + use tonic::Code; + + use super::*; + + #[test] + fn reboot_error_includes_instance_context_and_preserves_source() { + let instance_id = "12345678-1234-5678-90ab-cdef01234567" + .parse::() + .unwrap(); + + let error = with_reboot_context::<()>( + Err(tonic::Status::unavailable("API unavailable")), + instance_id, + ) + .unwrap_err(); + + assert_eq!( + error.to_string(), + format!("Failed to request reboot for instance {instance_id}") + ); + let CarbideCliError::EyreReport(report) = error else { + panic!("expected an EyreReport"); + }; + let status = report + .downcast_ref::() + .expect("tonic status should remain in the error chain"); + assert_eq!(status.code(), Code::Unavailable); + assert_eq!(status.message(), "API unavailable"); + } +} diff --git a/dev/bin/reprovision_dpu.sh b/dev/bin/reprovision_dpu.sh index 257e1f54a5..cea269d5ca 100755 --- a/dev/bin/reprovision_dpu.sh +++ b/dev/bin/reprovision_dpu.sh @@ -66,7 +66,10 @@ grpcurl -d "{\"dpu_id\": { \"id\": \"$DPU_MACHINE_ID\" }, \"mode\": 0, \"initiat # In case of Instance, reprovision will be triggered after user approval. if [[ -n "$INSTANCE_ID" && "$INSTANCE_ID" != "null" ]]; then echo "Sending reboot message with apply_updates_on_reboot true". - grpcurl -d "{\"operation\": 0, \"instance_id\": { \"value\": \"$INSTANCE_ID\" }, \"apply_updates_on_reboot\": true}" -insecure "${API_SERVER}" forge.Forge/InvokeInstancePower + if ! grpcurl -d "{\"operation\": 0, \"instance_id\": { \"value\": \"$INSTANCE_ID\" }, \"apply_updates_on_reboot\": true}" -insecure "${API_SERVER}" forge.Forge/InvokeInstancePower; then + echo "Failed to send reboot approval for instance $INSTANCE_ID." >&2 + exit 1 + fi else echo "No instance found; skipping tenant reboot approval." fi diff --git a/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go b/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go index 0928d4a666..df9b5b4ecb 100644 --- a/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go +++ b/rest-api/site-workflow/pkg/grpc/server/nico_test_server.go @@ -454,7 +454,7 @@ func (f *NICoServerImpl) FindInstancesByIds(ctx context.Context, req *cwssaws.In // InvokeInstancePower implements interface NICoServer func (f *NICoServerImpl) InvokeInstancePower(c context.Context, req *cwssaws.InstancePowerRequest) (*cwssaws.InstancePowerResult, error) { - if req == nil { + if req == nil || req.GetInstanceId().GetValue() == "" { return nil, status.Errorf(codes.InvalidArgument, "Invalid request argument") } diff --git a/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go b/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go new file mode 100644 index 0000000000..ea6f14eb11 --- /dev/null +++ b/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go @@ -0,0 +1,97 @@ +// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +// SPDX-License-Identifier: Apache-2.0 + +package server + +import ( + "context" + "testing" + + "github.com/gogo/status" + "google.golang.org/grpc/codes" + + cwssaws "github.com/NVIDIA/infra-controller/rest-api/workflow-schema/schema/site-agent/workflows/v1" +) + +func TestInvokeInstancePower(t *testing.T) { + const instanceID = "12345678-1234-5678-90ab-cdef01234567" + + tests := []struct { + name string + request *cwssaws.InstancePowerRequest + wantCode codes.Code + wantMessage string + wantResultNil bool + }{ + { + name: "nil request", + wantCode: codes.InvalidArgument, + wantMessage: "Invalid request argument", + wantResultNil: true, + }, + { + name: "missing instance ID", + request: &cwssaws.InstancePowerRequest{}, + wantCode: codes.InvalidArgument, + wantMessage: "Invalid request argument", + wantResultNil: true, + }, + { + name: "empty instance ID", + request: &cwssaws.InstancePowerRequest{ + InstanceId: &cwssaws.InstanceId{}, + }, + wantCode: codes.InvalidArgument, + wantMessage: "Invalid request argument", + wantResultNil: true, + }, + { + name: "reset existing instance", + request: &cwssaws.InstancePowerRequest{ + InstanceId: &cwssaws.InstanceId{Value: instanceID}, + Operation: cwssaws.InstancePowerRequest_POWER_RESET, + }, + wantCode: codes.OK, + }, + { + name: "invalid operation for existing instance", + request: &cwssaws.InstancePowerRequest{ + InstanceId: &cwssaws.InstanceId{Value: instanceID}, + Operation: cwssaws.InstancePowerRequest_Operation(1), + }, + wantCode: codes.InvalidArgument, + wantMessage: "Invalid operation in request", + }, + { + name: "unknown instance", + request: &cwssaws.InstancePowerRequest{ + InstanceId: &cwssaws.InstanceId{Value: "87654321-4321-8765-09ba-fedcba987654"}, + Operation: cwssaws.InstancePowerRequest_POWER_RESET, + }, + wantCode: codes.NotFound, + wantMessage: `Instance with ID "87654321-4321-8765-09ba-fedcba987654" not found`, + wantResultNil: true, + }, + } + + server := &NICoServerImpl{ + ins: map[string]*cwssaws.Instance{ + instanceID: {Id: &cwssaws.InstanceId{Value: instanceID}}, + }, + } + + for _, test := range tests { + t.Run(test.name, func(t *testing.T) { + result, err := server.InvokeInstancePower(context.Background(), test.request) + if gotCode := status.Code(err); gotCode != test.wantCode { + t.Fatalf("InvokeInstancePower() code = %v, want %v; error = %v", gotCode, test.wantCode, err) + } + if test.wantMessage != "" && status.Convert(err).Message() != test.wantMessage { + t.Errorf("InvokeInstancePower() message = %q, want %q", status.Convert(err).Message(), test.wantMessage) + } + if gotResultNil := result == nil; gotResultNil != test.wantResultNil { + t.Errorf("InvokeInstancePower() result nil = %t, want %t", gotResultNil, test.wantResultNil) + } + }) + } +} From a47b20a31d76cc63bfc69448a9bb640c073dbe49 Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sun, 28 Jun 2026 00:45:40 -0700 Subject: [PATCH 6/6] test(rest): use testify assertions in NICo test server Signed-off-by: Hasan Khan --- .../pkg/grpc/server/nico_test_server_test.go | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go b/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go index ea6f14eb11..75407d5a37 100644 --- a/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go +++ b/rest-api/site-workflow/pkg/grpc/server/nico_test_server_test.go @@ -8,6 +8,8 @@ import ( "testing" "github.com/gogo/status" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" "google.golang.org/grpc/codes" cwssaws "github.com/NVIDIA/infra-controller/rest-api/workflow-schema/schema/site-agent/workflows/v1" @@ -83,15 +85,11 @@ func TestInvokeInstancePower(t *testing.T) { for _, test := range tests { t.Run(test.name, func(t *testing.T) { result, err := server.InvokeInstancePower(context.Background(), test.request) - if gotCode := status.Code(err); gotCode != test.wantCode { - t.Fatalf("InvokeInstancePower() code = %v, want %v; error = %v", gotCode, test.wantCode, err) - } - if test.wantMessage != "" && status.Convert(err).Message() != test.wantMessage { - t.Errorf("InvokeInstancePower() message = %q, want %q", status.Convert(err).Message(), test.wantMessage) - } - if gotResultNil := result == nil; gotResultNil != test.wantResultNil { - t.Errorf("InvokeInstancePower() result nil = %t, want %t", gotResultNil, test.wantResultNil) + require.Equal(t, test.wantCode, status.Code(err)) + if test.wantMessage != "" { + assert.Equal(t, test.wantMessage, status.Convert(err).Message()) } + assert.Equal(t, test.wantResultNil, result == nil) }) } }