diff --git a/cloudtower-api-doc/static/specs/4.4.0-swagger.json b/cloudtower-api-doc/static/specs/4.4.0-swagger.json index a61dad4..ef95a69 100644 --- a/cloudtower-api-doc/static/specs/4.4.0-swagger.json +++ b/cloudtower-api-doc/static/specs/4.4.0-swagger.json @@ -4647,6 +4647,30 @@ "type": "array", "nullable": true }, + "backup_plans_every": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanWhereInput" + } + ], + "nullable": true + }, + "backup_plans_none": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanWhereInput" + } + ], + "nullable": true + }, + "backup_plans_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanWhereInput" + } + ], + "nullable": true + }, "bios_uuid": { "type": "string", "nullable": true @@ -6935,261 +6959,509 @@ "type": "object", "additionalProperties": false }, - "VmClockOffset": { - "enum": [ - "LOCALTIME", - "UTC" - ], - "type": "string" - }, - "EntityAsyncStatus": { - "enum": [ - "CREATING", - "DELETING", - "UPDATING" - ], - "type": "string" - }, - "VmEntityFilterResultWhereInput": { + "BackupPlanWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VmEntityFilterResultWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VmEntityFilterResultWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VmEntityFilterResultWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" }, "type": "array", "nullable": true }, - "entityFilter": { + "backup_delay_option": { "allOf": [ { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "$ref": "#/components/schemas/BackupPlanDelayOption" } ], "nullable": true }, - "id": { - "type": "string", + "backup_delay_option_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanDelayOption" + }, + "type": "array", "nullable": true }, - "id_contains": { - "type": "string", + "backup_delay_option_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanDelayOption" + } + ], "nullable": true }, - "id_ends_with": { - "type": "string", + "backup_delay_option_not_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanDelayOption" + }, + "type": "array", "nullable": true }, - "id_gt": { - "type": "string", + "backup_plan_executions_every": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + } + ], "nullable": true }, - "id_gte": { - "type": "string", + "backup_plan_executions_none": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + } + ], "nullable": true }, - "id_in": { + "backup_plan_executions_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + } + ], + "nullable": true + }, + "backup_restore_point_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "backup_restore_point_count_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "backup_restore_point_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "backup_restore_point_count_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "backup_restore_point_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_lte": { - "type": "string", + "backup_restore_point_count_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not": { + "backup_restore_point_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "backup_restore_point_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "backup_restore_points_every": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], + "nullable": true + }, + "backup_restore_points_none": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], + "nullable": true + }, + "backup_restore_points_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], + "nullable": true + }, + "backup_service": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupServiceWhereInput" + } + ], + "nullable": true + }, + "backup_store_repository": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" + } + ], + "nullable": true + }, + "backup_total_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_total_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_total_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_total_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "backup_total_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_total_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_total_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_total_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "compression": { + "type": "boolean", + "nullable": true + }, + "compression_not": { + "type": "boolean", + "nullable": true + }, + "compression_ratio": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_gt": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "compression_ratio_lt": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "createdAt": { "type": "string", "nullable": true }, - "id_not_contains": { + "createdAt_gt": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "createdAt_gte": { "type": "string", "nullable": true }, - "id_not_in": { + "createdAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "createdAt_lt": { "type": "string", "nullable": true }, - "id_starts_with": { + "createdAt_lte": { "type": "string", "nullable": true }, - "vm": { + "createdAt_not": { + "type": "string", + "nullable": true + }, + "createdAt_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "delete_strategy": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "EntityFilterWhereInput": { - "properties": { - "AND": { + }, + "delete_strategy_in": { "items": { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" }, "type": "array", "nullable": true }, - "NOT": { + "delete_strategy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" + } + ], + "nullable": true + }, + "delete_strategy_not_in": { "items": { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" }, "type": "array", "nullable": true }, - "OR": { + "description": { + "type": "string", + "nullable": true + }, + "description_contains": { + "type": "string", + "nullable": true + }, + "description_ends_with": { + "type": "string", + "nullable": true + }, + "description_gt": { + "type": "string", + "nullable": true + }, + "description_gte": { + "type": "string", + "nullable": true + }, + "description_in": { "items": { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "apply_to_all_clusters": { - "type": "boolean", + "description_lt": { + "type": "string", "nullable": true }, - "apply_to_all_clusters_not": { + "description_lte": { + "type": "string", + "nullable": true + }, + "description_not": { + "type": "string", + "nullable": true + }, + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description_not_starts_with": { + "type": "string", + "nullable": true + }, + "description_starts_with": { + "type": "string", + "nullable": true + }, + "enable_window": { "type": "boolean", "nullable": true }, - "clusters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "enable_window_not": { + "type": "boolean", "nullable": true }, - "clusters_none": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "clusters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "entity_type": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityType" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "entity_type_in": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/EntityType" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "entity_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityType" - } - ], + "full_interval": { + "type": "integer", + "format": "int32", "nullable": true }, - "entity_type_not_in": { + "full_interval_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "full_interval_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "full_interval_in": { "items": { - "$ref": "#/components/schemas/EntityType" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "exec_failed_cluster_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "full_interval_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "exec_failed_cluster_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "full_interval_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "exec_failed_cluster_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "full_interval_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "filter_status": { + "full_interval_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "full_period": { "allOf": [ { - "$ref": "#/components/schemas/FilterStatus" + "$ref": "#/components/schemas/BackupPlanPeriod" } ], "nullable": true }, - "filter_status_in": { + "full_period_in": { "items": { - "$ref": "#/components/schemas/FilterStatus" + "$ref": "#/components/schemas/BackupPlanPeriod" }, "type": "array", "nullable": true }, - "filter_status_not": { + "full_period_not": { "allOf": [ { - "$ref": "#/components/schemas/FilterStatus" + "$ref": "#/components/schemas/BackupPlanPeriod" } ], "nullable": true }, - "filter_status_not_in": { + "full_period_not_in": { "items": { - "$ref": "#/components/schemas/FilterStatus" + "$ref": "#/components/schemas/BackupPlanPeriod" }, "type": "array", "nullable": true @@ -7256,350 +7528,648 @@ "type": "string", "nullable": true }, - "last_executed_at": { - "type": "string", + "incremental_interval": { + "type": "integer", + "format": "int32", "nullable": true }, - "last_executed_at_gt": { - "type": "string", + "incremental_interval_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "last_executed_at_gte": { - "type": "string", + "incremental_interval_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "last_executed_at_in": { + "incremental_interval_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "last_executed_at_lt": { - "type": "string", + "incremental_interval_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "last_executed_at_lte": { - "type": "string", + "incremental_interval_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "last_executed_at_not": { - "type": "string", + "incremental_interval_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "last_executed_at_not_in": { + "incremental_interval_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name": { - "type": "string", + "incremental_period": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanPeriod" + } + ], "nullable": true }, - "name_contains": { - "type": "string", + "incremental_period_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "type": "array", "nullable": true }, - "name_ends_with": { - "type": "string", + "incremental_period_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanPeriod" + } + ], "nullable": true }, - "name_gt": { - "type": "string", + "incremental_period_not_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "type": "array", "nullable": true }, - "name_gte": { - "type": "string", + "keep_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanKeepPolicy" + } + ], "nullable": true }, - "name_in": { + "keep_policy_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupPlanKeepPolicy" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "keep_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanKeepPolicy" + } + ], "nullable": true }, - "name_lte": { - "type": "string", + "keep_policy_not_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanKeepPolicy" + }, + "type": "array", "nullable": true }, - "name_not": { - "type": "string", + "keep_policy_value": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_contains": { - "type": "string", + "keep_policy_value_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "keep_policy_value_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_in": { + "keep_policy_value_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", + "keep_policy_value_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_starts_with": { - "type": "string", + "keep_policy_value_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "preset": { + "keep_policy_value_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "keep_policy_value_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_execute_status": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + } + ], + "nullable": true + }, + "last_execute_status_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + }, + "type": "array", + "nullable": true + }, + "last_execute_status_message": { "type": "string", "nullable": true }, - "preset_contains": { + "last_execute_status_message_contains": { "type": "string", "nullable": true }, - "preset_ends_with": { + "last_execute_status_message_ends_with": { "type": "string", "nullable": true }, - "preset_gt": { + "last_execute_status_message_gt": { "type": "string", "nullable": true }, - "preset_gte": { + "last_execute_status_message_gte": { "type": "string", "nullable": true }, - "preset_in": { + "last_execute_status_message_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "preset_lt": { + "last_execute_status_message_lt": { "type": "string", "nullable": true }, - "preset_lte": { + "last_execute_status_message_lte": { "type": "string", "nullable": true }, - "preset_not": { + "last_execute_status_message_not": { "type": "string", "nullable": true }, - "preset_not_contains": { + "last_execute_status_message_not_contains": { "type": "string", "nullable": true }, - "preset_not_ends_with": { + "last_execute_status_message_not_ends_with": { "type": "string", "nullable": true }, - "preset_not_in": { + "last_execute_status_message_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "preset_not_starts_with": { + "last_execute_status_message_not_starts_with": { "type": "string", "nullable": true }, - "preset_starts_with": { + "last_execute_status_message_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "EntityType": { - "enum": [ - "VM" - ], - "type": "string" - }, - "FilterStatus": { - "enum": [ - "EXECUTING", - "FAILED", - "INITIALIZING", - "PARTIAL_SUCCESSED", - "SUCCESSED" - ], - "type": "string" - }, - "VmFirmware": { - "enum": [ - "BIOS", - "UEFI" - ], - "type": "string" - }, - "VmFolderWhereInput": { - "properties": { - "AND": { + }, + "last_execute_status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + } + ], + "nullable": true + }, + "last_execute_status_not_in": { "items": { - "$ref": "#/components/schemas/VmFolderWhereInput" + "$ref": "#/components/schemas/BackupPlanExecutionStatus" }, "type": "array", "nullable": true }, - "NOT": { + "last_execute_success_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_success_job_count_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_success_job_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_success_job_count_in": { "items": { - "$ref": "#/components/schemas/VmFolderWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "OR": { + "last_execute_success_job_count_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_success_job_count_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_success_job_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_success_job_count_not_in": { "items": { - "$ref": "#/components/schemas/VmFolderWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "last_execute_total_job_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "id": { + "last_execute_total_job_count_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_total_job_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_total_job_count_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_execute_total_job_count_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_total_job_count_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_total_job_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_total_job_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_executed_at": { "type": "string", "nullable": true }, - "id_contains": { + "last_executed_at_gt": { "type": "string", "nullable": true }, - "id_ends_with": { + "last_executed_at_gte": { "type": "string", "nullable": true }, - "id_gt": { + "last_executed_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "last_executed_at_lt": { "type": "string", "nullable": true }, - "id_gte": { + "last_executed_at_lte": { "type": "string", "nullable": true }, - "id_in": { + "last_executed_at_not": { + "type": "string", + "nullable": true + }, + "last_executed_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "last_manual_execute_status": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + } + ], + "nullable": true + }, + "last_manual_execute_status_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + }, + "type": "array", + "nullable": true + }, + "last_manual_execute_status_message": { "type": "string", "nullable": true }, - "id_lte": { + "last_manual_execute_status_message_contains": { "type": "string", "nullable": true }, - "id_not": { + "last_manual_execute_status_message_ends_with": { "type": "string", "nullable": true }, - "id_not_contains": { + "last_manual_execute_status_message_gt": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "last_manual_execute_status_message_gte": { "type": "string", "nullable": true }, - "id_not_in": { + "last_manual_execute_status_message_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "last_manual_execute_status_message_lt": { "type": "string", "nullable": true }, - "id_starts_with": { + "last_manual_execute_status_message_lte": { "type": "string", "nullable": true }, - "local_id": { + "last_manual_execute_status_message_not": { "type": "string", "nullable": true }, - "local_id_contains": { + "last_manual_execute_status_message_not_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "last_manual_execute_status_message_not_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "last_manual_execute_status_message_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "last_manual_execute_status_message_not_starts_with": { "type": "string", "nullable": true }, - "local_id_gte": { + "last_manual_execute_status_message_starts_with": { "type": "string", "nullable": true }, - "local_id_in": { + "last_manual_execute_status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + } + ], + "nullable": true + }, + "last_manual_execute_status_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupPlanExecutionStatus" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "last_manual_execute_success_job_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_lte": { - "type": "string", + "last_manual_execute_success_job_count_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not": { + "last_manual_execute_success_job_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_success_job_count_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_manual_execute_success_job_count_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_success_job_count_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_success_job_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_success_job_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_manual_execute_total_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_manual_execute_total_job_count_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "last_manual_executed_at": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "last_manual_executed_at_gt": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "last_manual_executed_at_gte": { "type": "string", "nullable": true }, - "local_id_not_in": { + "last_manual_executed_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "last_manual_executed_at_lt": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "last_manual_executed_at_lte": { + "type": "string", + "nullable": true + }, + "last_manual_executed_at_not": { "type": "string", "nullable": true }, + "last_manual_executed_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "logical_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "logical_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -7662,379 +8232,514 @@ "type": "string", "nullable": true }, - "vm_num": { + "next_execute_time": { + "type": "string", + "nullable": true + }, + "next_execute_time_gt": { + "type": "string", + "nullable": true + }, + "next_execute_time_gte": { + "type": "string", + "nullable": true + }, + "next_execute_time_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "next_execute_time_lt": { + "type": "string", + "nullable": true + }, + "next_execute_time_lte": { + "type": "string", + "nullable": true + }, + "next_execute_time_not": { + "type": "string", + "nullable": true + }, + "next_execute_time_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "phase": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanPhase" + } + ], + "nullable": true + }, + "phase_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanPhase" + }, + "type": "array", + "nullable": true + }, + "phase_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanPhase" + } + ], + "nullable": true + }, + "phase_not_in": { + "items": { + "$ref": "#/components/schemas/BackupPlanPhase" + }, + "type": "array", + "nullable": true + }, + "physical_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_num_gt": { + "physical_size_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_num_gte": { + "physical_size_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_num_in": { + "physical_size_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vm_num_lt": { + "physical_size_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_num_lte": { + "physical_size_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_num_not": { + "physical_size_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_num_not_in": { + "physical_size_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vms_every": { + "snapshot_consistent_type": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/ConsistentType" } ], "nullable": true }, - "vms_none": { + "snapshot_consistent_type_in": { + "items": { + "$ref": "#/components/schemas/ConsistentType" + }, + "type": "array", + "nullable": true + }, + "snapshot_consistent_type_not": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/ConsistentType" } ], "nullable": true }, - "vms_some": { + "snapshot_consistent_type_not_in": { + "items": { + "$ref": "#/components/schemas/ConsistentType" + }, + "type": "array", + "nullable": true + }, + "status": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupPlanStatus" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "GpuDeviceWhereInput": { - "properties": { - "AND": { + }, + "status_in": { "items": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" + "$ref": "#/components/schemas/BackupPlanStatus" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - }, - "type": "array", + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanStatus" + } + ], "nullable": true }, - "OR": { + "status_not_in": { "items": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" + "$ref": "#/components/schemas/BackupPlanStatus" }, "type": "array", "nullable": true }, - "assigned_vgpus_num": { + "valid_size_of_backup_object": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "assigned_vgpus_num_gt": { + "valid_size_of_backup_object_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "assigned_vgpus_num_gte": { + "valid_size_of_backup_object_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "assigned_vgpus_num_in": { + "valid_size_of_backup_object_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "assigned_vgpus_num_lt": { + "valid_size_of_backup_object_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "assigned_vgpus_num_lte": { + "valid_size_of_backup_object_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "assigned_vgpus_num_not": { + "valid_size_of_backup_object_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "assigned_vgpus_num_not_in": { + "valid_size_of_backup_object_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "available_vgpus_num": { + "valid_size_of_restore_point": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "available_vgpus_num_gt": { + "valid_size_of_restore_point_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "available_vgpus_num_gte": { + "valid_size_of_restore_point_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "available_vgpus_num_in": { + "valid_size_of_restore_point_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "available_vgpus_num_lt": { + "valid_size_of_restore_point_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "available_vgpus_num_lte": { + "valid_size_of_restore_point_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "available_vgpus_num_not": { + "valid_size_of_restore_point_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "available_vgpus_num_not_in": { + "valid_size_of_restore_point_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "brand": { + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "window_end": { "type": "string", "nullable": true }, - "brand_contains": { + "window_end_contains": { "type": "string", "nullable": true }, - "brand_ends_with": { + "window_end_ends_with": { "type": "string", "nullable": true }, - "brand_gt": { + "window_end_gt": { "type": "string", "nullable": true }, - "brand_gte": { + "window_end_gte": { "type": "string", "nullable": true }, - "brand_in": { + "window_end_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "brand_lt": { + "window_end_lt": { "type": "string", "nullable": true }, - "brand_lte": { + "window_end_lte": { "type": "string", "nullable": true }, - "brand_not": { + "window_end_not": { "type": "string", "nullable": true }, - "brand_not_contains": { + "window_end_not_contains": { "type": "string", "nullable": true }, - "brand_not_ends_with": { + "window_end_not_ends_with": { "type": "string", "nullable": true }, - "brand_not_in": { + "window_end_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "brand_not_starts_with": { + "window_end_not_starts_with": { "type": "string", "nullable": true }, - "brand_starts_with": { + "window_end_starts_with": { "type": "string", "nullable": true }, - "bus_location": { + "window_start": { "type": "string", "nullable": true }, - "bus_location_contains": { + "window_start_contains": { "type": "string", "nullable": true }, - "bus_location_ends_with": { + "window_start_ends_with": { "type": "string", "nullable": true }, - "bus_location_gt": { + "window_start_gt": { "type": "string", "nullable": true }, - "bus_location_gte": { + "window_start_gte": { "type": "string", "nullable": true }, - "bus_location_in": { + "window_start_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "bus_location_lt": { + "window_start_lt": { "type": "string", "nullable": true }, - "bus_location_lte": { + "window_start_lte": { "type": "string", "nullable": true }, - "bus_location_not": { + "window_start_not": { "type": "string", "nullable": true }, - "bus_location_not_contains": { + "window_start_not_contains": { "type": "string", "nullable": true }, - "bus_location_not_ends_with": { + "window_start_not_ends_with": { "type": "string", "nullable": true }, - "bus_location_not_in": { + "window_start_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "bus_location_not_starts_with": { - "type": "string", - "nullable": true - }, - "bus_location_starts_with": { - "type": "string", - "nullable": true - }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { + "window_start_not_starts_with": { "type": "string", "nullable": true }, - "description_ends_with": { + "window_start_starts_with": { "type": "string", "nullable": true - }, - "description_gt": { - "type": "string", + } + }, + "type": "object", + "additionalProperties": false + }, + "BackupPlanDelayOption": { + "enum": [ + "KEEP_GO_ON", + "STOP_BACKUP" + ], + "type": "string" + }, + "BackupPlanExecutionWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + }, + "type": "array", "nullable": true }, - "description_gte": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + }, + "type": "array", "nullable": true }, - "description_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", + "backup_plan": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanWhereInput" + } + ], "nullable": true }, - "description_lte": { - "type": "string", + "deletable_flag_marked": { + "type": "boolean", "nullable": true }, - "description_not": { - "type": "string", + "deletable_flag_marked_not": { + "type": "boolean", "nullable": true }, - "description_not_contains": { - "type": "string", + "duration": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "duration_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_in": { + "duration_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", + "duration_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_starts_with": { - "type": "string", + "duration_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "duration_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, "entityAsyncStatus": { @@ -8067,12 +8772,42 @@ "type": "array", "nullable": true }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "executed_at": { + "type": "string", + "nullable": true + }, + "executed_at_gt": { + "type": "string", + "nullable": true + }, + "executed_at_gte": { + "type": "string", + "nullable": true + }, + "executed_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "executed_at_lt": { + "type": "string", + "nullable": true + }, + "executed_at_lte": { + "type": "string", + "nullable": true + }, + "executed_at_not": { + "type": "string", + "nullable": true + }, + "executed_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, "id": { @@ -8137,54 +8872,6 @@ "type": "string", "nullable": true }, - "is_nvidia_tools_ready": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_tools_ready_not": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_enabled": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_enabled_not": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_supported": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_supported_not": { - "type": "boolean", - "nullable": true - }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, "local_created_at": { "type": "string", "nullable": true @@ -8285,330 +8972,158 @@ "type": "string", "nullable": true }, - "model": { - "type": "string", - "nullable": true - }, - "model_contains": { - "type": "string", + "method": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupExecutionMethod" + } + ], "nullable": true }, - "model_ends_with": { - "type": "string", - "nullable": true - }, - "model_gt": { - "type": "string", - "nullable": true - }, - "model_gte": { - "type": "string", - "nullable": true - }, - "model_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "model_lt": { - "type": "string", - "nullable": true - }, - "model_lte": { - "type": "string", - "nullable": true - }, - "model_not": { - "type": "string", - "nullable": true - }, - "model_not_contains": { - "type": "string", - "nullable": true - }, - "model_not_ends_with": { - "type": "string", - "nullable": true - }, - "model_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "model_not_starts_with": { - "type": "string", - "nullable": true - }, - "model_starts_with": { - "type": "string", - "nullable": true - }, - "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true - }, - "name_gt": { - "type": "string", - "nullable": true - }, - "name_gte": { - "type": "string", - "nullable": true - }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", - "nullable": true - }, - "name_not_contains": { - "type": "string", - "nullable": true - }, - "name_not_ends_with": { - "type": "string", - "nullable": true - }, - "name_not_in": { + "method_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupExecutionMethod" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "status": { + "method_not": { "allOf": [ { - "$ref": "#/components/schemas/GpuDeviceStatus" + "$ref": "#/components/schemas/BackupExecutionMethod" } ], "nullable": true }, - "status_in": { + "method_not_in": { "items": { - "$ref": "#/components/schemas/GpuDeviceStatus" + "$ref": "#/components/schemas/BackupExecutionMethod" }, "type": "array", "nullable": true }, - "status_not": { + "state": { "allOf": [ { - "$ref": "#/components/schemas/GpuDeviceStatus" + "$ref": "#/components/schemas/BackupPlanExecutionState" } ], "nullable": true }, - "status_not_in": { + "state_in": { "items": { - "$ref": "#/components/schemas/GpuDeviceStatus" + "$ref": "#/components/schemas/BackupPlanExecutionState" }, "type": "array", "nullable": true }, - "user_usage": { + "state_not": { "allOf": [ { - "$ref": "#/components/schemas/GpuDeviceUsage" + "$ref": "#/components/schemas/BackupPlanExecutionState" } ], "nullable": true }, - "user_usage_in": { + "state_not_in": { "items": { - "$ref": "#/components/schemas/GpuDeviceUsage" + "$ref": "#/components/schemas/BackupPlanExecutionState" }, "type": "array", "nullable": true }, - "user_usage_not": { + "status": { "allOf": [ { - "$ref": "#/components/schemas/GpuDeviceUsage" + "$ref": "#/components/schemas/BackupPlanExecutionStatus" } ], "nullable": true }, - "user_usage_not_in": { - "items": { - "$ref": "#/components/schemas/GpuDeviceUsage" - }, - "type": "array", - "nullable": true - }, - "user_vgpu_type_id": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_contains": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_ends_with": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_gt": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_gte": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_in": { + "status_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupPlanExecutionStatus" }, "type": "array", "nullable": true }, - "user_vgpu_type_id_lt": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_lte": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_not": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_not_contains": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_not_ends_with": { - "type": "string", + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + } + ], "nullable": true }, - "user_vgpu_type_id_not_in": { + "status_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupPlanExecutionStatus" }, "type": "array", "nullable": true }, - "user_vgpu_type_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_id_starts_with": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_name": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_name_contains": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_name_ends_with": { - "type": "string", + "success_job_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "user_vgpu_type_name_gt": { - "type": "string", + "success_job_count_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "user_vgpu_type_name_gte": { - "type": "string", + "success_job_count_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "user_vgpu_type_name_in": { + "success_job_count_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "user_vgpu_type_name_lt": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_name_lte": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_name_not": { - "type": "string", + "success_job_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "user_vgpu_type_name_not_contains": { - "type": "string", + "success_job_count_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "user_vgpu_type_name_not_ends_with": { - "type": "string", + "success_job_count_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "user_vgpu_type_name_not_in": { + "success_job_count_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "user_vgpu_type_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "user_vgpu_type_name_starts_with": { - "type": "string", - "nullable": true - }, - "vgpu_instance_num": { + "total_job_count": { "type": "integer", "format": "int32", "nullable": true }, - "vgpu_instance_num_gt": { + "total_job_count_gt": { "type": "integer", "format": "int32", "nullable": true }, - "vgpu_instance_num_gte": { + "total_job_count_gte": { "type": "integer", "format": "int32", "nullable": true }, - "vgpu_instance_num_in": { + "total_job_count_in": { "items": { "type": "integer", "format": "int32" @@ -8616,22 +9131,22 @@ "type": "array", "nullable": true }, - "vgpu_instance_num_lt": { + "total_job_count_lt": { "type": "integer", "format": "int32", "nullable": true }, - "vgpu_instance_num_lte": { + "total_job_count_lte": { "type": "integer", "format": "int32", "nullable": true }, - "vgpu_instance_num_not": { + "total_job_count_not": { "type": "integer", "format": "int32", "nullable": true }, - "vgpu_instance_num_not_in": { + "total_job_count_not_in": { "items": { "type": "integer", "format": "int32" @@ -8639,389 +9154,503 @@ "type": "array", "nullable": true }, - "vms_every": { + "type": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupExecutionType" } ], "nullable": true }, - "vms_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "type_in": { + "items": { + "$ref": "#/components/schemas/BackupExecutionType" + }, + "type": "array", "nullable": true }, - "vms_some": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupExecutionType" } ], "nullable": true + }, + "type_not_in": { + "items": { + "$ref": "#/components/schemas/BackupExecutionType" + }, + "type": "array", + "nullable": true } }, "type": "object", "additionalProperties": false }, - "HostWhereInput": { + "EntityAsyncStatus": { + "enum": [ + "CREATING", + "DELETING", + "UPDATING" + ], + "type": "string" + }, + "BackupExecutionMethod": { + "enum": [ + "AUTO", + "MANUAL" + ], + "type": "string" + }, + "BackupPlanExecutionState": { + "enum": [ + "FAILED", + "PARTLY_FAILED", + "PAUSED", + "PAUSING", + "RUNNING", + "STARTING", + "SUCCEED" + ], + "type": "string" + }, + "BackupPlanExecutionStatus": { + "enum": [ + "FAILED", + "NEVER_EXECUTE", + "PARTIAL_SUCCESS", + "PAUSED", + "RUNNING", + "SUCCESS", + "WAITING_EXECUTE" + ], + "type": "string" + }, + "BackupExecutionType": { + "enum": [ + "FULL", + "INCREMENTAL" + ], + "type": "string" + }, + "BackupRestorePointWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" }, "type": "array", "nullable": true }, - "access_ip": { + "backup_plan": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanWhereInput" + } + ], + "nullable": true + }, + "backup_restore_executions_every": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" + } + ], + "nullable": true + }, + "backup_restore_executions_none": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" + } + ], + "nullable": true + }, + "backup_restore_executions_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" + } + ], + "nullable": true + }, + "backup_target_execution": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" + } + ], + "nullable": true + }, + "cluster_local_id": { "type": "string", "nullable": true }, - "access_ip_contains": { + "cluster_local_id_contains": { "type": "string", "nullable": true }, - "access_ip_ends_with": { + "cluster_local_id_ends_with": { "type": "string", "nullable": true }, - "access_ip_gt": { + "cluster_local_id_gt": { "type": "string", "nullable": true }, - "access_ip_gte": { + "cluster_local_id_gte": { "type": "string", "nullable": true }, - "access_ip_in": { + "cluster_local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "access_ip_lt": { + "cluster_local_id_lt": { "type": "string", "nullable": true }, - "access_ip_lte": { + "cluster_local_id_lte": { "type": "string", "nullable": true }, - "access_ip_not": { + "cluster_local_id_not": { "type": "string", "nullable": true }, - "access_ip_not_contains": { + "cluster_local_id_not_contains": { "type": "string", "nullable": true }, - "access_ip_not_ends_with": { + "cluster_local_id_not_ends_with": { "type": "string", "nullable": true }, - "access_ip_not_in": { + "cluster_local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "access_ip_not_starts_with": { + "cluster_local_id_not_starts_with": { "type": "string", "nullable": true }, - "access_ip_starts_with": { + "cluster_local_id_starts_with": { "type": "string", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive": { - "type": "integer", - "format": "int32", + "compressed": { + "type": "boolean", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_gt": { - "type": "integer", - "format": "int32", + "compressed_not": { + "type": "boolean", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_gte": { - "type": "integer", - "format": "int32", + "compression_ratio": { + "type": "number", + "format": "double", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_in": { + "compression_ratio_gt": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "compression_ratio_in": { "items": { - "type": "integer", - "format": "int32" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_lt": { - "type": "integer", - "format": "int32", + "compression_ratio_lt": { + "type": "number", + "format": "double", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_lte": { - "type": "integer", - "format": "int32", + "compression_ratio_lte": { + "type": "number", + "format": "double", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_not": { - "type": "integer", - "format": "int32", + "compression_ratio_not": { + "type": "number", + "format": "double", "nullable": true }, - "allocable_cpu_cores_for_vm_exclusive_not_in": { + "compression_ratio_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "allocatable_memory_bytes": { - "type": "integer", - "format": "int64", + "creation": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointCreation" + } + ], "nullable": true }, - "allocatable_memory_bytes_gt": { - "type": "integer", - "format": "int64", + "creation_in": { + "items": { + "$ref": "#/components/schemas/BackupRestorePointCreation" + }, + "type": "array", "nullable": true }, - "allocatable_memory_bytes_gte": { - "type": "integer", - "format": "int64", + "creation_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointCreation" + } + ], "nullable": true }, - "allocatable_memory_bytes_in": { + "creation_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/BackupRestorePointCreation" }, "type": "array", "nullable": true }, - "allocatable_memory_bytes_lt": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "allocatable_memory_bytes_lte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "allocatable_memory_bytes_not": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "allocatable_memory_bytes_not_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "chunk_id": { + "id": { "type": "string", "nullable": true }, - "chunk_id_contains": { + "id_contains": { "type": "string", "nullable": true }, - "chunk_id_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "chunk_id_gt": { + "id_gt": { "type": "string", "nullable": true }, - "chunk_id_gte": { + "id_gte": { "type": "string", "nullable": true }, - "chunk_id_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "chunk_id_lt": { + "id_lt": { "type": "string", "nullable": true }, - "chunk_id_lte": { + "id_lte": { "type": "string", "nullable": true }, - "chunk_id_not": { + "id_not": { "type": "string", "nullable": true }, - "chunk_id_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "chunk_id_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "chunk_id_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "chunk_id_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "chunk_id_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "local_created_at": { + "type": "string", "nullable": true }, - "cpu_brand": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "cpu_brand_contains": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "cpu_brand_ends_with": { + "local_created_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_created_at_lt": { "type": "string", "nullable": true }, - "cpu_brand_gt": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "cpu_brand_gte": { + "local_created_at_not": { "type": "string", "nullable": true }, - "cpu_brand_in": { + "local_created_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cpu_brand_lt": { + "local_id": { "type": "string", "nullable": true }, - "cpu_brand_lte": { + "local_id_contains": { "type": "string", "nullable": true }, - "cpu_brand_not": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "cpu_brand_not_contains": { + "local_id_gt": { "type": "string", "nullable": true }, - "cpu_brand_not_ends_with": { + "local_id_gte": { "type": "string", "nullable": true }, - "cpu_brand_not_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cpu_brand_not_starts_with": { + "local_id_lt": { "type": "string", "nullable": true }, - "cpu_brand_starts_with": { + "local_id_lte": { "type": "string", "nullable": true }, - "cpu_fan_speed_unit": { - "allOf": [ - { - "$ref": "#/components/schemas/CpuFanSpeedUnit" - } - ], + "local_id_not": { + "type": "string", "nullable": true }, - "cpu_fan_speed_unit_in": { - "items": { - "$ref": "#/components/schemas/CpuFanSpeedUnit" - }, - "type": "array", + "local_id_not_contains": { + "type": "string", "nullable": true }, - "cpu_fan_speed_unit_not": { - "allOf": [ - { - "$ref": "#/components/schemas/CpuFanSpeedUnit" - } - ], + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "cpu_fan_speed_unit_not_in": { + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/CpuFanSpeedUnit" + "type": "string" }, "type": "array", "nullable": true }, - "cpu_hz_per_core": { + "local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "local_id_starts_with": { + "type": "string", + "nullable": true + }, + "logical_size": { "type": "integer", "format": "int64", "nullable": true }, - "cpu_hz_per_core_gt": { + "logical_size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "cpu_hz_per_core_gte": { + "logical_size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "cpu_hz_per_core_in": { + "logical_size_in": { "items": { "type": "integer", "format": "int64" @@ -9029,22 +9658,22 @@ "type": "array", "nullable": true }, - "cpu_hz_per_core_lt": { + "logical_size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "cpu_hz_per_core_lte": { + "logical_size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "cpu_hz_per_core_not": { + "logical_size_not": { "type": "integer", "format": "int64", "nullable": true }, - "cpu_hz_per_core_not_in": { + "logical_size_not_in": { "items": { "type": "integer", "format": "int64" @@ -9052,262 +9681,298 @@ "type": "array", "nullable": true }, - "cpu_model": { + "parent_restore_point": { "type": "string", "nullable": true }, - "cpu_model_contains": { + "parent_restore_point_contains": { "type": "string", "nullable": true }, - "cpu_model_ends_with": { + "parent_restore_point_ends_with": { "type": "string", "nullable": true }, - "cpu_model_gt": { + "parent_restore_point_gt": { "type": "string", "nullable": true }, - "cpu_model_gte": { + "parent_restore_point_gte": { "type": "string", "nullable": true }, - "cpu_model_in": { + "parent_restore_point_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cpu_model_lt": { + "parent_restore_point_lt": { "type": "string", "nullable": true }, - "cpu_model_lte": { + "parent_restore_point_lte": { "type": "string", "nullable": true }, - "cpu_model_not": { + "parent_restore_point_not": { "type": "string", "nullable": true }, - "cpu_model_not_contains": { + "parent_restore_point_not_contains": { "type": "string", "nullable": true }, - "cpu_model_not_ends_with": { + "parent_restore_point_not_ends_with": { "type": "string", "nullable": true }, - "cpu_model_not_in": { + "parent_restore_point_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cpu_model_not_starts_with": { + "parent_restore_point_not_starts_with": { "type": "string", "nullable": true }, - "cpu_model_starts_with": { + "parent_restore_point_starts_with": { "type": "string", "nullable": true }, - "cpu_vendor": { - "type": "string", + "physical_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_contains": { - "type": "string", + "physical_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_ends_with": { - "type": "string", + "physical_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_gt": { - "type": "string", + "physical_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "cpu_vendor_gte": { - "type": "string", + "physical_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_in": { - "items": { - "type": "string" - }, - "type": "array", + "physical_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_lt": { - "type": "string", + "physical_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_lte": { - "type": "string", + "physical_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "cpu_vendor_not": { - "type": "string", + "size": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_not_contains": { - "type": "string", + "size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_not_ends_with": { - "type": "string", + "size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_not_in": { + "size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cpu_vendor_not_starts_with": { - "type": "string", + "size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_vendor_starts_with": { - "type": "string", + "size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "data_ip": { + "size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "slice": { "type": "string", "nullable": true }, - "data_ip_contains": { + "slice_contains": { "type": "string", "nullable": true }, - "data_ip_ends_with": { + "slice_ends_with": { "type": "string", "nullable": true }, - "data_ip_gt": { + "slice_gt": { "type": "string", "nullable": true }, - "data_ip_gte": { + "slice_gte": { "type": "string", "nullable": true }, - "data_ip_in": { + "slice_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "data_ip_lt": { + "slice_lt": { "type": "string", "nullable": true }, - "data_ip_lte": { + "slice_lte": { "type": "string", "nullable": true }, - "data_ip_not": { + "slice_not": { "type": "string", "nullable": true }, - "data_ip_not_contains": { + "slice_not_contains": { "type": "string", "nullable": true }, - "data_ip_not_ends_with": { + "slice_not_ends_with": { "type": "string", "nullable": true }, - "data_ip_not_in": { + "slice_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "data_ip_not_starts_with": { + "slice_not_starts_with": { "type": "string", "nullable": true }, - "data_ip_starts_with": { + "slice_starts_with": { "type": "string", "nullable": true }, - "disks_every": { + "snapshot_consistent_type": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/ConsistentType" } ], "nullable": true }, - "disks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskWhereInput" - } - ], + "snapshot_consistent_type_in": { + "items": { + "$ref": "#/components/schemas/ConsistentType" + }, + "type": "array", "nullable": true }, - "disks_some": { + "snapshot_consistent_type_not": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/ConsistentType" } ], "nullable": true }, - "entityAsyncStatus": { + "snapshot_consistent_type_not_in": { + "items": { + "$ref": "#/components/schemas/ConsistentType" + }, + "type": "array", + "nullable": true + }, + "type": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupRestorePointType" } ], "nullable": true }, - "entityAsyncStatus_in": { + "type_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupRestorePointType" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupRestorePointType" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "type_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupRestorePointType" }, "type": "array", "nullable": true }, - "failure_data_space": { + "valid_capacity": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_gt": { + "valid_capacity_gt": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_gte": { + "valid_capacity_gte": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_in": { + "valid_capacity_in": { "items": { "type": "integer", "format": "int64" @@ -9315,22 +9980,22 @@ "type": "array", "nullable": true }, - "failure_data_space_lt": { + "valid_capacity_lt": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_lte": { + "valid_capacity_lte": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_not": { + "valid_capacity_not": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_not_in": { + "valid_capacity_not_in": { "items": { "type": "integer", "format": "int64" @@ -9338,46 +10003,22 @@ "type": "array", "nullable": true }, - "gpu_devices_every": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - }, - "gpu_devices_none": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - }, - "gpu_devices_some": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - }, - "hdd_data_capacity": { + "valid_size": { "type": "integer", "format": "int64", "nullable": true }, - "hdd_data_capacity_gt": { + "valid_size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "hdd_data_capacity_gte": { + "valid_size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "hdd_data_capacity_in": { + "valid_size_in": { "items": { "type": "integer", "format": "int64" @@ -9385,22 +10026,22 @@ "type": "array", "nullable": true }, - "hdd_data_capacity_lt": { + "valid_size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "hdd_data_capacity_lte": { + "valid_size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "hdd_data_capacity_not": { + "valid_size_not": { "type": "integer", "format": "int64", "nullable": true }, - "hdd_data_capacity_not_in": { + "valid_size_not_in": { "items": { "type": "integer", "format": "int64" @@ -9408,438 +10049,377 @@ "type": "array", "nullable": true }, - "hdd_disk_count": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "hdd_disk_count_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "hdd_disk_count_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "hdd_disk_count_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "hdd_disk_count_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "hdd_disk_count_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "hdd_disk_count_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "hdd_disk_count_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "hypervisor_ip": { + "vm_local_id": { "type": "string", "nullable": true }, - "hypervisor_ip_contains": { + "vm_local_id_contains": { "type": "string", "nullable": true }, - "hypervisor_ip_ends_with": { + "vm_local_id_ends_with": { "type": "string", "nullable": true }, - "hypervisor_ip_gt": { + "vm_local_id_gt": { "type": "string", "nullable": true }, - "hypervisor_ip_gte": { + "vm_local_id_gte": { "type": "string", "nullable": true }, - "hypervisor_ip_in": { + "vm_local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "hypervisor_ip_lt": { + "vm_local_id_lt": { "type": "string", "nullable": true }, - "hypervisor_ip_lte": { + "vm_local_id_lte": { "type": "string", "nullable": true }, - "hypervisor_ip_not": { + "vm_local_id_not": { "type": "string", "nullable": true }, - "hypervisor_ip_not_contains": { + "vm_local_id_not_contains": { "type": "string", "nullable": true }, - "hypervisor_ip_not_ends_with": { + "vm_local_id_not_ends_with": { "type": "string", "nullable": true }, - "hypervisor_ip_not_in": { + "vm_local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "hypervisor_ip_not_starts_with": { + "vm_local_id_not_starts_with": { "type": "string", "nullable": true }, - "hypervisor_ip_starts_with": { + "vm_local_id_starts_with": { "type": "string", "nullable": true }, - "id": { + "vm_name": { "type": "string", "nullable": true }, - "id_contains": { + "vm_name_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "vm_name_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "vm_name_gt": { "type": "string", "nullable": true }, - "id_gte": { + "vm_name_gte": { "type": "string", "nullable": true }, - "id_in": { + "vm_name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "vm_name_lt": { "type": "string", "nullable": true }, - "id_lte": { + "vm_name_lte": { "type": "string", "nullable": true }, - "id_not": { + "vm_name_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "vm_name_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "vm_name_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "vm_name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "vm_name_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "vm_name_starts_with": { "type": "string", "nullable": true - }, - "iommu": { - "allOf": [ - { - "$ref": "#/components/schemas/IommuStatus" - } - ], - "nullable": true - }, - "iommu_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "BackupRestoreExecutionWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/IommuStatus" + "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" }, "type": "array", "nullable": true }, - "iommu_not": { - "allOf": [ - { - "$ref": "#/components/schemas/IommuStatus" - } - ], + "NOT": { + "items": { + "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" + }, + "type": "array", "nullable": true }, - "iommu_not_in": { + "OR": { "items": { - "$ref": "#/components/schemas/IommuStatus" + "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" }, "type": "array", "nullable": true }, - "ipmi": { + "backup_restore_point": { "allOf": [ { - "$ref": "#/components/schemas/IpmiWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" } ], "nullable": true }, - "is_os_in_raid1": { - "type": "boolean", - "nullable": true - }, - "is_os_in_raid1_not": { - "type": "boolean", + "duration": { + "type": "integer", + "format": "int32", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "duration_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "duration_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "duration_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "local_id": { - "type": "string", + "duration_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_contains": { - "type": "string", + "duration_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "duration_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "duration_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "local_id_gte": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_in": { + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_lte": { - "type": "string", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "local_id_not": { + "executed_at": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "executed_at_gt": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "executed_at_gte": { "type": "string", "nullable": true }, - "local_id_not_in": { + "executed_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "lsm_cap_disk_safe_umount": { - "type": "boolean", - "nullable": true - }, - "lsm_cap_disk_safe_umount_not": { - "type": "boolean", - "nullable": true - }, - "management_ip": { - "type": "string", - "nullable": true - }, - "management_ip_contains": { - "type": "string", - "nullable": true - }, - "management_ip_ends_with": { + "executed_at_lt": { "type": "string", "nullable": true }, - "management_ip_gt": { + "executed_at_lte": { "type": "string", "nullable": true }, - "management_ip_gte": { + "executed_at_not": { "type": "string", "nullable": true }, - "management_ip_in": { + "executed_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "management_ip_lt": { + "id": { "type": "string", "nullable": true }, - "management_ip_lte": { + "id_contains": { "type": "string", "nullable": true }, - "management_ip_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "management_ip_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "management_ip_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "management_ip_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "management_ip_not_starts_with": { - "type": "string", - "nullable": true - }, - "management_ip_starts_with": { - "type": "string", - "nullable": true - }, - "model": { + "id_lt": { "type": "string", "nullable": true }, - "model_contains": { + "id_lte": { "type": "string", "nullable": true }, - "model_ends_with": { + "id_not": { "type": "string", "nullable": true }, - "model_gt": { + "id_not_contains": { "type": "string", "nullable": true }, - "model_gte": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "model_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_lt": { - "type": "string", - "nullable": true - }, - "model_lte": { - "type": "string", - "nullable": true - }, - "model_not": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "model_not_contains": { + "id_starts_with": { "type": "string", "nullable": true }, - "model_not_ends_with": { - "type": "string", + "mode": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + } + ], "nullable": true }, - "model_not_in": { + "mode_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/BackupRestoreExecutionMode" }, "type": "array", "nullable": true }, - "model_not_starts_with": { - "type": "string", + "mode_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + } + ], "nullable": true }, - "model_starts_with": { - "type": "string", + "mode_not_in": { + "items": { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + }, + "type": "array", "nullable": true }, "name": { @@ -9904,316 +10484,215 @@ "type": "string", "nullable": true }, - "nested_virtualization": { - "type": "boolean", - "nullable": true - }, - "nested_virtualization_not": { - "type": "boolean", - "nullable": true - }, - "nic_count": { + "read_bytes": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nic_count_gt": { + "read_bytes_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nic_count_gte": { + "read_bytes_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nic_count_in": { + "read_bytes_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "nic_count_lt": { + "read_bytes_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nic_count_lte": { + "read_bytes_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nic_count_not": { + "read_bytes_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nic_count_not_in": { + "read_bytes_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "nics_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "nics_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "nics_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "node_topo_local_id": { + "rebuild_name": { "type": "string", "nullable": true }, - "node_topo_local_id_contains": { + "rebuild_name_contains": { "type": "string", "nullable": true }, - "node_topo_local_id_ends_with": { + "rebuild_name_ends_with": { "type": "string", "nullable": true }, - "node_topo_local_id_gt": { + "rebuild_name_gt": { "type": "string", "nullable": true }, - "node_topo_local_id_gte": { + "rebuild_name_gte": { "type": "string", "nullable": true }, - "node_topo_local_id_in": { + "rebuild_name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "node_topo_local_id_lt": { + "rebuild_name_lt": { "type": "string", "nullable": true }, - "node_topo_local_id_lte": { + "rebuild_name_lte": { "type": "string", "nullable": true }, - "node_topo_local_id_not": { + "rebuild_name_not": { "type": "string", "nullable": true }, - "node_topo_local_id_not_contains": { + "rebuild_name_not_contains": { "type": "string", "nullable": true }, - "node_topo_local_id_not_ends_with": { + "rebuild_name_not_ends_with": { "type": "string", "nullable": true }, - "node_topo_local_id_not_in": { + "rebuild_name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "node_topo_local_id_not_starts_with": { + "rebuild_name_not_starts_with": { "type": "string", "nullable": true }, - "node_topo_local_id_starts_with": { + "rebuild_name_starts_with": { "type": "string", "nullable": true }, - "os_memory_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "os_memory_bytes_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "os_memory_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "os_memory_bytes_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "os_memory_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "os_memory_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "os_memory_bytes_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "os_memory_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "os_version": { + "rebuild_target_cluster": { "type": "string", "nullable": true }, - "os_version_contains": { + "rebuild_target_cluster_contains": { "type": "string", "nullable": true }, - "os_version_ends_with": { + "rebuild_target_cluster_ends_with": { "type": "string", "nullable": true }, - "os_version_gt": { + "rebuild_target_cluster_gt": { "type": "string", "nullable": true }, - "os_version_gte": { + "rebuild_target_cluster_gte": { "type": "string", "nullable": true }, - "os_version_in": { + "rebuild_target_cluster_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "os_version_lt": { + "rebuild_target_cluster_lt": { "type": "string", "nullable": true }, - "os_version_lte": { + "rebuild_target_cluster_lte": { "type": "string", "nullable": true }, - "os_version_not": { + "rebuild_target_cluster_not": { "type": "string", "nullable": true }, - "os_version_not_contains": { + "rebuild_target_cluster_not_contains": { "type": "string", "nullable": true }, - "os_version_not_ends_with": { + "rebuild_target_cluster_not_ends_with": { "type": "string", "nullable": true }, - "os_version_not_in": { + "rebuild_target_cluster_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "os_version_not_starts_with": { + "rebuild_target_cluster_not_starts_with": { "type": "string", "nullable": true }, - "os_version_starts_with": { + "rebuild_target_cluster_starts_with": { "type": "string", "nullable": true }, - "pmem_dimm_capacity": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "pmem_dimm_capacity_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "pmem_dimm_capacity_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "pmem_dimm_capacity_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "pmem_dimm_capacity_lt": { + "retry_times": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "pmem_dimm_capacity_lte": { + "retry_times_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "pmem_dimm_capacity_not": { + "retry_times_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "pmem_dimm_capacity_not_in": { + "retry_times_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "pmem_dimm_count": { + "retry_times_lt": { "type": "integer", "format": "int32", "nullable": true }, - "pmem_dimm_count_gt": { + "retry_times_lte": { "type": "integer", "format": "int32", "nullable": true }, - "pmem_dimm_count_gte": { + "retry_times_not": { "type": "integer", "format": "int32", "nullable": true }, - "pmem_dimm_count_in": { + "retry_times_not_in": { "items": { "type": "integer", "format": "int32" @@ -10221,253 +10700,292 @@ "type": "array", "nullable": true }, - "pmem_dimm_count_lt": { - "type": "integer", - "format": "int32", + "startup_after_restore": { + "type": "boolean", "nullable": true }, - "pmem_dimm_count_lte": { - "type": "integer", - "format": "int32", + "startup_after_restore_not": { + "type": "boolean", "nullable": true }, - "pmem_dimm_count_not": { - "type": "integer", - "format": "int32", + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupExecutionStatus" + } + ], "nullable": true }, - "pmem_dimm_count_not_in": { + "status_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/BackupExecutionStatus" }, "type": "array", "nullable": true }, - "pmem_dimms_every": { - "allOf": [ - { - "$ref": "#/components/schemas/PmemDimmWhereInput" - } - ], - "nullable": true - }, - "pmem_dimms_none": { + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/PmemDimmWhereInput" + "$ref": "#/components/schemas/BackupExecutionStatus" } ], "nullable": true }, - "pmem_dimms_some": { - "allOf": [ - { - "$ref": "#/components/schemas/PmemDimmWhereInput" - } - ], + "status_not_in": { + "items": { + "$ref": "#/components/schemas/BackupExecutionStatus" + }, + "type": "array", "nullable": true }, - "pmem_disk_count": { + "total_bytes": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "pmem_disk_count_gt": { + "total_bytes_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "pmem_disk_count_gte": { + "total_bytes_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "pmem_disk_count_in": { + "total_bytes_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "pmem_disk_count_lt": { + "total_bytes_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "pmem_disk_count_lte": { + "total_bytes_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "pmem_disk_count_not": { + "total_bytes_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "pmem_disk_count_not_in": { + "total_bytes_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true - }, - "provisioned_cpu_cores": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "provisioned_cpu_cores_gt": { - "type": "integer", - "format": "int32", + } + }, + "type": "object", + "additionalProperties": false + }, + "BackupRestoreExecutionMode": { + "enum": [ + "INPLACE", + "REBUILD" + ], + "type": "string" + }, + "BackupExecutionStatus": { + "enum": [ + "ABORTED", + "FAILED", + "INITIALIZING", + "PAUSED", + "PENDING", + "RUNNING", + "SUCCESS" + ], + "type": "string" + }, + "BackupTargetExecutionWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" + }, + "type": "array", "nullable": true }, - "provisioned_cpu_cores_gte": { - "type": "integer", - "format": "int32", + "NOT": { + "items": { + "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" + }, + "type": "array", "nullable": true }, - "provisioned_cpu_cores_in": { + "OR": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" }, "type": "array", "nullable": true }, - "provisioned_cpu_cores_lt": { - "type": "integer", - "format": "int32", + "backup_group": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_lte": { - "type": "integer", - "format": "int32", + "backup_group_contains": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_not": { - "type": "integer", - "format": "int32", + "backup_group_ends_with": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_not_in": { + "backup_group_gt": { + "type": "string", + "nullable": true + }, + "backup_group_gte": { + "type": "string", + "nullable": true + }, + "backup_group_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "provisioned_memory_bytes": { - "type": "integer", - "format": "int64", + "backup_group_lt": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_gt": { - "type": "integer", - "format": "int64", + "backup_group_lte": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_gte": { - "type": "integer", - "format": "int64", + "backup_group_not": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_in": { + "backup_group_not_contains": { + "type": "string", + "nullable": true + }, + "backup_group_not_ends_with": { + "type": "string", + "nullable": true + }, + "backup_group_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "provisioned_memory_bytes_lt": { - "type": "integer", - "format": "int64", + "backup_group_not_starts_with": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_lte": { - "type": "integer", - "format": "int64", + "backup_group_starts_with": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_not": { - "type": "integer", - "format": "int64", + "backup_plan_execution": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + } + ], "nullable": true }, - "provisioned_memory_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "backup_restore_point": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], "nullable": true }, - "running_pause_vm_memory_bytes": { - "type": "integer", - "format": "int64", + "cluster_local_id": { + "type": "string", "nullable": true }, - "running_pause_vm_memory_bytes_gt": { - "type": "integer", - "format": "int64", + "cluster_local_id_contains": { + "type": "string", "nullable": true }, - "running_pause_vm_memory_bytes_gte": { - "type": "integer", - "format": "int64", + "cluster_local_id_ends_with": { + "type": "string", "nullable": true }, - "running_pause_vm_memory_bytes_in": { + "cluster_local_id_gt": { + "type": "string", + "nullable": true + }, + "cluster_local_id_gte": { + "type": "string", + "nullable": true + }, + "cluster_local_id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "running_pause_vm_memory_bytes_lt": { - "type": "integer", - "format": "int64", + "cluster_local_id_lt": { + "type": "string", "nullable": true }, - "running_pause_vm_memory_bytes_lte": { - "type": "integer", - "format": "int64", + "cluster_local_id_lte": { + "type": "string", "nullable": true }, - "running_pause_vm_memory_bytes_not": { - "type": "integer", - "format": "int64", + "cluster_local_id_not": { + "type": "string", "nullable": true }, - "running_pause_vm_memory_bytes_not_in": { + "cluster_local_id_not_contains": { + "type": "string", + "nullable": true + }, + "cluster_local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "cluster_local_id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "running_vm_num": { + "cluster_local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "cluster_local_id_starts_with": { + "type": "string", + "nullable": true + }, + "duration": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num_gt": { + "duration_gt": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num_gte": { + "duration_gte": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num_in": { + "duration_in": { "items": { "type": "integer", "format": "int32" @@ -10475,22 +10993,22 @@ "type": "array", "nullable": true }, - "running_vm_num_lt": { + "duration_lt": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num_lte": { + "duration_lte": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num_not": { + "duration_not": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num_not_in": { + "duration_not_in": { "items": { "type": "integer", "format": "int32" @@ -10498,238 +11016,276 @@ "type": "array", "nullable": true }, - "scvm_cpu": { - "type": "integer", - "format": "int32", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "scvm_cpu_gt": { - "type": "integer", - "format": "int32", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "scvm_cpu_gte": { - "type": "integer", - "format": "int32", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "scvm_cpu_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "scvm_cpu_lt": { - "type": "integer", - "format": "int32", + "executed_at": { + "type": "string", "nullable": true }, - "scvm_cpu_lte": { - "type": "integer", - "format": "int32", + "executed_at_gt": { + "type": "string", "nullable": true }, - "scvm_cpu_not": { - "type": "integer", - "format": "int32", + "executed_at_gte": { + "type": "string", "nullable": true }, - "scvm_cpu_not_in": { + "executed_at_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "scvm_memory": { - "type": "integer", - "format": "int64", + "executed_at_lt": { + "type": "string", "nullable": true }, - "scvm_memory_gt": { - "type": "integer", - "format": "int64", + "executed_at_lte": { + "type": "string", "nullable": true }, - "scvm_memory_gte": { - "type": "integer", - "format": "int64", + "executed_at_not": { + "type": "string", "nullable": true }, - "scvm_memory_in": { + "executed_at_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "scvm_memory_lt": { - "type": "integer", - "format": "int64", + "id": { + "type": "string", "nullable": true }, - "scvm_memory_lte": { - "type": "integer", - "format": "int64", + "id_contains": { + "type": "string", "nullable": true }, - "scvm_memory_not": { - "type": "integer", - "format": "int64", + "id_ends_with": { + "type": "string", "nullable": true }, - "scvm_memory_not_in": { + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "scvm_name": { + "id_lt": { "type": "string", "nullable": true }, - "scvm_name_contains": { + "id_lte": { "type": "string", "nullable": true }, - "scvm_name_ends_with": { + "id_not": { "type": "string", "nullable": true }, - "scvm_name_gt": { + "id_not_contains": { "type": "string", "nullable": true }, - "scvm_name_gte": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "scvm_name_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "scvm_name_lt": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "scvm_name_lte": { + "id_starts_with": { "type": "string", "nullable": true }, - "scvm_name_not": { + "local_id": { "type": "string", "nullable": true }, - "scvm_name_not_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "scvm_name_not_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "scvm_name_not_in": { + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "scvm_name_not_starts_with": { + "local_id_lt": { "type": "string", "nullable": true }, - "scvm_name_starts_with": { + "local_id_lte": { "type": "string", "nullable": true }, - "serial": { + "local_id_not": { "type": "string", "nullable": true }, - "serial_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "serial_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "serial_gt": { + "local_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "serial_gte": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "serial_in": { + "parent_backup": { + "type": "string", + "nullable": true + }, + "parent_backup_contains": { + "type": "string", + "nullable": true + }, + "parent_backup_ends_with": { + "type": "string", + "nullable": true + }, + "parent_backup_gt": { + "type": "string", + "nullable": true + }, + "parent_backup_gte": { + "type": "string", + "nullable": true + }, + "parent_backup_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "serial_lt": { + "parent_backup_lt": { "type": "string", "nullable": true }, - "serial_lte": { + "parent_backup_lte": { "type": "string", "nullable": true }, - "serial_not": { + "parent_backup_not": { "type": "string", "nullable": true }, - "serial_not_contains": { + "parent_backup_not_contains": { "type": "string", "nullable": true }, - "serial_not_ends_with": { + "parent_backup_not_ends_with": { "type": "string", "nullable": true }, - "serial_not_in": { + "parent_backup_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "serial_not_starts_with": { + "parent_backup_not_starts_with": { "type": "string", "nullable": true }, - "serial_starts_with": { + "parent_backup_starts_with": { "type": "string", "nullable": true }, - "ssd_data_capacity": { + "read_bytes": { "type": "integer", "format": "int64", "nullable": true }, - "ssd_data_capacity_gt": { + "read_bytes_gt": { "type": "integer", "format": "int64", "nullable": true }, - "ssd_data_capacity_gte": { + "read_bytes_gte": { "type": "integer", "format": "int64", "nullable": true }, - "ssd_data_capacity_in": { + "read_bytes_in": { "items": { "type": "integer", "format": "int64" @@ -10737,22 +11293,22 @@ "type": "array", "nullable": true }, - "ssd_data_capacity_lt": { + "read_bytes_lt": { "type": "integer", "format": "int64", "nullable": true }, - "ssd_data_capacity_lte": { + "read_bytes_lte": { "type": "integer", "format": "int64", "nullable": true }, - "ssd_data_capacity_not": { + "read_bytes_not": { "type": "integer", "format": "int64", "nullable": true }, - "ssd_data_capacity_not_in": { + "read_bytes_not_in": { "items": { "type": "integer", "format": "int64" @@ -10760,22 +11316,22 @@ "type": "array", "nullable": true }, - "ssd_disk_count": { + "retry_times": { "type": "integer", "format": "int32", "nullable": true }, - "ssd_disk_count_gt": { + "retry_times_gt": { "type": "integer", "format": "int32", "nullable": true }, - "ssd_disk_count_gte": { + "retry_times_gte": { "type": "integer", "format": "int32", "nullable": true }, - "ssd_disk_count_in": { + "retry_times_in": { "items": { "type": "integer", "format": "int32" @@ -10783,22 +11339,22 @@ "type": "array", "nullable": true }, - "ssd_disk_count_lt": { + "retry_times_lt": { "type": "integer", "format": "int32", "nullable": true }, - "ssd_disk_count_lte": { + "retry_times_lte": { "type": "integer", "format": "int32", "nullable": true }, - "ssd_disk_count_not": { + "retry_times_not": { "type": "integer", "format": "int32", "nullable": true }, - "ssd_disk_count_not_in": { + "retry_times_not_in": { "items": { "type": "integer", "format": "int32" @@ -10806,47 +11362,17 @@ "type": "array", "nullable": true }, - "state": { - "allOf": [ - { - "$ref": "#/components/schemas/HostState" - } - ], - "nullable": true - }, - "state_in": { - "items": { - "$ref": "#/components/schemas/HostState" - }, - "type": "array", - "nullable": true - }, - "state_not": { - "allOf": [ - { - "$ref": "#/components/schemas/HostState" - } - ], - "nullable": true - }, - "state_not_in": { - "items": { - "$ref": "#/components/schemas/HostState" - }, - "type": "array", - "nullable": true - }, "status": { "allOf": [ { - "$ref": "#/components/schemas/HostStatus" + "$ref": "#/components/schemas/BackupExecutionStatus" } ], "nullable": true }, "status_in": { "items": { - "$ref": "#/components/schemas/HostStatus" + "$ref": "#/components/schemas/BackupExecutionStatus" }, "type": "array", "nullable": true @@ -10854,906 +11380,818 @@ "status_not": { "allOf": [ { - "$ref": "#/components/schemas/HostStatus" + "$ref": "#/components/schemas/BackupExecutionStatus" } ], "nullable": true }, "status_not_in": { "items": { - "$ref": "#/components/schemas/HostStatus" + "$ref": "#/components/schemas/BackupExecutionStatus" }, "type": "array", "nullable": true }, - "stopped_vm_num": { + "total_bytes": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "stopped_vm_num_gt": { + "total_bytes_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "stopped_vm_num_gte": { + "total_bytes_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "stopped_vm_num_in": { + "total_bytes_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "stopped_vm_num_lt": { + "total_bytes_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "stopped_vm_num_lte": { + "total_bytes_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "stopped_vm_num_not": { + "total_bytes_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "stopped_vm_num_not_in": { + "total_bytes_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "suspended_vm_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "suspended_vm_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "suspended_vm_num_gte": { - "type": "integer", - "format": "int32", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupExecutionType" + } + ], "nullable": true }, - "suspended_vm_num_in": { + "type_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/BackupExecutionType" }, "type": "array", "nullable": true }, - "suspended_vm_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "suspended_vm_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "suspended_vm_num_not": { - "type": "integer", - "format": "int32", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupExecutionType" + } + ], "nullable": true }, - "suspended_vm_num_not_in": { + "type_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/BackupExecutionType" }, "type": "array", "nullable": true }, - "total_cache_capacity": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_cache_capacity_gt": { - "type": "integer", - "format": "int64", + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "total_cache_capacity_gte": { - "type": "integer", - "format": "int64", + "vm_local_id": { + "type": "string", "nullable": true }, - "total_cache_capacity_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "vm_local_id_contains": { + "type": "string", "nullable": true }, - "total_cache_capacity_lt": { - "type": "integer", - "format": "int64", + "vm_local_id_ends_with": { + "type": "string", "nullable": true }, - "total_cache_capacity_lte": { - "type": "integer", - "format": "int64", + "vm_local_id_gt": { + "type": "string", "nullable": true }, - "total_cache_capacity_not": { - "type": "integer", - "format": "int64", + "vm_local_id_gte": { + "type": "string", "nullable": true }, - "total_cache_capacity_not_in": { + "vm_local_id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_cpu_cores": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_cpu_cores_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_cpu_cores_gte": { - "type": "integer", - "format": "int32", + "vm_local_id_lt": { + "type": "string", "nullable": true }, - "total_cpu_cores_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "vm_local_id_lte": { + "type": "string", "nullable": true }, - "total_cpu_cores_lt": { - "type": "integer", - "format": "int32", + "vm_local_id_not": { + "type": "string", "nullable": true }, - "total_cpu_cores_lte": { - "type": "integer", - "format": "int32", + "vm_local_id_not_contains": { + "type": "string", "nullable": true }, - "total_cpu_cores_not": { - "type": "integer", - "format": "int32", + "vm_local_id_not_ends_with": { + "type": "string", "nullable": true }, - "total_cpu_cores_not_in": { + "vm_local_id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "total_cpu_hz": { - "type": "integer", - "format": "int64", + "vm_local_id_not_starts_with": { + "type": "string", "nullable": true }, - "total_cpu_hz_gt": { - "type": "integer", - "format": "int64", + "vm_local_id_starts_with": { + "type": "string", "nullable": true }, - "total_cpu_hz_gte": { - "type": "integer", - "format": "int64", + "vm_name": { + "type": "string", "nullable": true }, - "total_cpu_hz_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "vm_name_contains": { + "type": "string", "nullable": true }, - "total_cpu_hz_lt": { - "type": "integer", - "format": "int64", + "vm_name_ends_with": { + "type": "string", "nullable": true }, - "total_cpu_hz_lte": { - "type": "integer", - "format": "int64", + "vm_name_gt": { + "type": "string", "nullable": true }, - "total_cpu_hz_not": { - "type": "integer", - "format": "int64", + "vm_name_gte": { + "type": "string", "nullable": true }, - "total_cpu_hz_not_in": { + "vm_name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_cpu_sockets": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_cpu_sockets_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_cpu_sockets_gte": { - "type": "integer", - "format": "int32", + "vm_name_lt": { + "type": "string", "nullable": true }, - "total_cpu_sockets_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "vm_name_lte": { + "type": "string", "nullable": true }, - "total_cpu_sockets_lt": { - "type": "integer", - "format": "int32", + "vm_name_not": { + "type": "string", "nullable": true }, - "total_cpu_sockets_lte": { - "type": "integer", - "format": "int32", + "vm_name_not_contains": { + "type": "string", "nullable": true }, - "total_cpu_sockets_not": { - "type": "integer", - "format": "int32", + "vm_name_not_ends_with": { + "type": "string", "nullable": true }, - "total_cpu_sockets_not_in": { + "vm_name_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "total_data_capacity": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_data_capacity_gt": { - "type": "integer", - "format": "int64", + "vm_name_not_starts_with": { + "type": "string", "nullable": true }, - "total_data_capacity_gte": { - "type": "integer", - "format": "int64", + "vm_name_starts_with": { + "type": "string", "nullable": true - }, - "total_data_capacity_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "BackupRestorePointCreation": { + "enum": [ + "AUTO", + "FAILBACK", + "FAILOVER", + "MANUAL" + ], + "type": "string" + }, + "ConsistentType": { + "enum": [ + "CRASH_CONSISTENT", + "FILE_SYSTEM_CONSISTENT" + ], + "type": "string" + }, + "BackupRestorePointType": { + "enum": [ + "FULL", + "INCREMENTAL" + ], + "type": "string" + }, + "BackupServiceWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/BackupServiceWhereInput" }, "type": "array", "nullable": true }, - "total_data_capacity_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_data_capacity_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_data_capacity_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_data_capacity_not_in": { + "NOT": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/BackupServiceWhereInput" }, "type": "array", "nullable": true }, - "total_memory_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/BackupServiceWhereInput" }, "type": "array", "nullable": true }, - "total_memory_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "application": { + "allOf": [ + { + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" + } + ], "nullable": true }, - "usb_devices_every": { + "backup_clusters_every": { "allOf": [ { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "usb_devices_none": { + "backup_clusters_none": { "allOf": [ { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "usb_devices_some": { + "backup_clusters_some": { "allOf": [ { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "used_cpu_hz": { - "type": "number", - "format": "double", + "backup_network_gateway": { + "type": "string", "nullable": true }, - "used_cpu_hz_gt": { - "type": "number", - "format": "double", + "backup_network_gateway_contains": { + "type": "string", "nullable": true }, - "used_cpu_hz_gte": { - "type": "number", - "format": "double", + "backup_network_gateway_ends_with": { + "type": "string", "nullable": true }, - "used_cpu_hz_in": { + "backup_network_gateway_gt": { + "type": "string", + "nullable": true + }, + "backup_network_gateway_gte": { + "type": "string", + "nullable": true + }, + "backup_network_gateway_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "used_cpu_hz_lt": { - "type": "number", - "format": "double", + "backup_network_gateway_lt": { + "type": "string", "nullable": true }, - "used_cpu_hz_lte": { - "type": "number", - "format": "double", + "backup_network_gateway_lte": { + "type": "string", "nullable": true }, - "used_cpu_hz_not": { - "type": "number", - "format": "double", + "backup_network_gateway_not": { + "type": "string", "nullable": true }, - "used_cpu_hz_not_in": { + "backup_network_gateway_not_contains": { + "type": "string", + "nullable": true + }, + "backup_network_gateway_not_ends_with": { + "type": "string", + "nullable": true + }, + "backup_network_gateway_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "used_data_space": { - "type": "integer", - "format": "int64", + "backup_network_gateway_not_starts_with": { + "type": "string", "nullable": true }, - "used_data_space_gt": { - "type": "integer", - "format": "int64", + "backup_network_gateway_starts_with": { + "type": "string", "nullable": true }, - "used_data_space_gte": { - "type": "integer", - "format": "int64", + "backup_network_ip": { + "type": "string", "nullable": true }, - "used_data_space_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "backup_network_ip_contains": { + "type": "string", "nullable": true }, - "used_data_space_lt": { - "type": "integer", - "format": "int64", + "backup_network_ip_ends_with": { + "type": "string", "nullable": true }, - "used_data_space_lte": { - "type": "integer", - "format": "int64", + "backup_network_ip_gt": { + "type": "string", "nullable": true }, - "used_data_space_not": { - "type": "integer", - "format": "int64", + "backup_network_ip_gte": { + "type": "string", "nullable": true }, - "used_data_space_not_in": { + "backup_network_ip_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "used_memory_bytes": { - "type": "number", - "format": "double", + "backup_network_ip_lt": { + "type": "string", "nullable": true }, - "used_memory_bytes_gt": { - "type": "number", - "format": "double", + "backup_network_ip_lte": { + "type": "string", "nullable": true }, - "used_memory_bytes_gte": { - "type": "number", - "format": "double", + "backup_network_ip_not": { + "type": "string", "nullable": true }, - "used_memory_bytes_in": { + "backup_network_ip_not_contains": { + "type": "string", + "nullable": true + }, + "backup_network_ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "backup_network_ip_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "used_memory_bytes_lt": { - "type": "number", - "format": "double", + "backup_network_ip_not_starts_with": { + "type": "string", "nullable": true }, - "used_memory_bytes_lte": { - "type": "number", - "format": "double", + "backup_network_ip_starts_with": { + "type": "string", "nullable": true }, - "used_memory_bytes_not": { - "type": "number", - "format": "double", + "backup_network_subnet_mask": { + "type": "string", "nullable": true }, - "used_memory_bytes_not_in": { + "backup_network_subnet_mask_contains": { + "type": "string", + "nullable": true + }, + "backup_network_subnet_mask_ends_with": { + "type": "string", + "nullable": true + }, + "backup_network_subnet_mask_gt": { + "type": "string", + "nullable": true + }, + "backup_network_subnet_mask_gte": { + "type": "string", + "nullable": true + }, + "backup_network_subnet_mask_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "vm_num": { - "type": "integer", - "format": "int32", + "backup_network_subnet_mask_lt": { + "type": "string", "nullable": true }, - "vm_num_gt": { - "type": "integer", - "format": "int32", + "backup_network_subnet_mask_lte": { + "type": "string", "nullable": true }, - "vm_num_gte": { - "type": "integer", - "format": "int32", + "backup_network_subnet_mask_not": { + "type": "string", "nullable": true }, - "vm_num_in": { + "backup_network_subnet_mask_not_contains": { + "type": "string", + "nullable": true + }, + "backup_network_subnet_mask_not_ends_with": { + "type": "string", + "nullable": true + }, + "backup_network_subnet_mask_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_num_lt": { - "type": "integer", - "format": "int32", + "backup_network_subnet_mask_not_starts_with": { + "type": "string", "nullable": true }, - "vm_num_lte": { - "type": "integer", - "format": "int32", + "backup_network_subnet_mask_starts_with": { + "type": "string", "nullable": true }, - "vm_num_not": { - "type": "integer", - "format": "int32", + "backup_network_type": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupServiceNetworkType" + } + ], "nullable": true }, - "vm_num_not_in": { + "backup_network_type_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/BackupServiceNetworkType" }, "type": "array", "nullable": true }, - "vmotion_ip": { + "backup_network_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupServiceNetworkType" + } + ], + "nullable": true + }, + "backup_network_type_not_in": { + "items": { + "$ref": "#/components/schemas/BackupServiceNetworkType" + }, + "type": "array", + "nullable": true + }, + "backup_network_vlan": { "type": "string", "nullable": true }, - "vmotion_ip_contains": { + "backup_network_vlan_contains": { "type": "string", "nullable": true }, - "vmotion_ip_ends_with": { + "backup_network_vlan_ends_with": { "type": "string", "nullable": true }, - "vmotion_ip_gt": { + "backup_network_vlan_gt": { "type": "string", "nullable": true }, - "vmotion_ip_gte": { + "backup_network_vlan_gte": { "type": "string", "nullable": true }, - "vmotion_ip_in": { + "backup_network_vlan_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "vmotion_ip_lt": { + "backup_network_vlan_lt": { "type": "string", "nullable": true }, - "vmotion_ip_lte": { + "backup_network_vlan_lte": { "type": "string", "nullable": true }, - "vmotion_ip_not": { + "backup_network_vlan_not": { "type": "string", "nullable": true }, - "vmotion_ip_not_contains": { + "backup_network_vlan_not_contains": { "type": "string", "nullable": true }, - "vmotion_ip_not_ends_with": { + "backup_network_vlan_not_ends_with": { "type": "string", "nullable": true }, - "vmotion_ip_not_in": { + "backup_network_vlan_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "vmotion_ip_not_starts_with": { + "backup_network_vlan_not_starts_with": { "type": "string", "nullable": true }, - "vmotion_ip_starts_with": { + "backup_network_vlan_starts_with": { "type": "string", "nullable": true }, - "vms_every": { + "backup_plans_every": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" } ], "nullable": true }, - "vms_none": { + "backup_plans_none": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" } ], "nullable": true }, - "vms_some": { + "backup_plans_some": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" } ], "nullable": true }, - "vsphereEsxiAccount": { - "allOf": [ - { - "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" - } - ], + "backup_rd_iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "with_faster_ssd_as_cache": { - "type": "boolean", + "backup_rd_iops_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "with_faster_ssd_as_cache_not": { - "type": "boolean", + "backup_rd_iops_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "zone": { - "allOf": [ - { - "$ref": "#/components/schemas/ZoneWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "CpuFanSpeedUnit": { - "enum": [ - "PERCENT", - "RPM" - ], - "type": "string" - }, - "DiskWhereInput": { - "properties": { - "AND": { + "backup_rd_iops_max_in": { "items": { - "$ref": "#/components/schemas/DiskWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/DiskWhereInput" - }, - "type": "array", + "backup_rd_iops_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "OR": { + "backup_rd_iops_max_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_rd_iops_max_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_rd_iops_max_not_in": { "items": { - "$ref": "#/components/schemas/DiskWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { + "backup_store_repositories_every": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "backup_store_repositories_none": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" + } + ], "nullable": true }, - "entityAsyncStatus_not": { + "backup_store_repositories_some": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "backup_wr_iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "firmware": { - "type": "string", + "backup_wr_iops_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "firmware_contains": { - "type": "string", + "backup_wr_iops_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "firmware_ends_with": { - "type": "string", + "backup_wr_iops_max_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "firmware_gt": { - "type": "string", + "backup_wr_iops_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "firmware_gte": { - "type": "string", + "backup_wr_iops_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "firmware_in": { + "backup_wr_iops_max_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "backup_wr_iops_max_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "firmware_lt": { + "description": { "type": "string", "nullable": true }, - "firmware_lte": { + "description_contains": { "type": "string", "nullable": true }, - "firmware_not": { + "description_ends_with": { "type": "string", "nullable": true }, - "firmware_not_contains": { + "description_gt": { "type": "string", "nullable": true }, - "firmware_not_ends_with": { + "description_gte": { "type": "string", "nullable": true }, - "firmware_not_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "firmware_not_starts_with": { + "description_lt": { "type": "string", "nullable": true }, - "firmware_starts_with": { + "description_lte": { "type": "string", "nullable": true }, - "function": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskFunction" - } - ], + "description_not": { + "type": "string", "nullable": true }, - "function_in": { - "items": { - "$ref": "#/components/schemas/DiskFunction" - }, - "type": "array", + "description_not_contains": { + "type": "string", "nullable": true }, - "function_not": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskFunction" - } - ], + "description_not_ends_with": { + "type": "string", "nullable": true }, - "function_not_in": { + "description_not_in": { "items": { - "$ref": "#/components/schemas/DiskFunction" + "type": "string" }, "type": "array", "nullable": true }, - "health_status": { + "description_not_starts_with": { + "type": "string", + "nullable": true + }, + "description_starts_with": { + "type": "string", + "nullable": true + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "health_status_in": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "health_status_not": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "health_status_not_in": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "healthy": { - "type": "boolean", - "nullable": true - }, - "healthy_not": { - "type": "boolean", - "nullable": true - }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -11816,418 +12254,332 @@ "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "local_id": { + "kube_config": { "type": "string", "nullable": true }, - "local_id_contains": { + "kube_config_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "kube_config_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "kube_config_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "kube_config_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "kube_config_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "kube_config_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "kube_config_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "kube_config_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "kube_config_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "kube_config_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "kube_config_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "kube_config_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "kube_config_starts_with": { "type": "string", "nullable": true }, - "model": { + "management_network_gateway": { "type": "string", "nullable": true }, - "model_contains": { + "management_network_gateway_contains": { "type": "string", "nullable": true }, - "model_ends_with": { + "management_network_gateway_ends_with": { "type": "string", "nullable": true }, - "model_gt": { + "management_network_gateway_gt": { "type": "string", "nullable": true }, - "model_gte": { + "management_network_gateway_gte": { "type": "string", "nullable": true }, - "model_in": { + "management_network_gateway_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_lt": { + "management_network_gateway_lt": { "type": "string", "nullable": true }, - "model_lte": { + "management_network_gateway_lte": { "type": "string", "nullable": true }, - "model_not": { + "management_network_gateway_not": { "type": "string", "nullable": true }, - "model_not_contains": { + "management_network_gateway_not_contains": { "type": "string", "nullable": true }, - "model_not_ends_with": { + "management_network_gateway_not_ends_with": { "type": "string", "nullable": true }, - "model_not_in": { + "management_network_gateway_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_not_starts_with": { + "management_network_gateway_not_starts_with": { "type": "string", "nullable": true }, - "model_starts_with": { + "management_network_gateway_starts_with": { "type": "string", "nullable": true }, - "mounted": { - "type": "boolean", - "nullable": true - }, - "mounted_not": { - "type": "boolean", - "nullable": true - }, - "name": { + "management_network_ip": { "type": "string", "nullable": true }, - "name_contains": { + "management_network_ip_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "management_network_ip_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "management_network_ip_gt": { "type": "string", "nullable": true }, - "name_gte": { + "management_network_ip_gte": { "type": "string", "nullable": true }, - "name_in": { + "management_network_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "management_network_ip_lt": { "type": "string", "nullable": true }, - "name_lte": { + "management_network_ip_lte": { "type": "string", "nullable": true }, - "name_not": { + "management_network_ip_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "management_network_ip_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "management_network_ip_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "management_network_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "management_network_ip_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "management_network_ip_starts_with": { "type": "string", "nullable": true }, - "numa_node": { - "type": "integer", - "format": "int32", + "management_network_subnet_mask": { + "type": "string", "nullable": true }, - "numa_node_gt": { - "type": "integer", - "format": "int32", + "management_network_subnet_mask_contains": { + "type": "string", "nullable": true }, - "numa_node_gte": { - "type": "integer", - "format": "int32", + "management_network_subnet_mask_ends_with": { + "type": "string", "nullable": true }, - "numa_node_in": { + "management_network_subnet_mask_gt": { + "type": "string", + "nullable": true + }, + "management_network_subnet_mask_gte": { + "type": "string", + "nullable": true + }, + "management_network_subnet_mask_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "numa_node_lt": { - "type": "integer", - "format": "int32", + "management_network_subnet_mask_lt": { + "type": "string", "nullable": true }, - "numa_node_lte": { - "type": "integer", - "format": "int32", + "management_network_subnet_mask_lte": { + "type": "string", "nullable": true }, - "numa_node_not": { - "type": "integer", - "format": "int32", + "management_network_subnet_mask_not": { + "type": "string", "nullable": true }, - "numa_node_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "offline": { - "type": "boolean", - "nullable": true - }, - "offline_not": { - "type": "boolean", - "nullable": true - }, - "path": { - "type": "string", - "nullable": true - }, - "path_contains": { - "type": "string", - "nullable": true - }, - "path_ends_with": { - "type": "string", - "nullable": true - }, - "path_gt": { - "type": "string", - "nullable": true - }, - "path_gte": { - "type": "string", - "nullable": true - }, - "path_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "path_lt": { - "type": "string", - "nullable": true - }, - "path_lte": { - "type": "string", - "nullable": true - }, - "path_not": { - "type": "string", - "nullable": true - }, - "path_not_contains": { + "management_network_subnet_mask_not_contains": { "type": "string", "nullable": true }, - "path_not_ends_with": { + "management_network_subnet_mask_not_ends_with": { "type": "string", "nullable": true }, - "path_not_in": { + "management_network_subnet_mask_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "path_not_starts_with": { + "management_network_subnet_mask_not_starts_with": { "type": "string", "nullable": true }, - "path_starts_with": { + "management_network_subnet_mask_starts_with": { "type": "string", "nullable": true }, - "persistent_memory_type": { + "management_network_vlan": { "type": "string", "nullable": true }, - "persistent_memory_type_contains": { + "management_network_vlan_contains": { "type": "string", "nullable": true }, - "persistent_memory_type_ends_with": { + "management_network_vlan_ends_with": { "type": "string", "nullable": true }, - "persistent_memory_type_gt": { + "management_network_vlan_gt": { "type": "string", "nullable": true }, - "persistent_memory_type_gte": { + "management_network_vlan_gte": { "type": "string", "nullable": true }, - "persistent_memory_type_in": { + "management_network_vlan_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "persistent_memory_type_lt": { + "management_network_vlan_lt": { "type": "string", "nullable": true }, - "persistent_memory_type_lte": { + "management_network_vlan_lte": { "type": "string", "nullable": true }, - "persistent_memory_type_not": { + "management_network_vlan_not": { "type": "string", "nullable": true }, - "persistent_memory_type_not_contains": { + "management_network_vlan_not_contains": { "type": "string", "nullable": true }, - "persistent_memory_type_not_ends_with": { + "management_network_vlan_not_ends_with": { "type": "string", "nullable": true }, - "persistent_memory_type_not_in": { + "management_network_vlan_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "persistent_memory_type_not_starts_with": { + "management_network_vlan_not_starts_with": { "type": "string", "nullable": true }, - "persistent_memory_type_starts_with": { + "management_network_vlan_starts_with": { "type": "string", "nullable": true }, - "physical_slot_on_brick": { + "max_job_retry_times": { "type": "integer", "format": "int32", "nullable": true }, - "physical_slot_on_brick_gt": { + "max_job_retry_times_gt": { "type": "integer", "format": "int32", "nullable": true }, - "physical_slot_on_brick_gte": { + "max_job_retry_times_gte": { "type": "integer", "format": "int32", "nullable": true }, - "physical_slot_on_brick_in": { + "max_job_retry_times_in": { "items": { "type": "integer", "format": "int32" @@ -12235,22 +12587,22 @@ "type": "array", "nullable": true }, - "physical_slot_on_brick_lt": { + "max_job_retry_times_lt": { "type": "integer", "format": "int32", "nullable": true }, - "physical_slot_on_brick_lte": { + "max_job_retry_times_lte": { "type": "integer", "format": "int32", "nullable": true }, - "physical_slot_on_brick_not": { + "max_job_retry_times_not": { "type": "integer", "format": "int32", "nullable": true }, - "physical_slot_on_brick_not_in": { + "max_job_retry_times_not_in": { "items": { "type": "integer", "format": "int32" @@ -12258,76 +12610,68 @@ "type": "array", "nullable": true }, - "pmem_dimms_every": { - "allOf": [ - { - "$ref": "#/components/schemas/PmemDimmWhereInput" - } - ], - "nullable": true - }, - "pmem_dimms_none": { - "allOf": [ - { - "$ref": "#/components/schemas/PmemDimmWhereInput" - } - ], + "max_parallel_backup_jobs": { + "type": "integer", + "format": "int32", "nullable": true }, - "pmem_dimms_some": { - "allOf": [ - { - "$ref": "#/components/schemas/PmemDimmWhereInput" - } - ], + "max_parallel_backup_jobs_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "recommended_usage": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsage" - } - ], + "max_parallel_backup_jobs_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "recommended_usage_in": { + "max_parallel_backup_jobs_in": { "items": { - "$ref": "#/components/schemas/DiskUsage" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "recommended_usage_not": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsage" - } - ], + "max_parallel_backup_jobs_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "recommended_usage_not_in": { + "max_parallel_backup_jobs_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "max_parallel_backup_jobs_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "max_parallel_backup_jobs_not_in": { "items": { - "$ref": "#/components/schemas/DiskUsage" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "remaining_life_percent": { + "max_parallel_restore_jobs": { "type": "integer", "format": "int32", "nullable": true }, - "remaining_life_percent_gt": { + "max_parallel_restore_jobs_gt": { "type": "integer", "format": "int32", "nullable": true }, - "remaining_life_percent_gte": { + "max_parallel_restore_jobs_gte": { "type": "integer", "format": "int32", "nullable": true }, - "remaining_life_percent_in": { + "max_parallel_restore_jobs_in": { "items": { "type": "integer", "format": "int32" @@ -12335,22 +12679,22 @@ "type": "array", "nullable": true }, - "remaining_life_percent_lt": { + "max_parallel_restore_jobs_lt": { "type": "integer", "format": "int32", "nullable": true }, - "remaining_life_percent_lte": { + "max_parallel_restore_jobs_lte": { "type": "integer", "format": "int32", "nullable": true }, - "remaining_life_percent_not": { + "max_parallel_restore_jobs_not": { "type": "integer", "format": "int32", "nullable": true }, - "remaining_life_percent_not_in": { + "max_parallel_restore_jobs_not_in": { "items": { "type": "integer", "format": "int32" @@ -12358,84 +12702,84 @@ "type": "array", "nullable": true }, - "serial": { + "name": { "type": "string", "nullable": true }, - "serial_contains": { + "name_contains": { "type": "string", "nullable": true }, - "serial_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "serial_gt": { + "name_gt": { "type": "string", "nullable": true }, - "serial_gte": { + "name_gte": { "type": "string", "nullable": true }, - "serial_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "serial_lt": { + "name_lt": { "type": "string", "nullable": true }, - "serial_lte": { + "name_lte": { "type": "string", "nullable": true }, - "serial_not": { + "name_not": { "type": "string", "nullable": true }, - "serial_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "serial_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "serial_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "serial_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "serial_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "size": { + "restore_rd_iops_max": { "type": "integer", "format": "int64", "nullable": true }, - "size_gt": { + "restore_rd_iops_max_gt": { "type": "integer", "format": "int64", "nullable": true }, - "size_gte": { + "restore_rd_iops_max_gte": { "type": "integer", "format": "int64", "nullable": true }, - "size_in": { + "restore_rd_iops_max_in": { "items": { "type": "integer", "format": "int64" @@ -12443,22 +12787,22 @@ "type": "array", "nullable": true }, - "size_lt": { + "restore_rd_iops_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_lte": { + "restore_rd_iops_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_not": { + "restore_rd_iops_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "size_not_in": { + "restore_rd_iops_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -12466,275 +12810,68 @@ "type": "array", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskType" - } - ], - "nullable": true - }, - "type_in": { - "items": { - "$ref": "#/components/schemas/DiskType" - }, - "type": "array", - "nullable": true - }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskType" - } - ], - "nullable": true - }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/DiskType" - }, - "type": "array", - "nullable": true - }, - "usage": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsage" - } - ], - "nullable": true - }, - "usage_in": { - "items": { - "$ref": "#/components/schemas/DiskUsage" - }, - "type": "array", - "nullable": true - }, - "usage_not": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsage" - } - ], - "nullable": true - }, - "usage_not_in": { - "items": { - "$ref": "#/components/schemas/DiskUsage" - }, - "type": "array", - "nullable": true - }, - "usage_status": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsageStatus" - } - ], - "nullable": true - }, - "usage_status_in": { - "items": { - "$ref": "#/components/schemas/DiskUsageStatus" - }, - "type": "array", - "nullable": true - }, - "usage_status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsageStatus" - } - ], - "nullable": true - }, - "usage_status_not_in": { - "items": { - "$ref": "#/components/schemas/DiskUsageStatus" - }, - "type": "array", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "DiskFunction": { - "enum": [ - "BOOT", - "CACHE", - "DATA", - "SMTX_SYSTEM", - "UNMOUNT" - ], - "type": "string" - }, - "DiskHealthStatus": { - "enum": [ - "HEALTHY", - "SMART_FAILED", - "SOFTWARE_RAID_FAILURE", - "SUBHEALTHY", - "UNHEALTHY" - ], - "type": "string" - }, - "LabelWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/LabelWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/LabelWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/LabelWhereInput" - }, - "type": "array", - "nullable": true - }, - "cluster_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "cluster_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "clusters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "clusters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "clusters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "consistency_group_num": { + "restore_wr_iops_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "consistency_group_num_gt": { + "restore_wr_iops_max_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "consistency_group_num_gte": { + "restore_wr_iops_max_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "consistency_group_num_in": { + "restore_wr_iops_max_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "consistency_group_num_lt": { + "restore_wr_iops_max_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "consistency_group_num_lte": { + "restore_wr_iops_max_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "consistency_group_num_not": { + "restore_wr_iops_max_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "consistency_group_num_not_in": { + "restore_wr_iops_max_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "consistency_group_snapshot_num": { + "retry_interval": { "type": "integer", "format": "int32", "nullable": true }, - "consistency_group_snapshot_num_gt": { + "retry_interval_gt": { "type": "integer", "format": "int32", "nullable": true }, - "consistency_group_snapshot_num_gte": { + "retry_interval_gte": { "type": "integer", "format": "int32", "nullable": true }, - "consistency_group_snapshot_num_in": { + "retry_interval_in": { "items": { "type": "integer", "format": "int32" @@ -12742,22 +12879,22 @@ "type": "array", "nullable": true }, - "consistency_group_snapshot_num_lt": { + "retry_interval_lt": { "type": "integer", "format": "int32", "nullable": true }, - "consistency_group_snapshot_num_lte": { + "retry_interval_lte": { "type": "integer", "format": "int32", "nullable": true }, - "consistency_group_snapshot_num_not": { + "retry_interval_not": { "type": "integer", "format": "int32", "nullable": true }, - "consistency_group_snapshot_num_not_in": { + "retry_interval_not_in": { "items": { "type": "integer", "format": "int32" @@ -12765,582 +12902,379 @@ "type": "array", "nullable": true }, - "consistency_group_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - ], - "nullable": true - }, - "consistency_group_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - ], - "nullable": true - }, - "consistency_group_snapshots_some": { + "running_vm": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "consistency_groups_every": { + "status": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + "$ref": "#/components/schemas/BackupServiceStatus" } ], "nullable": true }, - "consistency_groups_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - } - ], + "status_in": { + "items": { + "$ref": "#/components/schemas/BackupServiceStatus" + }, + "type": "array", "nullable": true }, - "consistency_groups_some": { + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + "$ref": "#/components/schemas/BackupServiceStatus" } ], "nullable": true }, - "content_library_image_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "content_library_image_num_gt": { - "type": "integer", - "format": "int32", + "status_not_in": { + "items": { + "$ref": "#/components/schemas/BackupServiceStatus" + }, + "type": "array", "nullable": true }, - "content_library_image_num_gte": { - "type": "integer", - "format": "int32", + "storage_network_gateway": { + "type": "string", "nullable": true }, - "content_library_image_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "storage_network_gateway_contains": { + "type": "string", "nullable": true }, - "content_library_image_num_lt": { - "type": "integer", - "format": "int32", + "storage_network_gateway_ends_with": { + "type": "string", "nullable": true }, - "content_library_image_num_lte": { - "type": "integer", - "format": "int32", + "storage_network_gateway_gt": { + "type": "string", "nullable": true }, - "content_library_image_num_not": { - "type": "integer", - "format": "int32", + "storage_network_gateway_gte": { + "type": "string", "nullable": true }, - "content_library_image_num_not_in": { + "storage_network_gateway_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "content_library_images_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - ], - "nullable": true - }, - "content_library_images_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - ], + "storage_network_gateway_lt": { + "type": "string", "nullable": true }, - "content_library_images_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - ], + "storage_network_gateway_lte": { + "type": "string", "nullable": true }, - "content_library_vm_template_num": { - "type": "integer", - "format": "int32", + "storage_network_gateway_not": { + "type": "string", "nullable": true }, - "content_library_vm_template_num_gt": { - "type": "integer", - "format": "int32", + "storage_network_gateway_not_contains": { + "type": "string", "nullable": true }, - "content_library_vm_template_num_gte": { - "type": "integer", - "format": "int32", + "storage_network_gateway_not_ends_with": { + "type": "string", "nullable": true }, - "content_library_vm_template_num_in": { + "storage_network_gateway_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "content_library_vm_template_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "content_library_vm_template_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "content_library_vm_template_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "content_library_vm_template_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "storage_network_gateway_not_starts_with": { + "type": "string", "nullable": true }, - "content_library_vm_templates_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - ], + "storage_network_gateway_starts_with": { + "type": "string", "nullable": true }, - "content_library_vm_templates_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - ], + "storage_network_ip": { + "type": "string", "nullable": true }, - "content_library_vm_templates_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - ], + "storage_network_ip_contains": { + "type": "string", "nullable": true }, - "createdAt": { + "storage_network_ip_ends_with": { "type": "string", "nullable": true }, - "createdAt_gt": { + "storage_network_ip_gt": { "type": "string", "nullable": true }, - "createdAt_gte": { + "storage_network_ip_gte": { "type": "string", "nullable": true }, - "createdAt_in": { + "storage_network_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "createdAt_lt": { + "storage_network_ip_lt": { "type": "string", "nullable": true }, - "createdAt_lte": { + "storage_network_ip_lte": { "type": "string", "nullable": true }, - "createdAt_not": { + "storage_network_ip_not": { "type": "string", "nullable": true }, - "createdAt_not_in": { + "storage_network_ip_not_contains": { + "type": "string", + "nullable": true + }, + "storage_network_ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "storage_network_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "datacenter_num": { - "type": "integer", - "format": "int32", + "storage_network_ip_not_starts_with": { + "type": "string", "nullable": true }, - "datacenter_num_gt": { - "type": "integer", - "format": "int32", + "storage_network_ip_starts_with": { + "type": "string", "nullable": true }, - "datacenter_num_gte": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask": { + "type": "string", "nullable": true }, - "datacenter_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "storage_network_subnet_mask_contains": { + "type": "string", "nullable": true }, - "datacenter_num_lt": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_ends_with": { + "type": "string", "nullable": true }, - "datacenter_num_lte": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_gt": { + "type": "string", "nullable": true }, - "datacenter_num_not": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_gte": { + "type": "string", "nullable": true }, - "datacenter_num_not_in": { + "storage_network_subnet_mask_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "datacenters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], - "nullable": true - }, - "datacenters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], + "storage_network_subnet_mask_lt": { + "type": "string", "nullable": true }, - "datacenters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], + "storage_network_subnet_mask_lte": { + "type": "string", "nullable": true }, - "disk_num": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_not": { + "type": "string", "nullable": true }, - "disk_num_gt": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_not_contains": { + "type": "string", "nullable": true }, - "disk_num_gte": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_not_ends_with": { + "type": "string", "nullable": true }, - "disk_num_in": { + "storage_network_subnet_mask_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "disk_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "disk_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "disk_num_not": { - "type": "integer", - "format": "int32", + "storage_network_subnet_mask_not_starts_with": { + "type": "string", "nullable": true }, - "disk_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "storage_network_subnet_mask_starts_with": { + "type": "string", "nullable": true }, - "disks_every": { + "storage_network_type": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/BackupServiceNetworkType" } ], "nullable": true }, - "disks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskWhereInput" - } - ], + "storage_network_type_in": { + "items": { + "$ref": "#/components/schemas/BackupServiceNetworkType" + }, + "type": "array", "nullable": true }, - "disks_some": { + "storage_network_type_not": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/BackupServiceNetworkType" } ], "nullable": true }, - "elf_image_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "elf_image_num_gt": { - "type": "integer", - "format": "int32", + "storage_network_type_not_in": { + "items": { + "$ref": "#/components/schemas/BackupServiceNetworkType" + }, + "type": "array", "nullable": true }, - "elf_image_num_gte": { - "type": "integer", - "format": "int32", + "storage_network_vlan": { + "type": "string", "nullable": true }, - "elf_image_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "storage_network_vlan_contains": { + "type": "string", "nullable": true }, - "elf_image_num_lt": { - "type": "integer", - "format": "int32", + "storage_network_vlan_ends_with": { + "type": "string", "nullable": true }, - "elf_image_num_lte": { - "type": "integer", - "format": "int32", + "storage_network_vlan_gt": { + "type": "string", "nullable": true }, - "elf_image_num_not": { - "type": "integer", - "format": "int32", + "storage_network_vlan_gte": { + "type": "string", "nullable": true }, - "elf_image_num_not_in": { + "storage_network_vlan_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "elf_images_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageWhereInput" - } - ], - "nullable": true - }, - "elf_images_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageWhereInput" - } - ], + "storage_network_vlan_lt": { + "type": "string", "nullable": true }, - "elf_images_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageWhereInput" - } - ], + "storage_network_vlan_lte": { + "type": "string", "nullable": true }, - "gpu_device_num": { - "type": "integer", - "format": "int32", + "storage_network_vlan_not": { + "type": "string", "nullable": true }, - "gpu_device_num_gt": { - "type": "integer", - "format": "int32", + "storage_network_vlan_not_contains": { + "type": "string", "nullable": true }, - "gpu_device_num_gte": { - "type": "integer", - "format": "int32", + "storage_network_vlan_not_ends_with": { + "type": "string", "nullable": true }, - "gpu_device_num_in": { + "storage_network_vlan_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "gpu_device_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "gpu_device_num_lte": { - "type": "integer", - "format": "int32", + "storage_network_vlan_not_starts_with": { + "type": "string", "nullable": true }, - "gpu_device_num_not": { - "type": "integer", - "format": "int32", + "storage_network_vlan_starts_with": { + "type": "string", "nullable": true - }, - "gpu_device_num_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "CloudTowerApplicationWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" }, "type": "array", "nullable": true }, - "gpu_devices_every": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - }, - "gpu_devices_none": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - }, - "gpu_devices_some": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - }, - "host_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "host_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "host_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "host_num_in": { + "NOT": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" }, "type": "array", "nullable": true }, - "host_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "host_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "host_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "host_num_not_in": { + "OR": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" }, "type": "array", "nullable": true }, - "hosts_every": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "hosts_none": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "hosts_some": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -13403,364 +13337,216 @@ "type": "string", "nullable": true }, - "iscsi_lun_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_lun_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_lun_num_gte": { - "type": "integer", - "format": "int32", + "name": { + "type": "string", "nullable": true }, - "iscsi_lun_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "iscsi_lun_num_lt": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "iscsi_lun_num_lte": { - "type": "integer", - "format": "int32", + "name_gt": { + "type": "string", "nullable": true }, - "iscsi_lun_num_not": { - "type": "integer", - "format": "int32", + "name_gte": { + "type": "string", "nullable": true }, - "iscsi_lun_num_not_in": { + "name_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "iscsi_lun_snapshot_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_lun_snapshot_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_lun_snapshot_num_gte": { - "type": "integer", - "format": "int32", + "name_lt": { + "type": "string", "nullable": true }, - "iscsi_lun_snapshot_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "name_lte": { + "type": "string", "nullable": true }, - "iscsi_lun_snapshot_num_lt": { - "type": "integer", - "format": "int32", + "name_not": { + "type": "string", "nullable": true }, - "iscsi_lun_snapshot_num_lte": { - "type": "integer", - "format": "int32", + "name_not_contains": { + "type": "string", "nullable": true }, - "iscsi_lun_snapshot_num_not": { - "type": "integer", - "format": "int32", + "name_not_ends_with": { + "type": "string", "nullable": true }, - "iscsi_lun_snapshot_num_not_in": { + "name_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "iscsi_lun_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" - } - ], - "nullable": true - }, - "iscsi_lun_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" - } - ], - "nullable": true - }, - "iscsi_lun_snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" - } - ], - "nullable": true - }, - "iscsi_luns_every": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "name_not_starts_with": { + "type": "string", "nullable": true }, - "iscsi_luns_none": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "name_starts_with": { + "type": "string", "nullable": true }, - "iscsi_luns_some": { + "package": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" } ], "nullable": true }, - "iscsi_target_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_target_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_target_num_gte": { - "type": "integer", - "format": "int32", + "placementSituation": { + "type": "string", "nullable": true }, - "iscsi_target_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "placementSituation_contains": { + "type": "string", "nullable": true }, - "iscsi_target_num_lt": { - "type": "integer", - "format": "int32", + "placementSituation_ends_with": { + "type": "string", "nullable": true }, - "iscsi_target_num_lte": { - "type": "integer", - "format": "int32", + "placementSituation_gt": { + "type": "string", "nullable": true }, - "iscsi_target_num_not": { - "type": "integer", - "format": "int32", + "placementSituation_gte": { + "type": "string", "nullable": true }, - "iscsi_target_num_not_in": { + "placementSituation_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "iscsi_targets_every": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], - "nullable": true - }, - "iscsi_targets_none": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], - "nullable": true - }, - "iscsi_targets_some": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], - "nullable": true - }, - "isolation_policies_every": { - "allOf": [ - { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" - } - ], - "nullable": true - }, - "isolation_policies_none": { - "allOf": [ - { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" - } - ], + "placementSituation_lt": { + "type": "string", "nullable": true }, - "isolation_policies_some": { - "allOf": [ - { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" - } - ], + "placementSituation_lte": { + "type": "string", "nullable": true }, - "isolation_policy_num": { - "type": "integer", - "format": "int32", + "placementSituation_not": { + "type": "string", "nullable": true }, - "isolation_policy_num_gt": { - "type": "integer", - "format": "int32", + "placementSituation_not_contains": { + "type": "string", "nullable": true }, - "isolation_policy_num_gte": { - "type": "integer", - "format": "int32", + "placementSituation_not_ends_with": { + "type": "string", "nullable": true }, - "isolation_policy_num_in": { + "placementSituation_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "isolation_policy_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "isolation_policy_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "isolation_policy_num_not": { - "type": "integer", - "format": "int32", + "placementSituation_not_starts_with": { + "type": "string", "nullable": true }, - "isolation_policy_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "placementSituation_starts_with": { + "type": "string", "nullable": true }, - "key": { + "placementVerb": { "type": "string", "nullable": true }, - "key_contains": { + "placementVerb_contains": { "type": "string", "nullable": true }, - "key_ends_with": { + "placementVerb_ends_with": { "type": "string", "nullable": true }, - "key_gt": { + "placementVerb_gt": { "type": "string", "nullable": true }, - "key_gte": { + "placementVerb_gte": { "type": "string", "nullable": true }, - "key_in": { + "placementVerb_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "key_lt": { + "placementVerb_lt": { "type": "string", "nullable": true }, - "key_lte": { + "placementVerb_lte": { "type": "string", "nullable": true }, - "key_not": { + "placementVerb_not": { "type": "string", "nullable": true }, - "key_not_contains": { + "placementVerb_not_contains": { "type": "string", "nullable": true }, - "key_not_ends_with": { + "placementVerb_not_ends_with": { "type": "string", "nullable": true }, - "key_not_in": { + "placementVerb_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "key_not_starts_with": { + "placementVerb_not_starts_with": { "type": "string", "nullable": true }, - "key_starts_with": { + "placementVerb_starts_with": { "type": "string", "nullable": true }, - "namespace_group_num": { + "resourceVersion": { "type": "integer", "format": "int32", "nullable": true }, - "namespace_group_num_gt": { + "resourceVersion_gt": { "type": "integer", "format": "int32", "nullable": true }, - "namespace_group_num_gte": { + "resourceVersion_gte": { "type": "integer", "format": "int32", "nullable": true }, - "namespace_group_num_in": { + "resourceVersion_in": { "items": { "type": "integer", "format": "int32" @@ -13768,22 +13554,22 @@ "type": "array", "nullable": true }, - "namespace_group_num_lt": { + "resourceVersion_lt": { "type": "integer", "format": "int32", "nullable": true }, - "namespace_group_num_lte": { + "resourceVersion_lte": { "type": "integer", "format": "int32", "nullable": true }, - "namespace_group_num_not": { + "resourceVersion_not": { "type": "integer", "format": "int32", "nullable": true }, - "namespace_group_num_not_in": { + "resourceVersion_not_in": { "items": { "type": "integer", "format": "int32" @@ -13791,1436 +13577,1214 @@ "type": "array", "nullable": true }, - "namespace_groups_every": { + "state": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/CloudTowerApplicationState" } ], "nullable": true }, - "namespace_groups_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" - } - ], + "state_in": { + "items": { + "$ref": "#/components/schemas/CloudTowerApplicationState" + }, + "type": "array", "nullable": true }, - "namespace_groups_some": { + "state_not": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/CloudTowerApplicationState" } ], "nullable": true }, - "nfs_export_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "nfs_export_num_gt": { - "type": "integer", - "format": "int32", + "state_not_in": { + "items": { + "$ref": "#/components/schemas/CloudTowerApplicationState" + }, + "type": "array", "nullable": true }, - "nfs_export_num_gte": { - "type": "integer", - "format": "int32", + "targetPackage": { + "type": "string", "nullable": true }, - "nfs_export_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "targetPackage_contains": { + "type": "string", "nullable": true }, - "nfs_export_num_lt": { - "type": "integer", - "format": "int32", + "targetPackage_ends_with": { + "type": "string", "nullable": true }, - "nfs_export_num_lte": { - "type": "integer", - "format": "int32", + "targetPackage_gt": { + "type": "string", "nullable": true }, - "nfs_export_num_not": { - "type": "integer", - "format": "int32", + "targetPackage_gte": { + "type": "string", "nullable": true }, - "nfs_export_num_not_in": { + "targetPackage_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "nfs_exports_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportWhereInput" - } - ], - "nullable": true - }, - "nfs_exports_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportWhereInput" - } - ], + "targetPackage_lt": { + "type": "string", "nullable": true }, - "nfs_exports_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportWhereInput" - } - ], + "targetPackage_lte": { + "type": "string", "nullable": true }, - "nfs_inode_num": { - "type": "integer", - "format": "int32", + "targetPackage_not": { + "type": "string", "nullable": true }, - "nfs_inode_num_gt": { - "type": "integer", - "format": "int32", + "targetPackage_not_contains": { + "type": "string", "nullable": true }, - "nfs_inode_num_gte": { - "type": "integer", - "format": "int32", + "targetPackage_not_ends_with": { + "type": "string", "nullable": true }, - "nfs_inode_num_in": { + "targetPackage_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "nfs_inode_num_lt": { - "type": "integer", - "format": "int32", + "targetPackage_not_starts_with": { + "type": "string", "nullable": true }, - "nfs_inode_num_lte": { - "type": "integer", - "format": "int32", + "targetPackage_starts_with": { + "type": "string", "nullable": true }, - "nfs_inode_num_not": { - "type": "integer", - "format": "int32", + "user": { + "allOf": [ + { + "$ref": "#/components/schemas/UserWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "CloudTowerApplicationPackageWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" + }, + "type": "array", "nullable": true }, - "nfs_inode_num_not_in": { + "NOT": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" }, "type": "array", "nullable": true }, - "nfs_inodes_every": { + "OR": { + "items": { + "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" + }, + "type": "array", + "nullable": true + }, + "applications_every": { "allOf": [ { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" } ], "nullable": true }, - "nfs_inodes_none": { + "applications_none": { "allOf": [ { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" } ], "nullable": true }, - "nfs_inodes_some": { + "applications_some": { "allOf": [ { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" } ], "nullable": true }, - "nic_num": { - "type": "integer", - "format": "int32", + "architecture": { + "allOf": [ + { + "$ref": "#/components/schemas/Architecture" + } + ], "nullable": true }, - "nic_num_gt": { - "type": "integer", - "format": "int32", + "architecture_in": { + "items": { + "$ref": "#/components/schemas/Architecture" + }, + "type": "array", "nullable": true }, - "nic_num_gte": { - "type": "integer", - "format": "int32", + "architecture_not": { + "allOf": [ + { + "$ref": "#/components/schemas/Architecture" + } + ], "nullable": true }, - "nic_num_in": { + "architecture_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/Architecture" }, "type": "array", "nullable": true }, - "nic_num_lt": { - "type": "integer", - "format": "int32", + "id": { + "type": "string", "nullable": true }, - "nic_num_lte": { - "type": "integer", - "format": "int32", + "id_contains": { + "type": "string", "nullable": true }, - "nic_num_not": { - "type": "integer", - "format": "int32", + "id_ends_with": { + "type": "string", "nullable": true }, - "nic_num_not_in": { + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "nics_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "nics_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], + "id_lt": { + "type": "string", "nullable": true }, - "nics_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], + "id_lte": { + "type": "string", "nullable": true }, - "nvmf_namespace_num": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "nvmf_namespace_num_gt": { - "type": "integer", - "format": "int32", + "id_not_contains": { + "type": "string", "nullable": true }, - "nvmf_namespace_num_gte": { - "type": "integer", - "format": "int32", + "id_not_ends_with": { + "type": "string", "nullable": true }, - "nvmf_namespace_num_in": { + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "nvmf_namespace_num_lt": { - "type": "integer", - "format": "int32", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "nvmf_namespace_num_lte": { - "type": "integer", - "format": "int32", + "id_starts_with": { + "type": "string", "nullable": true }, - "nvmf_namespace_num_not": { - "type": "integer", - "format": "int32", + "name": { + "type": "string", "nullable": true }, - "nvmf_namespace_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num_gt": { - "type": "integer", - "format": "int32", + "name_gt": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num_gte": { - "type": "integer", - "format": "int32", + "name_gte": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num_in": { + "name_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "nvmf_namespace_snapshot_num_lt": { - "type": "integer", - "format": "int32", + "name_lt": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num_lte": { - "type": "integer", - "format": "int32", + "name_lte": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num_not": { - "type": "integer", - "format": "int32", + "name_not": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshot_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "name_not_contains": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - } - ], + "name_not_ends_with": { + "type": "string", "nullable": true }, - "nvmf_namespace_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - } - ], + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "nvmf_namespace_snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - } - ], + "name_not_starts_with": { + "type": "string", "nullable": true }, - "nvmf_namespaces_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - ], + "name_starts_with": { + "type": "string", "nullable": true }, - "nvmf_namespaces_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - ], + "scosVersion": { + "type": "string", "nullable": true }, - "nvmf_namespaces_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - ], + "scosVersion_contains": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num": { - "type": "integer", - "format": "int32", + "scosVersion_ends_with": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num_gt": { - "type": "integer", - "format": "int32", + "scosVersion_gt": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num_gte": { - "type": "integer", - "format": "int32", + "scosVersion_gte": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num_in": { + "scosVersion_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "nvmf_subsystem_num_lt": { - "type": "integer", - "format": "int32", + "scosVersion_lt": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num_lte": { - "type": "integer", - "format": "int32", + "scosVersion_lte": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num_not": { - "type": "integer", - "format": "int32", + "scosVersion_not": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "scosVersion_not_contains": { + "type": "string", "nullable": true }, - "nvmf_subsystems_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - ], + "scosVersion_not_ends_with": { + "type": "string", "nullable": true }, - "nvmf_subsystems_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - ], + "scosVersion_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "nvmf_subsystems_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - ], + "scosVersion_not_starts_with": { + "type": "string", "nullable": true }, - "security_policies_every": { - "allOf": [ - { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - } - ], + "scosVersion_starts_with": { + "type": "string", "nullable": true }, - "security_policies_none": { - "allOf": [ - { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - } - ], + "version": { + "type": "string", "nullable": true }, - "security_policies_some": { - "allOf": [ - { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - } - ], + "version_contains": { + "type": "string", "nullable": true }, - "security_policy_num": { - "type": "integer", - "format": "int32", + "version_ends_with": { + "type": "string", "nullable": true }, - "security_policy_num_gt": { - "type": "integer", - "format": "int32", + "version_gt": { + "type": "string", "nullable": true }, - "security_policy_num_gte": { - "type": "integer", - "format": "int32", + "version_gte": { + "type": "string", "nullable": true }, - "security_policy_num_in": { + "version_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "security_policy_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "security_policy_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "security_policy_num_not": { - "type": "integer", - "format": "int32", + "version_lt": { + "type": "string", "nullable": true }, - "security_policy_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "version_lte": { + "type": "string", "nullable": true }, - "system_vlan_num": { - "type": "integer", - "format": "int32", + "version_not": { + "type": "string", "nullable": true }, - "system_vlan_num_gt": { - "type": "integer", - "format": "int32", + "version_not_contains": { + "type": "string", "nullable": true }, - "system_vlan_num_gte": { - "type": "integer", - "format": "int32", + "version_not_ends_with": { + "type": "string", "nullable": true }, - "system_vlan_num_in": { + "version_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "system_vlan_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "system_vlan_num_lte": { - "type": "integer", - "format": "int32", + "version_not_starts_with": { + "type": "string", "nullable": true }, - "system_vlan_num_not": { - "type": "integer", - "format": "int32", + "version_starts_with": { + "type": "string", "nullable": true - }, - "system_vlan_num_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "Architecture": { + "enum": [ + "AARCH64", + "X86_64" + ], + "type": "string" + }, + "CloudTowerApplicationState": { + "enum": [ + "CONFIGURE_FAILED", + "CONFIGURING", + "ERROR", + "INSTALLING", + "INSTALL_FAILED", + "RUNNING", + "SCALE_FAILED", + "SCALING", + "TERMINATE_FAILED", + "TERMINATING", + "UPGRADE_FAILED", + "UPGRADING" + ], + "type": "string" + }, + "UserWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/UserWhereInput" }, "type": "array", "nullable": true }, - "total_num": { - "type": "integer", - "format": "int32", + "NOT": { + "items": { + "$ref": "#/components/schemas/UserWhereInput" + }, + "type": "array", "nullable": true }, - "total_num_gt": { - "type": "integer", - "format": "int32", + "OR": { + "items": { + "$ref": "#/components/schemas/UserWhereInput" + }, + "type": "array", "nullable": true }, - "total_num_gte": { - "type": "integer", - "format": "int32", + "auth_config_id": { + "type": "string", "nullable": true }, - "total_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "auth_config_id_contains": { + "type": "string", "nullable": true }, - "total_num_lt": { - "type": "integer", - "format": "int32", + "auth_config_id_ends_with": { + "type": "string", "nullable": true }, - "total_num_lte": { - "type": "integer", - "format": "int32", + "auth_config_id_gt": { + "type": "string", "nullable": true }, - "total_num_not": { - "type": "integer", - "format": "int32", + "auth_config_id_gte": { + "type": "string", "nullable": true }, - "total_num_not_in": { + "auth_config_id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "value": { + "auth_config_id_lt": { "type": "string", "nullable": true }, - "value_contains": { + "auth_config_id_lte": { "type": "string", "nullable": true }, - "value_ends_with": { + "auth_config_id_not": { "type": "string", "nullable": true }, - "value_gt": { + "auth_config_id_not_contains": { "type": "string", "nullable": true }, - "value_gte": { + "auth_config_id_not_ends_with": { "type": "string", "nullable": true }, - "value_in": { + "auth_config_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "value_lt": { + "auth_config_id_not_starts_with": { "type": "string", "nullable": true }, - "value_lte": { + "auth_config_id_starts_with": { "type": "string", "nullable": true }, - "value_not": { + "display_username": { "type": "string", "nullable": true }, - "value_not_contains": { + "display_username_contains": { "type": "string", "nullable": true }, - "value_not_ends_with": { + "display_username_ends_with": { "type": "string", "nullable": true }, - "value_not_in": { + "display_username_gt": { + "type": "string", + "nullable": true + }, + "display_username_gte": { + "type": "string", + "nullable": true + }, + "display_username_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "value_not_starts_with": { + "display_username_lt": { "type": "string", "nullable": true }, - "value_starts_with": { + "display_username_lte": { "type": "string", "nullable": true }, - "vds_num": { - "type": "integer", - "format": "int32", + "display_username_not": { + "type": "string", "nullable": true }, - "vds_num_gt": { - "type": "integer", - "format": "int32", + "display_username_not_contains": { + "type": "string", "nullable": true }, - "vds_num_gte": { - "type": "integer", - "format": "int32", + "display_username_not_ends_with": { + "type": "string", "nullable": true }, - "vds_num_in": { + "display_username_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vds_num_lt": { - "type": "integer", - "format": "int32", + "display_username_not_starts_with": { + "type": "string", "nullable": true }, - "vds_num_lte": { - "type": "integer", - "format": "int32", + "display_username_starts_with": { + "type": "string", "nullable": true }, - "vds_num_not": { - "type": "integer", - "format": "int32", + "email_address": { + "type": "string", "nullable": true }, - "vds_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "email_address_contains": { + "type": "string", "nullable": true }, - "vdses_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "email_address_ends_with": { + "type": "string", "nullable": true }, - "vdses_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "email_address_gt": { + "type": "string", "nullable": true }, - "vdses_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "email_address_gte": { + "type": "string", "nullable": true }, - "vlans_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], + "email_address_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "vlans_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], + "email_address_lt": { + "type": "string", "nullable": true }, - "vlans_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], + "email_address_lte": { + "type": "string", "nullable": true }, - "vm_num": { - "type": "integer", - "format": "int32", + "email_address_not": { + "type": "string", "nullable": true }, - "vm_num_gt": { - "type": "integer", - "format": "int32", + "email_address_not_contains": { + "type": "string", "nullable": true }, - "vm_num_gte": { - "type": "integer", - "format": "int32", + "email_address_not_ends_with": { + "type": "string", "nullable": true }, - "vm_num_in": { + "email_address_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_num_lt": { - "type": "integer", - "format": "int32", + "email_address_not_starts_with": { + "type": "string", "nullable": true }, - "vm_num_lte": { - "type": "integer", - "format": "int32", + "email_address_starts_with": { + "type": "string", "nullable": true }, - "vm_num_not": { - "type": "integer", - "format": "int32", + "id": { + "type": "string", "nullable": true }, - "vm_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "id_contains": { + "type": "string", "nullable": true }, - "vm_snapshot_num": { - "type": "integer", - "format": "int32", + "id_ends_with": { + "type": "string", "nullable": true }, - "vm_snapshot_num_gt": { - "type": "integer", - "format": "int32", + "id_gt": { + "type": "string", "nullable": true }, - "vm_snapshot_num_gte": { - "type": "integer", - "format": "int32", + "id_gte": { + "type": "string", "nullable": true }, - "vm_snapshot_num_in": { + "id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_snapshot_num_lt": { - "type": "integer", - "format": "int32", + "id_lt": { + "type": "string", "nullable": true }, - "vm_snapshot_num_lte": { - "type": "integer", - "format": "int32", + "id_lte": { + "type": "string", "nullable": true }, - "vm_snapshot_num_not": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "vm_snapshot_num_not_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true }, - "vm_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], + "id_starts_with": { + "type": "string", "nullable": true }, - "vm_snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], + "internal": { + "type": "boolean", "nullable": true }, - "vm_template_num": { - "type": "integer", - "format": "int32", + "internal_not": { + "type": "boolean", "nullable": true }, - "vm_template_num_gt": { - "type": "integer", - "format": "int32", + "ldap_dn": { + "type": "string", "nullable": true }, - "vm_template_num_gte": { - "type": "integer", - "format": "int32", + "ldap_dn_contains": { + "type": "string", "nullable": true }, - "vm_template_num_in": { + "ldap_dn_ends_with": { + "type": "string", + "nullable": true + }, + "ldap_dn_gt": { + "type": "string", + "nullable": true + }, + "ldap_dn_gte": { + "type": "string", + "nullable": true + }, + "ldap_dn_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_template_num_lt": { - "type": "integer", - "format": "int32", + "ldap_dn_lt": { + "type": "string", "nullable": true }, - "vm_template_num_lte": { - "type": "integer", - "format": "int32", + "ldap_dn_lte": { + "type": "string", "nullable": true }, - "vm_template_num_not": { - "type": "integer", - "format": "int32", + "ldap_dn_not": { + "type": "string", "nullable": true }, - "vm_template_num_not_in": { + "ldap_dn_not_contains": { + "type": "string", + "nullable": true + }, + "ldap_dn_not_ends_with": { + "type": "string", + "nullable": true + }, + "ldap_dn_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_templates_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "ldap_dn_not_starts_with": { + "type": "string", "nullable": true }, - "vm_templates_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "ldap_dn_starts_with": { + "type": "string", "nullable": true }, - "vm_templates_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "mobile_phone": { + "type": "string", "nullable": true }, - "vm_vlan_num": { - "type": "integer", - "format": "int32", + "mobile_phone_contains": { + "type": "string", "nullable": true }, - "vm_vlan_num_gt": { - "type": "integer", - "format": "int32", + "mobile_phone_ends_with": { + "type": "string", "nullable": true }, - "vm_vlan_num_gte": { - "type": "integer", - "format": "int32", + "mobile_phone_gt": { + "type": "string", "nullable": true }, - "vm_vlan_num_in": { + "mobile_phone_gte": { + "type": "string", + "nullable": true + }, + "mobile_phone_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_vlan_num_lt": { - "type": "integer", - "format": "int32", + "mobile_phone_lt": { + "type": "string", "nullable": true }, - "vm_vlan_num_lte": { - "type": "integer", - "format": "int32", + "mobile_phone_lte": { + "type": "string", "nullable": true }, - "vm_vlan_num_not": { - "type": "integer", - "format": "int32", + "mobile_phone_not": { + "type": "string", "nullable": true }, - "vm_vlan_num_not_in": { + "mobile_phone_not_contains": { + "type": "string", + "nullable": true + }, + "mobile_phone_not_ends_with": { + "type": "string", + "nullable": true + }, + "mobile_phone_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_volume_num": { - "type": "integer", - "format": "int32", + "mobile_phone_not_starts_with": { + "type": "string", "nullable": true }, - "vm_volume_num_gt": { - "type": "integer", - "format": "int32", + "mobile_phone_starts_with": { + "type": "string", "nullable": true }, - "vm_volume_num_gte": { - "type": "integer", - "format": "int32", + "name": { + "type": "string", "nullable": true }, - "vm_volume_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "vm_volume_num_lt": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "vm_volume_num_lte": { - "type": "integer", - "format": "int32", + "name_gt": { + "type": "string", "nullable": true }, - "vm_volume_num_not": { - "type": "integer", - "format": "int32", + "name_gte": { + "type": "string", "nullable": true }, - "vm_volume_num_not_in": { + "name_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_volume_snapshot_num": { - "type": "integer", - "format": "int32", + "name_lt": { + "type": "string", "nullable": true }, - "vm_volume_snapshot_num_gt": { - "type": "integer", - "format": "int32", + "name_lte": { + "type": "string", "nullable": true }, - "vm_volume_snapshot_num_gte": { - "type": "integer", - "format": "int32", + "name_not": { + "type": "string", "nullable": true }, - "vm_volume_snapshot_num_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_volume_snapshot_num_lt": { - "type": "integer", - "format": "int32", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "vm_volume_snapshot_num_lte": { - "type": "integer", - "format": "int32", + "name_starts_with": { + "type": "string", "nullable": true }, - "vm_volume_snapshot_num_not": { - "type": "integer", - "format": "int32", + "password_expired": { + "type": "boolean", "nullable": true }, - "vm_volume_snapshot_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "password_expired_not": { + "type": "boolean", "nullable": true }, - "vm_volume_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" - } - ], + "password_updated_at": { + "type": "string", "nullable": true }, - "vm_volume_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" - } - ], + "password_updated_at_gt": { + "type": "string", "nullable": true }, - "vm_volume_snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" - } - ], + "password_updated_at_gte": { + "type": "string", "nullable": true }, - "vm_volumes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "password_updated_at_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "vm_volumes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "password_updated_at_lt": { + "type": "string", "nullable": true }, - "vm_volumes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "password_updated_at_lte": { + "type": "string", "nullable": true }, - "vms_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "password_updated_at_not": { + "type": "string", "nullable": true }, - "vms_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "password_updated_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "vms_some": { + "role": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/UserRole" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ConsistencyGroupSnapshotWhereInput": { - "properties": { - "AND": { + }, + "role_in": { "items": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + "$ref": "#/components/schemas/UserRole" }, "type": "array", "nullable": true }, - "Iscsi_lun_snapshots_every": { + "role_not": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/UserRole" } ], "nullable": true }, - "Iscsi_lun_snapshots_none": { + "role_not_in": { + "items": { + "$ref": "#/components/schemas/UserRole" + }, + "type": "array", + "nullable": true + }, + "roles_every": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/UserRoleNextWhereInput" } ], "nullable": true }, - "Iscsi_lun_snapshots_some": { + "roles_none": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/UserRoleNextWhereInput" } ], "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - }, - "type": "array", - "nullable": true - }, - "consistency_group": { + "roles_some": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + "$ref": "#/components/schemas/UserRoleNextWhereInput" } ], "nullable": true }, - "entityAsyncStatus": { + "source": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/UserSource" } ], "nullable": true }, - "entityAsyncStatus_in": { + "source_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/UserSource" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "source_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/UserSource" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "source_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/UserSource" }, "type": "array", "nullable": true }, - "id": { + "username": { "type": "string", "nullable": true }, - "id_contains": { + "username_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "username_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "username_gt": { "type": "string", "nullable": true }, - "id_gte": { + "username_gte": { "type": "string", "nullable": true }, - "id_in": { + "username_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "username_lt": { "type": "string", "nullable": true }, - "id_lte": { + "username_lte": { "type": "string", "nullable": true }, - "id_not": { + "username_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "username_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "username_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "username_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "local_created_at": { - "type": "string", - "nullable": true - }, - "local_created_at_gt": { + "username_not_starts_with": { "type": "string", "nullable": true }, - "local_created_at_gte": { + "username_starts_with": { "type": "string", "nullable": true - }, - "local_created_at_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "UserRole": { + "enum": [ + "ADMIN", + "READ_ONLY", + "ROOT" + ], + "type": "string" + }, + "UserRoleNextWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/UserRoleNextWhereInput" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", - "nullable": true - }, - "local_created_at_lte": { - "type": "string", - "nullable": true - }, - "local_created_at_not": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/UserRoleNextWhereInput" + }, + "type": "array", "nullable": true }, - "local_created_at_not_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/UserRoleNextWhereInput" }, "type": "array", "nullable": true }, - "local_id": { + "id": { "type": "string", "nullable": true }, - "local_id_contains": { + "id_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "id_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "id_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "id_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "id_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "id_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, @@ -15286,980 +14850,1049 @@ "type": "string", "nullable": true }, - "nvmf_namespace_snapshots_every": { + "platform": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + "$ref": "#/components/schemas/UserRolePlatform" } ], "nullable": true }, - "nvmf_namespace_snapshots_none": { + "platform_in": { + "items": { + "$ref": "#/components/schemas/UserRolePlatform" + }, + "type": "array", + "nullable": true + }, + "platform_not": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + "$ref": "#/components/schemas/UserRolePlatform" } ], "nullable": true }, - "nvmf_namespace_snapshots_some": { + "platform_not_in": { + "items": { + "$ref": "#/components/schemas/UserRolePlatform" + }, + "type": "array", + "nullable": true + }, + "preset": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + "$ref": "#/components/schemas/UserRolePreset" } ], "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "unique_size_gt": { - "type": "integer", - "format": "int64", + "preset_in": { + "items": { + "$ref": "#/components/schemas/UserRolePreset" + }, + "type": "array", "nullable": true }, - "unique_size_gte": { - "type": "integer", - "format": "int64", + "preset_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UserRolePreset" + } + ], "nullable": true }, - "unique_size_in": { + "preset_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/UserRolePreset" }, "type": "array", "nullable": true }, - "unique_size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "unique_size_lte": { - "type": "integer", - "format": "int64", + "users_every": { + "allOf": [ + { + "$ref": "#/components/schemas/UserWhereInput" + } + ], "nullable": true }, - "unique_size_not": { - "type": "integer", - "format": "int64", + "users_none": { + "allOf": [ + { + "$ref": "#/components/schemas/UserWhereInput" + } + ], "nullable": true }, - "unique_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "users_some": { + "allOf": [ + { + "$ref": "#/components/schemas/UserWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "IscsiLunSnapshotWhereInput": { + "UserRolePlatform": { + "enum": [ + "MANAGEMENT", + "SELF_SERVICE" + ], + "type": "string" + }, + "UserRolePreset": { + "enum": [ + "ADMIN", + "AUDITOR", + "READ_ONLY", + "ROOT", + "USER_ADMIN", + "VM_USER" + ], + "type": "string" + }, + "UserSource": { + "enum": [ + "AUTHN", + "LDAP", + "LOCAL" + ], + "type": "string" + }, + "BackupServiceNetworkType": { + "enum": [ + "MANAGEMENT", + "NEW_NIC", + "STORAGE" + ], + "type": "string" + }, + "BackupStoreRepositoryWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" }, "type": "array", "nullable": true }, - "consistency_group_snapshot": { + "backup_plans_every": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" } ], "nullable": true }, - "entityAsyncStatus": { + "backup_plans_none": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupPlanWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "backup_plans_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanWhereInput" + } + ], "nullable": true }, - "entityAsyncStatus_not": { + "backup_restore_points_every": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "backup_restore_points_none": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], "nullable": true }, - "id": { - "type": "string", + "backup_restore_points_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" + } + ], "nullable": true }, - "id_contains": { - "type": "string", + "backup_service": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupServiceWhereInput" + } + ], "nullable": true }, - "id_ends_with": { + "createdAt": { "type": "string", "nullable": true }, - "id_gt": { + "createdAt_gt": { "type": "string", "nullable": true }, - "id_gte": { + "createdAt_gte": { "type": "string", "nullable": true }, - "id_in": { + "createdAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { + "createdAt_lt": { "type": "string", "nullable": true }, - "id_not_contains": { + "createdAt_lte": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "createdAt_not": { "type": "string", "nullable": true }, - "id_not_in": { + "createdAt_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "description": { "type": "string", "nullable": true }, - "id_starts_with": { + "description_contains": { "type": "string", "nullable": true }, - "iscsi_lun": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "description_ends_with": { + "type": "string", "nullable": true }, - "iscsi_target": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], + "description_gt": { + "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "description_gte": { + "type": "string", "nullable": true }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "description_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "description_lt": { + "type": "string", "nullable": true }, - "local_created_at": { + "description_lte": { "type": "string", "nullable": true }, - "local_created_at_gt": { + "description_not": { "type": "string", "nullable": true }, - "local_created_at_gte": { + "description_not_contains": { "type": "string", "nullable": true }, - "local_created_at_in": { + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_created_at_lt": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "local_created_at_lte": { + "description_starts_with": { "type": "string", "nullable": true }, - "local_created_at_not": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_created_at_not_in": { + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "local_id": { + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "error_code": { "type": "string", "nullable": true }, - "local_id_contains": { + "error_code_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "error_code_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "error_code_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "error_code_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "error_code_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "error_code_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "error_code_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "error_code_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "error_code_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "error_code_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "error_code_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "error_code_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "error_code_starts_with": { "type": "string", "nullable": true }, - "name": { + "id": { "type": "string", "nullable": true }, - "name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "name_not": { + "id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64", - "nullable": true + "iscsi_chap_name": { + "type": "string", + "nullable": true }, - "unique_size_gt": { - "type": "integer", - "format": "int64", + "iscsi_chap_name_contains": { + "type": "string", "nullable": true }, - "unique_size_gte": { - "type": "integer", - "format": "int64", + "iscsi_chap_name_ends_with": { + "type": "string", "nullable": true }, - "unique_size_in": { + "iscsi_chap_name_gt": { + "type": "string", + "nullable": true + }, + "iscsi_chap_name_gte": { + "type": "string", + "nullable": true + }, + "iscsi_chap_name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "unique_size_lt": { - "type": "integer", - "format": "int64", + "iscsi_chap_name_lt": { + "type": "string", "nullable": true }, - "unique_size_lte": { - "type": "integer", - "format": "int64", + "iscsi_chap_name_lte": { + "type": "string", "nullable": true }, - "unique_size_not": { - "type": "integer", - "format": "int64", + "iscsi_chap_name_not": { + "type": "string", "nullable": true }, - "unique_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "iscsi_chap_name_not_contains": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "IscsiLunWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/IscsiLunWhereInput" - }, - "type": "array", + }, + "iscsi_chap_name_not_ends_with": { + "type": "string", "nullable": true }, - "NOT": { + "iscsi_chap_name_not_in": { "items": { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/IscsiLunWhereInput" - }, - "type": "array", + "iscsi_chap_name_not_starts_with": { + "type": "string", "nullable": true }, - "allowed_initiators": { + "iscsi_chap_name_starts_with": { "type": "string", "nullable": true }, - "allowed_initiators_contains": { + "iscsi_chap_secret": { "type": "string", "nullable": true }, - "allowed_initiators_ends_with": { + "iscsi_chap_secret_contains": { "type": "string", "nullable": true }, - "allowed_initiators_gt": { + "iscsi_chap_secret_ends_with": { "type": "string", "nullable": true }, - "allowed_initiators_gte": { + "iscsi_chap_secret_gt": { "type": "string", "nullable": true }, - "allowed_initiators_in": { + "iscsi_chap_secret_gte": { + "type": "string", + "nullable": true + }, + "iscsi_chap_secret_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "allowed_initiators_lt": { + "iscsi_chap_secret_lt": { "type": "string", "nullable": true }, - "allowed_initiators_lte": { + "iscsi_chap_secret_lte": { "type": "string", "nullable": true }, - "allowed_initiators_not": { + "iscsi_chap_secret_not": { "type": "string", "nullable": true }, - "allowed_initiators_not_contains": { + "iscsi_chap_secret_not_contains": { "type": "string", "nullable": true }, - "allowed_initiators_not_ends_with": { + "iscsi_chap_secret_not_ends_with": { "type": "string", "nullable": true }, - "allowed_initiators_not_in": { + "iscsi_chap_secret_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "allowed_initiators_not_starts_with": { + "iscsi_chap_secret_not_starts_with": { "type": "string", "nullable": true }, - "allowed_initiators_starts_with": { + "iscsi_chap_secret_starts_with": { "type": "string", "nullable": true }, - "assigned_size": { - "type": "integer", - "format": "int64", + "iscsi_ip": { + "type": "string", "nullable": true }, - "assigned_size_gt": { - "type": "integer", - "format": "int64", + "iscsi_ip_contains": { + "type": "string", "nullable": true }, - "assigned_size_gte": { - "type": "integer", - "format": "int64", + "iscsi_ip_ends_with": { + "type": "string", "nullable": true }, - "assigned_size_in": { + "iscsi_ip_gt": { + "type": "string", + "nullable": true + }, + "iscsi_ip_gte": { + "type": "string", + "nullable": true + }, + "iscsi_ip_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "assigned_size_lt": { - "type": "integer", - "format": "int64", + "iscsi_ip_lt": { + "type": "string", "nullable": true }, - "assigned_size_lte": { - "type": "integer", - "format": "int64", + "iscsi_ip_lte": { + "type": "string", "nullable": true }, - "assigned_size_not": { - "type": "integer", - "format": "int64", + "iscsi_ip_not": { + "type": "string", "nullable": true }, - "assigned_size_not_in": { + "iscsi_ip_not_contains": { + "type": "string", + "nullable": true + }, + "iscsi_ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "iscsi_ip_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps": { - "type": "integer", - "format": "int64", + "iscsi_ip_not_starts_with": { + "type": "string", "nullable": true }, - "bps_gt": { - "type": "integer", - "format": "int64", + "iscsi_ip_starts_with": { + "type": "string", "nullable": true }, - "bps_gte": { - "type": "integer", - "format": "int64", + "iscsi_lun_id": { + "type": "string", "nullable": true }, - "bps_in": { + "iscsi_lun_id_contains": { + "type": "string", + "nullable": true + }, + "iscsi_lun_id_ends_with": { + "type": "string", + "nullable": true + }, + "iscsi_lun_id_gt": { + "type": "string", + "nullable": true + }, + "iscsi_lun_id_gte": { + "type": "string", + "nullable": true + }, + "iscsi_lun_id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_lt": { - "type": "integer", - "format": "int64", + "iscsi_lun_id_lt": { + "type": "string", "nullable": true }, - "bps_lte": { - "type": "integer", - "format": "int64", + "iscsi_lun_id_lte": { + "type": "string", "nullable": true }, - "bps_max": { - "type": "integer", - "format": "int64", + "iscsi_lun_id_not": { + "type": "string", "nullable": true }, - "bps_max_gt": { - "type": "integer", - "format": "int64", + "iscsi_lun_id_not_contains": { + "type": "string", "nullable": true }, - "bps_max_gte": { - "type": "integer", - "format": "int64", + "iscsi_lun_id_not_ends_with": { + "type": "string", "nullable": true }, - "bps_max_in": { + "iscsi_lun_id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_max_length": { + "iscsi_lun_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "iscsi_lun_id_starts_with": { + "type": "string", + "nullable": true + }, + "iscsi_port": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_gt": { + "iscsi_port_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_gte": { + "iscsi_port_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_in": { + "iscsi_port_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_length_lt": { + "iscsi_port_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_lte": { + "iscsi_port_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_not": { + "iscsi_port_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_not_in": { + "iscsi_port_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_lt": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn": { + "type": "string", "nullable": true }, - "bps_max_lte": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_contains": { + "type": "string", "nullable": true }, - "bps_max_not": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_ends_with": { + "type": "string", "nullable": true }, - "bps_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "iscsi_target_iqn_gt": { + "type": "string", "nullable": true }, - "bps_not": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_gte": { + "type": "string", "nullable": true }, - "bps_not_in": { + "iscsi_target_iqn_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_lt": { + "type": "string", "nullable": true }, - "bps_rd_gt": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_lte": { + "type": "string", "nullable": true }, - "bps_rd_gte": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_not": { + "type": "string", "nullable": true }, - "bps_rd_in": { + "iscsi_target_iqn_not_contains": { + "type": "string", + "nullable": true + }, + "iscsi_target_iqn_not_ends_with": { + "type": "string", + "nullable": true + }, + "iscsi_target_iqn_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_lt": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_not_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_lte": { - "type": "integer", - "format": "int64", + "iscsi_target_iqn_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64", + "name": { + "type": "string", "nullable": true }, - "bps_rd_max_gt": { - "type": "integer", - "format": "int64", + "name_contains": { + "type": "string", "nullable": true }, - "bps_rd_max_gte": { - "type": "integer", - "format": "int64", + "name_ends_with": { + "type": "string", "nullable": true }, - "bps_rd_max_in": { + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64", + "name_lt": { + "type": "string", "nullable": true }, - "bps_rd_max_length_gt": { - "type": "integer", - "format": "int64", + "name_lte": { + "type": "string", "nullable": true }, - "bps_rd_max_length_gte": { - "type": "integer", - "format": "int64", + "name_not": { + "type": "string", "nullable": true }, - "bps_rd_max_length_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_max_length_lt": { - "type": "integer", - "format": "int64", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max_length_lte": { - "type": "integer", - "format": "int64", + "name_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max_length_not": { - "type": "integer", - "format": "int64", + "nfs_path": { + "type": "string", "nullable": true }, - "bps_rd_max_length_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "nfs_path_contains": { + "type": "string", "nullable": true }, - "bps_rd_max_lt": { - "type": "integer", - "format": "int64", + "nfs_path_ends_with": { + "type": "string", "nullable": true }, - "bps_rd_max_lte": { - "type": "integer", - "format": "int64", + "nfs_path_gt": { + "type": "string", "nullable": true }, - "bps_rd_max_not": { - "type": "integer", - "format": "int64", + "nfs_path_gte": { + "type": "string", "nullable": true }, - "bps_rd_max_not_in": { + "nfs_path_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_not": { - "type": "integer", - "format": "int64", + "nfs_path_lt": { + "type": "string", "nullable": true }, - "bps_rd_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "nfs_path_lte": { + "type": "string", "nullable": true }, - "bps_wr": { - "type": "integer", - "format": "int64", + "nfs_path_not": { + "type": "string", "nullable": true }, - "bps_wr_gt": { - "type": "integer", - "format": "int64", + "nfs_path_not_contains": { + "type": "string", "nullable": true }, - "bps_wr_gte": { - "type": "integer", - "format": "int64", + "nfs_path_not_ends_with": { + "type": "string", "nullable": true }, - "bps_wr_in": { + "nfs_path_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_wr_lt": { - "type": "integer", - "format": "int64", + "nfs_path_not_starts_with": { + "type": "string", "nullable": true }, - "bps_wr_lte": { - "type": "integer", - "format": "int64", + "nfs_path_starts_with": { + "type": "string", "nullable": true }, - "bps_wr_max": { - "type": "integer", - "format": "int64", + "nfs_server": { + "type": "string", "nullable": true }, - "bps_wr_max_gt": { - "type": "integer", - "format": "int64", + "nfs_server_contains": { + "type": "string", "nullable": true }, - "bps_wr_max_gte": { - "type": "integer", - "format": "int64", + "nfs_server_ends_with": { + "type": "string", "nullable": true }, - "bps_wr_max_in": { + "nfs_server_gt": { + "type": "string", + "nullable": true + }, + "nfs_server_gte": { + "type": "string", + "nullable": true + }, + "nfs_server_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_wr_max_length": { - "type": "integer", - "format": "int64", + "nfs_server_lt": { + "type": "string", "nullable": true }, - "bps_wr_max_length_gt": { - "type": "integer", - "format": "int64", + "nfs_server_lte": { + "type": "string", "nullable": true }, - "bps_wr_max_length_gte": { - "type": "integer", - "format": "int64", + "nfs_server_not": { + "type": "string", "nullable": true }, - "bps_wr_max_length_in": { + "nfs_server_not_contains": { + "type": "string", + "nullable": true + }, + "nfs_server_not_ends_with": { + "type": "string", + "nullable": true + }, + "nfs_server_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_wr_max_length_lt": { - "type": "integer", - "format": "int64", + "nfs_server_not_starts_with": { + "type": "string", "nullable": true }, - "bps_wr_max_length_lte": { - "type": "integer", - "format": "int64", + "nfs_server_starts_with": { + "type": "string", "nullable": true }, - "bps_wr_max_length_not": { - "type": "integer", - "format": "int64", + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupStoreStatus" + } + ], "nullable": true }, - "bps_wr_max_length_not_in": { + "status_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/BackupStoreStatus" }, "type": "array", "nullable": true }, - "bps_wr_max_lt": { + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupStoreStatus" + } + ], + "nullable": true + }, + "status_not_in": { + "items": { + "$ref": "#/components/schemas/BackupStoreStatus" + }, + "type": "array", + "nullable": true + }, + "total_capacity": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_lte": { + "total_capacity_gt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_not": { + "total_capacity_gte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_not_in": { + "total_capacity_in": { "items": { "type": "integer", "format": "int64" @@ -16267,12 +15900,22 @@ "type": "array", "nullable": true }, - "bps_wr_not": { + "total_capacity_lt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_not_in": { + "total_capacity_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_capacity_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_capacity_not_in": { "items": { "type": "integer", "format": "int64" @@ -16280,122 +15923,114 @@ "type": "array", "nullable": true }, - "consistency_group": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - } - ], - "nullable": true - }, - "entityAsyncStatus": { + "type": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupStoreType" } ], "nullable": true }, - "entityAsyncStatus_in": { + "type_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupStoreType" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupStoreType" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "type_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BackupStoreType" }, "type": "array", "nullable": true }, - "id": { + "update_timestamp": { "type": "string", "nullable": true }, - "id_contains": { + "update_timestamp_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "update_timestamp_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "update_timestamp_gt": { "type": "string", "nullable": true }, - "id_gte": { + "update_timestamp_gte": { "type": "string", "nullable": true }, - "id_in": { + "update_timestamp_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "update_timestamp_lt": { "type": "string", "nullable": true }, - "id_lte": { + "update_timestamp_lte": { "type": "string", "nullable": true }, - "id_not": { + "update_timestamp_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "update_timestamp_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "update_timestamp_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "update_timestamp_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "update_timestamp_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "update_timestamp_starts_with": { "type": "string", "nullable": true }, - "io_size": { + "used_data_space": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_gt": { + "used_data_space_gt": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_gte": { + "used_data_space_gte": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_in": { + "used_data_space_in": { "items": { "type": "integer", "format": "int64" @@ -16403,22 +16038,22 @@ "type": "array", "nullable": true }, - "io_size_lt": { + "used_data_space_lt": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_lte": { + "used_data_space_lte": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_not": { + "used_data_space_not": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_not_in": { + "used_data_space_not_in": { "items": { "type": "integer", "format": "int64" @@ -16426,78 +16061,68 @@ "type": "array", "nullable": true }, - "iops": { - "type": "integer", - "format": "int64", + "used_data_space_usage": { + "type": "number", + "format": "double", "nullable": true }, - "iops_gt": { - "type": "integer", - "format": "int64", + "used_data_space_usage_gt": { + "type": "number", + "format": "double", "nullable": true }, - "iops_gte": { - "type": "integer", - "format": "int64", + "used_data_space_usage_gte": { + "type": "number", + "format": "double", "nullable": true }, - "iops_in": { + "used_data_space_usage_in": { "items": { - "type": "integer", - "format": "int64" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "iops_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_max": { - "type": "integer", - "format": "int64", + "used_data_space_usage_lt": { + "type": "number", + "format": "double", "nullable": true }, - "iops_max_gt": { - "type": "integer", - "format": "int64", + "used_data_space_usage_lte": { + "type": "number", + "format": "double", "nullable": true }, - "iops_max_gte": { - "type": "integer", - "format": "int64", + "used_data_space_usage_not": { + "type": "number", + "format": "double", "nullable": true }, - "iops_max_in": { + "used_data_space_usage_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "iops_max_length": { + "valid_data_space": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_gt": { + "valid_data_space_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_gte": { + "valid_data_space_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_in": { + "valid_data_space_in": { "items": { "type": "integer", "format": "int64" @@ -16505,519 +16130,768 @@ "type": "array", "nullable": true }, - "iops_max_length_lt": { + "valid_data_space_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_lte": { + "valid_data_space_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_not": { + "valid_data_space_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_not_in": { + "valid_data_space_not_in": { "items": { "type": "integer", "format": "int64" }, "type": "array", "nullable": true - }, - "iops_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_max_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_max_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_max_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "BackupStoreStatus": { + "enum": [ + "CONNECTED", + "CONNECTING", + "DISABLED", + "ERROR", + "INIT", + "INIT_ERROR" + ], + "type": "string" + }, + "BackupStoreType": { + "enum": [ + "ISCSI", + "NFS3", + "NFS4" + ], + "type": "string" + }, + "BackupServiceStatus": { + "enum": [ + "ERROR", + "INITIALIZING", + "INSTALLING", + "INSTALL_FAILED", + "RUNNING", + "TERMINATE_FAILED", + "TERMINATING", + "UPGRADE_FAILED", + "UPGRADING" + ], + "type": "string" + }, + "BackupPlanDeleteStrategy": { + "enum": [ + "DELETE_RESTORE_POINT", + "KEEP_RESTORE_POINT" + ], + "type": "string" + }, + "BackupPlanPeriod": { + "enum": [ + "DAILY", + "HOURLY", + "MINUTELY", + "MONTHLY", + "WEEKLY", + "YEARLY" + ], + "type": "string" + }, + "BackupPlanKeepPolicy": { + "enum": [ + "COUNT", + "FOREVER", + "TIME" + ], + "type": "string" + }, + "BackupPlanPhase": { + "enum": [ + "INVALID", + "PAUSED", + "SCHEDULING", + "STOPPED", + "VALIDATING", + "WAITING_SCHEDULE" + ], + "type": "string" + }, + "BackupPlanStatus": { + "enum": [ + "PAUSED", + "STOPPED", + "WORKING" + ], + "type": "string" + }, + "VmClockOffset": { + "enum": [ + "LOCALTIME", + "UTC" + ], + "type": "string" + }, + "VmEntityFilterResultWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VmEntityFilterResultWhereInput" }, "type": "array", "nullable": true }, - "iops_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_not_in": { + "NOT": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VmEntityFilterResultWhereInput" }, "type": "array", "nullable": true }, - "iops_rd": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VmEntityFilterResultWhereInput" }, "type": "array", "nullable": true }, - "iops_rd_lt": { - "type": "integer", - "format": "int64", + "entityFilter": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityFilterWhereInput" + } + ], "nullable": true }, - "iops_rd_lte": { - "type": "integer", - "format": "int64", + "id": { + "type": "string", "nullable": true }, - "iops_rd_max": { - "type": "integer", - "format": "int64", + "id_contains": { + "type": "string", "nullable": true }, - "iops_rd_max_gt": { - "type": "integer", - "format": "int64", + "id_ends_with": { + "type": "string", "nullable": true }, - "iops_rd_max_gte": { - "type": "integer", - "format": "int64", + "id_gt": { + "type": "string", "nullable": true }, - "iops_rd_max_in": { + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_length_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_length_gte": { - "type": "integer", - "format": "int64", + "id_lt": { + "type": "string", "nullable": true }, - "iops_rd_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "id_lte": { + "type": "string", "nullable": true }, - "iops_rd_max_length_lt": { - "type": "integer", - "format": "int64", + "id_not": { + "type": "string", "nullable": true }, - "iops_rd_max_length_lte": { - "type": "integer", - "format": "int64", + "id_not_contains": { + "type": "string", "nullable": true }, - "iops_rd_max_length_not": { - "type": "integer", - "format": "int64", + "id_not_ends_with": { + "type": "string", "nullable": true }, - "iops_rd_max_length_not_in": { + "id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_rd_max_lt": { - "type": "integer", - "format": "int64", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "iops_rd_max_lte": { - "type": "integer", - "format": "int64", + "id_starts_with": { + "type": "string", "nullable": true }, - "iops_rd_max_not": { - "type": "integer", - "format": "int64", + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true - }, - "iops_rd_max_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "EntityFilterWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityFilterWhereInput" }, "type": "array", "nullable": true }, - "iops_rd_not": { - "type": "integer", - "format": "int64", + "NOT": { + "items": { + "$ref": "#/components/schemas/EntityFilterWhereInput" + }, + "type": "array", "nullable": true }, - "iops_rd_not_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityFilterWhereInput" }, "type": "array", "nullable": true }, - "iops_wr": { - "type": "integer", - "format": "int64", + "apply_to_all_clusters": { + "type": "boolean", "nullable": true }, - "iops_wr_gt": { - "type": "integer", - "format": "int64", + "apply_to_all_clusters_not": { + "type": "boolean", "nullable": true }, - "iops_wr_gte": { - "type": "integer", - "format": "int64", + "clusters_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "iops_wr_in": { + "clusters_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "clusters_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "entity_type": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityType" + } + ], + "nullable": true + }, + "entity_type_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityType" }, "type": "array", "nullable": true }, - "iops_wr_lt": { - "type": "integer", - "format": "int64", + "entity_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityType" + } + ], "nullable": true }, - "iops_wr_lte": { - "type": "integer", - "format": "int64", + "entity_type_not_in": { + "items": { + "$ref": "#/components/schemas/EntityType" + }, + "type": "array", "nullable": true }, - "iops_wr_max": { - "type": "integer", - "format": "int64", + "exec_failed_cluster_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "iops_wr_max_gt": { - "type": "integer", - "format": "int64", + "exec_failed_cluster_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "iops_wr_max_gte": { - "type": "integer", - "format": "int64", + "exec_failed_cluster_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "iops_wr_max_in": { + "filter_status": { + "allOf": [ + { + "$ref": "#/components/schemas/FilterStatus" + } + ], + "nullable": true + }, + "filter_status_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/FilterStatus" }, "type": "array", "nullable": true }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64", + "filter_status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/FilterStatus" + } + ], "nullable": true }, - "iops_wr_max_length_gt": { - "type": "integer", - "format": "int64", + "filter_status_not_in": { + "items": { + "$ref": "#/components/schemas/FilterStatus" + }, + "type": "array", "nullable": true }, - "iops_wr_max_length_gte": { - "type": "integer", - "format": "int64", + "id": { + "type": "string", "nullable": true }, - "iops_wr_max_length_in": { + "id_contains": { + "type": "string", + "nullable": true + }, + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_wr_max_length_lt": { - "type": "integer", - "format": "int64", + "id_lt": { + "type": "string", "nullable": true }, - "iops_wr_max_length_lte": { - "type": "integer", - "format": "int64", + "id_lte": { + "type": "string", "nullable": true }, - "iops_wr_max_length_not": { - "type": "integer", - "format": "int64", + "id_not": { + "type": "string", "nullable": true }, - "iops_wr_max_length_not_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_wr_max_lt": { - "type": "integer", - "format": "int64", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "iops_wr_max_lte": { - "type": "integer", - "format": "int64", + "id_starts_with": { + "type": "string", "nullable": true }, - "iops_wr_max_not": { - "type": "integer", - "format": "int64", + "last_executed_at": { + "type": "string", "nullable": true }, - "iops_wr_max_not_in": { + "last_executed_at_gt": { + "type": "string", + "nullable": true + }, + "last_executed_at_gte": { + "type": "string", + "nullable": true + }, + "last_executed_at_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_wr_not": { - "type": "integer", - "format": "int64", + "last_executed_at_lt": { + "type": "string", "nullable": true }, - "iops_wr_not_in": { + "last_executed_at_lte": { + "type": "string", + "nullable": true + }, + "last_executed_at_not": { + "type": "string", + "nullable": true + }, + "last_executed_at_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iscsi_target": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], + "name": { + "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "name_contains": { + "type": "string", "nullable": true }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "name_ends_with": { + "type": "string", "nullable": true }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "name_gt": { + "type": "string", "nullable": true }, - "local_created_at": { + "name_gte": { "type": "string", "nullable": true }, - "local_created_at_gt": { + "name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_lt": { "type": "string", "nullable": true }, - "local_created_at_gte": { + "name_lte": { "type": "string", "nullable": true }, - "local_created_at_in": { + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_created_at_lt": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "local_created_at_lte": { + "name_starts_with": { "type": "string", "nullable": true }, - "local_created_at_not": { + "preset": { "type": "string", "nullable": true }, - "local_created_at_not_in": { + "preset_contains": { + "type": "string", + "nullable": true + }, + "preset_ends_with": { + "type": "string", + "nullable": true + }, + "preset_gt": { + "type": "string", + "nullable": true + }, + "preset_gte": { + "type": "string", + "nullable": true + }, + "preset_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id": { + "preset_lt": { "type": "string", "nullable": true }, - "local_id_contains": { + "preset_lte": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "preset_not": { "type": "string", "nullable": true }, - "local_id_gt": { + "preset_not_contains": { "type": "string", "nullable": true }, - "local_id_gte": { + "preset_not_ends_with": { "type": "string", "nullable": true }, - "local_id_in": { + "preset_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "preset_not_starts_with": { "type": "string", "nullable": true }, - "local_id_lte": { + "preset_starts_with": { + "type": "string", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "EntityType": { + "enum": [ + "VM" + ], + "type": "string" + }, + "FilterStatus": { + "enum": [ + "EXECUTING", + "FAILED", + "INITIALIZING", + "PARTIAL_SUCCESSED", + "SUCCESSED" + ], + "type": "string" + }, + "VmFirmware": { + "enum": [ + "BIOS", + "UEFI" + ], + "type": "string" + }, + "VmFolderWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VmFolderWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VmFolderWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VmFolderWhereInput" + }, + "type": "array", + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "local_id_not": { + "id_contains": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "id_ends_with": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "id_gt": { "type": "string", "nullable": true }, - "local_id_not_in": { + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "id_lt": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "id_lte": { "type": "string", "nullable": true }, - "lun_id": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "lun_id_gt": { - "type": "integer", - "format": "int32", + "id_not_contains": { + "type": "string", "nullable": true }, - "lun_id_gte": { - "type": "integer", - "format": "int32", + "id_not_ends_with": { + "type": "string", "nullable": true }, - "lun_id_in": { + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "lun_id_lt": { - "type": "integer", - "format": "int32", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "lun_id_lte": { - "type": "integer", - "format": "int32", + "id_starts_with": { + "type": "string", "nullable": true }, - "lun_id_not": { - "type": "integer", - "format": "int32", + "local_id": { + "type": "string", "nullable": true }, - "lun_id_not_in": { + "local_id_contains": { + "type": "string", + "nullable": true + }, + "local_id_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_id_lt": { + "type": "string", + "nullable": true + }, + "local_id_lte": { + "type": "string", + "nullable": true + }, + "local_id_not": { + "type": "string", + "nullable": true + }, + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { + "items": { + "type": "string" }, "type": "array", "nullable": true }, + "local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "local_id_starts_with": { + "type": "string", + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -17080,22 +16954,22 @@ "type": "string", "nullable": true }, - "replica_num": { + "vm_num": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_gt": { + "vm_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_gte": { + "vm_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_in": { + "vm_num_in": { "items": { "type": "integer", "format": "int32" @@ -17103,22 +16977,22 @@ "type": "array", "nullable": true }, - "replica_num_lt": { + "vm_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_lte": { + "vm_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_not": { + "vm_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_not_in": { + "vm_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -17126,68 +17000,73 @@ "type": "array", "nullable": true }, - "shared_size": { - "type": "integer", - "format": "int64", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "shared_size_gt": { - "type": "integer", - "format": "int64", + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "shared_size_gte": { - "type": "integer", - "format": "int64", + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true - }, - "shared_size_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "GpuDeviceWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/GpuDeviceWhereInput" }, "type": "array", "nullable": true }, - "shared_size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_not": { - "type": "integer", - "format": "int64", + "NOT": { + "items": { + "$ref": "#/components/schemas/GpuDeviceWhereInput" + }, + "type": "array", "nullable": true }, - "shared_size_not_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/GpuDeviceWhereInput" }, "type": "array", "nullable": true }, - "snapshot_num": { + "assigned_vgpus_num": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_gt": { + "assigned_vgpus_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_gte": { + "assigned_vgpus_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_in": { + "assigned_vgpus_num_in": { "items": { "type": "integer", "format": "int32" @@ -17195,22 +17074,22 @@ "type": "array", "nullable": true }, - "snapshot_num_lt": { + "assigned_vgpus_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_lte": { + "assigned_vgpus_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_not": { + "assigned_vgpus_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_not_in": { + "assigned_vgpus_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -17218,22 +17097,22 @@ "type": "array", "nullable": true }, - "stripe_num": { + "available_vgpus_num": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_gt": { + "available_vgpus_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_gte": { + "available_vgpus_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_in": { + "available_vgpus_num_in": { "items": { "type": "integer", "format": "int32" @@ -17241,22 +17120,22 @@ "type": "array", "nullable": true }, - "stripe_num_lt": { + "available_vgpus_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_lte": { + "available_vgpus_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_not": { + "available_vgpus_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_not_in": { + "available_vgpus_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -17264,272 +17143,129 @@ "type": "array", "nullable": true }, - "stripe_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "stripe_size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "thin_provision": { - "type": "boolean", + "brand": { + "type": "string", "nullable": true }, - "thin_provision_not": { - "type": "boolean", + "brand_contains": { + "type": "string", "nullable": true }, - "unique_logical_size": { - "type": "number", - "format": "double", + "brand_ends_with": { + "type": "string", "nullable": true }, - "unique_logical_size_gt": { - "type": "number", - "format": "double", + "brand_gt": { + "type": "string", "nullable": true }, - "unique_logical_size_gte": { - "type": "number", - "format": "double", + "brand_gte": { + "type": "string", "nullable": true }, - "unique_logical_size_in": { + "brand_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "unique_logical_size_lt": { - "type": "number", - "format": "double", - "nullable": true - }, - "unique_logical_size_lte": { - "type": "number", - "format": "double", - "nullable": true - }, - "unique_logical_size_not": { - "type": "number", - "format": "double", + "brand_lt": { + "type": "string", "nullable": true }, - "unique_logical_size_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "brand_lte": { + "type": "string", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64", + "brand_not": { + "type": "string", "nullable": true }, - "unique_size_gt": { - "type": "integer", - "format": "int64", + "brand_not_contains": { + "type": "string", "nullable": true }, - "unique_size_gte": { - "type": "integer", - "format": "int64", + "brand_not_ends_with": { + "type": "string", "nullable": true }, - "unique_size_in": { + "brand_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "unique_size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "unique_size_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "unique_size_not": { - "type": "integer", - "format": "int64", + "brand_not_starts_with": { + "type": "string", "nullable": true }, - "unique_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "brand_starts_with": { + "type": "string", "nullable": true }, - "zbs_volume_id": { + "bus_location": { "type": "string", "nullable": true }, - "zbs_volume_id_contains": { + "bus_location_contains": { "type": "string", "nullable": true }, - "zbs_volume_id_ends_with": { + "bus_location_ends_with": { "type": "string", "nullable": true }, - "zbs_volume_id_gt": { + "bus_location_gt": { "type": "string", "nullable": true }, - "zbs_volume_id_gte": { + "bus_location_gte": { "type": "string", "nullable": true }, - "zbs_volume_id_in": { + "bus_location_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "zbs_volume_id_lt": { + "bus_location_lt": { "type": "string", "nullable": true }, - "zbs_volume_id_lte": { + "bus_location_lte": { "type": "string", "nullable": true }, - "zbs_volume_id_not": { + "bus_location_not": { "type": "string", "nullable": true }, - "zbs_volume_id_not_contains": { + "bus_location_not_contains": { "type": "string", "nullable": true }, - "zbs_volume_id_not_ends_with": { + "bus_location_not_ends_with": { "type": "string", "nullable": true }, - "zbs_volume_id_not_in": { + "bus_location_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "zbs_volume_id_not_starts_with": { + "bus_location_not_starts_with": { "type": "string", "nullable": true }, - "zbs_volume_id_starts_with": { + "bus_location_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ConsistencyGroupWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "consistency_group_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - ], - "nullable": true - }, - "consistency_group_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - ], - "nullable": true - }, - "consistency_group_snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - ], - "nullable": true }, "description": { "type": "string", @@ -17623,6 +17359,14 @@ "type": "array", "nullable": true }, + "host": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -17685,28 +17429,28 @@ "type": "string", "nullable": true }, - "iscsi_luns_every": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "is_nvidia_tools_ready": { + "type": "boolean", "nullable": true }, - "iscsi_luns_none": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "is_nvidia_tools_ready_not": { + "type": "boolean", "nullable": true }, - "iscsi_luns_some": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "is_nvidia_vfs_enabled": { + "type": "boolean", + "nullable": true + }, + "is_nvidia_vfs_enabled_not": { + "type": "boolean", + "nullable": true + }, + "is_nvidia_vfs_supported": { + "type": "boolean", + "nullable": true + }, + "is_nvidia_vfs_supported_not": { + "type": "boolean", "nullable": true }, "labels_every": { @@ -17833,6 +17577,68 @@ "type": "string", "nullable": true }, + "model": { + "type": "string", + "nullable": true + }, + "model_contains": { + "type": "string", + "nullable": true + }, + "model_ends_with": { + "type": "string", + "nullable": true + }, + "model_gt": { + "type": "string", + "nullable": true + }, + "model_gte": { + "type": "string", + "nullable": true + }, + "model_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "model_lt": { + "type": "string", + "nullable": true + }, + "model_lte": { + "type": "string", + "nullable": true + }, + "model_not": { + "type": "string", + "nullable": true + }, + "model_not_contains": { + "type": "string", + "nullable": true + }, + "model_not_ends_with": { + "type": "string", + "nullable": true + }, + "model_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "model_not_starts_with": { + "type": "string", + "nullable": true + }, + "model_starts_with": { + "type": "string", + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -17895,474 +17701,411 @@ "type": "string", "nullable": true }, - "namespaces_every": { + "status": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/GpuDeviceStatus" } ], "nullable": true }, - "namespaces_none": { + "status_in": { + "items": { + "$ref": "#/components/schemas/GpuDeviceStatus" + }, + "type": "array", + "nullable": true + }, + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/GpuDeviceStatus" } ], "nullable": true }, - "namespaces_some": { + "status_not_in": { + "items": { + "$ref": "#/components/schemas/GpuDeviceStatus" + }, + "type": "array", + "nullable": true + }, + "user_usage": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/GpuDeviceUsage" } ], "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "unique_size_gt": { - "type": "integer", - "format": "int64", + "user_usage_in": { + "items": { + "$ref": "#/components/schemas/GpuDeviceUsage" + }, + "type": "array", "nullable": true }, - "unique_size_gte": { - "type": "integer", - "format": "int64", + "user_usage_not": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceUsage" + } + ], "nullable": true }, - "unique_size_in": { + "user_usage_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/GpuDeviceUsage" }, "type": "array", "nullable": true }, - "unique_size_lt": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id": { + "type": "string", "nullable": true }, - "unique_size_lte": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_contains": { + "type": "string", "nullable": true }, - "unique_size_not": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_ends_with": { + "type": "string", "nullable": true }, - "unique_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "user_vgpu_type_id_gt": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfNamespaceWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - }, - "type": "array", + }, + "user_vgpu_type_id_gte": { + "type": "string", "nullable": true }, - "NOT": { + "user_vgpu_type_id_in": { "items": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - }, - "type": "array", + "user_vgpu_type_id_lt": { + "type": "string", "nullable": true }, - "assigned_size": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_lte": { + "type": "string", "nullable": true }, - "assigned_size_gt": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_not": { + "type": "string", "nullable": true }, - "assigned_size_gte": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_not_contains": { + "type": "string", "nullable": true }, - "assigned_size_in": { + "user_vgpu_type_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "user_vgpu_type_id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "assigned_size_lt": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_not_starts_with": { + "type": "string", "nullable": true }, - "assigned_size_lte": { - "type": "integer", - "format": "int64", + "user_vgpu_type_id_starts_with": { + "type": "string", "nullable": true }, - "assigned_size_not": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name": { + "type": "string", "nullable": true }, - "assigned_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "user_vgpu_type_name_contains": { + "type": "string", "nullable": true }, - "bps": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_ends_with": { + "type": "string", "nullable": true }, - "bps_gt": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_gt": { + "type": "string", "nullable": true }, - "bps_gte": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_gte": { + "type": "string", "nullable": true }, - "bps_in": { + "user_vgpu_type_name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_lt": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_lt": { + "type": "string", "nullable": true }, - "bps_lte": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_lte": { + "type": "string", "nullable": true }, - "bps_max": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_not": { + "type": "string", "nullable": true }, - "bps_max_gt": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_not_contains": { + "type": "string", "nullable": true }, - "bps_max_gte": { - "type": "integer", - "format": "int64", + "user_vgpu_type_name_not_ends_with": { + "type": "string", "nullable": true }, - "bps_max_in": { + "user_vgpu_type_name_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_max_length": { + "user_vgpu_type_name_not_starts_with": { + "type": "string", + "nullable": true + }, + "user_vgpu_type_name_starts_with": { + "type": "string", + "nullable": true + }, + "vgpu_instance_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_gt": { + "vgpu_instance_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_gte": { + "vgpu_instance_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_in": { + "vgpu_instance_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_length_lt": { + "vgpu_instance_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_lte": { + "vgpu_instance_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_not": { + "vgpu_instance_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_not_in": { + "vgpu_instance_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_lt": { - "type": "integer", - "format": "int64", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "bps_max_lte": { - "type": "integer", - "format": "int64", + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "bps_max_not": { - "type": "integer", - "format": "int64", + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true - }, - "bps_max_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "HostWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/HostWhereInput" }, "type": "array", "nullable": true }, - "bps_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_not_in": { + "NOT": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/HostWhereInput" }, "type": "array", "nullable": true }, - "bps_rd": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/HostWhereInput" }, "type": "array", "nullable": true }, - "bps_rd_lt": { - "type": "integer", - "format": "int64", + "access_ip": { + "type": "string", "nullable": true }, - "bps_rd_lte": { - "type": "integer", - "format": "int64", + "access_ip_contains": { + "type": "string", "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64", + "access_ip_ends_with": { + "type": "string", "nullable": true }, - "bps_rd_max_gt": { - "type": "integer", - "format": "int64", + "access_ip_gt": { + "type": "string", "nullable": true }, - "bps_rd_max_gte": { - "type": "integer", - "format": "int64", + "access_ip_gte": { + "type": "string", "nullable": true }, - "bps_rd_max_in": { + "access_ip_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_length_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_length_gte": { - "type": "integer", - "format": "int64", + "access_ip_lt": { + "type": "string", "nullable": true }, - "bps_rd_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "access_ip_lte": { + "type": "string", "nullable": true }, - "bps_rd_max_length_lt": { - "type": "integer", - "format": "int64", + "access_ip_not": { + "type": "string", "nullable": true }, - "bps_rd_max_length_lte": { - "type": "integer", - "format": "int64", + "access_ip_not_contains": { + "type": "string", "nullable": true }, - "bps_rd_max_length_not": { - "type": "integer", - "format": "int64", + "access_ip_not_ends_with": { + "type": "string", "nullable": true }, - "bps_rd_max_length_not_in": { + "access_ip_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_max_lt": { - "type": "integer", - "format": "int64", + "access_ip_not_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max_lte": { - "type": "integer", - "format": "int64", + "access_ip_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max_not": { + "allocable_cpu_cores_for_vm_exclusive": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "allocable_cpu_cores_for_vm_exclusive_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "bps_rd_not": { + "allocable_cpu_cores_for_vm_exclusive_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_not_in": { + "allocable_cpu_cores_for_vm_exclusive_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr": { + "allocable_cpu_cores_for_vm_exclusive_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_gt": { + "allocable_cpu_cores_for_vm_exclusive_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_gte": { + "allocable_cpu_cores_for_vm_exclusive_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_in": { + "allocable_cpu_cores_for_vm_exclusive_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max": { + "allocatable_memory_bytes": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_gt": { + "allocatable_memory_bytes_gt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_gte": { + "allocatable_memory_bytes_gte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_in": { + "allocatable_memory_bytes_in": { "items": { "type": "integer", "format": "int64" @@ -18370,22 +18113,22 @@ "type": "array", "nullable": true }, - "bps_wr_max_length": { + "allocatable_memory_bytes_lt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_gt": { + "allocatable_memory_bytes_lte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_gte": { + "allocatable_memory_bytes_not": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_in": { + "allocatable_memory_bytes_not_in": { "items": { "type": "integer", "format": "int64" @@ -18393,204 +18136,184 @@ "type": "array", "nullable": true }, - "bps_wr_max_length_lt": { - "type": "integer", - "format": "int64", + "chunk_id": { + "type": "string", "nullable": true }, - "bps_wr_max_length_lte": { - "type": "integer", - "format": "int64", + "chunk_id_contains": { + "type": "string", "nullable": true }, - "bps_wr_max_length_not": { - "type": "integer", - "format": "int64", + "chunk_id_ends_with": { + "type": "string", "nullable": true }, - "bps_wr_max_length_not_in": { + "chunk_id_gt": { + "type": "string", + "nullable": true + }, + "chunk_id_gte": { + "type": "string", + "nullable": true + }, + "chunk_id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_wr_max_lt": { - "type": "integer", - "format": "int64", + "chunk_id_lt": { + "type": "string", "nullable": true }, - "bps_wr_max_lte": { - "type": "integer", - "format": "int64", + "chunk_id_lte": { + "type": "string", "nullable": true }, - "bps_wr_max_not": { - "type": "integer", - "format": "int64", + "chunk_id_not": { + "type": "string", "nullable": true }, - "bps_wr_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "chunk_id_not_contains": { + "type": "string", "nullable": true }, - "bps_wr_not": { - "type": "integer", - "format": "int64", + "chunk_id_not_ends_with": { + "type": "string", "nullable": true }, - "bps_wr_not_in": { + "chunk_id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "consistency_group": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - } - ], - "nullable": true - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "chunk_id_not_starts_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "chunk_id_starts_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "id": { + "cpu_brand": { "type": "string", "nullable": true }, - "id_contains": { + "cpu_brand_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "cpu_brand_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "cpu_brand_gt": { "type": "string", "nullable": true }, - "id_gte": { + "cpu_brand_gte": { "type": "string", "nullable": true }, - "id_in": { + "cpu_brand_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "cpu_brand_lt": { "type": "string", "nullable": true }, - "id_lte": { + "cpu_brand_lte": { "type": "string", "nullable": true }, - "id_not": { + "cpu_brand_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "cpu_brand_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "cpu_brand_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "cpu_brand_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "cpu_brand_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "cpu_brand_starts_with": { "type": "string", "nullable": true }, - "io_size": { - "type": "integer", - "format": "int64", + "cpu_fan_speed_unit": { + "allOf": [ + { + "$ref": "#/components/schemas/CpuFanSpeedUnit" + } + ], "nullable": true }, - "io_size_gt": { - "type": "integer", - "format": "int64", + "cpu_fan_speed_unit_in": { + "items": { + "$ref": "#/components/schemas/CpuFanSpeedUnit" + }, + "type": "array", "nullable": true }, - "io_size_gte": { - "type": "integer", - "format": "int64", + "cpu_fan_speed_unit_not": { + "allOf": [ + { + "$ref": "#/components/schemas/CpuFanSpeedUnit" + } + ], "nullable": true }, - "io_size_in": { + "cpu_fan_speed_unit_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/CpuFanSpeedUnit" }, "type": "array", "nullable": true }, - "io_size_lt": { + "cpu_hz_per_core": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_lte": { + "cpu_hz_per_core_gt": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_not": { + "cpu_hz_per_core_gte": { "type": "integer", "format": "int64", "nullable": true }, - "io_size_not_in": { + "cpu_hz_per_core_in": { "items": { "type": "integer", "format": "int64" @@ -18598,22 +18321,22 @@ "type": "array", "nullable": true }, - "iops": { + "cpu_hz_per_core_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_gt": { + "cpu_hz_per_core_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_gte": { + "cpu_hz_per_core_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_in": { + "cpu_hz_per_core_not_in": { "items": { "type": "integer", "format": "int64" @@ -18621,275 +18344,262 @@ "type": "array", "nullable": true }, - "iops_lt": { - "type": "integer", - "format": "int64", + "cpu_model": { + "type": "string", "nullable": true }, - "iops_lte": { - "type": "integer", - "format": "int64", + "cpu_model_contains": { + "type": "string", "nullable": true }, - "iops_max": { - "type": "integer", - "format": "int64", + "cpu_model_ends_with": { + "type": "string", "nullable": true }, - "iops_max_gt": { - "type": "integer", - "format": "int64", + "cpu_model_gt": { + "type": "string", "nullable": true }, - "iops_max_gte": { - "type": "integer", - "format": "int64", + "cpu_model_gte": { + "type": "string", "nullable": true }, - "iops_max_in": { + "cpu_model_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_max_length": { - "type": "integer", - "format": "int64", + "cpu_model_lt": { + "type": "string", "nullable": true }, - "iops_max_length_gt": { - "type": "integer", - "format": "int64", + "cpu_model_lte": { + "type": "string", "nullable": true }, - "iops_max_length_gte": { - "type": "integer", - "format": "int64", + "cpu_model_not": { + "type": "string", "nullable": true }, - "iops_max_length_in": { + "cpu_model_not_contains": { + "type": "string", + "nullable": true + }, + "cpu_model_not_ends_with": { + "type": "string", + "nullable": true + }, + "cpu_model_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_max_length_lt": { - "type": "integer", - "format": "int64", + "cpu_model_not_starts_with": { + "type": "string", "nullable": true }, - "iops_max_length_lte": { - "type": "integer", - "format": "int64", + "cpu_model_starts_with": { + "type": "string", "nullable": true }, - "iops_max_length_not": { - "type": "integer", - "format": "int64", + "cpu_vendor": { + "type": "string", "nullable": true }, - "iops_max_length_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "cpu_vendor_contains": { + "type": "string", "nullable": true }, - "iops_max_lt": { - "type": "integer", - "format": "int64", + "cpu_vendor_ends_with": { + "type": "string", "nullable": true }, - "iops_max_lte": { - "type": "integer", - "format": "int64", + "cpu_vendor_gt": { + "type": "string", "nullable": true }, - "iops_max_not": { - "type": "integer", - "format": "int64", + "cpu_vendor_gte": { + "type": "string", "nullable": true }, - "iops_max_not_in": { + "cpu_vendor_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_not": { - "type": "integer", - "format": "int64", + "cpu_vendor_lt": { + "type": "string", "nullable": true }, - "iops_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "cpu_vendor_lte": { + "type": "string", "nullable": true }, - "iops_rd": { - "type": "integer", - "format": "int64", + "cpu_vendor_not": { + "type": "string", "nullable": true }, - "iops_rd_gt": { - "type": "integer", - "format": "int64", + "cpu_vendor_not_contains": { + "type": "string", "nullable": true }, - "iops_rd_gte": { - "type": "integer", - "format": "int64", + "cpu_vendor_not_ends_with": { + "type": "string", "nullable": true }, - "iops_rd_in": { + "cpu_vendor_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_rd_lt": { - "type": "integer", - "format": "int64", + "cpu_vendor_not_starts_with": { + "type": "string", "nullable": true }, - "iops_rd_lte": { - "type": "integer", - "format": "int64", + "cpu_vendor_starts_with": { + "type": "string", "nullable": true }, - "iops_rd_max": { - "type": "integer", - "format": "int64", + "data_ip": { + "type": "string", "nullable": true }, - "iops_rd_max_gt": { - "type": "integer", - "format": "int64", + "data_ip_contains": { + "type": "string", "nullable": true }, - "iops_rd_max_gte": { - "type": "integer", - "format": "int64", + "data_ip_ends_with": { + "type": "string", "nullable": true }, - "iops_rd_max_in": { + "data_ip_gt": { + "type": "string", + "nullable": true + }, + "data_ip_gte": { + "type": "string", + "nullable": true + }, + "data_ip_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64", + "data_ip_lt": { + "type": "string", "nullable": true }, - "iops_rd_max_length_gt": { - "type": "integer", - "format": "int64", + "data_ip_lte": { + "type": "string", "nullable": true }, - "iops_rd_max_length_gte": { - "type": "integer", - "format": "int64", + "data_ip_not": { + "type": "string", "nullable": true }, - "iops_rd_max_length_in": { + "data_ip_not_contains": { + "type": "string", + "nullable": true + }, + "data_ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "data_ip_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_rd_max_length_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_length_lte": { - "type": "integer", - "format": "int64", + "data_ip_not_starts_with": { + "type": "string", "nullable": true }, - "iops_rd_max_length_not": { - "type": "integer", - "format": "int64", + "data_ip_starts_with": { + "type": "string", "nullable": true }, - "iops_rd_max_length_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "disks_every": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "iops_rd_max_lt": { - "type": "integer", - "format": "int64", + "disks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "iops_rd_max_lte": { - "type": "integer", - "format": "int64", + "disks_some": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "iops_rd_max_not": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "iops_rd_max_not_in": { + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "iops_rd_not": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "iops_rd_not_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "iops_wr": { + "failure_data_space": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_gt": { + "failure_data_space_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_gte": { + "failure_data_space_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_in": { + "failure_data_space_in": { "items": { "type": "integer", "format": "int64" @@ -18897,32 +18607,22 @@ "type": "array", "nullable": true }, - "iops_wr_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max": { + "failure_data_space_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_gt": { + "failure_data_space_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_gte": { + "failure_data_space_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_in": { + "failure_data_space_not_in": { "items": { "type": "integer", "format": "int64" @@ -18930,45 +18630,46 @@ "type": "array", "nullable": true }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max_length_gt": { - "type": "integer", - "format": "int64", + "gpu_devices_every": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceWhereInput" + } + ], "nullable": true }, - "iops_wr_max_length_gte": { - "type": "integer", - "format": "int64", + "gpu_devices_none": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceWhereInput" + } + ], "nullable": true }, - "iops_wr_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "gpu_devices_some": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceWhereInput" + } + ], "nullable": true }, - "iops_wr_max_length_lt": { + "hdd_data_capacity": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_length_lte": { + "hdd_data_capacity_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_length_not": { + "hdd_data_capacity_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_length_not_in": { + "hdd_data_capacity_in": { "items": { "type": "integer", "format": "int64" @@ -18976,22 +18677,22 @@ "type": "array", "nullable": true }, - "iops_wr_max_lt": { + "hdd_data_capacity_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_lte": { + "hdd_data_capacity_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_not": { + "hdd_data_capacity_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_not_in": { + "hdd_data_capacity_not_in": { "items": { "type": "integer", "format": "int64" @@ -18999,1224 +18700,974 @@ "type": "array", "nullable": true }, - "iops_wr_not": { + "hdd_disk_count": { "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "is_shared": { - "type": "boolean", - "nullable": true - }, - "is_shared_not": { - "type": "boolean", - "nullable": true - }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "local_created_at": { - "type": "string", + "format": "int32", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "hdd_disk_count_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_gte": { - "type": "string", + "hdd_disk_count_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_in": { + "hdd_disk_count_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", + "hdd_disk_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_lte": { - "type": "string", + "hdd_disk_count_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_not": { - "type": "string", + "hdd_disk_count_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_not_in": { + "hdd_disk_count_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id": { + "hypervisor_ip": { "type": "string", "nullable": true }, - "local_id_contains": { + "hypervisor_ip_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "hypervisor_ip_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "hypervisor_ip_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "hypervisor_ip_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "hypervisor_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "hypervisor_ip_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "hypervisor_ip_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "hypervisor_ip_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "hypervisor_ip_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "hypervisor_ip_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "hypervisor_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "hypervisor_ip_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "hypervisor_ip_starts_with": { "type": "string", "nullable": true }, - "name": { + "id": { "type": "string", "nullable": true }, - "name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "name_not": { + "id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "namespace_group": { + "iommu": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/IommuStatus" } ], "nullable": true }, - "namespace_id": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "namespace_id_gt": { - "type": "integer", - "format": "int32", + "iommu_in": { + "items": { + "$ref": "#/components/schemas/IommuStatus" + }, + "type": "array", "nullable": true }, - "namespace_id_gte": { - "type": "integer", - "format": "int32", + "iommu_not": { + "allOf": [ + { + "$ref": "#/components/schemas/IommuStatus" + } + ], "nullable": true }, - "namespace_id_in": { + "iommu_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/IommuStatus" }, "type": "array", "nullable": true }, - "namespace_id_lt": { - "type": "integer", - "format": "int32", + "ipmi": { + "allOf": [ + { + "$ref": "#/components/schemas/IpmiWhereInput" + } + ], "nullable": true }, - "namespace_id_lte": { - "type": "integer", - "format": "int32", + "is_os_in_raid1": { + "type": "boolean", "nullable": true }, - "namespace_id_not": { - "type": "integer", - "format": "int32", + "is_os_in_raid1_not": { + "type": "boolean", "nullable": true }, - "namespace_id_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "nqn_whitelist": { + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "local_id": { "type": "string", "nullable": true }, - "nqn_whitelist_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "nqn_whitelist_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "nqn_whitelist_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "nqn_whitelist_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "nqn_whitelist_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nqn_whitelist_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "nqn_whitelist_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "nqn_whitelist_not": { + "local_id_not": { "type": "string", "nullable": true }, - "nqn_whitelist_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "nqn_whitelist_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "nqn_whitelist_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nqn_whitelist_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "nqn_whitelist_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "nvmf_subsystem": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - ], - "nullable": true - }, - "replica_num": { - "type": "integer", - "format": "int32", + "lsm_cap_disk_safe_umount": { + "type": "boolean", "nullable": true }, - "replica_num_gt": { - "type": "integer", - "format": "int32", + "lsm_cap_disk_safe_umount_not": { + "type": "boolean", "nullable": true }, - "replica_num_gte": { - "type": "integer", - "format": "int32", + "management_ip": { + "type": "string", "nullable": true }, - "replica_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "management_ip_contains": { + "type": "string", "nullable": true }, - "replica_num_lt": { - "type": "integer", - "format": "int32", + "management_ip_ends_with": { + "type": "string", "nullable": true }, - "replica_num_lte": { - "type": "integer", - "format": "int32", + "management_ip_gt": { + "type": "string", "nullable": true }, - "replica_num_not": { - "type": "integer", - "format": "int32", + "management_ip_gte": { + "type": "string", "nullable": true }, - "replica_num_not_in": { + "management_ip_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "shared_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_gte": { - "type": "integer", - "format": "int64", + "management_ip_lt": { + "type": "string", "nullable": true }, - "shared_size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "management_ip_lte": { + "type": "string", "nullable": true }, - "shared_size_lt": { - "type": "integer", - "format": "int64", + "management_ip_not": { + "type": "string", "nullable": true }, - "shared_size_lte": { - "type": "integer", - "format": "int64", + "management_ip_not_contains": { + "type": "string", "nullable": true }, - "shared_size_not": { - "type": "integer", - "format": "int64", + "management_ip_not_ends_with": { + "type": "string", "nullable": true }, - "shared_size_not_in": { + "management_ip_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "snapshot_num": { - "type": "integer", - "format": "int32", + "management_ip_not_starts_with": { + "type": "string", "nullable": true }, - "snapshot_num_gt": { - "type": "integer", - "format": "int32", + "management_ip_starts_with": { + "type": "string", "nullable": true }, - "snapshot_num_gte": { - "type": "integer", - "format": "int32", + "model": { + "type": "string", "nullable": true }, - "snapshot_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "model_contains": { + "type": "string", "nullable": true }, - "snapshot_num_lt": { - "type": "integer", - "format": "int32", + "model_ends_with": { + "type": "string", "nullable": true }, - "snapshot_num_lte": { - "type": "integer", - "format": "int32", + "model_gt": { + "type": "string", "nullable": true }, - "snapshot_num_not": { - "type": "integer", - "format": "int32", + "model_gte": { + "type": "string", "nullable": true }, - "snapshot_num_not_in": { + "model_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "stripe_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "stripe_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "stripe_num_gte": { - "type": "integer", - "format": "int32", + "model_lt": { + "type": "string", "nullable": true }, - "stripe_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "model_lte": { + "type": "string", "nullable": true }, - "stripe_num_lt": { - "type": "integer", - "format": "int32", + "model_not": { + "type": "string", "nullable": true }, - "stripe_num_lte": { - "type": "integer", - "format": "int32", + "model_not_contains": { + "type": "string", "nullable": true }, - "stripe_num_not": { - "type": "integer", - "format": "int32", + "model_not_ends_with": { + "type": "string", "nullable": true }, - "stripe_num_not_in": { + "model_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "stripe_size": { - "type": "integer", - "format": "int64", + "model_not_starts_with": { + "type": "string", "nullable": true }, - "stripe_size_gt": { - "type": "integer", - "format": "int64", + "model_starts_with": { + "type": "string", "nullable": true }, - "stripe_size_gte": { - "type": "integer", - "format": "int64", + "name": { + "type": "string", "nullable": true }, - "stripe_size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "stripe_size_lt": { - "type": "integer", - "format": "int64", + "name_ends_with": { + "type": "string", "nullable": true }, - "stripe_size_lte": { - "type": "integer", - "format": "int64", + "name_gt": { + "type": "string", "nullable": true }, - "stripe_size_not": { - "type": "integer", - "format": "int64", + "name_gte": { + "type": "string", "nullable": true }, - "stripe_size_not_in": { + "name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "thin_provision": { - "type": "boolean", + "name_lt": { + "type": "string", "nullable": true }, - "thin_provision_not": { - "type": "boolean", + "name_lte": { + "type": "string", "nullable": true }, - "unique_logical_size": { - "type": "number", - "format": "double", + "name_not": { + "type": "string", "nullable": true }, - "unique_logical_size_gt": { - "type": "number", - "format": "double", + "name_not_contains": { + "type": "string", "nullable": true }, - "unique_logical_size_gte": { - "type": "number", - "format": "double", + "name_not_ends_with": { + "type": "string", "nullable": true }, - "unique_logical_size_in": { + "name_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "unique_logical_size_lt": { - "type": "number", - "format": "double", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "unique_logical_size_lte": { - "type": "number", - "format": "double", + "name_starts_with": { + "type": "string", "nullable": true }, - "unique_logical_size_not": { - "type": "number", - "format": "double", + "nested_virtualization": { + "type": "boolean", "nullable": true }, - "unique_logical_size_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "nested_virtualization_not": { + "type": "boolean", "nullable": true }, - "unique_size": { + "nic_count": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_gt": { + "nic_count_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_gte": { + "nic_count_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_in": { + "nic_count_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "unique_size_lt": { + "nic_count_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_lte": { + "nic_count_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_not": { + "nic_count_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_not_in": { + "nic_count_not_in": { "items": { "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "zbs_volume_id": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_contains": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_ends_with": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_gt": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_gte": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "zbs_volume_id_lt": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_lte": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_not": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_not_contains": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_not_ends_with": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "zbs_volume_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "zbs_volume_id_starts_with": { - "type": "string", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NamespaceGroupWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "format": "int32" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { + "nics_every": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus_not": { + "nics_none": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "nics_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], "nullable": true }, - "id": { + "node_topo_local_id": { "type": "string", "nullable": true }, - "id_contains": { + "node_topo_local_id_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "node_topo_local_id_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "node_topo_local_id_gt": { "type": "string", "nullable": true }, - "id_gte": { + "node_topo_local_id_gte": { "type": "string", "nullable": true }, - "id_in": { + "node_topo_local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "node_topo_local_id_lt": { "type": "string", "nullable": true }, - "id_lte": { + "node_topo_local_id_lte": { "type": "string", "nullable": true }, - "id_not": { + "node_topo_local_id_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "node_topo_local_id_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "node_topo_local_id_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "node_topo_local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "node_topo_local_id_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "node_topo_local_id_starts_with": { "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "local_create_time": { - "type": "string", + "os_memory_bytes": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_create_time_gt": { - "type": "string", + "os_memory_bytes_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_create_time_gte": { - "type": "string", + "os_memory_bytes_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_create_time_in": { + "os_memory_bytes_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_create_time_lt": { - "type": "string", + "os_memory_bytes_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_create_time_lte": { - "type": "string", + "os_memory_bytes_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_create_time_not": { - "type": "string", + "os_memory_bytes_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_create_time_not_in": { + "os_memory_bytes_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id": { + "os_version": { "type": "string", "nullable": true }, - "local_id_contains": { + "os_version_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "os_version_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "os_version_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "os_version_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "os_version_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "os_version_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "os_version_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "os_version_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "os_version_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "os_version_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "os_version_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "os_version_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "os_version_starts_with": { "type": "string", "nullable": true }, - "name": { - "type": "string", + "pmem_dimm_capacity": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_contains": { - "type": "string", + "pmem_dimm_capacity_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_ends_with": { - "type": "string", + "pmem_dimm_capacity_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gt": { - "type": "string", + "pmem_dimm_capacity_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_gte": { - "type": "string", + "pmem_dimm_capacity_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", + "pmem_dimm_capacity_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lt": { - "type": "string", + "pmem_dimm_capacity_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lte": { - "type": "string", + "pmem_dimm_capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_not": { - "type": "string", + "pmem_dimm_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_contains": { - "type": "string", + "pmem_dimm_count_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "pmem_dimm_count_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_in": { + "pmem_dimm_count_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", + "pmem_dimm_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_starts_with": { - "type": "string", + "pmem_dimm_count_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "namespaces_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - ], + "pmem_dimm_count_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "namespaces_none": { + "pmem_dimm_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "pmem_dimms_every": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/PmemDimmWhereInput" } ], "nullable": true }, - "namespaces_some": { + "pmem_dimms_none": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/PmemDimmWhereInput" } ], "nullable": true }, - "nvmf_subsystem": { + "pmem_dimms_some": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "$ref": "#/components/schemas/PmemDimmWhereInput" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfSubsystemWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - }, - "type": "array", - "nullable": true }, - "bps": { + "pmem_disk_count": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_gt": { + "pmem_disk_count_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_gte": { + "pmem_disk_count_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_in": { + "pmem_disk_count_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_max": { + "pmem_disk_count_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_gt": { + "pmem_disk_count_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_gte": { + "pmem_disk_count_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_in": { + "pmem_disk_count_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_length": { + "provisioned_cpu_cores": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_gt": { + "provisioned_cpu_cores_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_gte": { + "provisioned_cpu_cores_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_in": { + "provisioned_cpu_cores_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_length_lt": { + "provisioned_cpu_cores_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_lte": { + "provisioned_cpu_cores_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_not": { + "provisioned_cpu_cores_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_length_not_in": { + "provisioned_cpu_cores_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_max_lte": { + "provisioned_memory_bytes": { "type": "integer", "format": "int64", "nullable": true }, - "bps_max_not": { + "provisioned_memory_bytes_gt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "bps_not": { + "provisioned_memory_bytes_gte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_not_in": { + "provisioned_memory_bytes_in": { "items": { "type": "integer", "format": "int64" @@ -20224,22 +19675,22 @@ "type": "array", "nullable": true }, - "bps_rd": { + "provisioned_memory_bytes_lt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_gt": { + "provisioned_memory_bytes_lte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_gte": { + "provisioned_memory_bytes_not": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_in": { + "provisioned_memory_bytes_not_in": { "items": { "type": "integer", "format": "int64" @@ -20247,32 +19698,22 @@ "type": "array", "nullable": true }, - "bps_rd_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max": { + "running_pause_vm_memory_bytes": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_max_gt": { + "running_pause_vm_memory_bytes_gt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_max_gte": { + "running_pause_vm_memory_bytes_gte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_max_in": { + "running_pause_vm_memory_bytes_in": { "items": { "type": "integer", "format": "int64" @@ -20280,22 +19721,22 @@ "type": "array", "nullable": true }, - "bps_rd_max_length": { + "running_pause_vm_memory_bytes_lt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_max_length_gt": { + "running_pause_vm_memory_bytes_lte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_max_length_gte": { + "running_pause_vm_memory_bytes_not": { "type": "integer", "format": "int64", "nullable": true }, - "bps_rd_max_length_in": { + "running_pause_vm_memory_bytes_not_in": { "items": { "type": "integer", "format": "int64" @@ -20303,137 +19744,114 @@ "type": "array", "nullable": true }, - "bps_rd_max_length_lt": { + "running_vm_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_max_length_lte": { + "running_vm_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_max_length_not": { + "running_vm_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_max_length_not_in": { + "running_vm_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_rd_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_lte": { + "running_vm_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_max_not": { + "running_vm_num_lte": { "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "format": "int32", "nullable": true }, - "bps_rd_not": { + "running_vm_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_not_in": { + "running_vm_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr": { + "scvm_cpu": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_gt": { + "scvm_cpu_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_gte": { + "scvm_cpu_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_in": { + "scvm_cpu_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max": { + "scvm_cpu_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_gt": { + "scvm_cpu_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_gte": { + "scvm_cpu_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_in": { + "scvm_cpu_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr_max_length": { + "scvm_memory": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_gt": { + "scvm_memory_gt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_gte": { + "scvm_memory_gte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_in": { + "scvm_memory_in": { "items": { "type": "integer", "format": "int64" @@ -20441,22 +19859,22 @@ "type": "array", "nullable": true }, - "bps_wr_max_length_lt": { + "scvm_memory_lt": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_lte": { + "scvm_memory_lte": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_not": { + "scvm_memory_not": { "type": "integer", "format": "int64", "nullable": true }, - "bps_wr_max_length_not_in": { + "scvm_memory_not_in": { "items": { "type": "integer", "format": "int64" @@ -20464,315 +19882,390 @@ "type": "array", "nullable": true }, - "bps_wr_max_lt": { - "type": "integer", - "format": "int64", + "scvm_name": { + "type": "string", "nullable": true }, - "bps_wr_max_lte": { - "type": "integer", - "format": "int64", + "scvm_name_contains": { + "type": "string", "nullable": true }, - "bps_wr_max_not": { - "type": "integer", - "format": "int64", + "scvm_name_ends_with": { + "type": "string", "nullable": true }, - "bps_wr_max_not_in": { + "scvm_name_gt": { + "type": "string", + "nullable": true + }, + "scvm_name_gte": { + "type": "string", + "nullable": true + }, + "scvm_name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_wr_not": { - "type": "integer", - "format": "int64", + "scvm_name_lt": { + "type": "string", "nullable": true }, - "bps_wr_not_in": { + "scvm_name_lte": { + "type": "string", + "nullable": true + }, + "scvm_name_not": { + "type": "string", + "nullable": true + }, + "scvm_name_not_contains": { + "type": "string", + "nullable": true + }, + "scvm_name_not_ends_with": { + "type": "string", + "nullable": true + }, + "scvm_name_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "scvm_name_not_starts_with": { + "type": "string", "nullable": true }, - "description": { + "scvm_name_starts_with": { "type": "string", "nullable": true }, - "description_contains": { + "serial": { "type": "string", "nullable": true }, - "description_ends_with": { + "serial_contains": { "type": "string", "nullable": true }, - "description_gt": { + "serial_ends_with": { "type": "string", "nullable": true }, - "description_gte": { + "serial_gt": { "type": "string", "nullable": true }, - "description_in": { + "serial_gte": { + "type": "string", + "nullable": true + }, + "serial_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "serial_lt": { "type": "string", "nullable": true }, - "description_lte": { + "serial_lte": { "type": "string", "nullable": true }, - "description_not": { + "serial_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "serial_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "serial_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "serial_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "serial_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "serial_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "ssd_data_capacity": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "ssd_data_capacity_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "ssd_data_capacity_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not_in": { + "ssd_data_capacity_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "external_use": { - "type": "boolean", + "ssd_data_capacity_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "external_use_not": { - "type": "boolean", + "ssd_data_capacity_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id": { - "type": "string", + "ssd_data_capacity_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_contains": { - "type": "string", + "ssd_data_capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "id_ends_with": { - "type": "string", + "ssd_disk_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gt": { - "type": "string", + "ssd_disk_count_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gte": { - "type": "string", + "ssd_disk_count_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_in": { + "ssd_disk_count_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "ssd_disk_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_lte": { - "type": "string", + "ssd_disk_count_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not": { - "type": "string", + "ssd_disk_count_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_contains": { - "type": "string", + "ssd_disk_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "state": { + "allOf": [ + { + "$ref": "#/components/schemas/HostState" + } + ], "nullable": true }, - "id_not_in": { + "state_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/HostState" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "state_not": { + "allOf": [ + { + "$ref": "#/components/schemas/HostState" + } + ], "nullable": true }, - "id_starts_with": { - "type": "string", + "state_not_in": { + "items": { + "$ref": "#/components/schemas/HostState" + }, + "type": "array", "nullable": true }, - "internal": { - "type": "boolean", + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/HostStatus" + } + ], "nullable": true }, - "internal_not": { - "type": "boolean", + "status_in": { + "items": { + "$ref": "#/components/schemas/HostStatus" + }, + "type": "array", "nullable": true }, - "io_size": { + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/HostStatus" + } + ], + "nullable": true + }, + "status_not_in": { + "items": { + "$ref": "#/components/schemas/HostStatus" + }, + "type": "array", + "nullable": true + }, + "stopped_vm_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_gt": { + "stopped_vm_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_gte": { + "stopped_vm_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_in": { + "stopped_vm_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "io_size_lt": { + "stopped_vm_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_lte": { + "stopped_vm_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_not": { + "stopped_vm_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_not_in": { + "stopped_vm_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops": { + "suspended_vm_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_gt": { + "suspended_vm_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_gte": { + "suspended_vm_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_in": { + "suspended_vm_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_lt": { + "suspended_vm_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_lte": { + "suspended_vm_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max": { + "suspended_vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "suspended_vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "total_cache_capacity": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_gt": { + "total_cache_capacity_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_gte": { + "total_cache_capacity_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_in": { + "total_cache_capacity_in": { "items": { "type": "integer", "format": "int64" @@ -20780,22 +20273,22 @@ "type": "array", "nullable": true }, - "iops_max_length": { + "total_cache_capacity_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_gt": { + "total_cache_capacity_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_gte": { + "total_cache_capacity_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_max_length_in": { + "total_cache_capacity_not_in": { "items": { "type": "integer", "format": "int64" @@ -20803,58 +20296,68 @@ "type": "array", "nullable": true }, - "iops_max_length_lt": { + "total_cpu_cores": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_length_lte": { + "total_cpu_cores_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_length_not": { + "total_cpu_cores_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_length_not_in": { + "total_cpu_cores_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_max_lt": { + "total_cpu_cores_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_lte": { + "total_cpu_cores_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_not": { + "total_cpu_cores_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_not_in": { + "total_cpu_cores_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_not": { + "total_cpu_hz": { "type": "integer", "format": "int64", "nullable": true }, - "iops_not_in": { + "total_cpu_hz_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_in": { "items": { "type": "integer", "format": "int64" @@ -20862,22 +20365,22 @@ "type": "array", "nullable": true }, - "iops_rd": { + "total_cpu_hz_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_gt": { + "total_cpu_hz_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_gte": { + "total_cpu_hz_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_in": { + "total_cpu_hz_not_in": { "items": { "type": "integer", "format": "int64" @@ -20885,55 +20388,68 @@ "type": "array", "nullable": true }, - "iops_rd_lt": { + "total_cpu_sockets": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_lte": { + "total_cpu_sockets_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max": { + "total_cpu_sockets_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_gt": { + "total_cpu_sockets_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "total_cpu_sockets_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_gte": { + "total_cpu_sockets_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_in": { + "total_cpu_sockets_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_sockets_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_rd_max_length": { + "total_data_capacity": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_length_gt": { + "total_data_capacity_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_length_gte": { + "total_data_capacity_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_length_in": { + "total_data_capacity_in": { "items": { "type": "integer", "format": "int64" @@ -20941,22 +20457,22 @@ "type": "array", "nullable": true }, - "iops_rd_max_length_lt": { + "total_data_capacity_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_length_lte": { + "total_data_capacity_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_length_not": { + "total_data_capacity_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_length_not_in": { + "total_data_capacity_not_in": { "items": { "type": "integer", "format": "int64" @@ -20964,22 +20480,22 @@ "type": "array", "nullable": true }, - "iops_rd_max_lt": { + "total_memory_bytes": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_lte": { + "total_memory_bytes_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_not": { + "total_memory_bytes_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_max_not_in": { + "total_memory_bytes_in": { "items": { "type": "integer", "format": "int64" @@ -20987,12 +20503,22 @@ "type": "array", "nullable": true }, - "iops_rd_not": { + "total_memory_bytes_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_rd_not_in": { + "total_memory_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_not_in": { "items": { "type": "integer", "format": "int64" @@ -21000,55 +20526,92 @@ "type": "array", "nullable": true }, - "iops_wr": { - "type": "integer", - "format": "int64", + "usb_devices_every": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + ], "nullable": true }, - "iops_wr_gt": { - "type": "integer", - "format": "int64", + "usb_devices_none": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + ], "nullable": true }, - "iops_wr_gte": { - "type": "integer", - "format": "int64", + "usb_devices_some": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + ], "nullable": true }, - "iops_wr_in": { + "used_cpu_hz": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_cpu_hz_gt": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_cpu_hz_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_cpu_hz_in": { "items": { - "type": "integer", - "format": "int64" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "iops_wr_lt": { - "type": "integer", - "format": "int64", + "used_cpu_hz_lt": { + "type": "number", + "format": "double", "nullable": true }, - "iops_wr_lte": { - "type": "integer", - "format": "int64", + "used_cpu_hz_lte": { + "type": "number", + "format": "double", "nullable": true }, - "iops_wr_max": { + "used_cpu_hz_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_cpu_hz_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "used_data_space": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_gt": { + "used_data_space_gt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_gte": { + "used_data_space_gte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_in": { + "used_data_space_in": { "items": { "type": "integer", "format": "int64" @@ -21056,22 +20619,22 @@ "type": "array", "nullable": true }, - "iops_wr_max_length": { + "used_data_space_lt": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_length_gt": { + "used_data_space_lte": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_length_gte": { + "used_data_space_not": { "type": "integer", "format": "int64", "nullable": true }, - "iops_wr_max_length_in": { + "used_data_space_not_in": { "items": { "type": "integer", "format": "int64" @@ -21079,2215 +20642,2075 @@ "type": "array", "nullable": true }, - "iops_wr_max_length_lt": { - "type": "integer", - "format": "int64", + "used_memory_bytes": { + "type": "number", + "format": "double", "nullable": true }, - "iops_wr_max_length_lte": { - "type": "integer", - "format": "int64", + "used_memory_bytes_gt": { + "type": "number", + "format": "double", "nullable": true }, - "iops_wr_max_length_not": { - "type": "integer", - "format": "int64", + "used_memory_bytes_gte": { + "type": "number", + "format": "double", "nullable": true }, - "iops_wr_max_length_not_in": { + "used_memory_bytes_in": { "items": { - "type": "integer", - "format": "int64" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "iops_wr_max_lt": { + "used_memory_bytes_lt": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "vm_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_lte": { + "vm_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_not": { + "vm_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_not_in": { + "vm_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_wr_not": { + "vm_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_not_in": { + "vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "ip_whitelist": { + "vmotion_ip": { "type": "string", "nullable": true }, - "ip_whitelist_contains": { + "vmotion_ip_contains": { "type": "string", "nullable": true }, - "ip_whitelist_ends_with": { + "vmotion_ip_ends_with": { "type": "string", "nullable": true }, - "ip_whitelist_gt": { + "vmotion_ip_gt": { "type": "string", "nullable": true }, - "ip_whitelist_gte": { + "vmotion_ip_gte": { "type": "string", "nullable": true }, - "ip_whitelist_in": { + "vmotion_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_whitelist_lt": { + "vmotion_ip_lt": { "type": "string", "nullable": true }, - "ip_whitelist_lte": { + "vmotion_ip_lte": { "type": "string", "nullable": true }, - "ip_whitelist_not": { + "vmotion_ip_not": { "type": "string", "nullable": true }, - "ip_whitelist_not_contains": { + "vmotion_ip_not_contains": { "type": "string", "nullable": true }, - "ip_whitelist_not_ends_with": { + "vmotion_ip_not_ends_with": { "type": "string", "nullable": true }, - "ip_whitelist_not_in": { + "vmotion_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_whitelist_not_starts_with": { + "vmotion_ip_not_starts_with": { "type": "string", "nullable": true }, - "ip_whitelist_starts_with": { + "vmotion_ip_starts_with": { "type": "string", "nullable": true }, - "labels_every": { + "vms_every": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "labels_none": { + "vms_none": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "labels_some": { + "vms_some": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", + "vsphereEsxiAccount": { + "allOf": [ + { + "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" + } + ], "nullable": true }, - "local_id_ends_with": { - "type": "string", + "with_faster_ssd_as_cache": { + "type": "boolean", "nullable": true }, - "local_id_gt": { - "type": "string", + "with_faster_ssd_as_cache_not": { + "type": "boolean", "nullable": true }, - "local_id_gte": { - "type": "string", + "zone": { + "allOf": [ + { + "$ref": "#/components/schemas/ZoneWhereInput" + } + ], "nullable": true - }, - "local_id_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "CpuFanSpeedUnit": { + "enum": [ + "PERCENT", + "RPM" + ], + "type": "string" + }, + "DiskWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/DiskWhereInput" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/DiskWhereInput" + }, + "type": "array", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/DiskWhereInput" + }, + "type": "array", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_not_in": { + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "name": { + "firmware": { "type": "string", "nullable": true }, - "name_contains": { + "firmware_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "firmware_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "firmware_gt": { "type": "string", "nullable": true }, - "name_gte": { + "firmware_gte": { "type": "string", "nullable": true }, - "name_in": { + "firmware_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "firmware_lt": { "type": "string", "nullable": true }, - "name_lte": { + "firmware_lte": { "type": "string", "nullable": true }, - "name_not": { + "firmware_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "firmware_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "firmware_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "firmware_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "firmware_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "firmware_starts_with": { "type": "string", "nullable": true }, - "namespace_groups_every": { + "function": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/DiskFunction" } ], "nullable": true }, - "namespace_groups_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" - } - ], + "function_in": { + "items": { + "$ref": "#/components/schemas/DiskFunction" + }, + "type": "array", "nullable": true }, - "namespace_groups_some": { + "function_not": { "allOf": [ { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/DiskFunction" } ], "nullable": true }, - "namespaces_every": { + "function_not_in": { + "items": { + "$ref": "#/components/schemas/DiskFunction" + }, + "type": "array", + "nullable": true + }, + "health_status": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/DiskHealthStatus" } ], "nullable": true }, - "namespaces_none": { + "health_status_in": { + "items": { + "$ref": "#/components/schemas/DiskHealthStatus" + }, + "type": "array", + "nullable": true + }, + "health_status_not": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/DiskHealthStatus" } ], "nullable": true }, - "namespaces_some": { + "health_status_not_in": { + "items": { + "$ref": "#/components/schemas/DiskHealthStatus" + }, + "type": "array", + "nullable": true + }, + "healthy": { + "type": "boolean", + "nullable": true + }, + "healthy_not": { + "type": "boolean", + "nullable": true + }, + "host": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "nqn_name": { + "id": { "type": "string", "nullable": true }, - "nqn_name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "nqn_name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "nqn_name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "nqn_name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "nqn_name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nqn_name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "nqn_name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "nqn_name_not": { + "id_not": { "type": "string", "nullable": true }, - "nqn_name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "nqn_name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "nqn_name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nqn_name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "nqn_name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "nqn_whitelist": { + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "local_id": { "type": "string", "nullable": true }, - "nqn_whitelist_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "nqn_whitelist_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "nqn_whitelist_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "nqn_whitelist_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "nqn_whitelist_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nqn_whitelist_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "nqn_whitelist_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "nqn_whitelist_not": { + "local_id_not": { "type": "string", "nullable": true }, - "nqn_whitelist_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "nqn_whitelist_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "nqn_whitelist_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nqn_whitelist_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "nqn_whitelist_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "policy": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemPolicyType" - } - ], + "model": { + "type": "string", "nullable": true }, - "policy_in": { - "items": { - "$ref": "#/components/schemas/NvmfSubsystemPolicyType" - }, - "type": "array", + "model_contains": { + "type": "string", "nullable": true }, - "policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemPolicyType" - } - ], + "model_ends_with": { + "type": "string", "nullable": true }, - "policy_not_in": { - "items": { - "$ref": "#/components/schemas/NvmfSubsystemPolicyType" - }, - "type": "array", + "model_gt": { + "type": "string", "nullable": true }, - "replica_num": { - "type": "integer", - "format": "int32", + "model_gte": { + "type": "string", "nullable": true }, - "replica_num_gt": { - "type": "integer", - "format": "int32", + "model_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "replica_num_gte": { - "type": "integer", - "format": "int32", + "model_lt": { + "type": "string", "nullable": true }, - "replica_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "model_lte": { + "type": "string", "nullable": true }, - "replica_num_lt": { - "type": "integer", - "format": "int32", + "model_not": { + "type": "string", "nullable": true }, - "replica_num_lte": { - "type": "integer", - "format": "int32", + "model_not_contains": { + "type": "string", "nullable": true }, - "replica_num_not": { - "type": "integer", - "format": "int32", + "model_not_ends_with": { + "type": "string", "nullable": true }, - "replica_num_not_in": { + "model_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "stripe_num": { - "type": "integer", - "format": "int32", + "model_not_starts_with": { + "type": "string", "nullable": true }, - "stripe_num_gt": { - "type": "integer", - "format": "int32", + "model_starts_with": { + "type": "string", "nullable": true }, - "stripe_num_gte": { - "type": "integer", - "format": "int32", + "mounted": { + "type": "boolean", "nullable": true }, - "stripe_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "mounted_not": { + "type": "boolean", "nullable": true }, - "stripe_num_lt": { - "type": "integer", - "format": "int32", + "name": { + "type": "string", "nullable": true }, - "stripe_num_lte": { - "type": "integer", - "format": "int32", + "name_contains": { + "type": "string", "nullable": true }, - "stripe_num_not": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "stripe_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "stripe_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "stripe_size_gt": { - "type": "integer", - "format": "int64", + "name_gt": { + "type": "string", "nullable": true }, - "stripe_size_gte": { - "type": "integer", - "format": "int64", + "name_gte": { + "type": "string", "nullable": true }, - "stripe_size_in": { + "name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "stripe_size_lt": { - "type": "integer", - "format": "int64", + "name_lt": { + "type": "string", "nullable": true }, - "stripe_size_lte": { - "type": "integer", - "format": "int64", + "name_lte": { + "type": "string", "nullable": true }, - "stripe_size_not": { - "type": "integer", - "format": "int64", + "name_not": { + "type": "string", "nullable": true }, - "stripe_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "name_not_contains": { + "type": "string", "nullable": true }, - "thin_provision": { - "type": "boolean", + "name_not_ends_with": { + "type": "string", "nullable": true }, - "thin_provision_not": { - "type": "boolean", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfSubsystemPolicyType": { - "enum": [ - "BALANCE", - "INHERIT" - ], - "type": "string" - }, - "IscsiTargetWhereInput": { - "properties": { - "AND": { + "name_not_in": { "items": { - "$ref": "#/components/schemas/IscsiTargetWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - }, - "type": "array", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - }, - "type": "array", + "name_starts_with": { + "type": "string", "nullable": true }, - "bps": { + "numa_node": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_gt": { + "numa_node_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_gte": { + "numa_node_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_in": { + "numa_node_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_max": { + "numa_node_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_gt": { + "numa_node_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_gte": { + "numa_node_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_max_in": { + "numa_node_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_max_length": { - "type": "integer", - "format": "int64", + "offline": { + "type": "boolean", "nullable": true }, - "bps_max_length_gt": { - "type": "integer", - "format": "int64", + "offline_not": { + "type": "boolean", "nullable": true }, - "bps_max_length_gte": { - "type": "integer", - "format": "int64", + "path": { + "type": "string", "nullable": true }, - "bps_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "path_contains": { + "type": "string", "nullable": true }, - "bps_max_length_lt": { - "type": "integer", - "format": "int64", + "path_ends_with": { + "type": "string", "nullable": true }, - "bps_max_length_lte": { - "type": "integer", - "format": "int64", + "path_gt": { + "type": "string", "nullable": true }, - "bps_max_length_not": { - "type": "integer", - "format": "int64", + "path_gte": { + "type": "string", "nullable": true }, - "bps_max_length_not_in": { + "path_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_max_lt": { - "type": "integer", - "format": "int64", + "path_lt": { + "type": "string", "nullable": true }, - "bps_max_lte": { - "type": "integer", - "format": "int64", + "path_lte": { + "type": "string", "nullable": true }, - "bps_max_not": { - "type": "integer", - "format": "int64", + "path_not": { + "type": "string", "nullable": true }, - "bps_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "path_not_contains": { + "type": "string", "nullable": true }, - "bps_not": { - "type": "integer", - "format": "int64", + "path_not_ends_with": { + "type": "string", "nullable": true }, - "bps_not_in": { + "path_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_gte": { - "type": "integer", - "format": "int64", + "path_not_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "path_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_lt": { - "type": "integer", - "format": "int64", + "persistent_memory_type": { + "type": "string", "nullable": true }, - "bps_rd_lte": { - "type": "integer", - "format": "int64", + "persistent_memory_type_contains": { + "type": "string", "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64", + "persistent_memory_type_ends_with": { + "type": "string", "nullable": true }, - "bps_rd_max_gt": { - "type": "integer", - "format": "int64", + "persistent_memory_type_gt": { + "type": "string", "nullable": true }, - "bps_rd_max_gte": { - "type": "integer", - "format": "int64", + "persistent_memory_type_gte": { + "type": "string", "nullable": true }, - "bps_rd_max_in": { + "persistent_memory_type_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_length_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_length_gte": { - "type": "integer", - "format": "int64", + "persistent_memory_type_lt": { + "type": "string", "nullable": true }, - "bps_rd_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "persistent_memory_type_lte": { + "type": "string", "nullable": true }, - "bps_rd_max_length_lt": { - "type": "integer", - "format": "int64", + "persistent_memory_type_not": { + "type": "string", "nullable": true }, - "bps_rd_max_length_lte": { - "type": "integer", - "format": "int64", + "persistent_memory_type_not_contains": { + "type": "string", "nullable": true }, - "bps_rd_max_length_not": { - "type": "integer", - "format": "int64", + "persistent_memory_type_not_ends_with": { + "type": "string", "nullable": true }, - "bps_rd_max_length_not_in": { + "persistent_memory_type_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "bps_rd_max_lt": { - "type": "integer", - "format": "int64", + "persistent_memory_type_not_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max_lte": { - "type": "integer", - "format": "int64", + "persistent_memory_type_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max_not": { + "physical_slot_on_brick": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "physical_slot_on_brick_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "bps_rd_not": { + "physical_slot_on_brick_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_rd_not_in": { + "physical_slot_on_brick_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr": { + "physical_slot_on_brick_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_gt": { + "physical_slot_on_brick_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_gte": { + "physical_slot_on_brick_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_in": { + "physical_slot_on_brick_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_lte": { - "type": "integer", - "format": "int64", + "pmem_dimms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/PmemDimmWhereInput" + } + ], "nullable": true }, - "bps_wr_max": { - "type": "integer", - "format": "int64", + "pmem_dimms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/PmemDimmWhereInput" + } + ], "nullable": true }, - "bps_wr_max_gt": { - "type": "integer", - "format": "int64", + "pmem_dimms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/PmemDimmWhereInput" + } + ], "nullable": true }, - "bps_wr_max_gte": { - "type": "integer", - "format": "int64", + "recommended_usage": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskUsage" + } + ], "nullable": true }, - "bps_wr_max_in": { + "recommended_usage_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/DiskUsage" }, "type": "array", "nullable": true }, - "bps_wr_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max_length_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max_length_gte": { - "type": "integer", - "format": "int64", + "recommended_usage_not": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskUsage" + } + ], "nullable": true }, - "bps_wr_max_length_in": { + "recommended_usage_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/DiskUsage" }, "type": "array", "nullable": true }, - "bps_wr_max_length_lt": { + "remaining_life_percent": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_length_lte": { + "remaining_life_percent_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_length_not": { + "remaining_life_percent_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_length_not_in": { + "remaining_life_percent_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "bps_wr_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max_lte": { + "remaining_life_percent_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_max_not": { + "remaining_life_percent_lte": { "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "format": "int32", "nullable": true }, - "bps_wr_not": { + "remaining_life_percent_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "bps_wr_not_in": { + "remaining_life_percent_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "chap_enabled": { - "type": "boolean", - "nullable": true - }, - "chap_enabled_not": { - "type": "boolean", - "nullable": true - }, - "chap_name": { + "serial": { "type": "string", "nullable": true }, - "chap_name_contains": { + "serial_contains": { "type": "string", "nullable": true }, - "chap_name_ends_with": { + "serial_ends_with": { "type": "string", "nullable": true }, - "chap_name_gt": { + "serial_gt": { "type": "string", "nullable": true }, - "chap_name_gte": { + "serial_gte": { "type": "string", "nullable": true }, - "chap_name_in": { + "serial_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "chap_name_lt": { + "serial_lt": { "type": "string", "nullable": true }, - "chap_name_lte": { + "serial_lte": { "type": "string", "nullable": true }, - "chap_name_not": { + "serial_not": { "type": "string", "nullable": true }, - "chap_name_not_contains": { + "serial_not_contains": { "type": "string", "nullable": true }, - "chap_name_not_ends_with": { + "serial_not_ends_with": { "type": "string", "nullable": true }, - "chap_name_not_in": { + "serial_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "chap_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "chap_name_starts_with": { - "type": "string", - "nullable": true - }, - "chap_secret": { + "serial_not_starts_with": { "type": "string", "nullable": true }, - "chap_secret_contains": { + "serial_starts_with": { "type": "string", "nullable": true }, - "chap_secret_ends_with": { - "type": "string", + "size": { + "type": "integer", + "format": "int64", "nullable": true }, - "chap_secret_gt": { - "type": "string", + "size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "chap_secret_gte": { - "type": "string", + "size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "chap_secret_in": { + "size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "chap_secret_lt": { - "type": "string", - "nullable": true - }, - "chap_secret_lte": { - "type": "string", - "nullable": true - }, - "chap_secret_not": { - "type": "string", + "size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "chap_secret_not_contains": { - "type": "string", + "size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "chap_secret_not_ends_with": { - "type": "string", + "size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "chap_secret_not_in": { + "size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "chap_secret_not_starts_with": { - "type": "string", - "nullable": true - }, - "chap_secret_starts_with": { - "type": "string", - "nullable": true - }, - "cluster": { + "type": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/DiskType" } ], "nullable": true }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", - "nullable": true - }, - "description_ends_with": { - "type": "string", - "nullable": true - }, - "description_gt": { - "type": "string", - "nullable": true - }, - "description_gte": { - "type": "string", - "nullable": true - }, - "description_in": { + "type_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/DiskType" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true - }, - "description_lte": { - "type": "string", - "nullable": true - }, - "description_not": { - "type": "string", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskType" + } + ], "nullable": true }, - "description_not_contains": { - "type": "string", + "type_not_in": { + "items": { + "$ref": "#/components/schemas/DiskType" + }, + "type": "array", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "usage": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskUsage" + } + ], "nullable": true }, - "description_not_in": { + "usage_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/DiskUsage" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", + "usage_not": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskUsage" + } + ], "nullable": true }, - "description_starts_with": { - "type": "string", + "usage_not_in": { + "items": { + "$ref": "#/components/schemas/DiskUsage" + }, + "type": "array", "nullable": true }, - "entityAsyncStatus": { + "usage_status": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/DiskUsageStatus" } ], "nullable": true }, - "entityAsyncStatus_in": { + "usage_status_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/DiskUsageStatus" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "usage_status_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/DiskUsageStatus" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "usage_status_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/DiskUsageStatus" }, "type": "array", "nullable": true - }, - "external_use": { - "type": "boolean", - "nullable": true - }, - "external_use_not": { - "type": "boolean", + } + }, + "type": "object", + "additionalProperties": false + }, + "DiskFunction": { + "enum": [ + "BOOT", + "CACHE", + "DATA", + "SMTX_SYSTEM", + "UNMOUNT" + ], + "type": "string" + }, + "DiskHealthStatus": { + "enum": [ + "HEALTHY", + "SMART_FAILED", + "SOFTWARE_RAID_FAILURE", + "SUBHEALTHY", + "UNHEALTHY" + ], + "type": "string" + }, + "LabelWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array", "nullable": true }, - "id": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array", "nullable": true }, - "id_contains": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array", "nullable": true }, - "id_ends_with": { - "type": "string", + "cluster_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gt": { - "type": "string", + "cluster_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gte": { - "type": "string", + "cluster_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_in": { + "cluster_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", + "cluster_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_contains": { - "type": "string", + "cluster_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "cluster_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_in": { + "cluster_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", + "clusters_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "internal": { - "type": "boolean", + "clusters_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "internal_not": { - "type": "boolean", + "clusters_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "io_size": { + "consistency_group_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_gt": { + "consistency_group_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_gte": { + "consistency_group_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_in": { + "consistency_group_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "io_size_lt": { + "consistency_group_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_lte": { + "consistency_group_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_not": { + "consistency_group_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "io_size_not_in": { + "consistency_group_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops": { + "consistency_group_snapshot_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_gt": { + "consistency_group_snapshot_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_gte": { + "consistency_group_snapshot_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_in": { + "consistency_group_snapshot_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_max": { + "consistency_group_snapshot_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_gt": { + "consistency_group_snapshot_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_gte": { + "consistency_group_snapshot_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_in": { + "consistency_group_snapshot_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_max_length": { - "type": "integer", - "format": "int64", + "consistency_group_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], "nullable": true }, - "iops_max_length_gt": { - "type": "integer", - "format": "int64", + "consistency_group_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], "nullable": true }, - "iops_max_length_gte": { - "type": "integer", - "format": "int64", + "consistency_group_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], "nullable": true }, - "iops_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "consistency_groups_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + } + ], "nullable": true }, - "iops_max_length_lt": { + "consistency_groups_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + } + ], + "nullable": true + }, + "consistency_groups_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + } + ], + "nullable": true + }, + "content_library_image_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_length_lte": { + "content_library_image_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_length_not": { + "content_library_image_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_length_not_in": { + "content_library_image_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_max_lt": { + "content_library_image_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_lte": { + "content_library_image_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_not": { + "content_library_image_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_max_not_in": { + "content_library_image_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_not": { - "type": "integer", - "format": "int64", + "content_library_images_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + } + ], "nullable": true }, - "iops_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "content_library_images_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + } + ], "nullable": true }, - "iops_rd": { + "content_library_images_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + } + ], + "nullable": true + }, + "content_library_vm_template_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_gt": { + "content_library_vm_template_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_gte": { + "content_library_vm_template_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_in": { + "content_library_vm_template_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_rd_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max": { + "content_library_vm_template_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_gt": { + "content_library_vm_template_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_gte": { + "content_library_vm_template_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_in": { + "content_library_vm_template_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_length_gt": { - "type": "integer", - "format": "int64", + "content_library_vm_templates_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + } + ], "nullable": true }, - "iops_rd_max_length_gte": { - "type": "integer", - "format": "int64", + "content_library_vm_templates_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + } + ], "nullable": true }, - "iops_rd_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "content_library_vm_templates_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + } + ], "nullable": true }, - "iops_rd_max_length_lt": { - "type": "integer", - "format": "int64", + "createdAt": { + "type": "string", "nullable": true }, - "iops_rd_max_length_lte": { - "type": "integer", - "format": "int64", + "createdAt_gt": { + "type": "string", "nullable": true }, - "iops_rd_max_length_not": { - "type": "integer", - "format": "int64", + "createdAt_gte": { + "type": "string", "nullable": true }, - "iops_rd_max_length_not_in": { + "createdAt_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_rd_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_not": { - "type": "integer", - "format": "int64", + "createdAt_lt": { + "type": "string", "nullable": true }, - "iops_rd_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "createdAt_lte": { + "type": "string", "nullable": true }, - "iops_rd_not": { - "type": "integer", - "format": "int64", + "createdAt_not": { + "type": "string", "nullable": true }, - "iops_rd_not_in": { + "createdAt_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "iops_wr": { + "datacenter_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_gt": { + "datacenter_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_gte": { + "datacenter_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_in": { + "datacenter_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_wr_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max": { + "datacenter_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_gt": { + "datacenter_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_gte": { + "datacenter_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_in": { + "datacenter_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max_length_gt": { - "type": "integer", - "format": "int64", + "datacenters_every": { + "allOf": [ + { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + ], "nullable": true }, - "iops_wr_max_length_gte": { - "type": "integer", - "format": "int64", + "datacenters_none": { + "allOf": [ + { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + ], "nullable": true }, - "iops_wr_max_length_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "datacenters_some": { + "allOf": [ + { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + ], "nullable": true }, - "iops_wr_max_length_lt": { + "disk_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_length_lte": { + "disk_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_length_not": { + "disk_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_length_not_in": { + "disk_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "iops_wr_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max_lte": { + "disk_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_not": { + "disk_num_lte": { "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "format": "int32", "nullable": true }, - "iops_wr_not": { + "disk_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_not_in": { + "disk_num_not_in": { "items": { "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "ip_whitelist": { - "type": "string", - "nullable": true - }, - "ip_whitelist_contains": { - "type": "string", - "nullable": true - }, - "ip_whitelist_ends_with": { - "type": "string", - "nullable": true - }, - "ip_whitelist_gt": { - "type": "string", - "nullable": true - }, - "ip_whitelist_gte": { - "type": "string", - "nullable": true - }, - "ip_whitelist_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "ip_whitelist_lt": { - "type": "string", - "nullable": true - }, - "ip_whitelist_lte": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not_contains": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not_ends_with": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not_in": { - "items": { - "type": "string" + "format": "int32" }, "type": "array", "nullable": true }, - "ip_whitelist_not_starts_with": { - "type": "string", - "nullable": true - }, - "ip_whitelist_starts_with": { - "type": "string", + "disks_every": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "iqn_name": { - "type": "string", + "disks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "iqn_name_contains": { - "type": "string", + "disks_some": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "iqn_name_ends_with": { - "type": "string", + "elf_image_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_name_gt": { - "type": "string", + "elf_image_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_name_gte": { - "type": "string", + "elf_image_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_name_in": { + "elf_image_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "iqn_name_lt": { - "type": "string", - "nullable": true - }, - "iqn_name_lte": { - "type": "string", - "nullable": true - }, - "iqn_name_not": { - "type": "string", + "elf_image_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_name_not_contains": { - "type": "string", + "elf_image_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_name_not_ends_with": { - "type": "string", + "elf_image_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_name_not_in": { + "elf_image_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "iqn_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "iqn_name_starts_with": { - "type": "string", + "elf_images_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true }, - "iqn_whitelist": { - "type": "string", + "elf_images_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true }, - "iqn_whitelist_contains": { - "type": "string", + "elf_images_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true }, - "iqn_whitelist_ends_with": { - "type": "string", + "gpu_device_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_whitelist_gt": { - "type": "string", + "gpu_device_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_whitelist_gte": { - "type": "string", + "gpu_device_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_whitelist_in": { + "gpu_device_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "iqn_whitelist_lt": { - "type": "string", - "nullable": true - }, - "iqn_whitelist_lte": { - "type": "string", - "nullable": true - }, - "iqn_whitelist_not": { - "type": "string", + "gpu_device_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_whitelist_not_contains": { - "type": "string", + "gpu_device_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_whitelist_not_ends_with": { - "type": "string", + "gpu_device_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "iqn_whitelist_not_in": { + "gpu_device_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "iqn_whitelist_not_starts_with": { - "type": "string", - "nullable": true - }, - "iqn_whitelist_starts_with": { - "type": "string", - "nullable": true - }, - "labels_every": { + "gpu_devices_every": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/GpuDeviceWhereInput" } ], "nullable": true }, - "labels_none": { + "gpu_devices_none": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/GpuDeviceWhereInput" } ], "nullable": true }, - "labels_some": { + "gpu_devices_some": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/GpuDeviceWhereInput" } ], "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", + "host_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "host_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "host_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "host_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "host_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "host_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "host_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_in": { + "host_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "luns_every": { + "hosts_every": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "luns_none": { + "hosts_none": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "luns_some": { + "hosts_some": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "name": { + "id": { "type": "string", "nullable": true }, - "name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "name_not": { + "id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "replica_num": { + "iscsi_lun_num": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_gt": { + "iscsi_lun_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_gte": { + "iscsi_lun_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_in": { + "iscsi_lun_num_in": { "items": { "type": "integer", "format": "int32" @@ -23295,22 +22718,22 @@ "type": "array", "nullable": true }, - "replica_num_lt": { + "iscsi_lun_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_lte": { + "iscsi_lun_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_not": { + "iscsi_lun_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_not_in": { + "iscsi_lun_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -23318,22 +22741,22 @@ "type": "array", "nullable": true }, - "stripe_num": { + "iscsi_lun_snapshot_num": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_gt": { + "iscsi_lun_snapshot_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_gte": { + "iscsi_lun_snapshot_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_in": { + "iscsi_lun_snapshot_num_in": { "items": { "type": "integer", "format": "int32" @@ -23341,22 +22764,22 @@ "type": "array", "nullable": true }, - "stripe_num_lt": { + "iscsi_lun_snapshot_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_lte": { + "iscsi_lun_snapshot_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_not": { + "iscsi_lun_snapshot_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "stripe_num_not_in": { + "iscsi_lun_snapshot_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -23364,944 +22787,1156 @@ "type": "array", "nullable": true }, - "stripe_size": { - "type": "integer", - "format": "int64", + "iscsi_lun_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], "nullable": true }, - "stripe_size_gt": { - "type": "integer", - "format": "int64", + "iscsi_lun_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], "nullable": true }, - "stripe_size_gte": { - "type": "integer", - "format": "int64", + "iscsi_lun_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], "nullable": true }, - "stripe_size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "iscsi_luns_every": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], "nullable": true }, - "stripe_size_lt": { + "iscsi_luns_none": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], + "nullable": true + }, + "iscsi_luns_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], + "nullable": true + }, + "iscsi_target_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "stripe_size_lte": { + "iscsi_target_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "stripe_size_not": { + "iscsi_target_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "stripe_size_not_in": { + "iscsi_target_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "thin_provision": { - "type": "boolean", + "iscsi_target_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "thin_provision_not": { - "type": "boolean", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfNamespaceSnapshotWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - }, - "type": "array", + "iscsi_target_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - }, - "type": "array", + "iscsi_target_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "OR": { + "iscsi_target_num_not_in": { "items": { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "consistency_group_snapshot": { + "iscsi_targets_every": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } ], "nullable": true }, - "entityAsyncStatus": { + "iscsi_targets_none": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus_not": { + "iscsi_targets_some": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", - "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "labels_every": { + "isolation_policies_every": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/IsolationPolicyWhereInput" } ], "nullable": true }, - "labels_none": { + "isolation_policies_none": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/IsolationPolicyWhereInput" } ], "nullable": true }, - "labels_some": { + "isolation_policies_some": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/IsolationPolicyWhereInput" } ], "nullable": true }, - "local_created_at": { - "type": "string", + "isolation_policy_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "isolation_policy_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_gte": { - "type": "string", + "isolation_policy_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_in": { + "isolation_policy_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", + "isolation_policy_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_lte": { - "type": "string", + "isolation_policy_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_not": { - "type": "string", + "isolation_policy_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_not_in": { + "isolation_policy_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id": { + "key": { "type": "string", "nullable": true }, - "local_id_contains": { + "key_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "key_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "key_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "key_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "key_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "key_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "key_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "key_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "key_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "key_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "key_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "name": { + "key_not_starts_with": { "type": "string", "nullable": true }, - "name_contains": { + "key_starts_with": { "type": "string", "nullable": true }, - "name_ends_with": { - "type": "string", + "namespace_group_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_gt": { - "type": "string", + "namespace_group_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_gte": { - "type": "string", + "namespace_group_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_in": { + "namespace_group_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", + "namespace_group_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_contains": { - "type": "string", + "namespace_group_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "namespace_group_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_in": { + "namespace_group_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", + "namespace_groups_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NamespaceGroupWhereInput" + } + ], "nullable": true }, - "nvmf_namespace": { + "namespace_groups_none": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" } ], "nullable": true }, - "nvmf_subsystem": { + "namespace_groups_some": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" } ], "nullable": true }, - "unique_size": { + "nfs_export_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_gt": { + "nfs_export_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_gte": { + "nfs_export_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_in": { + "nfs_export_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "unique_size_lt": { + "nfs_export_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_lte": { + "nfs_export_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_not": { + "nfs_export_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_not_in": { + "nfs_export_num_not_in": { "items": { "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ContentLibraryImageWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + "format": "int32" }, "type": "array", "nullable": true }, - "clusters_every": { + "nfs_exports_every": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/NfsExportWhereInput" } ], "nullable": true }, - "clusters_none": { + "nfs_exports_none": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/NfsExportWhereInput" } ], "nullable": true }, - "clusters_some": { + "nfs_exports_some": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/NfsExportWhereInput" } ], "nullable": true }, - "createdAt": { - "type": "string", + "nfs_inode_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "createdAt_gt": { - "type": "string", + "nfs_inode_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "createdAt_gte": { - "type": "string", + "nfs_inode_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "createdAt_in": { + "nfs_inode_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "createdAt_lt": { - "type": "string", + "nfs_inode_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "createdAt_lte": { - "type": "string", + "nfs_inode_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "createdAt_not": { - "type": "string", + "nfs_inode_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "createdAt_not_in": { + "nfs_inode_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "description": { - "type": "string", + "nfs_inodes_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsInodeWhereInput" + } + ], "nullable": true }, - "description_contains": { - "type": "string", + "nfs_inodes_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsInodeWhereInput" + } + ], "nullable": true }, - "description_ends_with": { - "type": "string", + "nfs_inodes_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsInodeWhereInput" + } + ], "nullable": true }, - "description_gt": { - "type": "string", + "nic_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_gte": { - "type": "string", + "nic_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_in": { + "nic_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nic_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true - }, - "description_lte": { - "type": "string", - "nullable": true - }, - "description_not": { - "type": "string", + "nic_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_contains": { - "type": "string", + "nic_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "nic_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_in": { + "nic_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true - }, - "elf_images_every": { + "nics_every": { "allOf": [ { - "$ref": "#/components/schemas/ElfImageWhereInput" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "elf_images_none": { + "nics_none": { "allOf": [ { - "$ref": "#/components/schemas/ElfImageWhereInput" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "elf_images_some": { + "nics_some": { "allOf": [ { - "$ref": "#/components/schemas/ElfImageWhereInput" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "nvmf_namespace_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_in": { + "nvmf_namespace_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_num_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "nvmf_namespace_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_not_in": { + "nvmf_namespace_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_num_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id": { - "type": "string", + "nvmf_namespace_snapshot_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_contains": { - "type": "string", + "nvmf_namespace_snapshot_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_ends_with": { - "type": "string", + "nvmf_namespace_snapshot_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gt": { - "type": "string", + "nvmf_namespace_snapshot_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "id_gte": { - "type": "string", + "nvmf_namespace_snapshot_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_in": { + "nvmf_namespace_snapshot_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_snapshot_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_snapshot_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "nvmf_namespace_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true }, - "id_lte": { - "type": "string", + "nvmf_namespace_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true }, - "id_not": { - "type": "string", + "nvmf_namespace_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true }, - "id_not_contains": { - "type": "string", + "nvmf_namespaces_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "id_not_ends_with": { - "type": "string", + "nvmf_namespaces_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "id_not_in": { + "nvmf_namespaces_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + }, + "nvmf_subsystem_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_subsystem_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_subsystem_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_subsystem_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "nvmf_subsystem_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_starts_with": { - "type": "string", + "nvmf_subsystem_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "iscsi_luns_every": { + "nvmf_subsystem_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_subsystem_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "nvmf_subsystems_every": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } ], "nullable": true }, - "iscsi_luns_none": { + "nvmf_subsystems_none": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } ], "nullable": true }, - "iscsi_luns_some": { + "nvmf_subsystems_some": { "allOf": [ { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } ], "nullable": true }, - "labels_every": { + "security_policies_every": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/SecurityPolicyWhereInput" } ], "nullable": true }, - "labels_none": { + "security_policies_none": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/SecurityPolicyWhereInput" } ], "nullable": true }, - "labels_some": { + "security_policies_some": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/SecurityPolicyWhereInput" } ], "nullable": true }, - "name": { - "type": "string", + "security_policy_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_contains": { - "type": "string", + "security_policy_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_ends_with": { - "type": "string", + "security_policy_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_gt": { - "type": "string", + "security_policy_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "name_gte": { - "type": "string", + "security_policy_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_in": { + "security_policy_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "security_policy_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "security_policy_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "system_vlan_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_lte": { - "type": "string", + "system_vlan_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not": { - "type": "string", + "system_vlan_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_contains": { - "type": "string", + "system_vlan_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "system_vlan_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_in": { + "system_vlan_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "system_vlan_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "system_vlan_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", + "total_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_starts_with": { - "type": "string", + "total_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "path": { + "total_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "total_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "value": { "type": "string", "nullable": true }, - "path_contains": { + "value_contains": { "type": "string", "nullable": true }, - "path_ends_with": { + "value_ends_with": { "type": "string", "nullable": true }, - "path_gt": { + "value_gt": { "type": "string", "nullable": true }, - "path_gte": { + "value_gte": { "type": "string", "nullable": true }, - "path_in": { + "value_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "path_lt": { + "value_lt": { "type": "string", "nullable": true }, - "path_lte": { + "value_lte": { "type": "string", "nullable": true }, - "path_not": { + "value_not": { "type": "string", "nullable": true }, - "path_not_contains": { + "value_not_contains": { "type": "string", "nullable": true }, - "path_not_ends_with": { + "value_not_ends_with": { "type": "string", "nullable": true }, - "path_not_in": { + "value_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "path_not_starts_with": { + "value_not_starts_with": { "type": "string", "nullable": true }, - "path_starts_with": { + "value_starts_with": { "type": "string", "nullable": true }, - "size": { + "vds_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_gt": { + "vds_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_gte": { + "vds_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_in": { + "vds_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "size_lt": { + "vds_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_lte": { + "vds_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_not": { + "vds_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_not_in": { + "vds_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "vm_disks_every": { + "vdses_every": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "vm_disks_none": { + "vdses_none": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "vm_disks_some": { + "vdses_some": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" + } + ], + "nullable": true + }, + "vlans_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], + "nullable": true + }, + "vlans_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], + "nullable": true + }, + "vlans_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" } ], "nullable": true }, + "vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_snapshot_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, "vm_snapshots_every": { "allOf": [ { @@ -24326,6 +23961,52 @@ ], "nullable": true }, + "vm_template_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_template_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_template_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_template_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_template_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_template_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_template_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_template_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, "vm_templates_every": { "allOf": [ { @@ -24349,110 +24030,274 @@ } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ElfImageWhereInput": { - "properties": { - "AND": { + }, + "vm_vlan_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_vlan_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_vlan_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_vlan_num_in": { "items": { - "$ref": "#/components/schemas/ElfImageWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "NOT": { + "vm_vlan_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_vlan_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_vlan_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_vlan_num_not_in": { "items": { - "$ref": "#/components/schemas/ElfImageWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "OR": { + "vm_volume_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num_in": { "items": { - "$ref": "#/components/schemas/ElfImageWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "cluster": { + "vm_volume_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_volume_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_volume_snapshot_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_volume_snapshots_every": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" } ], "nullable": true }, - "content_library_image": { + "vm_volume_snapshots_none": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" } ], "nullable": true }, - "description": { - "type": "string", + "vm_volume_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + } + ], "nullable": true }, - "description_contains": { - "type": "string", + "vm_volumes_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true }, - "description_ends_with": { - "type": "string", + "vm_volumes_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true }, - "description_gt": { - "type": "string", + "vm_volumes_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true }, - "description_gte": { - "type": "string", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "description_in": { - "items": { - "type": "string" - }, - "type": "array", + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "description_lt": { - "type": "string", + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true - }, - "description_lte": { - "type": "string", + } + }, + "type": "object", + "additionalProperties": false + }, + "ConsistencyGroupSnapshotWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + }, + "type": "array", "nullable": true }, - "description_not": { - "type": "string", + "Iscsi_lun_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], "nullable": true }, - "description_not_contains": { - "type": "string", + "Iscsi_lun_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], "nullable": true }, - "description_not_ends_with": { - "type": "string", + "Iscsi_lun_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], "nullable": true }, - "description_not_in": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + }, + "type": "array", "nullable": true }, - "description_starts_with": { - "type": "string", + "consistency_group": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + } + ], "nullable": true }, "entityAsyncStatus": { @@ -24733,84 +24578,46 @@ "type": "string", "nullable": true }, - "path": { - "type": "string", - "nullable": true - }, - "path_contains": { - "type": "string", - "nullable": true - }, - "path_ends_with": { - "type": "string", - "nullable": true - }, - "path_gt": { - "type": "string", - "nullable": true - }, - "path_gte": { - "type": "string", - "nullable": true - }, - "path_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "path_lt": { - "type": "string", - "nullable": true - }, - "path_lte": { - "type": "string", - "nullable": true - }, - "path_not": { - "type": "string", - "nullable": true - }, - "path_not_contains": { - "type": "string", - "nullable": true - }, - "path_not_ends_with": { - "type": "string", - "nullable": true - }, - "path_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "nvmf_namespace_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true }, - "path_not_starts_with": { - "type": "string", + "nvmf_namespace_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true }, - "path_starts_with": { - "type": "string", + "nvmf_namespace_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + ], "nullable": true }, - "size": { + "unique_size": { "type": "integer", "format": "int64", "nullable": true }, - "size_gt": { + "unique_size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "size_gte": { + "unique_size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "size_in": { + "unique_size_in": { "items": { "type": "integer", "format": "int64" @@ -24818,530 +24625,555 @@ "type": "array", "nullable": true }, - "size_lt": { + "unique_size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_lte": { + "unique_size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_not": { + "unique_size_not": { "type": "integer", "format": "int64", "nullable": true }, - "size_not_in": { + "unique_size_not_in": { "items": { "type": "integer", "format": "int64" }, "type": "array", "nullable": true - }, - "vm_disks_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], - "nullable": true - }, - "vm_disks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiLunSnapshotWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + }, + "type": "array", "nullable": true }, - "vm_disks_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], + "NOT": { + "items": { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + }, + "type": "array", "nullable": true }, - "vm_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], + "OR": { + "items": { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + }, + "type": "array", "nullable": true }, - "vm_snapshots_none": { + "consistency_group_snapshot": { "allOf": [ { - "$ref": "#/components/schemas/VmSnapshotWhereInput" + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" } ], "nullable": true }, - "vm_snapshots_some": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/VmSnapshotWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "vm_templates_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "vm_templates_none": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/VmTemplateWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "vm_templates_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmDiskWhereInput": { - "properties": { - "AND": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/VmDiskWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VmDiskWhereInput" - }, - "type": "array", + "id": { + "type": "string", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/VmDiskWhereInput" - }, - "type": "array", + "id_contains": { + "type": "string", "nullable": true }, - "boot": { - "type": "integer", - "format": "int32", + "id_ends_with": { + "type": "string", "nullable": true }, - "boot_gt": { - "type": "integer", - "format": "int32", + "id_gt": { + "type": "string", "nullable": true }, - "boot_gte": { - "type": "integer", - "format": "int32", + "id_gte": { + "type": "string", "nullable": true }, - "boot_in": { + "id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "boot_lt": { - "type": "integer", - "format": "int32", + "id_lt": { + "type": "string", "nullable": true }, - "boot_lte": { - "type": "integer", - "format": "int32", + "id_lte": { + "type": "string", "nullable": true }, - "boot_not": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "boot_not_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "bus": { + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { + "type": "string", + "nullable": true + }, + "iscsi_lun": { "allOf": [ { - "$ref": "#/components/schemas/Bus" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true }, - "bus_in": { - "items": { - "$ref": "#/components/schemas/Bus" - }, - "type": "array", - "nullable": true - }, - "bus_not": { + "iscsi_target": { "allOf": [ { - "$ref": "#/components/schemas/Bus" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } ], "nullable": true }, - "bus_not_in": { - "items": { - "$ref": "#/components/schemas/Bus" - }, - "type": "array", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "cloud_init_image_name": { - "type": "string", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "cloud_init_image_name_contains": { - "type": "string", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "cloud_init_image_name_ends_with": { + "local_created_at": { "type": "string", "nullable": true }, - "cloud_init_image_name_gt": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "cloud_init_image_name_gte": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "cloud_init_image_name_in": { + "local_created_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cloud_init_image_name_lt": { - "type": "string", - "nullable": true - }, - "cloud_init_image_name_lte": { - "type": "string", - "nullable": true - }, - "cloud_init_image_name_not": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "cloud_init_image_name_not_contains": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "cloud_init_image_name_not_ends_with": { + "local_created_at_not": { "type": "string", "nullable": true }, - "cloud_init_image_name_not_in": { + "local_created_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cloud_init_image_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "cloud_init_image_name_starts_with": { - "type": "string", - "nullable": true - }, - "cloud_init_image_path": { + "local_id": { "type": "string", "nullable": true }, - "cloud_init_image_path_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "cloud_init_image_path_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "cloud_init_image_path_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "cloud_init_image_path_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "cloud_init_image_path_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cloud_init_image_path_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "cloud_init_image_path_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "cloud_init_image_path_not": { + "local_id_not": { "type": "string", "nullable": true }, - "cloud_init_image_path_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "cloud_init_image_path_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "cloud_init_image_path_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cloud_init_image_path_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "cloud_init_image_path_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "device": { + "name": { "type": "string", "nullable": true }, - "device_contains": { + "name_contains": { "type": "string", "nullable": true }, - "device_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "device_gt": { + "name_gt": { "type": "string", "nullable": true }, - "device_gte": { + "name_gte": { "type": "string", "nullable": true }, - "device_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "device_lt": { + "name_lt": { "type": "string", "nullable": true }, - "device_lte": { + "name_lte": { "type": "string", "nullable": true }, - "device_not": { + "name_not": { "type": "string", "nullable": true }, - "device_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "device_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "device_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "device_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "device_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "disabled": { - "type": "boolean", + "unique_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "disabled_not": { - "type": "boolean", + "unique_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "elf_image": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageWhereInput" - } - ], + "unique_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id": { + "unique_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "unique_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiLunWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/IscsiLunWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/IscsiLunWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/IscsiLunWhereInput" + }, + "type": "array", + "nullable": true + }, + "allowed_initiators": { "type": "string", "nullable": true }, - "id_contains": { + "allowed_initiators_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "allowed_initiators_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "allowed_initiators_gt": { "type": "string", "nullable": true }, - "id_gte": { + "allowed_initiators_gte": { "type": "string", "nullable": true }, - "id_in": { + "allowed_initiators_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "allowed_initiators_lt": { "type": "string", "nullable": true }, - "id_lte": { + "allowed_initiators_lte": { "type": "string", "nullable": true }, - "id_not": { + "allowed_initiators_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "allowed_initiators_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "allowed_initiators_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "allowed_initiators_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "allowed_initiators_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "allowed_initiators_starts_with": { "type": "string", "nullable": true }, - "key": { + "assigned_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "key_gt": { + "assigned_size_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "key_gte": { + "assigned_size_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "key_in": { + "assigned_size_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "key_lt": { + "assigned_size_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "key_lte": { + "assigned_size_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "key_not": { + "assigned_size_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "key_not_in": { + "assigned_size_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "max_bandwidth": { + "bps": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_gt": { + "bps_gt": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_gte": { + "bps_gte": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_in": { + "bps_in": { "items": { "type": "integer", "format": "int64" @@ -25349,22 +25181,32 @@ "type": "array", "nullable": true }, - "max_bandwidth_lt": { + "bps_lt": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_lte": { + "bps_lte": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_not": { + "bps_max": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_not_in": { + "bps_max_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_in": { "items": { "type": "integer", "format": "int64" @@ -25372,461 +25214,368 @@ "type": "array", "nullable": true }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "bps_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_bandwidth_policy_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "type": "array", + "bps_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_bandwidth_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "bps_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_bandwidth_policy_not_in": { + "bps_max_length_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops": { + "bps_max_length_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_gt": { + "bps_max_length_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_gte": { + "bps_max_length_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_in": { + "bps_max_length_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_lt": { + "bps_max_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_lte": { + "bps_max_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_not": { + "bps_max_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_not_in": { + "bps_max_not_in": { "items": { "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], - "nullable": true - }, - "max_iops_policy_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "bps_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_iops_policy_not_in": { + "bps_not_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "serial": { - "type": "string", - "nullable": true - }, - "serial_contains": { - "type": "string", - "nullable": true - }, - "serial_ends_with": { - "type": "string", + "bps_rd": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_gt": { - "type": "string", + "bps_rd_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_gte": { - "type": "string", + "bps_rd_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_in": { + "bps_rd_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "serial_lt": { - "type": "string", + "bps_rd_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_lte": { - "type": "string", + "bps_rd_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_not": { - "type": "string", + "bps_rd_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_not_contains": { - "type": "string", + "bps_rd_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_not_ends_with": { - "type": "string", + "bps_rd_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "serial_not_in": { + "bps_rd_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "serial_not_starts_with": { - "type": "string", - "nullable": true - }, - "serial_starts_with": { - "type": "string", - "nullable": true - }, - "svt_image": { - "allOf": [ - { - "$ref": "#/components/schemas/SvtImageWhereInput" - } - ], - "nullable": true - }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskType" - } - ], + "bps_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/VmDiskType" - }, - "type": "array", + "bps_rd_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskType" - } - ], + "bps_rd_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "type_not_in": { + "bps_rd_max_length_in": { "items": { - "$ref": "#/components/schemas/VmDiskType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_image_path": { - "type": "string", - "nullable": true - }, - "unsafe_image_path_contains": { - "type": "string", - "nullable": true - }, - "unsafe_image_path_ends_with": { - "type": "string", + "bps_rd_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_path_gt": { - "type": "string", + "bps_rd_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_path_gte": { - "type": "string", + "bps_rd_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_path_in": { + "bps_rd_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_image_path_lt": { - "type": "string", - "nullable": true - }, - "unsafe_image_path_lte": { - "type": "string", - "nullable": true - }, - "unsafe_image_path_not": { - "type": "string", + "bps_rd_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_path_not_contains": { - "type": "string", + "bps_rd_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_path_not_ends_with": { - "type": "string", + "bps_rd_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_path_not_in": { + "bps_rd_max_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_image_path_not_starts_with": { - "type": "string", - "nullable": true - }, - "unsafe_image_path_starts_with": { - "type": "string", - "nullable": true - }, - "unsafe_image_uuid": { - "type": "string", + "bps_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_contains": { - "type": "string", + "bps_rd_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "unsafe_image_uuid_ends_with": { - "type": "string", + "bps_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_gt": { - "type": "string", + "bps_wr_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_gte": { - "type": "string", + "bps_wr_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_in": { + "bps_wr_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_image_uuid_lt": { - "type": "string", + "bps_wr_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_lte": { - "type": "string", + "bps_wr_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_not": { - "type": "string", + "bps_wr_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_not_contains": { - "type": "string", + "bps_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_not_ends_with": { - "type": "string", + "bps_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_image_uuid_not_in": { + "bps_wr_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_image_uuid_not_starts_with": { - "type": "string", - "nullable": true - }, - "unsafe_image_uuid_starts_with": { - "type": "string", - "nullable": true - }, - "unsafe_provision": { - "type": "string", - "nullable": true - }, - "unsafe_provision_contains": { - "type": "string", - "nullable": true - }, - "unsafe_provision_ends_with": { - "type": "string", + "bps_wr_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_gt": { - "type": "string", + "bps_wr_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_gte": { - "type": "string", + "bps_wr_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_in": { + "bps_wr_max_length_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_provision_lt": { - "type": "string", - "nullable": true - }, - "unsafe_provision_lte": { - "type": "string", - "nullable": true - }, - "unsafe_provision_not": { - "type": "string", + "bps_wr_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_not_contains": { - "type": "string", + "bps_wr_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_not_ends_with": { - "type": "string", + "bps_wr_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_not_in": { + "bps_wr_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "unsafe_provision_not_starts_with": { - "type": "string", + "bps_wr_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "unsafe_provision_starts_with": { - "type": "string", + "bps_wr_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "bps_wr_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_volume": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "Bus": { - "enum": [ - "IDE", - "SCSI", - "USB", - "VIRTIO" - ], - "type": "string" - }, - "VmDiskIoRestrictType": { - "enum": [ - "DYNAMIC", - "FORCED" - ], - "type": "string" - }, - "SvtImageWhereInput": { - "properties": { - "AND": { + "bps_wr_max_not_in": { "items": { - "$ref": "#/components/schemas/SvtImageWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SvtImageWhereInput" - }, - "type": "array", + "bps_wr_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "OR": { + "bps_wr_not_in": { "items": { - "$ref": "#/components/schemas/SvtImageWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cluster": { + "consistency_group": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" } ], "nullable": true @@ -25923,246 +25672,147 @@ "type": "string", "nullable": true }, - "local_created_at": { - "type": "string", + "io_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "io_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_gte": { - "type": "string", + "io_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_in": { + "io_size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", + "io_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_lte": { - "type": "string", + "io_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_not": { - "type": "string", + "io_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_not_in": { + "io_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", + "iops": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gt": { - "type": "string", + "iops_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gte": { - "type": "string", + "iops_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_in": { + "iops_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "iops_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_lte": { - "type": "string", + "iops_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not": { - "type": "string", + "iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "iops_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "iops_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_in": { + "iops_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "iops_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_starts_with": { - "type": "string", + "iops_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name": { - "type": "string", + "iops_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true - }, - "name_gt": { - "type": "string", - "nullable": true - }, - "name_gte": { - "type": "string", - "nullable": true - }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", - "nullable": true - }, - "name_not_contains": { - "type": "string", - "nullable": true - }, - "name_not_ends_with": { - "type": "string", - "nullable": true - }, - "name_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "path": { - "type": "string", - "nullable": true - }, - "path_contains": { - "type": "string", - "nullable": true - }, - "path_ends_with": { - "type": "string", - "nullable": true - }, - "path_gt": { - "type": "string", - "nullable": true - }, - "path_gte": { - "type": "string", - "nullable": true - }, - "path_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "path_lt": { - "type": "string", - "nullable": true - }, - "path_lte": { - "type": "string", - "nullable": true - }, - "path_not": { - "type": "string", - "nullable": true - }, - "path_not_contains": { - "type": "string", - "nullable": true - }, - "path_not_ends_with": { - "type": "string", - "nullable": true - }, - "path_not_in": { + "iops_max_length_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "path_not_starts_with": { - "type": "string", - "nullable": true - }, - "path_starts_with": { - "type": "string", - "nullable": true - }, - "size": { + "iops_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_gt": { + "iops_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_gte": { + "iops_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "size_in": { + "iops_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -26170,22 +25820,22 @@ "type": "array", "nullable": true }, - "size_lt": { + "iops_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_lte": { + "iops_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_not": { + "iops_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "size_not_in": { + "iops_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -26193,302 +25843,229 @@ "type": "array", "nullable": true }, - "version": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "version_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "version_gte": { + "iops_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "version_in": { + "iops_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "version_lt": { + "iops_rd": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "version_lte": { + "iops_rd_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "version_not": { + "iops_rd_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "version_not_in": { + "iops_rd_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vm_disks_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], + "iops_rd_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_disks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], + "iops_rd_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_disks_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], + "iops_rd_max": { + "type": "integer", + "format": "int64", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmDiskType": { - "enum": [ - "CD_ROM", - "DISK" - ], - "type": "string" - }, - "VmVolumeWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - }, - "type": "array", + }, + "iops_rd_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - }, - "type": "array", + "iops_rd_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "OR": { + "iops_rd_max_in": { "items": { - "$ref": "#/components/schemas/VmVolumeWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", - "nullable": true - }, - "description_ends_with": { - "type": "string", + "iops_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_gt": { - "type": "string", + "iops_rd_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_gte": { - "type": "string", + "iops_rd_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_in": { + "iops_rd_max_length_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true - }, - "description_lte": { - "type": "string", - "nullable": true - }, - "description_not": { - "type": "string", + "iops_rd_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_not_contains": { - "type": "string", + "iops_rd_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "iops_rd_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_not_in": { + "iops_rd_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", + "iops_rd_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_starts_with": { - "type": "string", + "iops_rd_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "elf_storage_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - } - ], + "iops_rd_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "elf_storage_policy_in": { + "iops_rd_max_not_in": { "items": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "elf_storage_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - } - ], + "iops_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "elf_storage_policy_not_in": { + "iops_rd_not_in": { "items": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iops_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "iops_wr_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iops_wr_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not_in": { + "iops_wr_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "guest_size_usage": { - "type": "number", - "format": "double", - "nullable": true - }, - "guest_size_usage_gt": { - "type": "number", - "format": "double", - "nullable": true - }, - "guest_size_usage_gte": { - "type": "number", - "format": "double", + "iops_wr_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "guest_size_usage_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "iops_wr_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "guest_size_usage_lt": { - "type": "number", - "format": "double", + "iops_wr_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "guest_size_usage_lte": { - "type": "number", - "format": "double", + "iops_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "guest_size_usage_not": { - "type": "number", - "format": "double", + "iops_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "guest_size_usage_not_in": { + "iops_wr_max_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "guest_used_size": { + "iops_wr_max_length": { "type": "integer", "format": "int64", "nullable": true }, - "guest_used_size_gt": { + "iops_wr_max_length_gt": { "type": "integer", "format": "int64", "nullable": true }, - "guest_used_size_gte": { + "iops_wr_max_length_gte": { "type": "integer", "format": "int64", "nullable": true }, - "guest_used_size_in": { + "iops_wr_max_length_in": { "items": { "type": "integer", "format": "int64" @@ -26496,22 +26073,22 @@ "type": "array", "nullable": true }, - "guest_used_size_lt": { + "iops_wr_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "guest_used_size_lte": { + "iops_wr_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "guest_used_size_not": { + "iops_wr_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "guest_used_size_not_in": { + "iops_wr_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -26519,66 +26096,48 @@ "type": "array", "nullable": true }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", + "iops_wr_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gt": { - "type": "string", + "iops_wr_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gte": { - "type": "string", + "iops_wr_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_in": { + "iops_wr_max_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", + "iops_wr_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "iops_wr_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", + "iscsi_target": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiTargetWhereInput" + } + ], "nullable": true }, "labels_every": { @@ -26705,20 +26264,50 @@ "type": "string", "nullable": true }, - "lun": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "lun_id": { + "type": "integer", + "format": "int32", "nullable": true }, - "mounting": { - "type": "boolean", + "lun_id_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "mounting_not": { - "type": "boolean", + "lun_id_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "lun_id_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "lun_id_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "lun_id_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "lun_id_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "lun_id_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, "name": { @@ -26783,115 +26372,206 @@ "type": "string", "nullable": true }, - "path": { - "type": "string", + "replica_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "path_contains": { - "type": "string", + "replica_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "path_ends_with": { - "type": "string", + "replica_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "path_gt": { - "type": "string", + "replica_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "path_gte": { - "type": "string", + "replica_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "path_in": { + "replica_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "path_lt": { - "type": "string", + "shared_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "path_lte": { - "type": "string", + "shared_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "path_not": { - "type": "string", + "shared_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "path_not_contains": { - "type": "string", + "shared_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "path_not_ends_with": { - "type": "string", + "shared_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "path_not_in": { + "shared_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "path_not_starts_with": { - "type": "string", + "snapshot_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "path_starts_with": { - "type": "string", + "snapshot_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "sharing": { - "type": "boolean", + "snapshot_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "sharing_not": { - "type": "boolean", + "snapshot_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "size": { + "snapshot_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_gt": { + "snapshot_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_gte": { + "snapshot_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_in": { + "snapshot_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "size_lt": { + "stripe_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stripe_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stripe_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stripe_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "stripe_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stripe_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stripe_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stripe_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "stripe_size": { "type": "integer", "format": "int64", "nullable": true }, - "size_lte": { + "stripe_size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "size_not": { + "stripe_size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "size_not_in": { + "stripe_size_in": { "items": { "type": "integer", "format": "int64" @@ -26899,36 +26579,37 @@ "type": "array", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeType" - } - ], + "stripe_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/VmVolumeType" - }, - "type": "array", + "stripe_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeType" - } - ], + "stripe_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "type_not_in": { + "stripe_size_not_in": { "items": { - "$ref": "#/components/schemas/VmVolumeType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, + "thin_provision": { + "type": "boolean", + "nullable": true + }, + "thin_provision_not": { + "type": "boolean", + "nullable": true + }, "unique_logical_size": { "type": "number", "format": "double", @@ -27021,208 +26702,125 @@ "type": "array", "nullable": true }, - "vm_disks_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], - "nullable": true - }, - "vm_disks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], - "nullable": true - }, - "vm_disks_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmVolumeElfStoragePolicyType": { - "enum": [ - "EC", - "ELF_CP_REPLICA_2_THICK_PROVISION", - "ELF_CP_REPLICA_2_THIN_PROVISION", - "ELF_CP_REPLICA_3_THICK_PROVISION", - "ELF_CP_REPLICA_3_THIN_PROVISION", - "REPLICA_1_THICK_PROVISION", - "REPLICA_1_THIN_PROVISION", - "REPLICA_2_THICK_PROVISION", - "REPLICA_2_THIN_PROVISION", - "REPLICA_3_THICK_PROVISION", - "REPLICA_3_THIN_PROVISION" - ], - "type": "string" - }, - "VmVolumeType": { - "enum": [ - "KVM_VOLUME", - "KVM_VOLUME_ISCSI" - ], - "type": "string" - }, - "VmSnapshotWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - }, - "type": "array", - "nullable": true - }, - "clock_offset": { - "allOf": [ - { - "$ref": "#/components/schemas/VmClockOffset" - } - ], - "nullable": true - }, - "clock_offset_in": { - "items": { - "$ref": "#/components/schemas/VmClockOffset" - }, - "type": "array", - "nullable": true - }, - "clock_offset_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmClockOffset" - } - ], - "nullable": true - }, - "clock_offset_not_in": { - "items": { - "$ref": "#/components/schemas/VmClockOffset" - }, - "type": "array", + "zbs_volume_id": { + "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "zbs_volume_id_contains": { + "type": "string", "nullable": true }, - "consistent_type": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistentType" - } - ], + "zbs_volume_id_ends_with": { + "type": "string", "nullable": true }, - "consistent_type_in": { - "items": { - "$ref": "#/components/schemas/ConsistentType" - }, - "type": "array", + "zbs_volume_id_gt": { + "type": "string", "nullable": true }, - "consistent_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistentType" - } - ], + "zbs_volume_id_gte": { + "type": "string", "nullable": true }, - "consistent_type_not_in": { + "zbs_volume_id_in": { "items": { - "$ref": "#/components/schemas/ConsistentType" + "type": "string" }, "type": "array", "nullable": true }, - "cpu_model": { + "zbs_volume_id_lt": { "type": "string", "nullable": true }, - "cpu_model_contains": { + "zbs_volume_id_lte": { "type": "string", "nullable": true }, - "cpu_model_ends_with": { + "zbs_volume_id_not": { "type": "string", "nullable": true }, - "cpu_model_gt": { + "zbs_volume_id_not_contains": { "type": "string", "nullable": true }, - "cpu_model_gte": { + "zbs_volume_id_not_ends_with": { "type": "string", "nullable": true }, - "cpu_model_in": { + "zbs_volume_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cpu_model_lt": { - "type": "string", - "nullable": true - }, - "cpu_model_lte": { + "zbs_volume_id_not_starts_with": { "type": "string", "nullable": true }, - "cpu_model_not": { + "zbs_volume_id_starts_with": { "type": "string", "nullable": true - }, - "cpu_model_not_contains": { - "type": "string", + } + }, + "type": "object", + "additionalProperties": false + }, + "ConsistencyGroupWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + }, + "type": "array", "nullable": true }, - "cpu_model_not_ends_with": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + }, + "type": "array", "nullable": true }, - "cpu_model_not_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" }, "type": "array", "nullable": true }, - "cpu_model_not_starts_with": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "cpu_model_starts_with": { - "type": "string", + "consistency_group_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], + "nullable": true + }, + "consistency_group_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], + "nullable": true + }, + "consistency_group_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], "nullable": true }, "description": { @@ -27317,44 +26915,6 @@ "type": "array", "nullable": true }, - "firmware": { - "allOf": [ - { - "$ref": "#/components/schemas/VmFirmware" - } - ], - "nullable": true - }, - "firmware_in": { - "items": { - "$ref": "#/components/schemas/VmFirmware" - }, - "type": "array", - "nullable": true - }, - "firmware_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmFirmware" - } - ], - "nullable": true - }, - "firmware_not_in": { - "items": { - "$ref": "#/components/schemas/VmFirmware" - }, - "type": "array", - "nullable": true - }, - "ha": { - "type": "boolean", - "nullable": true - }, - "ha_not": { - "type": "boolean", - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -27417,34 +26977,28 @@ "type": "string", "nullable": true }, - "io_policy": { + "iscsi_luns_every": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoPolicy" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true }, - "io_policy_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoPolicy" - }, - "type": "array", - "nullable": true - }, - "io_policy_not": { + "iscsi_luns_none": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoPolicy" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true }, - "io_policy_not_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoPolicy" - }, - "type": "array", + "iscsi_luns_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], "nullable": true }, "labels_every": { @@ -27571,22 +27125,108 @@ "type": "string", "nullable": true }, - "max_bandwidth": { + "name": { + "type": "string", + "nullable": true + }, + "name_contains": { + "type": "string", + "nullable": true + }, + "name_ends_with": { + "type": "string", + "nullable": true + }, + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_lt": { + "type": "string", + "nullable": true + }, + "name_lte": { + "type": "string", + "nullable": true + }, + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_not_starts_with": { + "type": "string", + "nullable": true + }, + "name_starts_with": { + "type": "string", + "nullable": true + }, + "namespaces_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + }, + "namespaces_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + }, + "namespaces_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + }, + "unique_size": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_gt": { + "unique_size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_gte": { + "unique_size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_in": { + "unique_size_in": { "items": { "type": "integer", "format": "int64" @@ -27594,151 +27234,197 @@ "type": "array", "nullable": true }, - "max_bandwidth_lt": { + "unique_size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_lte": { + "unique_size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_not": { + "unique_size_not": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_not_in": { + "unique_size_not_in": { "items": { "type": "integer", "format": "int64" }, "type": "array", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NvmfNamespaceWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + }, + "type": "array", + "nullable": true }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "NOT": { + "items": { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + }, + "type": "array", "nullable": true }, - "max_bandwidth_policy_in": { + "OR": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" }, "type": "array", "nullable": true }, - "max_bandwidth_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "assigned_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_bandwidth_policy_not_in": { + "assigned_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "assigned_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "assigned_size_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops": { + "assigned_size_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_gt": { + "assigned_size_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_gte": { + "assigned_size_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_in": { + "assigned_size_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_lt": { + "bps": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_lte": { + "bps_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_not": { + "bps_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_not_in": { + "bps_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "bps_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_iops_policy_in": { + "bps_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "bps_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_iops_policy_not_in": { + "bps_max_length_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_length_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_length_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "memory": { + "bps_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "memory_gt": { + "bps_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "memory_gte": { + "bps_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "memory_in": { + "bps_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -27746,22 +27432,22 @@ "type": "array", "nullable": true }, - "memory_lt": { + "bps_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "memory_lte": { + "bps_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "memory_not": { + "bps_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "memory_not_in": { + "bps_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -27769,84 +27455,114 @@ "type": "array", "nullable": true }, - "name": { - "type": "string", + "bps_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_contains": { - "type": "string", + "bps_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_ends_with": { - "type": "string", + "bps_rd": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gt": { - "type": "string", + "bps_rd_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gte": { - "type": "string", + "bps_rd_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { + "bps_rd_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "bps_rd_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lte": { - "type": "string", + "bps_rd_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not": { - "type": "string", + "bps_rd_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_contains": { - "type": "string", + "bps_rd_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "bps_rd_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_in": { + "bps_rd_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", + "bps_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_starts_with": { - "type": "string", + "bps_rd_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "size": { + "bps_rd_max_length_gte": { "type": "integer", "format": "int64", "nullable": true }, - "size_gt": { + "bps_rd_max_length_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "bps_rd_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_gte": { + "bps_rd_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_in": { + "bps_rd_max_length_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -27854,22 +27570,22 @@ "type": "array", "nullable": true }, - "size_lt": { + "bps_rd_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_lte": { + "bps_rd_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_not": { + "bps_rd_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "size_not_in": { + "bps_rd_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -27877,131 +27593,163 @@ "type": "array", "nullable": true }, - "snapshot_group": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" - } - ], + "bps_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "vcpu": { + "bps_rd_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "bps_wr": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_gt": { + "bps_wr_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_gte": { + "bps_wr_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_in": { + "bps_wr_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vcpu_lt": { + "bps_wr_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_lte": { + "bps_wr_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_not": { + "bps_wr_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_not_in": { + "bps_wr_max_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vm": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "bps_wr_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "win_opt": { - "type": "boolean", + "bps_wr_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "win_opt_not": { - "type": "boolean", + "bps_wr_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ConsistentType": { - "enum": [ - "CRASH_CONSISTENT", - "FILE_SYSTEM_CONSISTENT" - ], - "type": "string" - }, - "VmDiskIoPolicy": { - "enum": [ - "RESTRICT_EACH_DISK", - "RESTRICT_WHOLE_VM" - ], - "type": "string" - }, - "SnapshotGroupWhereInput": { - "properties": { - "AND": { + }, + "bps_wr_max_length_in": { "items": { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { + "bps_wr_max_length_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_length_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_length_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_length_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "OR": { + "bps_wr_max_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "bps_wr_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "deleted": { - "type": "boolean", + "bps_wr_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "deleted_not": { - "type": "boolean", + "consistency_group": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + } + ], "nullable": true }, "entityAsyncStatus": { @@ -28034,44 +27782,6 @@ "type": "array", "nullable": true }, - "estimated_recycling_time": { - "type": "string", - "nullable": true - }, - "estimated_recycling_time_gt": { - "type": "string", - "nullable": true - }, - "estimated_recycling_time_gte": { - "type": "string", - "nullable": true - }, - "estimated_recycling_time_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "estimated_recycling_time_lt": { - "type": "string", - "nullable": true - }, - "estimated_recycling_time_lte": { - "type": "string", - "nullable": true - }, - "estimated_recycling_time_not": { - "type": "string", - "nullable": true - }, - "estimated_recycling_time_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -28134,138 +27844,147 @@ "type": "string", "nullable": true }, - "internal": { - "type": "boolean", + "io_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "internal_not": { - "type": "boolean", + "io_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "keep": { - "type": "boolean", + "io_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "keep_not": { - "type": "boolean", + "io_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "local_created_at": { - "type": "string", + "io_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "io_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_gte": { - "type": "string", + "io_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_in": { + "io_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", + "iops": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_lte": { - "type": "string", + "iops_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_not": { - "type": "string", + "iops_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_not_in": { + "iops_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string", + "iops_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_contains": { - "type": "string", + "iops_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gt": { - "type": "string", + "iops_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gte": { - "type": "string", + "iops_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_in": { + "iops_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "iops_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "iops_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "iops_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_in": { + "iops_max_length_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "logical_size_bytes": { + "iops_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_bytes_gt": { + "iops_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_bytes_gte": { + "iops_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_bytes_in": { + "iops_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -28273,22 +27992,22 @@ "type": "array", "nullable": true }, - "logical_size_bytes_lt": { + "iops_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_bytes_lte": { + "iops_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_bytes_not": { + "iops_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_bytes_not_in": { + "iops_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -28296,317 +28015,363 @@ "type": "array", "nullable": true }, - "name": { - "type": "string", + "iops_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_contains": { - "type": "string", + "iops_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_ends_with": { - "type": "string", + "iops_rd": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gt": { - "type": "string", + "iops_rd_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gte": { - "type": "string", + "iops_rd_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { + "iops_rd_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "iops_rd_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lte": { - "type": "string", + "iops_rd_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not": { - "type": "string", + "iops_rd_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_contains": { - "type": "string", + "iops_rd_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "iops_rd_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_in": { + "iops_rd_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "object_num": { + "iops_rd_max_length": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_gt": { + "iops_rd_max_length_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_gte": { + "iops_rd_max_length_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_in": { + "iops_rd_max_length_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "object_num_lt": { + "iops_rd_max_length_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_lte": { + "iops_rd_max_length_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_not": { + "iops_rd_max_length_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_not_in": { + "iops_rd_max_length_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "snapshotPlanTask": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" - } - ], + "iops_rd_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], + "iops_rd_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], + "iops_rd_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "SnapshotPlanTaskWhereInput": { - "properties": { - "AND": { + "iops_rd_max_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" - }, - "type": "array", + "iops_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "OR": { + "iops_rd_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "end_time": { - "type": "string", + "iops_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "end_time_gt": { - "type": "string", + "iops_wr_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "end_time_gte": { - "type": "string", + "iops_wr_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "end_time_in": { + "iops_wr_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "end_time_lt": { - "type": "string", + "iops_wr_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "end_time_lte": { - "type": "string", + "iops_wr_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "end_time_not": { - "type": "string", + "iops_wr_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "end_time_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "iops_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iops_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_in": { + "iops_wr_max_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iops_wr_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "iops_wr_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id": { - "type": "string", + "iops_wr_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_contains": { - "type": "string", + "iops_wr_max_length_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "id_ends_with": { - "type": "string", + "iops_wr_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gt": { - "type": "string", + "iops_wr_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gte": { - "type": "string", + "iops_wr_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_in": { + "iops_wr_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "iops_wr_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_lte": { - "type": "string", + "iops_wr_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not": { - "type": "string", + "iops_wr_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { + "iops_wr_max_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "iops_wr_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "is_shared": { + "type": "boolean", + "nullable": true + }, + "is_shared_not": { + "type": "boolean", + "nullable": true + }, + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "local_created_at": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "id_not_in": { + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "id_starts_with": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "internal": { - "type": "boolean", + "local_created_at_not": { + "type": "string", "nullable": true }, - "internal_not": { - "type": "boolean", + "local_created_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, "local_id": { @@ -28671,163 +28436,300 @@ "type": "string", "nullable": true }, - "snapshotGroup": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" - } - ], + "name": { + "type": "string", "nullable": true }, - "snapshotPlan": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - ], + "name_contains": { + "type": "string", "nullable": true }, - "start_time": { + "name_ends_with": { "type": "string", "nullable": true }, - "start_time_gt": { + "name_gt": { "type": "string", "nullable": true }, - "start_time_gte": { + "name_gte": { "type": "string", "nullable": true }, - "start_time_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "start_time_lt": { + "name_lt": { "type": "string", "nullable": true }, - "start_time_lte": { + "name_lte": { "type": "string", "nullable": true }, - "start_time_not": { + "name_not": { "type": "string", "nullable": true }, - "start_time_not_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "status": { + "name_not_starts_with": { + "type": "string", + "nullable": true + }, + "name_starts_with": { + "type": "string", + "nullable": true + }, + "namespace_group": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" } ], "nullable": true }, - "status_in": { + "namespace_id": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "namespace_id_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "namespace_id_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "namespace_id_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" - } - ], + "namespace_id_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "status_not_in": { + "namespace_id_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "namespace_id_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "namespace_id_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanTaskType" - } - ], + "nqn_whitelist": { + "type": "string", "nullable": true }, - "type_in": { + "nqn_whitelist_contains": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_ends_with": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_gt": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_gte": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanTaskType" + "type": "string" }, "type": "array", "nullable": true }, - "type_not": { + "nqn_whitelist_lt": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_lte": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_not": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_not_contains": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_not_ends_with": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "nqn_whitelist_not_starts_with": { + "type": "string", + "nullable": true + }, + "nqn_whitelist_starts_with": { + "type": "string", + "nullable": true + }, + "nvmf_subsystem": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanTaskType" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } ], "nullable": true }, - "type_not_in": { + "replica_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanTaskType" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "SnapshotPlanWhereInput": { - "properties": { - "AND": { + }, + "replica_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "replica_num_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "NOT": { + "shared_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "OR": { + "shared_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "auto_delete_num": { + "snapshot_num": { "type": "integer", "format": "int32", "nullable": true }, - "auto_delete_num_gt": { + "snapshot_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "auto_delete_num_gte": { + "snapshot_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "auto_delete_num_in": { + "snapshot_num_in": { "items": { "type": "integer", "format": "int32" @@ -28835,22 +28737,22 @@ "type": "array", "nullable": true }, - "auto_delete_num_lt": { + "snapshot_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "auto_delete_num_lte": { + "snapshot_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "auto_delete_num_not": { + "snapshot_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "auto_delete_num_not_in": { + "snapshot_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -28858,22 +28760,22 @@ "type": "array", "nullable": true }, - "auto_execute_num": { + "stripe_num": { "type": "integer", "format": "int32", "nullable": true }, - "auto_execute_num_gt": { + "stripe_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "auto_execute_num_gte": { + "stripe_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "auto_execute_num_in": { + "stripe_num_in": { "items": { "type": "integer", "format": "int32" @@ -28881,22 +28783,22 @@ "type": "array", "nullable": true }, - "auto_execute_num_lt": { + "stripe_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "auto_execute_num_lte": { + "stripe_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "auto_execute_num_not": { + "stripe_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "auto_execute_num_not_in": { + "stripe_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -28904,204 +28806,269 @@ "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "stripe_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "description": { - "type": "string", + "stripe_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_contains": { - "type": "string", + "stripe_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_ends_with": { - "type": "string", + "stripe_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "description_gt": { - "type": "string", + "stripe_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_gte": { - "type": "string", + "stripe_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_in": { + "stripe_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "stripe_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", + "thin_provision": { + "type": "boolean", "nullable": true }, - "description_lte": { - "type": "string", + "thin_provision_not": { + "type": "boolean", "nullable": true }, - "description_not": { - "type": "string", + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true }, - "description_not_contains": { - "type": "string", + "unique_logical_size_gt": { + "type": "number", + "format": "double", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "unique_logical_size_gte": { + "type": "number", + "format": "double", "nullable": true }, - "description_not_in": { + "unique_logical_size_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "unique_logical_size_lt": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_logical_size_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_logical_size_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_logical_size_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "unique_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "unique_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "zbs_volume_id": { "type": "string", "nullable": true }, - "description_starts_with": { + "zbs_volume_id_contains": { "type": "string", "nullable": true }, - "end_time": { + "zbs_volume_id_ends_with": { "type": "string", "nullable": true }, - "end_time_gt": { + "zbs_volume_id_gt": { "type": "string", "nullable": true }, - "end_time_gte": { + "zbs_volume_id_gte": { "type": "string", "nullable": true }, - "end_time_in": { + "zbs_volume_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "end_time_lt": { + "zbs_volume_id_lt": { "type": "string", "nullable": true }, - "end_time_lte": { + "zbs_volume_id_lte": { "type": "string", "nullable": true }, - "end_time_not": { + "zbs_volume_id_not": { "type": "string", "nullable": true }, - "end_time_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "zbs_volume_id_not_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "zbs_volume_id_not_ends_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { + "zbs_volume_id_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "zbs_volume_id_not_starts_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { + "zbs_volume_id_starts_with": { + "type": "string", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NamespaceGroupWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" }, "type": "array", "nullable": true }, - "execute_plan_type": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" - } - ], - "nullable": true - }, - "execute_plan_type_in": { + "NOT": { "items": { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" }, "type": "array", "nullable": true }, - "execute_plan_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" - } - ], - "nullable": true - }, - "execute_plan_type_not_in": { + "OR": { "items": { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" }, "type": "array", "nullable": true }, - "execution_tasks_every": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "execution_tasks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "execution_tasks_some": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "healthy": { - "type": "boolean", - "nullable": true - }, - "healthy_not": { - "type": "boolean", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, "id": { @@ -29166,106 +29133,62 @@ "type": "string", "nullable": true }, - "last_execute_end_time": { - "type": "string", - "nullable": true - }, - "last_execute_end_time_gt": { - "type": "string", - "nullable": true - }, - "last_execute_end_time_gte": { - "type": "string", - "nullable": true - }, - "last_execute_end_time_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "last_execute_end_time_lt": { - "type": "string", - "nullable": true - }, - "last_execute_end_time_lte": { - "type": "string", - "nullable": true - }, - "last_execute_end_time_not": { - "type": "string", - "nullable": true - }, - "last_execute_end_time_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "last_execute_status": { + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "last_execute_status_in": { - "items": { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" - }, - "type": "array", - "nullable": true - }, - "last_execute_status_not": { + "labels_none": { "allOf": [ { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "last_execute_status_not_in": { - "items": { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" - }, - "type": "array", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "last_execute_time": { + "local_create_time": { "type": "string", "nullable": true }, - "last_execute_time_gt": { + "local_create_time_gt": { "type": "string", "nullable": true }, - "last_execute_time_gte": { + "local_create_time_gte": { "type": "string", "nullable": true }, - "last_execute_time_in": { + "local_create_time_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "last_execute_time_lt": { + "local_create_time_lt": { "type": "string", "nullable": true }, - "last_execute_time_lte": { + "local_create_time_lte": { "type": "string", "nullable": true }, - "last_execute_time_not": { + "local_create_time_not": { "type": "string", "nullable": true }, - "last_execute_time_not_in": { + "local_create_time_not_in": { "items": { "type": "string" }, @@ -29334,152 +29257,6 @@ "type": "string", "nullable": true }, - "logical_size_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "logical_size_bytes_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "logical_size_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "logical_size_bytes_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "logical_size_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "logical_size_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "logical_size_bytes_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "logical_size_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "manual_delete_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_delete_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_delete_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_delete_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "manual_delete_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_delete_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_delete_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_delete_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "manual_execute_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_execute_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_execute_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_execute_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "manual_execute_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_execute_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_execute_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "manual_execute_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "mirror": { - "type": "boolean", - "nullable": true - }, - "mirror_not": { - "type": "boolean", - "nullable": true - }, "name": { "type": "string", "nullable": true @@ -29542,106 +29319,137 @@ "type": "string", "nullable": true }, - "next_execute_time": { - "type": "string", + "namespaces_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "next_execute_time_gt": { - "type": "string", + "namespaces_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "next_execute_time_gte": { - "type": "string", + "namespaces_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "next_execute_time_in": { + "nvmf_subsystem": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NvmfSubsystemWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" }, "type": "array", "nullable": true }, - "next_execute_time_lt": { - "type": "string", - "nullable": true - }, - "next_execute_time_lte": { - "type": "string", - "nullable": true - }, - "next_execute_time_not": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + }, + "type": "array", "nullable": true }, - "next_execute_time_not_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" }, "type": "array", "nullable": true }, - "object_num": { + "bps": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_gt": { + "bps_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_gte": { + "bps_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_in": { + "bps_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "object_num_lt": { + "bps_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_lte": { + "bps_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_not": { + "bps_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "object_num_not_in": { + "bps_max_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "physical_size_bytes": { + "bps_max_length": { "type": "integer", "format": "int64", "nullable": true }, - "physical_size_bytes_gt": { + "bps_max_length_gt": { "type": "integer", "format": "int64", "nullable": true }, - "physical_size_bytes_gte": { + "bps_max_length_gte": { "type": "integer", "format": "int64", "nullable": true }, - "physical_size_bytes_in": { + "bps_max_length_in": { "items": { "type": "integer", "format": "int64" @@ -29649,22 +29457,22 @@ "type": "array", "nullable": true }, - "physical_size_bytes_lt": { + "bps_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "physical_size_bytes_lte": { + "bps_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "physical_size_bytes_not": { + "bps_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "physical_size_bytes_not_in": { + "bps_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -29672,367 +29480,324 @@ "type": "array", "nullable": true }, - "remain_snapshot_num": { + "bps_max_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "remain_snapshot_num_gt": { + "bps_max_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "remain_snapshot_num_gte": { + "bps_max_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "remain_snapshot_num_in": { + "bps_max_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "remain_snapshot_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "remain_snapshot_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "remain_snapshot_num_not": { + "bps_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "remain_snapshot_num_not_in": { + "bps_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "snapshot_group_num": { + "bps_rd": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "snapshot_group_num_gt": { + "bps_rd_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "snapshot_group_num_gte": { + "bps_rd_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "snapshot_group_num_in": { + "bps_rd_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "snapshot_group_num_lt": { + "bps_rd_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "snapshot_group_num_lte": { + "bps_rd_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "snapshot_group_num_not": { + "bps_rd_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "snapshot_group_num_not_in": { + "bps_rd_max_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "start_time": { - "type": "string", + "bps_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "start_time_gt": { - "type": "string", + "bps_rd_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "start_time_gte": { - "type": "string", + "bps_rd_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "start_time_in": { + "bps_rd_max_length_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "start_time_lt": { - "type": "string", + "bps_rd_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "start_time_lte": { - "type": "string", + "bps_rd_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "start_time_not": { - "type": "string", + "bps_rd_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "start_time_not_in": { + "bps_rd_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanStatus" - } - ], + "bps_rd_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "status_in": { + "bps_rd_max_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanStatus" - } - ], + "bps_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "status_not_in": { + "bps_rd_not_in": { "items": { - "$ref": "#/components/schemas/SnapshotPlanStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "vms_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "bps_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "vms_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "bps_wr_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "vms_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "bps_wr_gte": { + "type": "integer", + "format": "int64", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "SnapshotPlanExecuteType": { - "enum": [ - "DAY", - "HOUR", - "MINUTE", - "MONTH", - "WEEK" - ], - "type": "string" - }, - "SnapshotPlanExecuteStatus": { - "enum": [ - "CREATED", - "FAILED", - "IN_PROGRESS", - "SUCCEED", - "UNSPECIFIED" - ], - "type": "string" - }, - "SnapshotPlanStatus": { - "enum": [ - "NORMAL", - "STOPPED", - "SUSPENDED" - ], - "type": "string" - }, - "SnapshotPlanTaskType": { - "enum": [ - "TASK_TYPE_CLONE", - "TASK_TYPE_PROTECT", - "TASK_TYPE_ROLLBACK" - ], - "type": "string" - }, - "VmTemplateWhereInput": { - "properties": { - "AND": { + }, + "bps_wr_in": { "items": { - "$ref": "#/components/schemas/VmTemplateWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VmTemplateWhereInput" - }, - "type": "array", + "bps_wr_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/VmTemplateWhereInput" - }, - "type": "array", + "bps_wr_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "clock_offset": { - "allOf": [ - { - "$ref": "#/components/schemas/VmClockOffset" - } - ], + "bps_wr_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "clock_offset_in": { - "items": { - "$ref": "#/components/schemas/VmClockOffset" - }, - "type": "array", + "bps_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "clock_offset_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmClockOffset" - } - ], + "bps_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "clock_offset_not_in": { + "bps_wr_max_in": { "items": { - "$ref": "#/components/schemas/VmClockOffset" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cloud_init_supported": { - "type": "boolean", - "nullable": true - }, - "cloud_init_supported_not": { - "type": "boolean", - "nullable": true - }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "bps_wr_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "content_library_vm_template": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - ], + "bps_wr_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model": { - "type": "string", + "bps_wr_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_contains": { - "type": "string", + "bps_wr_max_length_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "cpu_model_ends_with": { - "type": "string", + "bps_wr_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_gt": { - "type": "string", + "bps_wr_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_gte": { - "type": "string", + "bps_wr_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_in": { + "bps_wr_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cpu_model_lt": { - "type": "string", + "bps_wr_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_lte": { - "type": "string", + "bps_wr_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_not": { - "type": "string", + "bps_wr_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_not_contains": { - "type": "string", + "bps_wr_max_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "cpu_model_not_ends_with": { - "type": "string", + "bps_wr_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "cpu_model_not_in": { + "bps_wr_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "cpu_model_not_starts_with": { - "type": "string", - "nullable": true - }, - "cpu_model_starts_with": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, "description": { @@ -30127,41 +29892,11 @@ "type": "array", "nullable": true }, - "firmware": { - "allOf": [ - { - "$ref": "#/components/schemas/VmFirmware" - } - ], - "nullable": true - }, - "firmware_in": { - "items": { - "$ref": "#/components/schemas/VmFirmware" - }, - "type": "array", - "nullable": true - }, - "firmware_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmFirmware" - } - ], - "nullable": true - }, - "firmware_not_in": { - "items": { - "$ref": "#/components/schemas/VmFirmware" - }, - "type": "array", - "nullable": true - }, - "ha": { + "external_use": { "type": "boolean", "nullable": true }, - "ha_not": { + "external_use_not": { "type": "boolean", "nullable": true }, @@ -30227,176 +29962,155 @@ "type": "string", "nullable": true }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], - "nullable": true - }, - "io_policy_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoPolicy" - }, - "type": "array", + "internal": { + "type": "boolean", "nullable": true }, - "io_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], + "internal_not": { + "type": "boolean", "nullable": true }, - "io_policy_not_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoPolicy" - }, - "type": "array", + "io_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "io_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "io_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "io_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "local_created_at": { - "type": "string", + "io_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "io_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_gte": { - "type": "string", + "io_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_in": { + "io_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", + "iops": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_lte": { - "type": "string", + "iops_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_not": { - "type": "string", + "iops_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_created_at_not_in": { + "iops_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string", + "iops_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_contains": { - "type": "string", + "iops_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gt": { - "type": "string", + "iops_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gte": { - "type": "string", + "iops_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_in": { + "iops_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "iops_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "iops_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "iops_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_in": { + "iops_max_length_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "max_bandwidth": { + "iops_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_gt": { + "iops_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_gte": { + "iops_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_in": { + "iops_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -30404,22 +30118,22 @@ "type": "array", "nullable": true }, - "max_bandwidth_lt": { + "iops_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_lte": { + "iops_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_not": { + "iops_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "max_bandwidth_not_in": { + "iops_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -30427,128 +30141,114 @@ "type": "array", "nullable": true }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], - "nullable": true - }, - "max_bandwidth_policy_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "type": "array", - "nullable": true - }, - "max_bandwidth_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "iops_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_bandwidth_policy_not_in": { + "iops_not_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops": { + "iops_rd": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_gt": { + "iops_rd_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_gte": { + "iops_rd_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_in": { + "iops_rd_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_lt": { + "iops_rd_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_lte": { + "iops_rd_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_not": { + "iops_rd_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "max_iops_not_in": { + "iops_rd_max_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_rd_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_rd_max_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "iops_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_iops_policy_in": { - "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "type": "array", + "iops_rd_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_iops_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "iops_rd_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "max_iops_policy_not_in": { + "iops_rd_max_length_in": { "items": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "memory": { + "iops_rd_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "memory_gt": { + "iops_rd_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "memory_gte": { + "iops_rd_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "memory_in": { + "iops_rd_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -30556,22 +30256,22 @@ "type": "array", "nullable": true }, - "memory_lt": { + "iops_rd_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "memory_lte": { + "iops_rd_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "memory_not": { + "iops_rd_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "memory_not_in": { + "iops_rd_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -30579,84 +30279,91 @@ "type": "array", "nullable": true }, - "name": { - "type": "string", + "iops_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_contains": { - "type": "string", + "iops_rd_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_ends_with": { - "type": "string", + "iops_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gt": { - "type": "string", + "iops_wr_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gte": { - "type": "string", + "iops_wr_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { + "iops_wr_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "iops_wr_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lte": { - "type": "string", + "iops_wr_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not": { - "type": "string", + "iops_wr_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_contains": { - "type": "string", + "iops_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "iops_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_in": { + "iops_wr_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "size": { + "iops_wr_max_length": { "type": "integer", "format": "int64", "nullable": true }, - "size_gt": { + "iops_wr_max_length_gt": { "type": "integer", "format": "int64", "nullable": true }, - "size_gte": { + "iops_wr_max_length_gte": { "type": "integer", "format": "int64", "nullable": true }, - "size_in": { + "iops_wr_max_length_in": { "items": { "type": "integer", "format": "int64" @@ -30664,22 +30371,22 @@ "type": "array", "nullable": true }, - "size_lt": { + "iops_wr_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "size_lte": { + "iops_wr_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "size_not": { + "iops_wr_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "size_not_in": { + "iops_wr_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -30687,659 +30394,539 @@ "type": "array", "nullable": true }, - "vcpu": { + "iops_wr_max_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_gt": { + "iops_wr_max_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_gte": { + "iops_wr_max_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_in": { + "iops_wr_max_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vcpu_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vcpu_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vcpu_not": { + "iops_wr_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_not_in": { + "iops_wr_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "video_type": { + "ip_whitelist": { "type": "string", "nullable": true }, - "video_type_contains": { + "ip_whitelist_contains": { "type": "string", "nullable": true }, - "video_type_ends_with": { + "ip_whitelist_ends_with": { "type": "string", "nullable": true }, - "video_type_gt": { + "ip_whitelist_gt": { "type": "string", "nullable": true }, - "video_type_gte": { + "ip_whitelist_gte": { "type": "string", "nullable": true }, - "video_type_in": { + "ip_whitelist_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "video_type_lt": { + "ip_whitelist_lt": { "type": "string", "nullable": true }, - "video_type_lte": { + "ip_whitelist_lte": { "type": "string", "nullable": true }, - "video_type_not": { + "ip_whitelist_not": { "type": "string", "nullable": true }, - "video_type_not_contains": { + "ip_whitelist_not_contains": { "type": "string", "nullable": true }, - "video_type_not_ends_with": { + "ip_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "video_type_not_in": { + "ip_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "video_type_not_starts_with": { + "ip_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "video_type_starts_with": { + "ip_whitelist_starts_with": { "type": "string", "nullable": true }, - "win_opt": { - "type": "boolean", - "nullable": true - }, - "win_opt_not": { - "type": "boolean", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ContentLibraryVmTemplateWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - }, - "type": "array", - "nullable": true - }, - "architecture": { + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/Architecture" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "architecture_in": { - "items": { - "$ref": "#/components/schemas/Architecture" - }, - "type": "array", - "nullable": true - }, - "architecture_not": { + "labels_none": { "allOf": [ { - "$ref": "#/components/schemas/Architecture" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "architecture_not_in": { - "items": { - "$ref": "#/components/schemas/Architecture" - }, - "type": "array", - "nullable": true - }, - "cloud_init_supported": { - "type": "boolean", - "nullable": true - }, - "cloud_init_supported_not": { - "type": "boolean", - "nullable": true - }, - "clusters_every": { + "labels_some": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "clusters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "local_id": { + "type": "string", "nullable": true }, - "clusters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "local_id_contains": { + "type": "string", "nullable": true }, - "createdAt": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "createdAt_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "createdAt_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "createdAt_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "createdAt_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "createdAt_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "createdAt_not": { + "local_id_not": { "type": "string", "nullable": true }, - "createdAt_not_in": { + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "description_contains": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "description_ends_with": { + "name": { "type": "string", "nullable": true }, - "description_gt": { + "name_contains": { "type": "string", "nullable": true }, - "description_gte": { + "name_ends_with": { "type": "string", "nullable": true }, - "description_in": { + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "name_lt": { "type": "string", "nullable": true }, - "description_lte": { + "name_lte": { "type": "string", "nullable": true }, - "description_not": { + "name_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { + "namespace_groups_every": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "namespace_groups_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NamespaceGroupWhereInput" + } + ], "nullable": true }, - "entityAsyncStatus_not": { + "namespace_groups_some": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NamespaceGroupWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "namespaces_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "id": { + "namespaces_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + }, + "namespaces_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + }, + "nqn_name": { "type": "string", "nullable": true }, - "id_contains": { + "nqn_name_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "nqn_name_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "nqn_name_gt": { "type": "string", "nullable": true }, - "id_gte": { + "nqn_name_gte": { "type": "string", "nullable": true }, - "id_in": { + "nqn_name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "nqn_name_lt": { "type": "string", "nullable": true }, - "id_lte": { + "nqn_name_lte": { "type": "string", "nullable": true }, - "id_not": { + "nqn_name_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "nqn_name_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "nqn_name_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "nqn_name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "nqn_name_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "nqn_name_starts_with": { "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "memory": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "memory_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "memory_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "memory_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "memory_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "memory_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "memory_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "memory_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "name": { + "nqn_whitelist": { "type": "string", "nullable": true }, - "name_contains": { + "nqn_whitelist_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "nqn_whitelist_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "nqn_whitelist_gt": { "type": "string", "nullable": true }, - "name_gte": { + "nqn_whitelist_gte": { "type": "string", "nullable": true }, - "name_in": { + "nqn_whitelist_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "nqn_whitelist_lt": { "type": "string", "nullable": true }, - "name_lte": { + "nqn_whitelist_lte": { "type": "string", "nullable": true }, - "name_not": { + "nqn_whitelist_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "nqn_whitelist_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "nqn_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "nqn_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "os": { - "type": "string", - "nullable": true - }, - "os_contains": { - "type": "string", - "nullable": true - }, - "os_ends_with": { + "nqn_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "os_gt": { + "nqn_whitelist_starts_with": { "type": "string", "nullable": true }, - "os_gte": { - "type": "string", + "policy": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemPolicyType" + } + ], "nullable": true }, - "os_in": { + "policy_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/NvmfSubsystemPolicyType" }, "type": "array", "nullable": true }, - "os_lt": { - "type": "string", + "policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemPolicyType" + } + ], "nullable": true }, - "os_lte": { - "type": "string", + "policy_not_in": { + "items": { + "$ref": "#/components/schemas/NvmfSubsystemPolicyType" + }, + "type": "array", "nullable": true }, - "os_not": { - "type": "string", + "replica_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "os_not_contains": { - "type": "string", + "replica_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "os_not_ends_with": { - "type": "string", + "replica_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "os_not_in": { + "replica_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "os_not_starts_with": { - "type": "string", - "nullable": true - }, - "os_starts_with": { - "type": "string", - "nullable": true - }, - "size": { + "replica_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_gt": { + "replica_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_gte": { + "replica_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_in": { + "replica_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "size_lt": { + "stripe_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_lte": { + "stripe_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_not": { + "stripe_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "size_not_in": { + "stripe_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "vcpu": { + "stripe_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "vcpu_gt": { + "stripe_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "vcpu_gte": { + "stripe_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "vcpu_in": { + "stripe_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -31347,173 +30934,143 @@ "type": "array", "nullable": true }, - "vcpu_lt": { + "stripe_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_lte": { + "stripe_size_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_not": { + "stripe_size_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vcpu_not_in": { + "stripe_size_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "vm_templates_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "stripe_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_templates_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "stripe_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm_templates_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - ], + "stripe_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "stripe_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "thin_provision": { + "type": "boolean", + "nullable": true + }, + "thin_provision_not": { + "type": "boolean", "nullable": true } }, "type": "object", "additionalProperties": false }, - "Architecture": { + "NvmfSubsystemPolicyType": { "enum": [ - "AARCH64", - "X86_64" + "BALANCE", + "INHERIT" ], "type": "string" }, - "DatacenterWhereInput": { + "IscsiTargetWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/DatacenterWhereInput" + "$ref": "#/components/schemas/IscsiTargetWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/DatacenterWhereInput" + "$ref": "#/components/schemas/IscsiTargetWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/DatacenterWhereInput" + "$ref": "#/components/schemas/IscsiTargetWhereInput" }, "type": "array", "nullable": true }, - "cluster_num": { + "bps": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "cluster_num_gt": { + "bps_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "cluster_num_gte": { + "bps_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "cluster_num_in": { + "bps_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "cluster_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_lte": { + "bps_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "cluster_num_not": { + "bps_lte": { "type": "integer", - "format": "int32", - "nullable": true - }, - "cluster_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "clusters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "clusters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "clusters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "format": "int64", "nullable": true }, - "failure_data_space": { + "bps_max": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_gt": { + "bps_max_gt": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_gte": { + "bps_max_gte": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_in": { + "bps_max_in": { "items": { "type": "integer", "format": "int64" @@ -31521,22 +31078,22 @@ "type": "array", "nullable": true }, - "failure_data_space_lt": { + "bps_max_length": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_lte": { + "bps_max_length_gt": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_not": { + "bps_max_length_gte": { "type": "integer", "format": "int64", "nullable": true }, - "failure_data_space_not_in": { + "bps_max_length_in": { "items": { "type": "integer", "format": "int64" @@ -31544,224 +31101,137 @@ "type": "array", "nullable": true }, - "host_num": { + "bps_max_length_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "host_num_gt": { + "bps_max_length_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "host_num_gte": { + "bps_max_length_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "host_num_in": { + "bps_max_length_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "host_num_lt": { + "bps_max_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "host_num_lte": { + "bps_max_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "host_num_not": { + "bps_max_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "host_num_not_in": { + "bps_max_not_in": { "items": { "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" + "format": "int64" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", + "bps_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "bps_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", + "bps_rd": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gt": { - "type": "string", + "bps_rd_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gte": { - "type": "string", + "bps_rd_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { + "bps_rd_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "bps_rd_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lte": { - "type": "string", + "bps_rd_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not": { - "type": "string", + "bps_rd_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_contains": { - "type": "string", + "bps_rd_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "bps_rd_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_in": { + "bps_rd_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "organization": { - "allOf": [ - { - "$ref": "#/components/schemas/OrganizationWhereInput" - } - ], - "nullable": true - }, - "total_cpu_hz": { + "bps_rd_max_length": { "type": "integer", "format": "int64", "nullable": true }, - "total_cpu_hz_gt": { + "bps_rd_max_length_gt": { "type": "integer", "format": "int64", "nullable": true }, - "total_cpu_hz_gte": { + "bps_rd_max_length_gte": { "type": "integer", "format": "int64", "nullable": true }, - "total_cpu_hz_in": { + "bps_rd_max_length_in": { "items": { "type": "integer", "format": "int64" @@ -31769,22 +31239,22 @@ "type": "array", "nullable": true }, - "total_cpu_hz_lt": { + "bps_rd_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "total_cpu_hz_lte": { + "bps_rd_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "total_cpu_hz_not": { + "bps_rd_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "total_cpu_hz_not_in": { + "bps_rd_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -31792,22 +31262,22 @@ "type": "array", "nullable": true }, - "total_data_capacity": { + "bps_rd_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "total_data_capacity_gt": { + "bps_rd_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "total_data_capacity_gte": { + "bps_rd_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "total_data_capacity_in": { + "bps_rd_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -31815,22 +31285,12 @@ "type": "array", "nullable": true }, - "total_data_capacity_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_data_capacity_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_data_capacity_not": { + "bps_rd_not": { "type": "integer", "format": "int64", "nullable": true }, - "total_data_capacity_not_in": { + "bps_rd_not_in": { "items": { "type": "integer", "format": "int64" @@ -31838,22 +31298,22 @@ "type": "array", "nullable": true }, - "total_memory_bytes": { + "bps_wr": { "type": "integer", "format": "int64", "nullable": true }, - "total_memory_bytes_gt": { + "bps_wr_gt": { "type": "integer", "format": "int64", "nullable": true }, - "total_memory_bytes_gte": { + "bps_wr_gte": { "type": "integer", "format": "int64", "nullable": true }, - "total_memory_bytes_in": { + "bps_wr_in": { "items": { "type": "integer", "format": "int64" @@ -31861,91 +31321,78 @@ "type": "array", "nullable": true }, - "total_memory_bytes_lt": { + "bps_wr_lt": { "type": "integer", "format": "int64", "nullable": true }, - "total_memory_bytes_lte": { + "bps_wr_lte": { "type": "integer", "format": "int64", "nullable": true }, - "total_memory_bytes_not": { + "bps_wr_max": { "type": "integer", "format": "int64", "nullable": true }, - "total_memory_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "used_cpu_hz": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_cpu_hz_gt": { - "type": "number", - "format": "double", + "bps_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "used_cpu_hz_gte": { - "type": "number", - "format": "double", + "bps_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "used_cpu_hz_in": { + "bps_wr_max_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "used_cpu_hz_lt": { - "type": "number", - "format": "double", + "bps_wr_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "used_cpu_hz_lte": { - "type": "number", - "format": "double", + "bps_wr_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "used_cpu_hz_not": { - "type": "number", - "format": "double", + "bps_wr_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "used_cpu_hz_not_in": { + "bps_wr_max_length_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "used_data_space": { + "bps_wr_max_length_lt": { "type": "integer", "format": "int64", "nullable": true }, - "used_data_space_gt": { + "bps_wr_max_length_lte": { "type": "integer", "format": "int64", "nullable": true }, - "used_data_space_gte": { + "bps_wr_max_length_not": { "type": "integer", "format": "int64", "nullable": true }, - "used_data_space_in": { + "bps_wr_max_length_not_in": { "items": { "type": "integer", "format": "int64" @@ -31953,22 +31400,22 @@ "type": "array", "nullable": true }, - "used_data_space_lt": { + "bps_wr_max_lt": { "type": "integer", "format": "int64", "nullable": true }, - "used_data_space_lte": { + "bps_wr_max_lte": { "type": "integer", "format": "int64", "nullable": true }, - "used_data_space_not": { + "bps_wr_max_not": { "type": "integer", "format": "int64", "nullable": true }, - "used_data_space_not_in": { + "bps_wr_max_not_in": { "items": { "type": "integer", "format": "int64" @@ -31976,308 +31423,259 @@ "type": "array", "nullable": true }, - "used_memory_bytes": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_memory_bytes_gt": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_memory_bytes_gte": { - "type": "number", - "format": "double", + "bps_wr_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "used_memory_bytes_in": { + "bps_wr_not_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "used_memory_bytes_lt": { - "type": "number", - "format": "double", + "chap_enabled": { + "type": "boolean", "nullable": true }, - "used_memory_bytes_lte": { - "type": "number", - "format": "double", + "chap_enabled_not": { + "type": "boolean", "nullable": true }, - "used_memory_bytes_not": { - "type": "number", - "format": "double", + "chap_name": { + "type": "string", "nullable": true }, - "used_memory_bytes_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "chap_name_contains": { + "type": "string", "nullable": true }, - "vm_num": { - "type": "integer", - "format": "int32", + "chap_name_ends_with": { + "type": "string", "nullable": true }, - "vm_num_gt": { - "type": "integer", - "format": "int32", + "chap_name_gt": { + "type": "string", "nullable": true }, - "vm_num_gte": { - "type": "integer", - "format": "int32", + "chap_name_gte": { + "type": "string", "nullable": true }, - "vm_num_in": { + "chap_name_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vm_num_lt": { - "type": "integer", - "format": "int32", + "chap_name_lt": { + "type": "string", "nullable": true }, - "vm_num_lte": { - "type": "integer", - "format": "int32", + "chap_name_lte": { + "type": "string", "nullable": true }, - "vm_num_not": { - "type": "integer", - "format": "int32", + "chap_name_not": { + "type": "string", "nullable": true }, - "vm_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "OrganizationWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/OrganizationWhereInput" - }, - "type": "array", + "chap_name_not_contains": { + "type": "string", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/OrganizationWhereInput" - }, - "type": "array", + "chap_name_not_ends_with": { + "type": "string", "nullable": true }, - "OR": { + "chap_name_not_in": { "items": { - "$ref": "#/components/schemas/OrganizationWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "datacenters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], - "nullable": true - }, - "datacenters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], + "chap_name_not_starts_with": { + "type": "string", "nullable": true }, - "datacenters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], + "chap_name_starts_with": { + "type": "string", "nullable": true }, - "id": { + "chap_secret": { "type": "string", "nullable": true }, - "id_contains": { + "chap_secret_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "chap_secret_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "chap_secret_gt": { "type": "string", "nullable": true }, - "id_gte": { + "chap_secret_gte": { "type": "string", "nullable": true }, - "id_in": { + "chap_secret_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "chap_secret_lt": { "type": "string", "nullable": true }, - "id_lte": { + "chap_secret_lte": { "type": "string", "nullable": true }, - "id_not": { + "chap_secret_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "chap_secret_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "chap_secret_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "chap_secret_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "chap_secret_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "chap_secret_starts_with": { "type": "string", "nullable": true }, - "name": { + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "description": { "type": "string", "nullable": true }, - "name_contains": { + "description_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "description_gt": { "type": "string", "nullable": true }, - "name_gte": { + "description_gte": { "type": "string", "nullable": true }, - "name_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "description_lt": { "type": "string", "nullable": true }, - "name_lte": { + "description_lte": { "type": "string", "nullable": true }, - "name_not": { + "description_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "description_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "IsolationPolicyWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" - }, - "type": "array", - "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" - }, - "type": "array", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "OR": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "everoute_cluster": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/EverouteClusterWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "external_use": { + "type": "boolean", + "nullable": true + }, + "external_use_not": { + "type": "boolean", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -32340,648 +31738,660 @@ "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "internal": { + "type": "boolean", "nullable": true }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "internal_not": { + "type": "boolean", "nullable": true }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "io_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "mode": { - "allOf": [ - { - "$ref": "#/components/schemas/IsolationMode" - } - ], + "io_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "mode_in": { + "io_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "io_size_in": { "items": { - "$ref": "#/components/schemas/IsolationMode" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "mode_not": { - "allOf": [ - { - "$ref": "#/components/schemas/IsolationMode" - } - ], + "io_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "mode_not_in": { - "items": { - "$ref": "#/components/schemas/IsolationMode" - }, - "type": "array", + "io_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "vm": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "EverouteClusterWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/EverouteClusterWhereInput" - }, - "type": "array", + "io_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "NOT": { + "io_size_not_in": { "items": { - "$ref": "#/components/schemas/EverouteClusterWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/EverouteClusterWhereInput" - }, - "type": "array", + "iops": { + "type": "integer", + "format": "int64", "nullable": true }, - "agent_elf_clusters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "iops_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "agent_elf_clusters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "iops_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "agent_elf_clusters_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "iops_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "agent_elf_vdses_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "iops_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "agent_elf_vdses_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "iops_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "agent_elf_vdses_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iops_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_in": { + "iops_max_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iops_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not_in": { + "iops_max_length_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_length_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_length_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "global_default_action": { - "allOf": [ - { - "$ref": "#/components/schemas/GlobalPolicyAction" - } - ], + "iops_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "global_default_action_in": { + "iops_max_length_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_length_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_length_not_in": { "items": { - "$ref": "#/components/schemas/GlobalPolicyAction" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "global_default_action_not": { - "allOf": [ - { - "$ref": "#/components/schemas/GlobalPolicyAction" - } - ], + "iops_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "global_default_action_not_in": { + "iops_max_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_not_in": { "items": { - "$ref": "#/components/schemas/GlobalPolicyAction" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id": { - "type": "string", + "iops_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_contains": { - "type": "string", + "iops_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "id_ends_with": { - "type": "string", + "iops_rd": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gt": { - "type": "string", + "iops_rd_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gte": { - "type": "string", + "iops_rd_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_in": { + "iops_rd_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "iops_rd_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_lte": { - "type": "string", + "iops_rd_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not": { - "type": "string", + "iops_rd_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "iops_rd_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "iops_rd_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "iops_rd_max_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "iops_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_starts_with": { - "type": "string", + "iops_rd_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "installed": { - "type": "boolean", + "iops_rd_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "installed_not": { - "type": "boolean", + "iops_rd_max_length_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "load_balancer_service": { - "allOf": [ - { - "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" - } - ], + "iops_rd_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name": { - "type": "string", + "iops_rd_max_length_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_contains": { - "type": "string", + "iops_rd_max_length_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_ends_with": { - "type": "string", + "iops_rd_max_length_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_gt": { - "type": "string", + "iops_rd_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gte": { - "type": "string", + "iops_rd_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { + "iops_rd_max_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_rd_max_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", + "iops_rd_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_lte": { - "type": "string", + "iops_rd_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "name_not": { - "type": "string", + "iops_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_contains": { - "type": "string", + "iops_wr_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "iops_wr_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_in": { + "iops_wr_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", + "iops_wr_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_starts_with": { - "type": "string", + "iops_wr_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "phase": { - "allOf": [ - { - "$ref": "#/components/schemas/EverouteClusterPhase" - } - ], + "iops_wr_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "phase_in": { - "items": { - "$ref": "#/components/schemas/EverouteClusterPhase" - }, - "type": "array", + "iops_wr_max_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "phase_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EverouteClusterPhase" - } - ], + "iops_wr_max_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "phase_not_in": { + "iops_wr_max_in": { "items": { - "$ref": "#/components/schemas/EverouteClusterPhase" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "version": { - "type": "string", + "iops_wr_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_contains": { - "type": "string", + "iops_wr_max_length_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_ends_with": { - "type": "string", + "iops_wr_max_length_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_gt": { - "type": "string", + "iops_wr_max_length_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "version_gte": { - "type": "string", + "iops_wr_max_length_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_in": { + "iops_wr_max_length_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr_max_length_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr_max_length_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "version_lt": { - "type": "string", + "iops_wr_max_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_lte": { - "type": "string", + "iops_wr_max_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_not": { - "type": "string", + "iops_wr_max_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_not_contains": { - "type": "string", + "iops_wr_max_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "version_not_ends_with": { - "type": "string", + "iops_wr_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "version_not_in": { + "iops_wr_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "version_not_starts_with": { + "ip_whitelist": { "type": "string", "nullable": true }, - "version_starts_with": { + "ip_whitelist_contains": { "type": "string", "nullable": true }, - "vpc_service": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" - } - ], + "ip_whitelist_ends_with": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VdsWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VdsWhereInput" - }, - "type": "array", + }, + "ip_whitelist_gt": { + "type": "string", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VdsWhereInput" - }, - "type": "array", + "ip_whitelist_gte": { + "type": "string", "nullable": true }, - "OR": { + "ip_whitelist_in": { "items": { - "$ref": "#/components/schemas/VdsWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "bond_mode": { + "ip_whitelist_lt": { "type": "string", "nullable": true }, - "bond_mode_contains": { + "ip_whitelist_lte": { "type": "string", "nullable": true }, - "bond_mode_ends_with": { + "ip_whitelist_not": { "type": "string", "nullable": true }, - "bond_mode_gt": { + "ip_whitelist_not_contains": { "type": "string", "nullable": true }, - "bond_mode_gte": { + "ip_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "bond_mode_in": { + "ip_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "bond_mode_lt": { + "ip_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "bond_mode_lte": { + "ip_whitelist_starts_with": { "type": "string", "nullable": true }, - "bond_mode_not": { + "iqn_name": { "type": "string", "nullable": true }, - "bond_mode_not_contains": { + "iqn_name_contains": { "type": "string", "nullable": true }, - "bond_mode_not_ends_with": { + "iqn_name_ends_with": { "type": "string", "nullable": true }, - "bond_mode_not_in": { + "iqn_name_gt": { + "type": "string", + "nullable": true + }, + "iqn_name_gte": { + "type": "string", + "nullable": true + }, + "iqn_name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "bond_mode_not_starts_with": { + "iqn_name_lt": { "type": "string", "nullable": true }, - "bond_mode_starts_with": { + "iqn_name_lte": { "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iqn_name_not": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "iqn_name_not_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "iqn_name_not_ends_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { + "iqn_name_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "everoute_cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/EverouteClusterWhereInput" - } - ], + "iqn_name_not_starts_with": { + "type": "string", "nullable": true }, - "id": { + "iqn_name_starts_with": { "type": "string", "nullable": true }, - "id_contains": { + "iqn_whitelist": { "type": "string", "nullable": true }, - "id_ends_with": { + "iqn_whitelist_contains": { "type": "string", "nullable": true }, - "id_gt": { + "iqn_whitelist_ends_with": { "type": "string", "nullable": true }, - "id_gte": { + "iqn_whitelist_gt": { "type": "string", "nullable": true }, - "id_in": { + "iqn_whitelist_gte": { + "type": "string", + "nullable": true + }, + "iqn_whitelist_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "iqn_whitelist_lt": { "type": "string", "nullable": true }, - "id_lte": { + "iqn_whitelist_lte": { "type": "string", "nullable": true }, - "id_not": { + "iqn_whitelist_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "iqn_whitelist_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "iqn_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "iqn_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "iqn_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "iqn_whitelist_starts_with": { "type": "string", "nullable": true }, - "internal": { - "type": "boolean", - "nullable": true - }, - "internal_not": { - "type": "boolean", - "nullable": true - }, "labels_every": { "allOf": [ { @@ -33068,6 +32478,30 @@ "type": "string", "nullable": true }, + "luns_every": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], + "nullable": true + }, + "luns_none": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], + "nullable": true + }, + "luns_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -33130,154 +32564,68 @@ "type": "string", "nullable": true }, - "nics_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "nics_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "nics_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], - "nullable": true - }, - "ovsbr_name": { - "type": "string", - "nullable": true - }, - "ovsbr_name_contains": { - "type": "string", - "nullable": true - }, - "ovsbr_name_ends_with": { - "type": "string", - "nullable": true - }, - "ovsbr_name_gt": { - "type": "string", - "nullable": true - }, - "ovsbr_name_gte": { - "type": "string", - "nullable": true - }, - "ovsbr_name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "ovsbr_name_lt": { - "type": "string", - "nullable": true - }, - "ovsbr_name_lte": { - "type": "string", - "nullable": true - }, - "ovsbr_name_not": { - "type": "string", + "replica_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "ovsbr_name_not_contains": { - "type": "string", + "replica_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "ovsbr_name_not_ends_with": { - "type": "string", + "replica_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "ovsbr_name_not_in": { + "replica_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "ovsbr_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "ovsbr_name_starts_with": { - "type": "string", - "nullable": true - }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/NetworkType" - } - ], + "replica_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/NetworkType" - }, - "type": "array", + "replica_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/NetworkType" - } - ], + "replica_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "type_not_in": { + "replica_num_not_in": { "items": { - "$ref": "#/components/schemas/NetworkType" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "vlans_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], - "nullable": true - }, - "vlans_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], - "nullable": true - }, - "vlans_num": { + "stripe_num": { "type": "integer", "format": "int32", "nullable": true }, - "vlans_num_gt": { + "stripe_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "vlans_num_gte": { + "stripe_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "vlans_num_in": { + "stripe_num_in": { "items": { "type": "integer", "format": "int32" @@ -33285,22 +32633,22 @@ "type": "array", "nullable": true }, - "vlans_num_lt": { + "stripe_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "vlans_num_lte": { + "stripe_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "vlans_num_not": { + "stripe_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "vlans_num_not_in": { + "stripe_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -33308,819 +32656,748 @@ "type": "array", "nullable": true }, - "vlans_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], - "nullable": true - }, - "work_mode": { - "type": "string", - "nullable": true - }, - "work_mode_contains": { - "type": "string", - "nullable": true - }, - "work_mode_ends_with": { - "type": "string", + "stripe_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "work_mode_gt": { - "type": "string", + "stripe_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "work_mode_gte": { - "type": "string", + "stripe_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "work_mode_in": { + "stripe_size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "work_mode_lt": { - "type": "string", - "nullable": true - }, - "work_mode_lte": { - "type": "string", - "nullable": true - }, - "work_mode_not": { - "type": "string", + "stripe_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "work_mode_not_contains": { - "type": "string", + "stripe_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "work_mode_not_ends_with": { - "type": "string", + "stripe_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "work_mode_not_in": { + "stripe_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "work_mode_not_starts_with": { - "type": "string", + "thin_provision": { + "type": "boolean", "nullable": true }, - "work_mode_starts_with": { - "type": "string", + "thin_provision_not": { + "type": "boolean", "nullable": true } }, "type": "object", "additionalProperties": false }, - "NicWhereInput": { + "NvmfNamespaceSnapshotWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/NicWhereInput" + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/NicWhereInput" + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/NicWhereInput" + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" }, "type": "array", "nullable": true }, - "driver": { + "consistency_group_snapshot": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + } + ], + "nullable": true + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "driver_contains": { + "id_contains": { "type": "string", "nullable": true }, - "driver_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "driver_gt": { + "id_gt": { "type": "string", "nullable": true }, - "driver_gte": { + "id_gte": { "type": "string", "nullable": true }, - "driver_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "driver_lt": { + "id_lt": { "type": "string", "nullable": true }, - "driver_lte": { + "id_lte": { "type": "string", "nullable": true }, - "driver_not": { + "id_not": { "type": "string", "nullable": true }, - "driver_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "driver_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "driver_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "driver_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "driver_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "driver_state": { + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/NicDriverState" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "driver_state_in": { - "items": { - "$ref": "#/components/schemas/NicDriverState" - }, - "type": "array", - "nullable": true - }, - "driver_state_not": { + "labels_none": { "allOf": [ { - "$ref": "#/components/schemas/NicDriverState" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "driver_state_not_in": { - "items": { - "$ref": "#/components/schemas/NicDriverState" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus": { + "labels_some": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_created_at_gt": { + "type": "string", + "nullable": true + }, + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "local_created_at_lt": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { + "local_created_at_lte": { + "type": "string", + "nullable": true + }, + "local_created_at_not": { + "type": "string", + "nullable": true + }, + "local_created_at_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "gateway_ip": { + "local_id": { "type": "string", "nullable": true }, - "gateway_ip_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "gateway_ip_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "gateway_ip_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "gateway_ip_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "gateway_ip_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_ip_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "gateway_ip_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "gateway_ip_not": { + "local_id_not": { "type": "string", "nullable": true }, - "gateway_ip_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "gateway_ip_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "gateway_ip_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_ip_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "gateway_ip_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true - }, - "ibdev": { + "name": { "type": "string", "nullable": true }, - "ibdev_contains": { + "name_contains": { "type": "string", "nullable": true }, - "ibdev_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "ibdev_gt": { + "name_gt": { "type": "string", "nullable": true }, - "ibdev_gte": { + "name_gte": { "type": "string", "nullable": true }, - "ibdev_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ibdev_lt": { + "name_lt": { "type": "string", "nullable": true }, - "ibdev_lte": { + "name_lte": { "type": "string", "nullable": true }, - "ibdev_not": { + "name_not": { "type": "string", "nullable": true }, - "ibdev_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "ibdev_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "ibdev_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ibdev_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "ibdev_starts_with": { - "type": "string", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { + "name_starts_with": { "type": "string", "nullable": true }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", + "nvmf_namespace": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "id_lte": { - "type": "string", + "nvmf_subsystem": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + ], "nullable": true }, - "id_not": { - "type": "string", + "unique_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "unique_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "unique_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "unique_size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "unique_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_starts_with": { - "type": "string", + "unique_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "iommu_status": { - "allOf": [ - { - "$ref": "#/components/schemas/IommuStatus" - } - ], + "unique_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "iommu_status_in": { + "unique_size_not_in": { "items": { - "$ref": "#/components/schemas/IommuStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true - }, - "iommu_status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/IommuStatus" - } - ], - "nullable": true - }, - "iommu_status_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "ContentLibraryImageWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/IommuStatus" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" }, "type": "array", "nullable": true }, - "ip_address": { - "type": "string", - "nullable": true - }, - "ip_address_contains": { - "type": "string", - "nullable": true - }, - "ip_address_ends_with": { - "type": "string", - "nullable": true - }, - "ip_address_gt": { - "type": "string", - "nullable": true - }, - "ip_address_gte": { - "type": "string", - "nullable": true - }, - "ip_address_in": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" }, "type": "array", "nullable": true }, - "ip_address_lt": { - "type": "string", - "nullable": true - }, - "ip_address_lte": { - "type": "string", - "nullable": true - }, - "ip_address_not": { - "type": "string", - "nullable": true - }, - "ip_address_not_contains": { - "type": "string", - "nullable": true - }, - "ip_address_not_ends_with": { - "type": "string", - "nullable": true - }, - "ip_address_not_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" }, "type": "array", "nullable": true }, - "ip_address_not_starts_with": { - "type": "string", - "nullable": true - }, - "ip_address_starts_with": { - "type": "string", - "nullable": true - }, - "is_sriov": { - "type": "boolean", - "nullable": true - }, - "is_sriov_not": { - "type": "boolean", - "nullable": true - }, - "labels_every": { + "clusters_every": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "labels_none": { + "clusters_none": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "labels_some": { + "clusters_some": { "allOf": [ { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { + "createdAt": { "type": "string", "nullable": true }, - "local_id_gt": { + "createdAt_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "createdAt_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "createdAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { + "createdAt_lt": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "createdAt_lte": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "createdAt_not": { "type": "string", "nullable": true }, - "local_id_not_in": { + "createdAt_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "mac_address": { + "description": { "type": "string", "nullable": true }, - "mac_address_contains": { + "description_contains": { "type": "string", "nullable": true }, - "mac_address_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "mac_address_gt": { + "description_gt": { "type": "string", "nullable": true }, - "mac_address_gte": { + "description_gte": { "type": "string", "nullable": true }, - "mac_address_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "mac_address_lt": { + "description_lt": { "type": "string", "nullable": true }, - "mac_address_lte": { + "description_lte": { "type": "string", "nullable": true }, - "mac_address_not": { + "description_not": { "type": "string", "nullable": true }, - "mac_address_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "mac_address_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "mac_address_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "mac_address_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "mac_address_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "max_vf_num": { - "type": "integer", - "format": "int32", + "elf_images_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true }, - "max_vf_num_gt": { - "type": "integer", - "format": "int32", + "elf_images_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true }, - "max_vf_num_gte": { - "type": "integer", - "format": "int32", + "elf_images_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true }, - "max_vf_num_in": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "max_vf_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_vf_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_vf_num_not": { - "type": "integer", - "format": "int32", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "max_vf_num_not_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "model": { + "id": { "type": "string", "nullable": true }, - "model_contains": { + "id_contains": { "type": "string", "nullable": true }, - "model_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "model_gt": { + "id_gt": { "type": "string", "nullable": true }, - "model_gte": { + "id_gte": { "type": "string", "nullable": true }, - "model_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_lt": { + "id_lt": { "type": "string", "nullable": true }, - "model_lte": { + "id_lte": { "type": "string", "nullable": true }, - "model_not": { + "id_not": { "type": "string", "nullable": true }, - "model_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "model_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "model_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "model_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "mtu": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "mtu_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "mtu_gte": { - "type": "integer", - "format": "int32", + "iscsi_luns_every": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], "nullable": true }, - "mtu_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "iscsi_luns_none": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], "nullable": true }, - "mtu_lt": { - "type": "integer", - "format": "int32", + "iscsi_luns_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], "nullable": true }, - "mtu_lte": { - "type": "integer", - "format": "int32", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "mtu_not": { - "type": "integer", - "format": "int32", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "mtu_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, "name": { @@ -34185,108 +33462,84 @@ "type": "string", "nullable": true }, - "nic_uuid": { + "path": { "type": "string", "nullable": true }, - "nic_uuid_contains": { + "path_contains": { "type": "string", "nullable": true }, - "nic_uuid_ends_with": { + "path_ends_with": { "type": "string", "nullable": true }, - "nic_uuid_gt": { + "path_gt": { "type": "string", "nullable": true }, - "nic_uuid_gte": { + "path_gte": { "type": "string", "nullable": true }, - "nic_uuid_in": { + "path_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nic_uuid_lt": { + "path_lt": { "type": "string", "nullable": true }, - "nic_uuid_lte": { + "path_lte": { "type": "string", "nullable": true }, - "nic_uuid_not": { + "path_not": { "type": "string", "nullable": true }, - "nic_uuid_not_contains": { + "path_not_contains": { "type": "string", "nullable": true }, - "nic_uuid_not_ends_with": { + "path_not_ends_with": { "type": "string", "nullable": true }, - "nic_uuid_not_in": { + "path_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nic_uuid_not_starts_with": { + "path_not_starts_with": { "type": "string", "nullable": true }, - "nic_uuid_starts_with": { + "path_starts_with": { "type": "string", "nullable": true }, - "physical": { - "type": "boolean", - "nullable": true - }, - "physical_not": { - "type": "boolean", - "nullable": true - }, - "rdma_enabled": { - "type": "boolean", - "nullable": true - }, - "rdma_enabled_not": { - "type": "boolean", - "nullable": true - }, - "running": { - "type": "boolean", - "nullable": true - }, - "running_not": { - "type": "boolean", - "nullable": true - }, - "speed": { + "size": { "type": "integer", "format": "int64", "nullable": true }, - "speed_gt": { + "size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "speed_gte": { + "size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "speed_in": { + "size_in": { "items": { "type": "integer", "format": "int64" @@ -34294,22 +33547,22 @@ "type": "array", "nullable": true }, - "speed_lt": { + "size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "speed_lte": { + "size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "speed_not": { + "size_not": { "type": "integer", "format": "int64", "nullable": true }, - "speed_not_in": { + "size_not_in": { "items": { "type": "integer", "format": "int64" @@ -34317,256 +33570,74 @@ "type": "array", "nullable": true }, - "subnet_mask": { - "type": "string", - "nullable": true - }, - "subnet_mask_contains": { - "type": "string", - "nullable": true - }, - "subnet_mask_ends_with": { - "type": "string", - "nullable": true - }, - "subnet_mask_gt": { - "type": "string", - "nullable": true - }, - "subnet_mask_gte": { - "type": "string", - "nullable": true - }, - "subnet_mask_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "subnet_mask_lt": { - "type": "string", - "nullable": true - }, - "subnet_mask_lte": { - "type": "string", - "nullable": true - }, - "subnet_mask_not": { - "type": "string", - "nullable": true - }, - "subnet_mask_not_contains": { - "type": "string", - "nullable": true - }, - "subnet_mask_not_ends_with": { - "type": "string", - "nullable": true - }, - "subnet_mask_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "subnet_mask_not_starts_with": { - "type": "string", - "nullable": true - }, - "subnet_mask_starts_with": { - "type": "string", - "nullable": true - }, - "total_vf_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_vf_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_vf_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_vf_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "total_vf_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_vf_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_vf_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "total_vf_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "type": { + "vm_disks_every": { "allOf": [ { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/NetworkType" - }, - "type": "array", - "nullable": true - }, - "type_not": { + "vm_disks_none": { "allOf": [ { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/NetworkType" - }, - "type": "array", - "nullable": true - }, - "up": { - "type": "boolean", - "nullable": true - }, - "up_not": { - "type": "boolean", - "nullable": true - }, - "used_vf_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "used_vf_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "used_vf_num_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "used_vf_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "used_vf_num_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "used_vf_num_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "used_vf_num_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "used_vf_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "user_usage": { + "vm_disks_some": { "allOf": [ { - "$ref": "#/components/schemas/NicUserUsage" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true }, - "user_usage_in": { - "items": { - "$ref": "#/components/schemas/NicUserUsage" - }, - "type": "array", - "nullable": true - }, - "user_usage_not": { + "vm_snapshots_every": { "allOf": [ { - "$ref": "#/components/schemas/NicUserUsage" + "$ref": "#/components/schemas/VmSnapshotWhereInput" } ], "nullable": true }, - "user_usage_not_in": { - "items": { - "$ref": "#/components/schemas/NicUserUsage" - }, - "type": "array", + "vm_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmSnapshotWhereInput" + } + ], "nullable": true }, - "vds": { + "vm_snapshots_some": { "allOf": [ { - "$ref": "#/components/schemas/VdsWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" } ], "nullable": true }, - "vms_every": { + "vm_templates_every": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" } ], "nullable": true }, - "vms_none": { + "vm_templates_none": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" } ], "nullable": true }, - "vms_some": { + "vm_templates_some": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" } ], "nullable": true @@ -34575,221 +33646,137 @@ "type": "object", "additionalProperties": false }, - "NicDriverState": { - "enum": [ - "NEED_REBOOT", - "NOT_READY", - "NO_DRIVER", - "READY" - ], - "type": "string" - }, - "IommuStatus": { - "enum": [ - "DISABLE", - "ENABLE", - "NEED_REBOOT" - ], - "type": "string" - }, - "NetworkType": { - "enum": [ - "ACCESS", - "MANAGEMENT", - "MIGRATION", - "STORAGE", - "STORAGE_ACCESS", - "VM", - "VPC_SYS", - "VPC_VM" - ], - "type": "string" - }, - "NicUserUsage": { - "enum": [ - "DEFAULT", - "PASS_THROUGH", - "SRIOV" - ], - "type": "string" - }, - "VlanWhereInput": { + "ElfImageWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VlanWhereInput" + "$ref": "#/components/schemas/ElfImageWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VlanWhereInput" + "$ref": "#/components/schemas/ElfImageWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VlanWhereInput" + "$ref": "#/components/schemas/ElfImageWhereInput" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus_not": { + "content_library_image": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "gateway_ip": { + "description": { "type": "string", "nullable": true }, - "gateway_ip_contains": { + "description_contains": { "type": "string", "nullable": true }, - "gateway_ip_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "gateway_ip_gt": { + "description_gt": { "type": "string", "nullable": true }, - "gateway_ip_gte": { + "description_gte": { "type": "string", "nullable": true }, - "gateway_ip_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_ip_lt": { + "description_lt": { "type": "string", "nullable": true }, - "gateway_ip_lte": { + "description_lte": { "type": "string", "nullable": true }, - "gateway_ip_not": { + "description_not": { "type": "string", "nullable": true }, - "gateway_ip_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "gateway_ip_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "gateway_ip_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_ip_not_starts_with": { - "type": "string", - "nullable": true - }, - "gateway_ip_starts_with": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_contains": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_ends_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "gateway_subnetmask_gt": { + "description_starts_with": { "type": "string", "nullable": true }, - "gateway_subnetmask_gte": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "gateway_subnetmask_in": { + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "gateway_subnetmask_lt": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_lte": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_not": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_not_contains": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_not_ends_with": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "gateway_subnetmask_not_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "gateway_subnetmask_not_starts_with": { - "type": "string", - "nullable": true - }, - "gateway_subnetmask_starts_with": { - "type": "string", - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -34876,6 +33863,44 @@ ], "nullable": true }, + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_created_at_gt": { + "type": "string", + "nullable": true + }, + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_created_at_lt": { + "type": "string", + "nullable": true + }, + "local_created_at_lte": { + "type": "string", + "nullable": true + }, + "local_created_at_not": { + "type": "string", + "nullable": true + }, + "local_created_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, "local_id": { "type": "string", "nullable": true @@ -34938,36 +33963,6 @@ "type": "string", "nullable": true }, - "mode_type": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanModeType" - } - ], - "nullable": true - }, - "mode_type_in": { - "items": { - "$ref": "#/components/schemas/VlanModeType" - }, - "type": "array", - "nullable": true - }, - "mode_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanModeType" - } - ], - "nullable": true - }, - "mode_type_not_in": { - "items": { - "$ref": "#/components/schemas/VlanModeType" - }, - "type": "array", - "nullable": true - }, "name": { "type": "string", "nullable": true @@ -35030,306 +34025,229 @@ "type": "string", "nullable": true }, - "qos_burst": { - "type": "number", - "format": "double", + "path": { + "type": "string", "nullable": true }, - "qos_burst_gt": { - "type": "number", - "format": "double", + "path_contains": { + "type": "string", "nullable": true }, - "qos_burst_gte": { - "type": "number", - "format": "double", + "path_ends_with": { + "type": "string", "nullable": true }, - "qos_burst_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "path_gt": { + "type": "string", "nullable": true }, - "qos_burst_lt": { - "type": "number", - "format": "double", + "path_gte": { + "type": "string", "nullable": true }, - "qos_burst_lte": { - "type": "number", - "format": "double", + "path_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "qos_burst_not": { - "type": "number", - "format": "double", + "path_lt": { + "type": "string", "nullable": true }, - "qos_burst_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "path_lte": { + "type": "string", "nullable": true }, - "qos_max_bandwidth": { - "type": "number", - "format": "double", + "path_not": { + "type": "string", "nullable": true }, - "qos_max_bandwidth_gt": { - "type": "number", - "format": "double", + "path_not_contains": { + "type": "string", "nullable": true }, - "qos_max_bandwidth_gte": { - "type": "number", - "format": "double", + "path_not_ends_with": { + "type": "string", "nullable": true }, - "qos_max_bandwidth_in": { + "path_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "qos_max_bandwidth_lt": { - "type": "number", - "format": "double", + "path_not_starts_with": { + "type": "string", "nullable": true }, - "qos_max_bandwidth_lte": { - "type": "number", - "format": "double", + "path_starts_with": { + "type": "string", "nullable": true }, - "qos_max_bandwidth_not": { - "type": "number", - "format": "double", + "size": { + "type": "integer", + "format": "int64", "nullable": true }, - "qos_max_bandwidth_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", - "nullable": true - }, - "qos_min_bandwidth": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth_gt": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth_gte": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", - "nullable": true - }, - "qos_min_bandwidth_lt": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth_lte": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth_not": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", - "nullable": true - }, - "qos_priority": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "qos_priority_gt": { + "size_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "qos_priority_gte": { + "size_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "qos_priority_in": { + "size_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "qos_priority_lt": { + "size_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "qos_priority_lte": { + "size_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "qos_priority_not": { + "size_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "qos_priority_not_in": { + "size_not_in": { "items": { "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "subnetmask": { - "type": "string", - "nullable": true - }, - "subnetmask_contains": { - "type": "string", - "nullable": true - }, - "subnetmask_ends_with": { - "type": "string", - "nullable": true - }, - "subnetmask_gt": { - "type": "string", - "nullable": true - }, - "subnetmask_gte": { - "type": "string", - "nullable": true - }, - "subnetmask_in": { - "items": { - "type": "string" + "format": "int64" }, "type": "array", "nullable": true }, - "subnetmask_lt": { - "type": "string", - "nullable": true - }, - "subnetmask_lte": { - "type": "string", - "nullable": true - }, - "subnetmask_not": { - "type": "string", + "vm_disks_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskWhereInput" + } + ], "nullable": true }, - "subnetmask_not_contains": { - "type": "string", + "vm_disks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskWhereInput" + } + ], "nullable": true }, - "subnetmask_not_ends_with": { - "type": "string", + "vm_disks_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskWhereInput" + } + ], "nullable": true }, - "subnetmask_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "vm_snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmSnapshotWhereInput" + } + ], "nullable": true }, - "subnetmask_not_starts_with": { - "type": "string", + "vm_snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmSnapshotWhereInput" + } + ], "nullable": true }, - "subnetmask_starts_with": { - "type": "string", + "vm_snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmSnapshotWhereInput" + } + ], "nullable": true }, - "type": { + "vm_templates_every": { "allOf": [ { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/VmTemplateWhereInput" } ], "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/NetworkType" - }, - "type": "array", + "vm_templates_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + ], "nullable": true }, - "type_not": { + "vm_templates_some": { "allOf": [ { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/VmTemplateWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VmDiskWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VmDiskWhereInput" + }, + "type": "array", + "nullable": true }, - "type_not_in": { + "NOT": { "items": { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/VmDiskWhereInput" }, "type": "array", "nullable": true }, - "vds": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "OR": { + "items": { + "$ref": "#/components/schemas/VmDiskWhereInput" + }, + "type": "array", "nullable": true }, - "vlan_id": { + "boot": { "type": "integer", "format": "int32", "nullable": true }, - "vlan_id_gt": { + "boot_gt": { "type": "integer", "format": "int32", "nullable": true }, - "vlan_id_gte": { + "boot_gte": { "type": "integer", "format": "int32", "nullable": true }, - "vlan_id_in": { + "boot_in": { "items": { "type": "integer", "format": "int32" @@ -35337,22 +34255,22 @@ "type": "array", "nullable": true }, - "vlan_id_lt": { + "boot_lt": { "type": "integer", "format": "int32", "nullable": true }, - "vlan_id_lte": { + "boot_lte": { "type": "integer", "format": "int32", "nullable": true }, - "vlan_id_not": { + "boot_not": { "type": "integer", "format": "int32", "nullable": true }, - "vlan_id_not_in": { + "boot_not_in": { "items": { "type": "integer", "format": "int32" @@ -35360,236 +34278,238 @@ "type": "array", "nullable": true }, - "vm_nics_every": { + "bus": { "allOf": [ { - "$ref": "#/components/schemas/VmNicWhereInput" + "$ref": "#/components/schemas/Bus" } ], "nullable": true }, - "vm_nics_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicWhereInput" - } - ], + "bus_in": { + "items": { + "$ref": "#/components/schemas/Bus" + }, + "type": "array", "nullable": true }, - "vm_nics_some": { + "bus_not": { "allOf": [ { - "$ref": "#/components/schemas/VmNicWhereInput" + "$ref": "#/components/schemas/Bus" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VlanModeType": { - "enum": [ - "GENEVE", - "VLAN_ACCESS", - "VLAN_TRUNK", - "VXLAN" - ], - "type": "string" - }, - "VmNicWhereInput": { - "properties": { - "AND": { + }, + "bus_not_in": { "items": { - "$ref": "#/components/schemas/VmNicWhereInput" + "$ref": "#/components/schemas/Bus" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VmNicWhereInput" - }, - "type": "array", + "cloud_init_image_name": { + "type": "string", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/VmNicWhereInput" - }, - "type": "array", + "cloud_init_image_name_contains": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit": { - "type": "number", - "format": "double", + "cloud_init_image_name_ends_with": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit_gt": { - "type": "number", - "format": "double", + "cloud_init_image_name_gt": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit_gte": { - "type": "number", - "format": "double", + "cloud_init_image_name_gte": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit_in": { + "cloud_init_image_name_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "egress_rate_limit_burst_in_bit_lt": { - "type": "number", - "format": "double", + "cloud_init_image_name_lt": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit_lte": { - "type": "number", - "format": "double", + "cloud_init_image_name_lte": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit_not": { - "type": "number", - "format": "double", + "cloud_init_image_name_not": { + "type": "string", "nullable": true }, - "egress_rate_limit_burst_in_bit_not_in": { + "cloud_init_image_name_not_contains": { + "type": "string", + "nullable": true + }, + "cloud_init_image_name_not_ends_with": { + "type": "string", + "nullable": true + }, + "cloud_init_image_name_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "egress_rate_limit_enabled": { - "type": "boolean", + "cloud_init_image_name_not_starts_with": { + "type": "string", "nullable": true }, - "egress_rate_limit_enabled_not": { - "type": "boolean", + "cloud_init_image_name_starts_with": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps": { - "type": "number", - "format": "double", + "cloud_init_image_path": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_gt": { - "type": "number", - "format": "double", + "cloud_init_image_path_contains": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_gte": { - "type": "number", - "format": "double", + "cloud_init_image_path_ends_with": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_in": { + "cloud_init_image_path_gt": { + "type": "string", + "nullable": true + }, + "cloud_init_image_path_gte": { + "type": "string", + "nullable": true + }, + "cloud_init_image_path_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_lt": { - "type": "number", - "format": "double", + "cloud_init_image_path_lt": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_lte": { - "type": "number", - "format": "double", + "cloud_init_image_path_lte": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_not": { - "type": "number", - "format": "double", + "cloud_init_image_path_not": { + "type": "string", "nullable": true }, - "egress_rate_limit_max_rate_in_bitps_not_in": { + "cloud_init_image_path_not_contains": { + "type": "string", + "nullable": true + }, + "cloud_init_image_path_not_ends_with": { + "type": "string", + "nullable": true + }, + "cloud_init_image_path_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "enabled": { - "type": "boolean", + "cloud_init_image_path_not_starts_with": { + "type": "string", "nullable": true }, - "enabled_not": { - "type": "boolean", + "cloud_init_image_path_starts_with": { + "type": "string", "nullable": true }, - "gateway": { + "device": { "type": "string", "nullable": true }, - "gateway_contains": { + "device_contains": { "type": "string", "nullable": true }, - "gateway_ends_with": { + "device_ends_with": { "type": "string", "nullable": true }, - "gateway_gt": { + "device_gt": { "type": "string", "nullable": true }, - "gateway_gte": { + "device_gte": { "type": "string", "nullable": true }, - "gateway_in": { + "device_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_lt": { + "device_lt": { "type": "string", "nullable": true }, - "gateway_lte": { + "device_lte": { "type": "string", "nullable": true }, - "gateway_not": { + "device_not": { "type": "string", "nullable": true }, - "gateway_not_contains": { + "device_not_contains": { "type": "string", "nullable": true }, - "gateway_not_ends_with": { + "device_not_ends_with": { "type": "string", "nullable": true }, - "gateway_not_in": { + "device_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_not_starts_with": { + "device_not_starts_with": { "type": "string", "nullable": true }, - "gateway_starts_with": { + "device_starts_with": { "type": "string", "nullable": true }, + "disabled": { + "type": "boolean", + "nullable": true + }, + "disabled_not": { + "type": "boolean", + "nullable": true + }, + "elf_image": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -35652,546 +34572,490 @@ "type": "string", "nullable": true }, - "ingress_rate_limit_burst_in_bit": { - "type": "number", - "format": "double", + "key": { + "type": "integer", + "format": "int32", "nullable": true }, - "ingress_rate_limit_burst_in_bit_gt": { - "type": "number", - "format": "double", + "key_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "ingress_rate_limit_burst_in_bit_gte": { - "type": "number", - "format": "double", + "key_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "ingress_rate_limit_burst_in_bit_in": { + "key_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "ingress_rate_limit_burst_in_bit_lt": { - "type": "number", - "format": "double", + "key_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "ingress_rate_limit_burst_in_bit_lte": { - "type": "number", - "format": "double", + "key_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "ingress_rate_limit_burst_in_bit_not": { - "type": "number", - "format": "double", + "key_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "ingress_rate_limit_burst_in_bit_not_in": { + "key_not_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "ingress_rate_limit_enabled": { - "type": "boolean", + "max_bandwidth": { + "type": "integer", + "format": "int64", "nullable": true }, - "ingress_rate_limit_enabled_not": { - "type": "boolean", + "max_bandwidth_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps": { - "type": "number", - "format": "double", + "max_bandwidth_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_gt": { - "type": "number", - "format": "double", + "max_bandwidth_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_gte": { - "type": "number", - "format": "double", + "max_bandwidth_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "max_bandwidth_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_lt": { - "type": "number", - "format": "double", + "max_bandwidth_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_lte": { - "type": "number", - "format": "double", + "max_bandwidth_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_not": { - "type": "number", - "format": "double", + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "ingress_rate_limit_max_rate_in_bitps_not_in": { + "max_bandwidth_policy_in": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "interface_id": { - "type": "string", + "max_bandwidth_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "interface_id_contains": { - "type": "string", + "max_bandwidth_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "type": "array", "nullable": true }, - "interface_id_ends_with": { - "type": "string", + "max_iops": { + "type": "integer", + "format": "int32", "nullable": true }, - "interface_id_gt": { - "type": "string", + "max_iops_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "interface_id_gte": { - "type": "string", + "max_iops_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "interface_id_in": { + "max_iops_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "interface_id_lt": { - "type": "string", + "max_iops_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "interface_id_lte": { - "type": "string", + "max_iops_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "interface_id_not": { - "type": "string", + "max_iops_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "interface_id_not_contains": { - "type": "string", + "max_iops_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "interface_id_not_ends_with": { - "type": "string", + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "interface_id_not_in": { + "max_iops_policy_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "interface_id_not_starts_with": { - "type": "string", + "max_iops_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "interface_id_starts_with": { - "type": "string", + "max_iops_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "type": "array", "nullable": true }, - "ip_address": { + "serial": { "type": "string", "nullable": true }, - "ip_address_contains": { + "serial_contains": { "type": "string", "nullable": true }, - "ip_address_ends_with": { + "serial_ends_with": { "type": "string", "nullable": true }, - "ip_address_gt": { + "serial_gt": { "type": "string", "nullable": true }, - "ip_address_gte": { + "serial_gte": { "type": "string", "nullable": true }, - "ip_address_in": { + "serial_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_address_lt": { + "serial_lt": { "type": "string", "nullable": true }, - "ip_address_lte": { + "serial_lte": { "type": "string", "nullable": true }, - "ip_address_not": { + "serial_not": { "type": "string", "nullable": true }, - "ip_address_not_contains": { + "serial_not_contains": { "type": "string", "nullable": true }, - "ip_address_not_ends_with": { + "serial_not_ends_with": { "type": "string", "nullable": true }, - "ip_address_not_in": { + "serial_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_address_not_starts_with": { - "type": "string", - "nullable": true - }, - "ip_address_starts_with": { + "serial_not_starts_with": { "type": "string", "nullable": true }, - "local_id": { + "serial_starts_with": { "type": "string", "nullable": true }, - "local_id_contains": { - "type": "string", + "svt_image": { + "allOf": [ + { + "$ref": "#/components/schemas/SvtImageWhereInput" + } + ], "nullable": true }, - "local_id_ends_with": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskType" + } + ], "nullable": true }, - "local_id_gt": { - "type": "string", + "type_in": { + "items": { + "$ref": "#/components/schemas/VmDiskType" + }, + "type": "array", "nullable": true }, - "local_id_gte": { - "type": "string", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskType" + } + ], "nullable": true }, - "local_id_in": { + "type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmDiskType" }, "type": "array", "nullable": true }, - "local_id_lt": { + "unsafe_image_path": { "type": "string", "nullable": true }, - "local_id_lte": { + "unsafe_image_path_contains": { "type": "string", "nullable": true }, - "local_id_not": { + "unsafe_image_path_ends_with": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "unsafe_image_path_gt": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "unsafe_image_path_gte": { "type": "string", "nullable": true }, - "local_id_not_in": { + "unsafe_image_path_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "mac_address": { + "unsafe_image_path_lt": { "type": "string", "nullable": true }, - "mac_address_contains": { + "unsafe_image_path_lte": { "type": "string", "nullable": true }, - "mac_address_ends_with": { + "unsafe_image_path_not": { "type": "string", "nullable": true }, - "mac_address_gt": { + "unsafe_image_path_not_contains": { "type": "string", "nullable": true }, - "mac_address_gte": { + "unsafe_image_path_not_ends_with": { "type": "string", "nullable": true }, - "mac_address_in": { + "unsafe_image_path_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "mac_address_lt": { + "unsafe_image_path_not_starts_with": { "type": "string", "nullable": true }, - "mac_address_lte": { + "unsafe_image_path_starts_with": { "type": "string", "nullable": true }, - "mac_address_not": { + "unsafe_image_uuid": { "type": "string", "nullable": true }, - "mac_address_not_contains": { + "unsafe_image_uuid_contains": { "type": "string", "nullable": true }, - "mac_address_not_ends_with": { + "unsafe_image_uuid_ends_with": { "type": "string", "nullable": true }, - "mac_address_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "mac_address_not_starts_with": { + "unsafe_image_uuid_gt": { "type": "string", "nullable": true }, - "mac_address_starts_with": { + "unsafe_image_uuid_gte": { "type": "string", "nullable": true }, - "mirror": { - "type": "boolean", - "nullable": true - }, - "mirror_not": { - "type": "boolean", - "nullable": true - }, - "model": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicModel" - } - ], - "nullable": true - }, - "model_in": { + "unsafe_image_uuid_in": { "items": { - "$ref": "#/components/schemas/VmNicModel" + "type": "string" }, "type": "array", "nullable": true }, - "model_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicModel" - } - ], - "nullable": true - }, - "model_not_in": { - "items": { - "$ref": "#/components/schemas/VmNicModel" - }, - "type": "array", + "unsafe_image_uuid_lt": { + "type": "string", "nullable": true }, - "nic": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], + "unsafe_image_uuid_lte": { + "type": "string", "nullable": true }, - "order": { - "type": "integer", - "format": "int32", + "unsafe_image_uuid_not": { + "type": "string", "nullable": true }, - "order_gt": { - "type": "integer", - "format": "int32", + "unsafe_image_uuid_not_contains": { + "type": "string", "nullable": true }, - "order_gte": { - "type": "integer", - "format": "int32", + "unsafe_image_uuid_not_ends_with": { + "type": "string", "nullable": true }, - "order_in": { + "unsafe_image_uuid_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "order_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "order_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "order_not": { - "type": "integer", - "format": "int32", + "unsafe_image_uuid_not_starts_with": { + "type": "string", "nullable": true }, - "order_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "unsafe_image_uuid_starts_with": { + "type": "string", "nullable": true }, - "subnet_mask": { + "unsafe_provision": { "type": "string", "nullable": true }, - "subnet_mask_contains": { + "unsafe_provision_contains": { "type": "string", "nullable": true }, - "subnet_mask_ends_with": { + "unsafe_provision_ends_with": { "type": "string", "nullable": true }, - "subnet_mask_gt": { + "unsafe_provision_gt": { "type": "string", "nullable": true }, - "subnet_mask_gte": { + "unsafe_provision_gte": { "type": "string", "nullable": true }, - "subnet_mask_in": { + "unsafe_provision_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "subnet_mask_lt": { + "unsafe_provision_lt": { "type": "string", "nullable": true }, - "subnet_mask_lte": { + "unsafe_provision_lte": { "type": "string", "nullable": true }, - "subnet_mask_not": { + "unsafe_provision_not": { "type": "string", "nullable": true }, - "subnet_mask_not_contains": { + "unsafe_provision_not_contains": { "type": "string", "nullable": true }, - "subnet_mask_not_ends_with": { + "unsafe_provision_not_ends_with": { "type": "string", "nullable": true }, - "subnet_mask_not_in": { + "unsafe_provision_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "subnet_mask_not_starts_with": { + "unsafe_provision_not_starts_with": { "type": "string", "nullable": true }, - "subnet_mask_starts_with": { + "unsafe_provision_starts_with": { "type": "string", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicType" - } - ], - "nullable": true - }, - "type_in": { - "items": { - "$ref": "#/components/schemas/VmNicType" - }, - "type": "array", - "nullable": true - }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicType" - } - ], - "nullable": true - }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/VmNicType" - }, - "type": "array", - "nullable": true - }, - "vlan": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], - "nullable": true - }, "vm": { "allOf": [ { @@ -36200,10 +35064,10 @@ ], "nullable": true }, - "vpc_nic": { + "vm_volume": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + "$ref": "#/components/schemas/VmVolumeWhereInput" } ], "nullable": true @@ -36212,52 +35076,83 @@ "type": "object", "additionalProperties": false }, - "VmNicModel": { + "Bus": { "enum": [ - "E1000", - "SRIOV", + "IDE", + "SCSI", + "USB", "VIRTIO" ], "type": "string" }, - "VmNicType": { + "VmDiskIoRestrictType": { "enum": [ - "VLAN", - "VPC" + "DYNAMIC", + "FORCED" ], "type": "string" }, - "VirtualPrivateCloudNicWhereInput": { + "SvtImageWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + "$ref": "#/components/schemas/SvtImageWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + "$ref": "#/components/schemas/SvtImageWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + "$ref": "#/components/schemas/SvtImageWhereInput" }, "type": "array", "nullable": true }, - "floating_ip": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -36320,6 +35215,44 @@ "type": "string", "nullable": true }, + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_created_at_gt": { + "type": "string", + "nullable": true + }, + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_created_at_lt": { + "type": "string", + "nullable": true + }, + "local_created_at_lte": { + "type": "string", + "nullable": true + }, + "local_created_at_not": { + "type": "string", + "nullable": true + }, + "local_created_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, "local_id": { "type": "string", "nullable": true @@ -36382,309 +35315,242 @@ "type": "string", "nullable": true }, - "snapshots_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" - } - ], - "nullable": true - }, - "snapshots_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" - } - ], - "nullable": true - }, - "snapshots_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" - } - ], - "nullable": true - }, - "vm_nic": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicWhereInput" - } - ], - "nullable": true - }, - "vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], - "nullable": true - }, - "vpc_subnet": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudFloatingIpWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - }, - "type": "array", + "name": { + "type": "string", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "name_ends_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "name_gt": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "name_gte": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { + "name_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "external_ip": { + "name_lt": { "type": "string", "nullable": true }, - "external_ip_contains": { + "name_lte": { "type": "string", "nullable": true }, - "external_ip_ends_with": { + "name_not": { "type": "string", "nullable": true }, - "external_ip_gt": { + "name_not_contains": { "type": "string", "nullable": true }, - "external_ip_gte": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "external_ip_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "external_ip_lt": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "external_ip_lte": { + "name_starts_with": { "type": "string", "nullable": true }, - "external_ip_not": { + "path": { "type": "string", "nullable": true }, - "external_ip_not_contains": { + "path_contains": { "type": "string", "nullable": true }, - "external_ip_not_ends_with": { + "path_ends_with": { "type": "string", "nullable": true }, - "external_ip_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "external_ip_not_starts_with": { + "path_gt": { "type": "string", "nullable": true }, - "external_ip_starts_with": { + "path_gte": { "type": "string", "nullable": true }, - "external_subnet": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" - } - ], + "path_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "id": { + "path_lt": { "type": "string", "nullable": true }, - "id_contains": { + "path_lte": { "type": "string", "nullable": true }, - "id_ends_with": { + "path_not": { "type": "string", "nullable": true }, - "id_gt": { + "path_not_contains": { "type": "string", "nullable": true }, - "id_gte": { + "path_not_ends_with": { "type": "string", "nullable": true }, - "id_in": { + "path_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "path_not_starts_with": { "type": "string", "nullable": true }, - "id_lte": { + "path_starts_with": { "type": "string", "nullable": true }, - "id_not": { - "type": "string", + "size": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_starts_with": { - "type": "string", + "size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id": { - "type": "string", + "size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_contains": { - "type": "string", + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "version": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "version_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "version_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "version_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "version_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "version_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "version_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_in": { + "version_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "vm_disks_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskWhereInput" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "vm_disks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskWhereInput" + } + ], "nullable": true }, - "vpc": { + "vm_disks_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true @@ -36693,89 +35559,42 @@ "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudExternalSubnetWhereInput": { + "VmDiskType": { + "enum": [ + "CD_ROM", + "DISK" + ], + "type": "string" + }, + "VmVolumeWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + "$ref": "#/components/schemas/VmVolumeWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + "$ref": "#/components/schemas/VmVolumeWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" - }, - "type": "array", - "nullable": true - }, - "cidr": { - "type": "string", - "nullable": true - }, - "cidr_contains": { - "type": "string", - "nullable": true - }, - "cidr_ends_with": { - "type": "string", - "nullable": true - }, - "cidr_gt": { - "type": "string", - "nullable": true - }, - "cidr_gte": { - "type": "string", - "nullable": true - }, - "cidr_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "cidr_lt": { - "type": "string", - "nullable": true - }, - "cidr_lte": { - "type": "string", - "nullable": true - }, - "cidr_not": { - "type": "string", - "nullable": true - }, - "cidr_not_contains": { - "type": "string", - "nullable": true - }, - "cidr_not_ends_with": { - "type": "string", - "nullable": true - }, - "cidr_not_in": { - "items": { - "type": "string" + "$ref": "#/components/schemas/VmVolumeWhereInput" }, "type": "array", "nullable": true }, - "cidr_not_starts_with": { - "type": "string", - "nullable": true - }, - "cidr_starts_with": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, "description": { @@ -36840,6 +35659,36 @@ "type": "string", "nullable": true }, + "elf_storage_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + } + ], + "nullable": true + }, + "elf_storage_policy_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "type": "array", + "nullable": true + }, + "elf_storage_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + } + ], + "nullable": true + }, + "elf_storage_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "type": "array", + "nullable": true + }, "entityAsyncStatus": { "allOf": [ { @@ -36870,216 +35719,222 @@ "type": "array", "nullable": true }, - "floating_ip_cidr": { - "type": "string", + "guest_size_usage": { + "type": "number", + "format": "double", "nullable": true }, - "floating_ip_cidr_contains": { - "type": "string", + "guest_size_usage_gt": { + "type": "number", + "format": "double", "nullable": true }, - "floating_ip_cidr_ends_with": { - "type": "string", + "guest_size_usage_gte": { + "type": "number", + "format": "double", "nullable": true }, - "floating_ip_cidr_gt": { - "type": "string", + "guest_size_usage_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", "nullable": true }, - "floating_ip_cidr_gte": { - "type": "string", + "guest_size_usage_lt": { + "type": "number", + "format": "double", "nullable": true }, - "floating_ip_cidr_in": { - "items": { - "type": "string" - }, - "type": "array", + "guest_size_usage_lte": { + "type": "number", + "format": "double", "nullable": true }, - "floating_ip_cidr_lt": { - "type": "string", + "guest_size_usage_not": { + "type": "number", + "format": "double", "nullable": true }, - "floating_ip_cidr_lte": { - "type": "string", + "guest_size_usage_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", "nullable": true }, - "floating_ip_cidr_not": { - "type": "string", + "guest_used_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "floating_ip_cidr_not_contains": { - "type": "string", + "guest_used_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "floating_ip_cidr_not_ends_with": { - "type": "string", + "guest_used_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "floating_ip_cidr_not_in": { + "guest_used_size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "floating_ip_cidr_not_starts_with": { - "type": "string", - "nullable": true - }, - "floating_ip_cidr_starts_with": { - "type": "string", + "guest_used_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "floating_ips_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - } - ], + "guest_used_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "floating_ips_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - } - ], + "guest_used_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "floating_ips_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - } - ], + "guest_used_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "gateway": { + "id": { "type": "string", "nullable": true }, - "gateway_contains": { + "id_contains": { "type": "string", "nullable": true }, - "gateway_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "gateway_gt": { + "id_gt": { "type": "string", "nullable": true }, - "gateway_gte": { + "id_gte": { "type": "string", "nullable": true }, - "gateway_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_lt": { + "id_lt": { "type": "string", "nullable": true }, - "gateway_lte": { + "id_lte": { "type": "string", "nullable": true }, - "gateway_not": { + "id_not": { "type": "string", "nullable": true }, - "gateway_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "gateway_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "gateway_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "gateway_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "id": { - "type": "string", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "id_contains": { - "type": "string", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "id_ends_with": { + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "local_created_at": { "type": "string", "nullable": true }, - "id_gt": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "id_gte": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "id_in": { + "local_created_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "id_not_contains": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "local_created_at_not": { "type": "string", "nullable": true }, - "id_not_in": { + "local_created_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, "local_id": { "type": "string", "nullable": true @@ -37142,6 +35997,22 @@ "type": "string", "nullable": true }, + "lun": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunWhereInput" + } + ], + "nullable": true + }, + "mounting": { + "type": "boolean", + "nullable": true + }, + "mounting_not": { + "type": "boolean", + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -37204,190 +36075,264 @@ "type": "string", "nullable": true }, - "nat_gateway_cidr": { + "path": { "type": "string", "nullable": true }, - "nat_gateway_cidr_contains": { + "path_contains": { "type": "string", "nullable": true }, - "nat_gateway_cidr_ends_with": { + "path_ends_with": { "type": "string", "nullable": true }, - "nat_gateway_cidr_gt": { + "path_gt": { "type": "string", "nullable": true }, - "nat_gateway_cidr_gte": { + "path_gte": { "type": "string", "nullable": true }, - "nat_gateway_cidr_in": { + "path_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nat_gateway_cidr_lt": { + "path_lt": { "type": "string", "nullable": true }, - "nat_gateway_cidr_lte": { + "path_lte": { "type": "string", "nullable": true }, - "nat_gateway_cidr_not": { + "path_not": { "type": "string", "nullable": true }, - "nat_gateway_cidr_not_contains": { + "path_not_contains": { "type": "string", "nullable": true }, - "nat_gateway_cidr_not_ends_with": { + "path_not_ends_with": { "type": "string", "nullable": true }, - "nat_gateway_cidr_not_in": { + "path_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nat_gateway_cidr_not_starts_with": { + "path_not_starts_with": { "type": "string", "nullable": true }, - "nat_gateway_cidr_starts_with": { + "path_starts_with": { "type": "string", "nullable": true }, - "nat_gateways_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" - } - ], + "sharing": { + "type": "boolean", "nullable": true }, - "nat_gateways_none": { + "sharing_not": { + "type": "boolean", + "nullable": true + }, + "size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "type": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + "$ref": "#/components/schemas/VmVolumeType" } ], "nullable": true }, - "nat_gateways_some": { + "type_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeType" + }, + "type": "array", + "nullable": true + }, + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + "$ref": "#/components/schemas/VmVolumeType" } ], "nullable": true }, - "router_gateway_cidr": { - "type": "string", - "nullable": true - }, - "router_gateway_cidr_contains": { - "type": "string", + "type_not_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeType" + }, + "type": "array", "nullable": true }, - "router_gateway_cidr_ends_with": { - "type": "string", + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true }, - "router_gateway_cidr_gt": { - "type": "string", + "unique_logical_size_gt": { + "type": "number", + "format": "double", "nullable": true }, - "router_gateway_cidr_gte": { - "type": "string", + "unique_logical_size_gte": { + "type": "number", + "format": "double", "nullable": true }, - "router_gateway_cidr_in": { + "unique_logical_size_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "router_gateway_cidr_lt": { - "type": "string", + "unique_logical_size_lt": { + "type": "number", + "format": "double", "nullable": true }, - "router_gateway_cidr_lte": { - "type": "string", + "unique_logical_size_lte": { + "type": "number", + "format": "double", "nullable": true }, - "router_gateway_cidr_not": { - "type": "string", + "unique_logical_size_not": { + "type": "number", + "format": "double", "nullable": true }, - "router_gateway_cidr_not_contains": { - "type": "string", + "unique_logical_size_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", "nullable": true }, - "router_gateway_cidr_not_ends_with": { - "type": "string", + "unique_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "router_gateway_cidr_not_in": { + "unique_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "router_gateway_cidr_not_starts_with": { - "type": "string", + "unique_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "router_gateway_cidr_starts_with": { - "type": "string", + "unique_size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "router_gateways_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" - } - ], + "unique_size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "router_gateways_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" - } - ], + "unique_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "router_gateways_some": { + "vm_disks_every": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true }, - "vlan": { + "vm_disks_none": { "allOf": [ { - "$ref": "#/components/schemas/VlanWhereInput" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true }, - "vpc": { + "vm_disks_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/VmDiskWhereInput" } ], "nullable": true @@ -37396,694 +36341,722 @@ "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudNatGatewayWhereInput": { + "VmVolumeElfStoragePolicyType": { + "enum": [ + "EC", + "ELF_CP_REPLICA_2_THICK_PROVISION", + "ELF_CP_REPLICA_2_THIN_PROVISION", + "ELF_CP_REPLICA_3_THICK_PROVISION", + "ELF_CP_REPLICA_3_THIN_PROVISION", + "REPLICA_1_THICK_PROVISION", + "REPLICA_1_THIN_PROVISION", + "REPLICA_2_THICK_PROVISION", + "REPLICA_2_THIN_PROVISION", + "REPLICA_3_THICK_PROVISION", + "REPLICA_3_THIN_PROVISION" + ], + "type": "string" + }, + "VmVolumeType": { + "enum": [ + "KVM_VOLUME", + "KVM_VOLUME_ISCSI" + ], + "type": "string" + }, + "VmSnapshotWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" }, "type": "array", "nullable": true }, - "enable_dnat": { - "type": "boolean", + "clock_offset": { + "allOf": [ + { + "$ref": "#/components/schemas/VmClockOffset" + } + ], "nullable": true }, - "enable_dnat_not": { - "type": "boolean", + "clock_offset_in": { + "items": { + "$ref": "#/components/schemas/VmClockOffset" + }, + "type": "array", "nullable": true }, - "enable_snat": { - "type": "boolean", + "clock_offset_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmClockOffset" + } + ], "nullable": true }, - "enable_snat_not": { - "type": "boolean", + "clock_offset_not_in": { + "items": { + "$ref": "#/components/schemas/VmClockOffset" + }, + "type": "array", "nullable": true }, - "entityAsyncStatus": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { + "consistent_type": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistentType" + } + ], + "nullable": true + }, + "consistent_type_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ConsistentType" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "consistent_type_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ConsistentType" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "consistent_type_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ConsistentType" }, "type": "array", "nullable": true }, - "external_ip": { + "cpu_model": { "type": "string", "nullable": true }, - "external_ip_contains": { + "cpu_model_contains": { "type": "string", "nullable": true }, - "external_ip_ends_with": { + "cpu_model_ends_with": { "type": "string", "nullable": true }, - "external_ip_gt": { + "cpu_model_gt": { "type": "string", "nullable": true }, - "external_ip_gte": { + "cpu_model_gte": { "type": "string", "nullable": true }, - "external_ip_in": { + "cpu_model_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "external_ip_lt": { + "cpu_model_lt": { "type": "string", "nullable": true }, - "external_ip_lte": { + "cpu_model_lte": { "type": "string", "nullable": true }, - "external_ip_not": { + "cpu_model_not": { "type": "string", "nullable": true }, - "external_ip_not_contains": { + "cpu_model_not_contains": { "type": "string", "nullable": true }, - "external_ip_not_ends_with": { + "cpu_model_not_ends_with": { "type": "string", "nullable": true }, - "external_ip_not_in": { + "cpu_model_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "external_ip_not_starts_with": { + "cpu_model_not_starts_with": { "type": "string", "nullable": true }, - "external_ip_starts_with": { + "cpu_model_starts_with": { "type": "string", "nullable": true }, - "external_subnet": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" - } - ], - "nullable": true - }, - "id": { + "description": { "type": "string", "nullable": true }, - "id_contains": { + "description_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "description_gt": { "type": "string", "nullable": true }, - "id_gte": { + "description_gte": { "type": "string", "nullable": true }, - "id_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "description_lt": { "type": "string", "nullable": true }, - "id_lte": { + "description_lte": { "type": "string", "nullable": true }, - "id_not": { + "description_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "local_id": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_contains": { - "type": "string", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_gt": { - "type": "string", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "local_id_gte": { - "type": "string", + "firmware": { + "allOf": [ + { + "$ref": "#/components/schemas/VmFirmware" + } + ], "nullable": true }, - "local_id_in": { + "firmware_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmFirmware" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "firmware_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmFirmware" + } + ], "nullable": true }, - "local_id_lte": { - "type": "string", + "firmware_not_in": { + "items": { + "$ref": "#/components/schemas/VmFirmware" + }, + "type": "array", "nullable": true }, - "local_id_not": { - "type": "string", + "ha": { + "type": "boolean", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "ha_not": { + "type": "boolean", "nullable": true }, - "local_id_not_ends_with": { + "id": { "type": "string", "nullable": true }, - "local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "name": { - "type": "string", - "nullable": true - }, - "name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "name_not": { + "id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "vpc": { + "io_policy": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/VmDiskIoPolicy" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudWhereInput": { - "properties": { - "AND": { + }, + "io_policy_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/VmDiskIoPolicy" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - }, - "type": "array", + "io_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], "nullable": true }, - "OR": { + "io_policy_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/VmDiskIoPolicy" }, "type": "array", "nullable": true }, - "associate_external_subnet_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "associate_external_subnet_num_gt": { - "type": "integer", - "format": "int32", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "associate_external_subnet_num_gte": { - "type": "integer", - "format": "int32", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "associate_external_subnet_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "associate_external_subnet_num_lt": { - "type": "integer", - "format": "int32", + "local_created_at": { + "type": "string", "nullable": true }, - "associate_external_subnet_num_lte": { - "type": "integer", - "format": "int32", + "local_created_at_gt": { + "type": "string", "nullable": true }, - "associate_external_subnet_num_not": { - "type": "integer", - "format": "int32", + "local_created_at_gte": { + "type": "string", "nullable": true }, - "associate_external_subnet_num_not_in": { + "local_created_at_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", - "nullable": true - }, - "description_ends_with": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "description_gt": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "description_gte": { + "local_created_at_not": { "type": "string", "nullable": true }, - "description_in": { + "local_created_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "local_id": { "type": "string", "nullable": true }, - "description_lte": { + "local_id_contains": { "type": "string", "nullable": true }, - "description_not": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "description_not_contains": { + "local_id_gt": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "local_id_gte": { "type": "string", "nullable": true }, - "description_not_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "local_id_lt": { "type": "string", "nullable": true }, - "description_starts_with": { + "local_id_lte": { "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "local_id_not": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "local_id_not_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "id": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "id_contains": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "id_ends_with": { - "type": "string", + "max_bandwidth": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gt": { - "type": "string", + "max_bandwidth_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gte": { - "type": "string", + "max_bandwidth_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_in": { + "max_bandwidth_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", + "max_bandwidth_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "max_bandwidth_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "max_bandwidth_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "max_bandwidth_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "isolation_policies_every": { + "max_bandwidth_policy": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "isolation_policies_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" - } - ], + "max_bandwidth_policy_in": { + "items": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "type": "array", "nullable": true }, - "isolation_policies_some": { + "max_bandwidth_policy_not": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", + "max_bandwidth_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "type": "array", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "max_iops": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "max_iops_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "max_iops_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "max_iops_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "max_iops_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_lte": { - "type": "string", + "max_iops_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not": { - "type": "string", + "max_iops_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "max_iops_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "local_id_not_in": { + "max_iops_policy_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "max_iops_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "max_iops_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "type": "array", "nullable": true }, - "mtu": { + "memory": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "mtu_gt": { + "memory_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "mtu_gte": { + "memory_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "mtu_in": { + "memory_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "mtu_lt": { + "memory_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "mtu_lte": { + "memory_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "mtu_not": { + "memory_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "mtu_not_in": { + "memory_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true @@ -38150,129 +37123,172 @@ "type": "string", "nullable": true }, - "route_tables_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" - } - ], + "size": { + "type": "integer", + "format": "int64", "nullable": true }, - "route_tables_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" - } - ], + "size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "route_tables_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" - } - ], + "size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "security_groups_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" - } - ], + "size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "security_groups_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" - } - ], + "size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "security_groups_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" - } - ], + "size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "security_policies_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" - } - ], + "size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "security_policies_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" - } - ], + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "security_policies_some": { + "snapshot_group": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + "$ref": "#/components/schemas/SnapshotGroupWhereInput" } ], "nullable": true }, - "subnets_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], + "vcpu": { + "type": "integer", + "format": "int32", "nullable": true }, - "subnets_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], + "vcpu_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "subnets_some": { + "vcpu_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vcpu_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vcpu_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vcpu_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vcpu_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vcpu_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true + }, + "win_opt": { + "type": "boolean", + "nullable": true + }, + "win_opt_not": { + "type": "boolean", + "nullable": true } }, "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudIsolationPolicyWhereInput": { + "VmDiskIoPolicy": { + "enum": [ + "RESTRICT_EACH_DISK", + "RESTRICT_WHOLE_VM" + ], + "type": "string" + }, + "SnapshotGroupWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + "$ref": "#/components/schemas/SnapshotGroupWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + "$ref": "#/components/schemas/SnapshotGroupWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + "$ref": "#/components/schemas/SnapshotGroupWhereInput" }, "type": "array", "nullable": true }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "deleted": { + "type": "boolean", + "nullable": true + }, + "deleted_not": { + "type": "boolean", + "nullable": true + }, "entityAsyncStatus": { "allOf": [ { @@ -38303,6 +37319,44 @@ "type": "array", "nullable": true }, + "estimated_recycling_time": { + "type": "string", + "nullable": true + }, + "estimated_recycling_time_gt": { + "type": "string", + "nullable": true + }, + "estimated_recycling_time_gte": { + "type": "string", + "nullable": true + }, + "estimated_recycling_time_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "estimated_recycling_time_lt": { + "type": "string", + "nullable": true + }, + "estimated_recycling_time_lte": { + "type": "string", + "nullable": true + }, + "estimated_recycling_time_not": { + "type": "string", + "nullable": true + }, + "estimated_recycling_time_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -38365,28 +37419,58 @@ "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "internal": { + "type": "boolean", "nullable": true }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "internal_not": { + "type": "boolean", "nullable": true }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], + "keep": { + "type": "boolean", + "nullable": true + }, + "keep_not": { + "type": "boolean", + "nullable": true + }, + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_created_at_gt": { + "type": "string", + "nullable": true + }, + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_created_at_lt": { + "type": "string", + "nullable": true + }, + "local_created_at_lte": { + "type": "string", + "nullable": true + }, + "local_created_at_not": { + "type": "string", + "nullable": true + }, + "local_created_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, "local_id": { @@ -38451,72 +37535,188 @@ "type": "string", "nullable": true }, - "mode": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" - } - ], + "logical_size_bytes": { + "type": "integer", + "format": "int64", "nullable": true }, - "mode_in": { + "logical_size_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_bytes_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "mode_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" - } - ], + "logical_size_bytes_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "mode_not_in": { + "logical_size_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_bytes_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "security_groups_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" - } - ], + "name": { + "type": "string", "nullable": true }, - "security_groups_none": { + "name_contains": { + "type": "string", + "nullable": true + }, + "name_ends_with": { + "type": "string", + "nullable": true + }, + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_lt": { + "type": "string", + "nullable": true + }, + "name_lte": { + "type": "string", + "nullable": true + }, + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_not_starts_with": { + "type": "string", + "nullable": true + }, + "name_starts_with": { + "type": "string", + "nullable": true + }, + "object_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "object_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "object_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "object_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "object_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "object_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "object_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "object_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "snapshotPlanTask": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" } ], "nullable": true }, - "security_groups_some": { + "vm_snapshots_every": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" } ], "nullable": true }, - "vm": { + "vm_snapshots_none": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" } ], "nullable": true }, - "vpc": { + "vm_snapshots_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" } ], "nullable": true @@ -38525,106 +37725,75 @@ "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudIsolationPolicyMode": { - "enum": [ - "ALL", - "PARTIAL" - ], - "type": "string" - }, - "VirtualPrivateCloudSecurityGroupWhereInput": { + "SnapshotPlanTaskWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" }, "type": "array", "nullable": true }, - "default_for_vpc": { - "type": "boolean", - "nullable": true - }, - "default_for_vpc_not": { - "type": "boolean", - "nullable": true - }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "description_ends_with": { + "end_time": { "type": "string", "nullable": true }, - "description_gt": { + "end_time_gt": { "type": "string", "nullable": true }, - "description_gte": { + "end_time_gte": { "type": "string", "nullable": true }, - "description_in": { + "end_time_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true - }, - "description_lte": { - "type": "string", - "nullable": true - }, - "description_not": { + "end_time_lt": { "type": "string", "nullable": true }, - "description_not_contains": { + "end_time_lte": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "end_time_not": { "type": "string", "nullable": true }, - "description_not_in": { + "end_time_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true - }, "entityAsyncStatus": { "allOf": [ { @@ -38717,6 +37886,14 @@ "type": "string", "nullable": true }, + "internal": { + "type": "boolean", + "nullable": true + }, + "internal_not": { + "type": "boolean", + "nullable": true + }, "local_id": { "type": "string", "nullable": true @@ -38779,134 +37956,246 @@ "type": "string", "nullable": true }, - "name": { - "type": "string", + "snapshotGroup": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotGroupWhereInput" + } + ], "nullable": true }, - "name_contains": { - "type": "string", + "snapshotPlan": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + ], "nullable": true }, - "name_ends_with": { + "start_time": { "type": "string", "nullable": true }, - "name_gt": { + "start_time_gt": { "type": "string", "nullable": true }, - "name_gte": { + "start_time_gte": { "type": "string", "nullable": true }, - "name_in": { + "start_time_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { + "start_time_lt": { "type": "string", "nullable": true }, - "name_not_contains": { + "start_time_lte": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "start_time_not": { "type": "string", "nullable": true }, - "name_not_in": { + "start_time_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "vms_every": { + "status": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" } ], "nullable": true }, - "vms_none": { + "status_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + }, + "type": "array", + "nullable": true + }, + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" } ], "nullable": true }, - "vms_some": { + "status_not_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + }, + "type": "array", + "nullable": true + }, + "type": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/SnapshotPlanTaskType" } ], "nullable": true }, - "vpc": { + "type_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanTaskType" + }, + "type": "array", + "nullable": true + }, + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/SnapshotPlanTaskType" } ], "nullable": true + }, + "type_not_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanTaskType" + }, + "type": "array", + "nullable": true } }, "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudRouteTableWhereInput": { + "SnapshotPlanWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + "$ref": "#/components/schemas/SnapshotPlanWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + "$ref": "#/components/schemas/SnapshotPlanWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + "$ref": "#/components/schemas/SnapshotPlanWhereInput" }, "type": "array", "nullable": true }, - "default_for_vpc": { - "type": "boolean", + "auto_delete_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "default_for_vpc_not": { - "type": "boolean", - "nullable": true + "auto_delete_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_delete_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_delete_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "auto_delete_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_delete_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_delete_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_delete_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "auto_execute_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_execute_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_execute_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_execute_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "auto_execute_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_execute_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_execute_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "auto_execute_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true }, "description": { "type": "string", @@ -38970,6 +38259,44 @@ "type": "string", "nullable": true }, + "end_time": { + "type": "string", + "nullable": true + }, + "end_time_gt": { + "type": "string", + "nullable": true + }, + "end_time_gte": { + "type": "string", + "nullable": true + }, + "end_time_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "end_time_lt": { + "type": "string", + "nullable": true + }, + "end_time_lte": { + "type": "string", + "nullable": true + }, + "end_time_not": { + "type": "string", + "nullable": true + }, + "end_time_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, "entityAsyncStatus": { "allOf": [ { @@ -39000,6 +38327,68 @@ "type": "array", "nullable": true }, + "execute_plan_type": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" + } + ], + "nullable": true + }, + "execute_plan_type_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" + }, + "type": "array", + "nullable": true + }, + "execute_plan_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" + } + ], + "nullable": true + }, + "execute_plan_type_not_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" + }, + "type": "array", + "nullable": true + }, + "execution_tasks_every": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + } + ], + "nullable": true + }, + "execution_tasks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + } + ], + "nullable": true + }, + "execution_tasks_some": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanTaskWhereInput" + } + ], + "nullable": true + }, + "healthy": { + "type": "boolean", + "nullable": true + }, + "healthy_not": { + "type": "boolean", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -39062,611 +38451,692 @@ "type": "string", "nullable": true }, - "local_id": { + "last_execute_end_time": { "type": "string", "nullable": true }, - "local_id_contains": { + "last_execute_end_time_gt": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "last_execute_end_time_gte": { "type": "string", "nullable": true }, - "local_id_gt": { + "last_execute_end_time_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "last_execute_end_time_lt": { "type": "string", "nullable": true }, - "local_id_gte": { + "last_execute_end_time_lte": { "type": "string", "nullable": true }, - "local_id_in": { + "last_execute_end_time_not": { + "type": "string", + "nullable": true + }, + "last_execute_end_time_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "last_execute_status": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + } + ], "nullable": true }, - "local_id_lte": { - "type": "string", + "last_execute_status_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + }, + "type": "array", "nullable": true }, - "local_id_not": { + "last_execute_status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + } + ], + "nullable": true + }, + "last_execute_status_not_in": { + "items": { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" + }, + "type": "array", + "nullable": true + }, + "last_execute_time": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "last_execute_time_gt": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "last_execute_time_gte": { "type": "string", "nullable": true }, - "local_id_not_in": { + "last_execute_time_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "last_execute_time_lt": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "last_execute_time_lte": { "type": "string", "nullable": true }, - "name": { + "last_execute_time_not": { "type": "string", "nullable": true }, - "name_contains": { + "last_execute_time_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_id": { "type": "string", "nullable": true }, - "name_ends_with": { + "local_id_contains": { "type": "string", "nullable": true }, - "name_gt": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "name_gte": { + "local_id_gt": { "type": "string", "nullable": true }, - "name_in": { + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "name_not": { + "local_id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "routes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" - } - ], + "logical_size_bytes": { + "type": "integer", + "format": "int64", "nullable": true }, - "routes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" - } - ], + "logical_size_bytes_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "routes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" - } - ], + "logical_size_bytes_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "subnets_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], + "logical_size_bytes_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "subnets_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], + "logical_size_bytes_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "subnets_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], + "logical_size_bytes_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], + "logical_size_bytes_not": { + "type": "integer", + "format": "int64", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudRouteWhereInput": { - "properties": { - "AND": { + }, + "logical_size_bytes_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { + "manual_delete_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_delete_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_delete_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_delete_num_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "OR": { + "manual_delete_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_delete_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_delete_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_delete_num_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "description": { - "type": "string", + "manual_execute_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_contains": { - "type": "string", + "manual_execute_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_ends_with": { - "type": "string", + "manual_execute_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_gt": { - "type": "string", + "manual_execute_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "description_gte": { - "type": "string", + "manual_execute_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_in": { + "manual_execute_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_execute_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "manual_execute_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "description_lt": { + "mirror": { + "type": "boolean", + "nullable": true + }, + "mirror_not": { + "type": "boolean", + "nullable": true + }, + "name": { "type": "string", "nullable": true }, - "description_lte": { + "name_contains": { "type": "string", "nullable": true }, - "description_not": { + "name_ends_with": { "type": "string", "nullable": true }, - "description_not_contains": { + "name_gt": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "name_gte": { "type": "string", "nullable": true }, - "description_not_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true - }, - "destination": { + "name_lt": { "type": "string", "nullable": true }, - "destination_contains": { + "name_lte": { "type": "string", "nullable": true }, - "destination_ends_with": { + "name_not": { "type": "string", "nullable": true }, - "destination_gt": { + "name_not_contains": { "type": "string", "nullable": true }, - "destination_gte": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "destination_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "destination_lt": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "destination_lte": { + "name_starts_with": { "type": "string", "nullable": true }, - "destination_not": { + "next_execute_time": { "type": "string", "nullable": true }, - "destination_not_contains": { + "next_execute_time_gt": { "type": "string", "nullable": true }, - "destination_not_ends_with": { + "next_execute_time_gte": { "type": "string", "nullable": true }, - "destination_not_in": { + "next_execute_time_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "destination_not_starts_with": { + "next_execute_time_lt": { "type": "string", "nullable": true }, - "destination_starts_with": { + "next_execute_time_lte": { "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "next_execute_time_not": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { + "next_execute_time_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "object_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "object_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id": { - "type": "string", + "object_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_contains": { - "type": "string", + "object_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "id_ends_with": { - "type": "string", + "object_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gt": { - "type": "string", + "object_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gte": { - "type": "string", + "object_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_in": { + "object_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", + "physical_size_bytes": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "physical_size_bytes_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "physical_size_bytes_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "physical_size_bytes_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "physical_size_bytes_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_starts_with": { - "type": "string", + "physical_size_bytes_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id": { - "type": "string", + "physical_size_bytes_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_contains": { - "type": "string", + "physical_size_bytes_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "remain_snapshot_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "remain_snapshot_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "remain_snapshot_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "remain_snapshot_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "remain_snapshot_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_lte": { - "type": "string", + "remain_snapshot_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not": { - "type": "string", + "remain_snapshot_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "remain_snapshot_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "snapshot_group_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_in": { + "snapshot_group_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "snapshot_group_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "snapshot_group_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", + "snapshot_group_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "nat_gateway": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" - } - ], + "snapshot_group_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "next_hop_local_id": { - "type": "string", + "snapshot_group_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "next_hop_local_id_contains": { - "type": "string", + "snapshot_group_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "next_hop_local_id_ends_with": { + "start_time": { "type": "string", "nullable": true }, - "next_hop_local_id_gt": { + "start_time_gt": { "type": "string", "nullable": true }, - "next_hop_local_id_gte": { + "start_time_gte": { "type": "string", "nullable": true }, - "next_hop_local_id_in": { + "start_time_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "next_hop_local_id_lt": { - "type": "string", - "nullable": true - }, - "next_hop_local_id_lte": { - "type": "string", - "nullable": true - }, - "next_hop_local_id_not": { + "start_time_lt": { "type": "string", "nullable": true }, - "next_hop_local_id_not_contains": { + "start_time_lte": { "type": "string", "nullable": true }, - "next_hop_local_id_not_ends_with": { + "start_time_not": { "type": "string", "nullable": true }, - "next_hop_local_id_not_in": { + "start_time_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "next_hop_local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "next_hop_local_id_starts_with": { - "type": "string", - "nullable": true - }, - "next_hop_type": { + "status": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + "$ref": "#/components/schemas/SnapshotPlanStatus" } ], "nullable": true }, - "next_hop_type_in": { + "status_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + "$ref": "#/components/schemas/SnapshotPlanStatus" }, "type": "array", "nullable": true }, - "next_hop_type_not": { + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + "$ref": "#/components/schemas/SnapshotPlanStatus" } ], "nullable": true }, - "next_hop_type_not_in": { + "status_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + "$ref": "#/components/schemas/SnapshotPlanStatus" }, "type": "array", "nullable": true }, - "route_table": { + "vms_every": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "router_gateway": { + "vms_none": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "vpc_peering": { + "vms_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true @@ -39675,785 +39145,725 @@ "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudRouteNextHopType": { + "SnapshotPlanExecuteType": { "enum": [ - "NAT_GATEWAY", - "ROUTER_GATEWAY", - "UNKNOWN", - "VPC_PEERING" + "DAY", + "HOUR", + "MINUTE", + "MONTH", + "WEEK" ], "type": "string" }, - "VirtualPrivateCloudRouterGatewayWhereInput": { + "SnapshotPlanExecuteStatus": { + "enum": [ + "CREATED", + "FAILED", + "IN_PROGRESS", + "SUCCEED", + "UNSPECIFIED" + ], + "type": "string" + }, + "SnapshotPlanStatus": { + "enum": [ + "NORMAL", + "STOPPED", + "SUSPENDED" + ], + "type": "string" + }, + "SnapshotPlanTaskType": { + "enum": [ + "TASK_TYPE_CLONE", + "TASK_TYPE_PROTECT", + "TASK_TYPE_ROLLBACK" + ], + "type": "string" + }, + "VmTemplateWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" }, "type": "array", "nullable": true }, - "associated_subnets_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], - "nullable": true - }, - "associated_subnets_none": { + "clock_offset": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + "$ref": "#/components/schemas/VmClockOffset" } ], "nullable": true }, - "associated_subnets_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - } - ], + "clock_offset_in": { + "items": { + "$ref": "#/components/schemas/VmClockOffset" + }, + "type": "array", "nullable": true }, - "entityAsyncStatus": { + "clock_offset_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmClockOffset" } ], "nullable": true }, - "entityAsyncStatus_in": { + "clock_offset_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmClockOffset" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "cloud_init_supported": { + "type": "boolean", + "nullable": true + }, + "cloud_init_supported_not": { + "type": "boolean", + "nullable": true + }, + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "content_library_vm_template": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + } + ], "nullable": true }, - "external_ip": { + "cpu_model": { "type": "string", "nullable": true }, - "external_ip_contains": { + "cpu_model_contains": { "type": "string", "nullable": true }, - "external_ip_ends_with": { + "cpu_model_ends_with": { "type": "string", "nullable": true }, - "external_ip_gt": { + "cpu_model_gt": { "type": "string", "nullable": true }, - "external_ip_gte": { + "cpu_model_gte": { "type": "string", "nullable": true }, - "external_ip_in": { + "cpu_model_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "external_ip_lt": { + "cpu_model_lt": { "type": "string", "nullable": true }, - "external_ip_lte": { + "cpu_model_lte": { "type": "string", "nullable": true }, - "external_ip_not": { + "cpu_model_not": { "type": "string", "nullable": true }, - "external_ip_not_contains": { + "cpu_model_not_contains": { "type": "string", "nullable": true }, - "external_ip_not_ends_with": { + "cpu_model_not_ends_with": { "type": "string", "nullable": true }, - "external_ip_not_in": { + "cpu_model_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "external_ip_not_starts_with": { + "cpu_model_not_starts_with": { "type": "string", "nullable": true }, - "external_ip_starts_with": { + "cpu_model_starts_with": { "type": "string", "nullable": true }, - "external_subnet": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" - } - ], - "nullable": true - }, - "id": { + "description": { "type": "string", "nullable": true }, - "id_contains": { + "description_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "description_gt": { "type": "string", "nullable": true }, - "id_gte": { + "description_gte": { "type": "string", "nullable": true }, - "id_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "description_lt": { "type": "string", "nullable": true }, - "id_lte": { + "description_lte": { "type": "string", "nullable": true }, - "id_not": { + "description_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "local_id": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_contains": { - "type": "string", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_gt": { - "type": "string", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "local_id_gte": { - "type": "string", + "firmware": { + "allOf": [ + { + "$ref": "#/components/schemas/VmFirmware" + } + ], "nullable": true }, - "local_id_in": { + "firmware_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmFirmware" }, "type": "array", "nullable": true }, - "local_id_lt": { + "firmware_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmFirmware" + } + ], + "nullable": true + }, + "firmware_not_in": { + "items": { + "$ref": "#/components/schemas/VmFirmware" + }, + "type": "array", + "nullable": true + }, + "ha": { + "type": "boolean", + "nullable": true + }, + "ha_not": { + "type": "boolean", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "local_id_lte": { + "id_contains": { "type": "string", "nullable": true }, - "local_id_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "local_id_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "name": { + "id_lt": { "type": "string", "nullable": true }, - "name_contains": { + "id_lte": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_not": { "type": "string", "nullable": true }, - "name_gt": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_gte": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_lte": { + "id_starts_with": { "type": "string", "nullable": true }, - "name_not": { - "type": "string", + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], "nullable": true }, - "name_not_contains": { - "type": "string", + "io_policy_in": { + "items": { + "$ref": "#/components/schemas/VmDiskIoPolicy" + }, + "type": "array", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "io_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], "nullable": true }, - "name_not_in": { + "io_policy_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmDiskIoPolicy" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "nexthop_ip": { - "type": "string", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "nexthop_ip_contains": { - "type": "string", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "nexthop_ip_ends_with": { + "local_created_at": { "type": "string", "nullable": true }, - "nexthop_ip_gt": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "nexthop_ip_gte": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "nexthop_ip_in": { + "local_created_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nexthop_ip_lt": { - "type": "string", - "nullable": true - }, - "nexthop_ip_lte": { - "type": "string", - "nullable": true - }, - "nexthop_ip_not": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "nexthop_ip_not_contains": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "nexthop_ip_not_ends_with": { + "local_created_at_not": { "type": "string", "nullable": true }, - "nexthop_ip_not_in": { + "local_created_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nexthop_ip_not_starts_with": { - "type": "string", - "nullable": true - }, - "nexthop_ip_starts_with": { - "type": "string", - "nullable": true - }, - "vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudSubnetWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" - }, - "type": "array", - "nullable": true - }, - "cidr": { + "local_id": { "type": "string", "nullable": true }, - "cidr_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "cidr_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "cidr_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "cidr_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "cidr_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cidr_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "cidr_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "cidr_not": { + "local_id_not": { "type": "string", "nullable": true }, - "cidr_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "cidr_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "cidr_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cidr_not_starts_with": { - "type": "string", - "nullable": true - }, - "cidr_starts_with": { - "type": "string", - "nullable": true - }, - "description": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "description_contains": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "description_ends_with": { - "type": "string", + "max_bandwidth": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_gt": { - "type": "string", + "max_bandwidth_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_gte": { - "type": "string", + "max_bandwidth_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_in": { + "max_bandwidth_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true - }, - "description_lte": { - "type": "string", - "nullable": true - }, - "description_not": { - "type": "string", + "max_bandwidth_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_not_contains": { - "type": "string", + "max_bandwidth_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "max_bandwidth_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_not_in": { + "max_bandwidth_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true - }, - "entityAsyncStatus": { + "max_bandwidth_policy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "entityAsyncStatus_in": { + "max_bandwidth_policy_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "max_bandwidth_policy_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "max_bandwidth_policy_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "gateway": { - "type": "string", - "nullable": true - }, - "gateway_contains": { - "type": "string", - "nullable": true - }, - "gateway_ends_with": { - "type": "string", + "max_iops": { + "type": "integer", + "format": "int32", "nullable": true }, - "gateway_gt": { - "type": "string", + "max_iops_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "gateway_gte": { - "type": "string", + "max_iops_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "gateway_in": { + "max_iops_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "gateway_lt": { - "type": "string", - "nullable": true - }, - "gateway_lte": { - "type": "string", - "nullable": true - }, - "gateway_not": { - "type": "string", + "max_iops_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "gateway_not_contains": { - "type": "string", + "max_iops_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "gateway_not_ends_with": { - "type": "string", + "max_iops_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "gateway_not_in": { + "max_iops_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "gateway_not_starts_with": { - "type": "string", - "nullable": true - }, - "gateway_starts_with": { - "type": "string", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "id_in": { + "max_iops_policy_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", + "max_iops_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "id_not_in": { + "max_iops_policy_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", + "memory": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gt": { - "type": "string", + "memory_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gte": { - "type": "string", + "memory_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_in": { + "memory_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "memory_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "memory_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "memory_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_in": { + "memory_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, "name": { "type": "string", "nullable": true @@ -40516,76 +39926,68 @@ "type": "string", "nullable": true }, - "route_table": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" - } - ], - "nullable": true - }, - "total_ip_count": { + "size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_ip_count_gt": { + "size_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_ip_count_gte": { + "size_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_ip_count_in": { + "size_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "total_ip_count_lt": { + "size_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_ip_count_lte": { + "size_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_ip_count_not": { + "size_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_ip_count_not_in": { + "size_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "unused_ip_count": { + "vcpu": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count_gt": { + "vcpu_gt": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count_gte": { + "vcpu_gte": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count_in": { + "vcpu_in": { "items": { "type": "integer", "format": "int32" @@ -40593,22 +39995,22 @@ "type": "array", "nullable": true }, - "unused_ip_count_lt": { + "vcpu_lt": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count_lte": { + "vcpu_lte": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count_not": { + "vcpu_not": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count_not_in": { + "vcpu_not_in": { "items": { "type": "integer", "format": "int32" @@ -40616,296 +40018,199 @@ "type": "array", "nullable": true }, - "vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudPeeringWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" - }, - "type": "array", - "nullable": true - }, - "dst_vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], - "nullable": true - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "id": { + "video_type": { "type": "string", "nullable": true }, - "id_contains": { + "video_type_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "video_type_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "video_type_gt": { "type": "string", "nullable": true }, - "id_gte": { + "video_type_gte": { "type": "string", "nullable": true }, - "id_in": { + "video_type_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "video_type_lt": { "type": "string", "nullable": true }, - "id_lte": { + "video_type_lte": { "type": "string", "nullable": true }, - "id_not": { + "video_type_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "video_type_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "video_type_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "video_type_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { + "video_type_not_starts_with": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "video_type_starts_with": { "type": "string", "nullable": true }, - "local_id_gt": { - "type": "string", + "win_opt": { + "type": "boolean", "nullable": true }, - "local_id_gte": { - "type": "string", + "win_opt_not": { + "type": "boolean", "nullable": true - }, - "local_id_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "ContentLibraryVmTemplateWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", - "nullable": true - }, - "local_id_not_contains": { - "type": "string", - "nullable": true - }, - "local_id_not_ends_with": { - "type": "string", - "nullable": true - }, - "local_id_not_in": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + }, + "type": "array", "nullable": true }, - "local_id_starts_with": { - "type": "string", + "architecture": { + "allOf": [ + { + "$ref": "#/components/schemas/Architecture" + } + ], "nullable": true }, - "name": { - "type": "string", + "architecture_in": { + "items": { + "$ref": "#/components/schemas/Architecture" + }, + "type": "array", "nullable": true }, - "name_contains": { - "type": "string", + "architecture_not": { + "allOf": [ + { + "$ref": "#/components/schemas/Architecture" + } + ], "nullable": true }, - "name_ends_with": { - "type": "string", + "architecture_not_in": { + "items": { + "$ref": "#/components/schemas/Architecture" + }, + "type": "array", "nullable": true }, - "name_gt": { - "type": "string", + "cloud_init_supported": { + "type": "boolean", "nullable": true }, - "name_gte": { - "type": "string", + "cloud_init_supported_not": { + "type": "boolean", "nullable": true }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", + "clusters_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "name_lt": { - "type": "string", + "clusters_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "name_lte": { - "type": "string", + "clusters_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "name_not": { + "createdAt": { "type": "string", "nullable": true }, - "name_not_contains": { + "createdAt_gt": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "createdAt_gte": { "type": "string", "nullable": true }, - "name_not_in": { + "createdAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "createdAt_lt": { "type": "string", "nullable": true }, - "name_starts_with": { + "createdAt_lte": { "type": "string", "nullable": true }, - "src_vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudSecurityPolicyWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" - }, - "type": "array", + "createdAt_not": { + "type": "string", "nullable": true }, - "OR": { + "createdAt_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + "type": "string" }, "type": "array", "nullable": true @@ -41064,68 +40369,76 @@ "type": "string", "nullable": true }, - "local_id": { - "type": "string", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "local_id_contains": { - "type": "string", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "local_id_ends_with": { - "type": "string", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "local_id_gt": { - "type": "string", + "memory": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_gte": { - "type": "string", + "memory_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_in": { + "memory_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "memory_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "memory_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "memory_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "memory_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_not_in": { + "memory_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, "name": { "type": "string", "nullable": true @@ -41188,368 +40501,373 @@ "type": "string", "nullable": true }, - "policy_mode": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" - } - ], - "nullable": true - }, - "policy_mode_in": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" - }, - "type": "array", + "os": { + "type": "string", "nullable": true }, - "policy_mode_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" - } - ], + "os_contains": { + "type": "string", "nullable": true }, - "policy_mode_not_in": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" - }, - "type": "array", + "os_ends_with": { + "type": "string", "nullable": true }, - "vpc": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudSecurityPolicyMode": { - "enum": [ - "MONITOR", - "WORK" - ], - "type": "string" - }, - "VirtualPrivateCloudNicSnapshotWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" - }, - "type": "array", + "os_gt": { + "type": "string", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" - }, - "type": "array", + "os_gte": { + "type": "string", "nullable": true }, - "OR": { + "os_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "floating_ip": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" - } - ], - "nullable": true - }, - "id": { + "os_lt": { "type": "string", "nullable": true }, - "id_contains": { + "os_lte": { "type": "string", "nullable": true }, - "id_ends_with": { + "os_not": { "type": "string", "nullable": true }, - "id_gt": { + "os_not_contains": { "type": "string", "nullable": true }, - "id_gte": { + "os_not_ends_with": { "type": "string", "nullable": true }, - "id_in": { + "os_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "os_not_starts_with": { "type": "string", "nullable": true }, - "id_lte": { + "os_starts_with": { "type": "string", "nullable": true }, - "id_not": { - "type": "string", + "size": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_starts_with": { - "type": "string", + "size_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id": { - "type": "string", + "size_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "local_id_contains": { - "type": "string", + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "vcpu": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "vcpu_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "vcpu_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "vcpu_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", + "vcpu_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not": { - "type": "string", + "vcpu_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", - "nullable": true - }, - "local_id_not_ends_with": { - "type": "string", + "vcpu_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_in": { + "vcpu_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "mac_address": { - "type": "string", + "vm_templates_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + ], "nullable": true }, - "mac_address_contains": { - "type": "string", + "vm_templates_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + ], "nullable": true }, - "mac_address_ends_with": { - "type": "string", + "vm_templates_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + ], "nullable": true - }, - "mac_address_gt": { - "type": "string", + } + }, + "type": "object", + "additionalProperties": false + }, + "DatacenterWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/DatacenterWhereInput" + }, + "type": "array", "nullable": true }, - "mac_address_gte": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/DatacenterWhereInput" + }, + "type": "array", "nullable": true }, - "mac_address_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/DatacenterWhereInput" }, "type": "array", "nullable": true }, - "mac_address_lt": { - "type": "string", + "cluster_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "mac_address_lte": { - "type": "string", + "cluster_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "mac_address_not": { - "type": "string", + "cluster_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "mac_address_not_contains": { - "type": "string", + "cluster_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "mac_address_not_ends_with": { - "type": "string", + "cluster_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "mac_address_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "cluster_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "mac_address_not_starts_with": { - "type": "string", + "cluster_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "mac_address_starts_with": { - "type": "string", + "cluster_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "vpc": { + "clusters_every": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "vpc_nic": { + "clusters_none": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "vpc_subnet": { + "clusters_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "GlobalPolicyAction": { - "enum": [ - "ALLOW", - "DROP" - ], - "type": "string" - }, - "LoadBalancerServiceWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" - }, - "type": "array", + }, + "failure_data_space": { + "type": "integer", + "format": "int64", "nullable": true }, - "NOT": { + "failure_data_space_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "failure_data_space_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "failure_data_space_in": { "items": { - "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "OR": { + "failure_data_space_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "failure_data_space_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "failure_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "failure_data_space_not_in": { "items": { - "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "host_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_in": { + "host_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "host_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "host_num_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "host_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_not_in": { + "host_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "host_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "host_num_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "everoute_cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/EverouteClusterWhereInput" - } - ], - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -41612,298 +40930,532 @@ "type": "string", "nullable": true }, - "phase": { + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/EverouteClusterPhase" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "phase_in": { - "items": { - "$ref": "#/components/schemas/EverouteClusterPhase" - }, - "type": "array", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "phase_not": { + "labels_some": { "allOf": [ { - "$ref": "#/components/schemas/EverouteClusterPhase" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "phase_not_in": { + "name": { + "type": "string", + "nullable": true + }, + "name_contains": { + "type": "string", + "nullable": true + }, + "name_ends_with": { + "type": "string", + "nullable": true + }, + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { - "$ref": "#/components/schemas/EverouteClusterPhase" + "type": "string" }, "type": "array", "nullable": true }, - "vm_instances_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "name_lt": { + "type": "string", "nullable": true }, - "vm_instances_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "name_lte": { + "type": "string", "nullable": true }, - "vm_instances_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "name_not": { + "type": "string", "nullable": true }, - "vnet_bonds_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VnetBondWhereInput" - } - ], + "name_not_contains": { + "type": "string", "nullable": true }, - "vnet_bonds_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VnetBondWhereInput" - } - ], + "name_not_ends_with": { + "type": "string", "nullable": true }, - "vnet_bonds_some": { + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_not_starts_with": { + "type": "string", + "nullable": true + }, + "name_starts_with": { + "type": "string", + "nullable": true + }, + "organization": { "allOf": [ { - "$ref": "#/components/schemas/VnetBondWhereInput" + "$ref": "#/components/schemas/OrganizationWhereInput" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "EverouteClusterPhase": { - "enum": [ - "Associated", - "Failed", - "Init", - "Running", - "Terminating", - "Updating", - "Upgrading" - ], - "type": "string" - }, - "VnetBondWhereInput": { - "properties": { - "AND": { + }, + "total_cpu_hz": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_in": { "items": { - "$ref": "#/components/schemas/VnetBondWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "NOT": { + "total_cpu_hz_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_not_in": { "items": { - "$ref": "#/components/schemas/VnetBondWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "OR": { + "total_data_capacity": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_data_capacity_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_data_capacity_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_data_capacity_in": { "items": { - "$ref": "#/components/schemas/VnetBondWhereInput" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "bond_for_client": { - "type": "boolean", + "total_data_capacity_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "bond_for_client_not": { - "type": "boolean", + "total_data_capacity_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "bond_for_server": { - "type": "boolean", + "total_data_capacity_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "bond_for_server_not": { - "type": "boolean", + "total_data_capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "total_memory_bytes": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_in": { + "total_memory_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "total_memory_bytes_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "entityAsyncStatus_not_in": { + "total_memory_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id": { - "type": "string", + "used_cpu_hz": { + "type": "number", + "format": "double", "nullable": true }, - "id_contains": { - "type": "string", + "used_cpu_hz_gt": { + "type": "number", + "format": "double", "nullable": true }, - "id_ends_with": { - "type": "string", + "used_cpu_hz_gte": { + "type": "number", + "format": "double", "nullable": true }, - "id_gt": { - "type": "string", + "used_cpu_hz_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", "nullable": true }, - "id_gte": { - "type": "string", + "used_cpu_hz_lt": { + "type": "number", + "format": "double", "nullable": true }, - "id_in": { + "used_cpu_hz_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_cpu_hz_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_cpu_hz_not_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "used_data_space": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_lte": { - "type": "string", + "used_data_space_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not": { - "type": "string", + "used_data_space_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_contains": { - "type": "string", + "used_data_space_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "used_data_space_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_not_in": { + "used_data_space_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_data_space_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "used_memory_bytes": { + "type": "number", + "format": "double", "nullable": true }, - "id_starts_with": { - "type": "string", + "used_memory_bytes_gt": { + "type": "number", + "format": "double", "nullable": true }, - "load_balancer_service": { + "used_memory_bytes_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "used_memory_bytes_lt": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_memory_bytes_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vm_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "OrganizationWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/OrganizationWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/OrganizationWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/OrganizationWhereInput" + }, + "type": "array", + "nullable": true + }, + "datacenters_every": { "allOf": [ { - "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + "$ref": "#/components/schemas/DatacenterWhereInput" } ], "nullable": true }, - "local_id": { + "datacenters_none": { + "allOf": [ + { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + ], + "nullable": true + }, + "datacenters_some": { + "allOf": [ + { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "local_id_contains": { + "id_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "id_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "id_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "id_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "id_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "id_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, @@ -41968,73 +41520,162 @@ "name_starts_with": { "type": "string", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "IsolationPolicyWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + }, + "type": "array", + "nullable": true }, - "namespace": { + "NOT": { + "items": { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "everoute_cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/EverouteClusterWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "namespace_contains": { + "id_contains": { "type": "string", "nullable": true }, - "namespace_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "namespace_gt": { + "id_gt": { "type": "string", "nullable": true }, - "namespace_gte": { + "id_gte": { "type": "string", "nullable": true }, - "namespace_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "namespace_lt": { + "id_lt": { "type": "string", "nullable": true }, - "namespace_lte": { + "id_lte": { "type": "string", "nullable": true }, - "namespace_not": { + "id_not": { "type": "string", "nullable": true }, - "namespace_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "namespace_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "namespace_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "namespace_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "namespace_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "vlan": { + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/VlanWhereInput" + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "mode": { + "allOf": [ + { + "$ref": "#/components/schemas/IsolationMode" + } + ], + "nullable": true + }, + "mode_in": { + "items": { + "$ref": "#/components/schemas/IsolationMode" + }, + "type": "array", + "nullable": true + }, + "mode_not": { + "allOf": [ + { + "$ref": "#/components/schemas/IsolationMode" + } + ], + "nullable": true + }, + "mode_not_in": { + "items": { + "$ref": "#/components/schemas/IsolationMode" + }, + "type": "array", + "nullable": true + }, + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true @@ -42043,73 +41684,73 @@ "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudServiceWhereInput": { + "EverouteClusterWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + "$ref": "#/components/schemas/EverouteClusterWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + "$ref": "#/components/schemas/EverouteClusterWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + "$ref": "#/components/schemas/EverouteClusterWhereInput" }, "type": "array", "nullable": true }, - "cluster_bindings_every": { + "agent_elf_clusters_every": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "cluster_bindings_none": { + "agent_elf_clusters_none": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "cluster_bindings_some": { + "agent_elf_clusters_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "edge_gateways_every": { + "agent_elf_vdses_every": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "edge_gateways_none": { + "agent_elf_vdses_none": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "edge_gateways_some": { + "agent_elf_vdses_some": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true @@ -42144,36 +41785,34 @@ "type": "array", "nullable": true }, - "everoute_cluster": { + "global_default_action": { "allOf": [ { - "$ref": "#/components/schemas/EverouteClusterWhereInput" + "$ref": "#/components/schemas/GlobalPolicyAction" } ], "nullable": true }, - "external_subnets_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" - } - ], + "global_default_action_in": { + "items": { + "$ref": "#/components/schemas/GlobalPolicyAction" + }, + "type": "array", "nullable": true }, - "external_subnets_none": { + "global_default_action_not": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + "$ref": "#/components/schemas/GlobalPolicyAction" } ], "nullable": true }, - "external_subnets_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" - } - ], + "global_default_action_not_in": { + "items": { + "$ref": "#/components/schemas/GlobalPolicyAction" + }, + "type": "array", "nullable": true }, "id": { @@ -42238,65 +41877,81 @@ "type": "string", "nullable": true }, - "internal_cidr": { + "installed": { + "type": "boolean", + "nullable": true + }, + "installed_not": { + "type": "boolean", + "nullable": true + }, + "load_balancer_service": { + "allOf": [ + { + "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + } + ], + "nullable": true + }, + "name": { "type": "string", "nullable": true }, - "internal_cidr_contains": { + "name_contains": { "type": "string", "nullable": true }, - "internal_cidr_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "internal_cidr_gt": { + "name_gt": { "type": "string", "nullable": true }, - "internal_cidr_gte": { + "name_gte": { "type": "string", "nullable": true }, - "internal_cidr_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "internal_cidr_lt": { + "name_lt": { "type": "string", "nullable": true }, - "internal_cidr_lte": { + "name_lte": { "type": "string", "nullable": true }, - "internal_cidr_not": { + "name_not": { "type": "string", "nullable": true }, - "internal_cidr_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "internal_cidr_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "internal_cidr_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "internal_cidr_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "internal_cidr_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, @@ -42330,616 +41985,577 @@ "type": "array", "nullable": true }, - "vpcs_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], + "version": { + "type": "string", "nullable": true }, - "vpcs_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], + "version_contains": { + "type": "string", "nullable": true }, - "vpcs_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" - } - ], + "version_ends_with": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudClusterBindingWhereInput": { - "properties": { - "AND": { + }, + "version_gt": { + "type": "string", + "nullable": true + }, + "version_gte": { + "type": "string", + "nullable": true + }, + "version_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" - }, - "type": "array", + "version_lt": { + "type": "string", "nullable": true }, - "OR": { + "version_lte": { + "type": "string", + "nullable": true + }, + "version_not": { + "type": "string", + "nullable": true + }, + "version_not_contains": { + "type": "string", + "nullable": true + }, + "version_not_ends_with": { + "type": "string", + "nullable": true + }, + "version_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "version_not_starts_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { + "version_starts_with": { + "type": "string", + "nullable": true + }, + "vpc_service": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" } ], "nullable": true - }, - "entityAsyncStatus_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VdsWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VdsWhereInput" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "NOT": { + "items": { + "$ref": "#/components/schemas/VdsWhereInput" + }, + "type": "array", "nullable": true }, - "entityAsyncStatus_not_in": { + "OR": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VdsWhereInput" }, "type": "array", "nullable": true }, - "id": { + "bond_mode": { "type": "string", "nullable": true }, - "id_contains": { + "bond_mode_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "bond_mode_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "bond_mode_gt": { "type": "string", "nullable": true }, - "id_gte": { + "bond_mode_gte": { "type": "string", "nullable": true }, - "id_in": { + "bond_mode_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "bond_mode_lt": { "type": "string", "nullable": true }, - "id_lte": { + "bond_mode_lte": { "type": "string", "nullable": true }, - "id_not": { + "bond_mode_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "bond_mode_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "bond_mode_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "bond_mode_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "bond_mode_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "bond_mode_starts_with": { "type": "string", "nullable": true }, - "mtu": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "mtu_gt": { - "type": "integer", - "format": "int32", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "mtu_gte": { - "type": "integer", - "format": "int32", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "mtu_in": { + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "mtu_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "mtu_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "mtu_not": { - "type": "integer", - "format": "int32", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "mtu_not_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "vds": { + "everoute_cluster": { "allOf": [ { - "$ref": "#/components/schemas/VdsWhereInput" + "$ref": "#/components/schemas/EverouteClusterWhereInput" } ], "nullable": true }, - "vlan_id": { - "type": "integer", - "format": "int32", + "id": { + "type": "string", "nullable": true }, - "vlan_id_gt": { - "type": "integer", - "format": "int32", + "id_contains": { + "type": "string", "nullable": true }, - "vlan_id_gte": { - "type": "integer", - "format": "int32", + "id_ends_with": { + "type": "string", "nullable": true }, - "vlan_id_in": { + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "vlan_id_lt": { - "type": "integer", - "format": "int32", + "id_lt": { + "type": "string", "nullable": true }, - "vlan_id_lte": { - "type": "integer", - "format": "int32", + "id_lte": { + "type": "string", "nullable": true }, - "vlan_id_not": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "vlan_id_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "id_not_contains": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudEdgeGatewayWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" - }, - "type": "array", + }, + "id_not_ends_with": { + "type": "string", "nullable": true }, - "NOT": { + "id_not_in": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" - }, - "type": "array", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "cluster": { + "id_starts_with": { + "type": "string", + "nullable": true + }, + "internal": { + "type": "boolean", + "nullable": true + }, + "internal_not": { + "type": "boolean", + "nullable": true + }, + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true }, - "cpu_number": { - "type": "integer", - "format": "int32", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "cpu_number_gt": { - "type": "integer", - "format": "int32", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "cpu_number_gte": { - "type": "integer", - "format": "int32", + "local_id": { + "type": "string", "nullable": true }, - "cpu_number_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "local_id_contains": { + "type": "string", "nullable": true }, - "cpu_number_lt": { - "type": "integer", - "format": "int32", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "cpu_number_lte": { - "type": "integer", - "format": "int32", + "local_id_gt": { + "type": "string", "nullable": true }, - "cpu_number_not": { - "type": "integer", - "format": "int32", + "local_id_gte": { + "type": "string", "nullable": true }, - "cpu_number_not_in": { + "local_id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "data_volume_size": { - "type": "integer", - "format": "int32", + "local_id_lt": { + "type": "string", "nullable": true }, - "data_volume_size_gt": { - "type": "integer", - "format": "int32", + "local_id_lte": { + "type": "string", "nullable": true }, - "data_volume_size_gte": { - "type": "integer", - "format": "int32", + "local_id_not": { + "type": "string", "nullable": true }, - "data_volume_size_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "local_id_not_contains": { + "type": "string", "nullable": true }, - "data_volume_size_lt": { - "type": "integer", - "format": "int32", + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "data_volume_size_lte": { - "type": "integer", - "format": "int32", + "local_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "data_volume_size_not": { - "type": "integer", - "format": "int32", + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "data_volume_size_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "local_id_starts_with": { + "type": "string", "nullable": true }, - "description": { + "name": { "type": "string", "nullable": true }, - "description_contains": { + "name_contains": { "type": "string", "nullable": true }, - "description_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "description_gt": { + "name_gt": { "type": "string", "nullable": true }, - "description_gte": { + "name_gte": { "type": "string", "nullable": true }, - "description_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "name_lt": { "type": "string", "nullable": true }, - "description_lte": { + "name_lte": { "type": "string", "nullable": true }, - "description_not": { + "name_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { + "nics_every": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus_not": { + "nics_none": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NicWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "nics_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], "nullable": true }, - "gateway": { + "ovsbr_name": { "type": "string", "nullable": true }, - "gateway_contains": { + "ovsbr_name_contains": { "type": "string", "nullable": true }, - "gateway_ends_with": { + "ovsbr_name_ends_with": { "type": "string", "nullable": true }, - "gateway_gt": { + "ovsbr_name_gt": { "type": "string", "nullable": true }, - "gateway_gte": { + "ovsbr_name_gte": { "type": "string", "nullable": true }, - "gateway_in": { + "ovsbr_name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_lt": { + "ovsbr_name_lt": { "type": "string", "nullable": true }, - "gateway_lte": { + "ovsbr_name_lte": { "type": "string", "nullable": true }, - "gateway_not": { + "ovsbr_name_not": { "type": "string", "nullable": true }, - "gateway_not_contains": { + "ovsbr_name_not_contains": { "type": "string", "nullable": true }, - "gateway_not_ends_with": { + "ovsbr_name_not_ends_with": { "type": "string", "nullable": true }, - "gateway_not_in": { + "ovsbr_name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "gateway_not_starts_with": { - "type": "string", - "nullable": true - }, - "gateway_starts_with": { - "type": "string", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { + "ovsbr_name_not_starts_with": { "type": "string", "nullable": true }, - "id_gt": { + "ovsbr_name_starts_with": { "type": "string", "nullable": true }, - "id_gte": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "id_in": { + "type_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/NetworkType" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "id_not_in": { + "type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/NetworkType" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "vlans_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], "nullable": true }, - "id_starts_with": { - "type": "string", + "vlans_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], "nullable": true }, - "memory_size": { + "vlans_num": { "type": "integer", "format": "int32", "nullable": true }, - "memory_size_gt": { + "vlans_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "memory_size_gte": { + "vlans_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "memory_size_in": { + "vlans_num_in": { "items": { "type": "integer", "format": "int32" @@ -42947,22 +42563,22 @@ "type": "array", "nullable": true }, - "memory_size_lt": { + "vlans_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "memory_size_lte": { + "vlans_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "memory_size_not": { + "vlans_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "memory_size_not_in": { + "vlans_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -42970,409 +42586,354 @@ "type": "array", "nullable": true }, - "name": { + "vlans_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], + "nullable": true + }, + "work_mode": { "type": "string", "nullable": true }, - "name_contains": { + "work_mode_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "work_mode_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "work_mode_gt": { "type": "string", "nullable": true }, - "name_gte": { + "work_mode_gte": { "type": "string", "nullable": true }, - "name_in": { + "work_mode_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "work_mode_lt": { "type": "string", "nullable": true }, - "name_lte": { + "work_mode_lte": { "type": "string", "nullable": true }, - "name_not": { + "work_mode_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "work_mode_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "work_mode_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "work_mode_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "work_mode_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "work_mode_starts_with": { "type": "string", "nullable": true - }, - "phase": { - "allOf": [ - { - "$ref": "#/components/schemas/EverouteClusterPhase" - } - ], - "nullable": true - }, - "phase_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "NicWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/EverouteClusterPhase" + "$ref": "#/components/schemas/NicWhereInput" }, "type": "array", "nullable": true }, - "phase_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EverouteClusterPhase" - } - ], + "NOT": { + "items": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "type": "array", "nullable": true }, - "phase_not_in": { + "OR": { "items": { - "$ref": "#/components/schemas/EverouteClusterPhase" + "$ref": "#/components/schemas/NicWhereInput" }, "type": "array", "nullable": true }, - "subnet_mask": { + "driver": { "type": "string", "nullable": true }, - "subnet_mask_contains": { + "driver_contains": { "type": "string", "nullable": true }, - "subnet_mask_ends_with": { + "driver_ends_with": { "type": "string", "nullable": true }, - "subnet_mask_gt": { + "driver_gt": { "type": "string", "nullable": true }, - "subnet_mask_gte": { + "driver_gte": { "type": "string", "nullable": true }, - "subnet_mask_in": { + "driver_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "subnet_mask_lt": { + "driver_lt": { "type": "string", "nullable": true }, - "subnet_mask_lte": { + "driver_lte": { "type": "string", "nullable": true }, - "subnet_mask_not": { + "driver_not": { "type": "string", "nullable": true }, - "subnet_mask_not_contains": { + "driver_not_contains": { "type": "string", "nullable": true }, - "subnet_mask_not_ends_with": { + "driver_not_ends_with": { "type": "string", "nullable": true }, - "subnet_mask_not_in": { + "driver_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "subnet_mask_not_starts_with": { + "driver_not_starts_with": { "type": "string", "nullable": true }, - "subnet_mask_starts_with": { + "driver_starts_with": { "type": "string", "nullable": true }, - "vdses_every": { + "driver_state": { "allOf": [ { - "$ref": "#/components/schemas/VdsWhereInput" + "$ref": "#/components/schemas/NicDriverState" } ], "nullable": true }, - "vdses_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "driver_state_in": { + "items": { + "$ref": "#/components/schemas/NicDriverState" + }, + "type": "array", "nullable": true }, - "vdses_some": { + "driver_state_not": { "allOf": [ { - "$ref": "#/components/schemas/VdsWhereInput" + "$ref": "#/components/schemas/NicDriverState" } ], "nullable": true }, - "vm_instances_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "driver_state_not_in": { + "items": { + "$ref": "#/components/schemas/NicDriverState" + }, + "type": "array", "nullable": true }, - "vm_instances_none": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "vm_instances_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "vpc_service": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "IsolationMode": { - "enum": [ - "ALL", - "PARTIAL" - ], - "type": "string" - }, - "NfsExportWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/NfsExportWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/NfsExportWhereInput" - }, - "type": "array", - "nullable": true }, - "OR": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/NfsExportWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "description": { + "gateway_ip": { "type": "string", "nullable": true }, - "description_contains": { + "gateway_ip_contains": { "type": "string", "nullable": true }, - "description_ends_with": { + "gateway_ip_ends_with": { "type": "string", "nullable": true }, - "description_gt": { + "gateway_ip_gt": { "type": "string", "nullable": true }, - "description_gte": { + "gateway_ip_gte": { "type": "string", "nullable": true }, - "description_in": { + "gateway_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "gateway_ip_lt": { "type": "string", "nullable": true }, - "description_lte": { + "gateway_ip_lte": { "type": "string", "nullable": true }, - "description_not": { + "gateway_ip_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "gateway_ip_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "gateway_ip_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "gateway_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "gateway_ip_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "gateway_ip_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus_not": { + "host": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "export_inode_id": { + "ibdev": { "type": "string", "nullable": true }, - "export_inode_id_contains": { + "ibdev_contains": { "type": "string", "nullable": true }, - "export_inode_id_ends_with": { + "ibdev_ends_with": { "type": "string", "nullable": true }, - "export_inode_id_gt": { + "ibdev_gt": { "type": "string", "nullable": true }, - "export_inode_id_gte": { + "ibdev_gte": { "type": "string", "nullable": true }, - "export_inode_id_in": { + "ibdev_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "export_inode_id_lt": { + "ibdev_lt": { "type": "string", "nullable": true }, - "export_inode_id_lte": { + "ibdev_lte": { "type": "string", "nullable": true }, - "export_inode_id_not": { + "ibdev_not": { "type": "string", "nullable": true }, - "export_inode_id_not_contains": { + "ibdev_not_contains": { "type": "string", "nullable": true }, - "export_inode_id_not_ends_with": { + "ibdev_not_ends_with": { "type": "string", "nullable": true }, - "export_inode_id_not_in": { + "ibdev_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "export_inode_id_not_starts_with": { + "ibdev_not_starts_with": { "type": "string", "nullable": true }, - "export_inode_id_starts_with": { + "ibdev_starts_with": { "type": "string", "nullable": true }, @@ -43438,100 +42999,106 @@ "type": "string", "nullable": true }, - "inodes_every": { + "iommu_status": { "allOf": [ { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "$ref": "#/components/schemas/IommuStatus" } ], "nullable": true }, - "inodes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsInodeWhereInput" - } - ], + "iommu_status_in": { + "items": { + "$ref": "#/components/schemas/IommuStatus" + }, + "type": "array", "nullable": true }, - "inodes_some": { + "iommu_status_not": { "allOf": [ { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "$ref": "#/components/schemas/IommuStatus" } ], "nullable": true }, - "internal": { - "type": "boolean", - "nullable": true - }, - "internal_not": { - "type": "boolean", + "iommu_status_not_in": { + "items": { + "$ref": "#/components/schemas/IommuStatus" + }, + "type": "array", "nullable": true }, - "ip_whitelist": { + "ip_address": { "type": "string", "nullable": true }, - "ip_whitelist_contains": { + "ip_address_contains": { "type": "string", "nullable": true }, - "ip_whitelist_ends_with": { + "ip_address_ends_with": { "type": "string", "nullable": true }, - "ip_whitelist_gt": { + "ip_address_gt": { "type": "string", "nullable": true }, - "ip_whitelist_gte": { + "ip_address_gte": { "type": "string", "nullable": true }, - "ip_whitelist_in": { + "ip_address_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_whitelist_lt": { + "ip_address_lt": { "type": "string", "nullable": true }, - "ip_whitelist_lte": { + "ip_address_lte": { "type": "string", "nullable": true }, - "ip_whitelist_not": { + "ip_address_not": { "type": "string", "nullable": true }, - "ip_whitelist_not_contains": { + "ip_address_not_contains": { "type": "string", "nullable": true }, - "ip_whitelist_not_ends_with": { + "ip_address_not_ends_with": { "type": "string", "nullable": true }, - "ip_whitelist_not_in": { + "ip_address_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_whitelist_not_starts_with": { + "ip_address_not_starts_with": { "type": "string", "nullable": true }, - "ip_whitelist_starts_with": { + "ip_address_starts_with": { "type": "string", "nullable": true }, + "is_sriov": { + "type": "boolean", + "nullable": true + }, + "is_sriov_not": { + "type": "boolean", + "nullable": true + }, "labels_every": { "allOf": [ { @@ -43618,84 +43185,84 @@ "type": "string", "nullable": true }, - "name": { + "mac_address": { "type": "string", "nullable": true }, - "name_contains": { + "mac_address_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "mac_address_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "mac_address_gt": { "type": "string", "nullable": true }, - "name_gte": { + "mac_address_gte": { "type": "string", "nullable": true }, - "name_in": { + "mac_address_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "mac_address_lt": { "type": "string", "nullable": true }, - "name_lte": { + "mac_address_lte": { "type": "string", "nullable": true }, - "name_not": { + "mac_address_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "mac_address_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "mac_address_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "mac_address_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "mac_address_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "mac_address_starts_with": { "type": "string", "nullable": true }, - "replica_num": { + "max_vf_num": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_gt": { + "max_vf_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_gte": { + "max_vf_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_in": { + "max_vf_num_in": { "items": { "type": "integer", "format": "int32" @@ -43703,22 +43270,22 @@ "type": "array", "nullable": true }, - "replica_num_lt": { + "max_vf_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_lte": { + "max_vf_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_not": { + "max_vf_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "replica_num_not_in": { + "max_vf_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -43726,505 +43293,386 @@ "type": "array", "nullable": true }, - "thin_provision": { - "type": "boolean", + "model": { + "type": "string", "nullable": true }, - "thin_provision_not": { - "type": "boolean", + "model_contains": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NfsInodeWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/NfsInodeWhereInput" - }, - "type": "array", + }, + "model_ends_with": { + "type": "string", "nullable": true }, - "NOT": { + "model_gt": { + "type": "string", + "nullable": true + }, + "model_gte": { + "type": "string", + "nullable": true + }, + "model_in": { "items": { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { + "model_lt": { + "type": "string", + "nullable": true + }, + "model_lte": { + "type": "string", + "nullable": true + }, + "model_not": { + "type": "string", + "nullable": true + }, + "model_not_contains": { + "type": "string", + "nullable": true + }, + "model_not_ends_with": { + "type": "string", + "nullable": true + }, + "model_not_in": { "items": { - "$ref": "#/components/schemas/NfsInodeWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "assigned_size": { + "model_not_starts_with": { + "type": "string", + "nullable": true + }, + "model_starts_with": { + "type": "string", + "nullable": true + }, + "mtu": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "assigned_size_gt": { + "mtu_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "assigned_size_gte": { + "mtu_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "assigned_size_in": { + "mtu_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "assigned_size_lt": { + "mtu_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "assigned_size_lte": { + "mtu_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "assigned_size_not": { + "mtu_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "assigned_size_not_in": { + "mtu_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "name": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { + "name_contains": { + "type": "string", + "nullable": true + }, + "name_ends_with": { + "type": "string", + "nullable": true + }, + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "file": { - "type": "boolean", - "nullable": true - }, - "file_not": { - "type": "boolean", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { + "name_lt": { "type": "string", "nullable": true }, - "id_lte": { + "name_lte": { "type": "string", "nullable": true }, - "id_not": { + "name_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "labels_every": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_none": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "labels_some": { - "allOf": [ - { - "$ref": "#/components/schemas/LabelWhereInput" - } - ], - "nullable": true - }, - "local_id": { + "nic_uuid": { "type": "string", "nullable": true }, - "local_id_contains": { + "nic_uuid_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "nic_uuid_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "nic_uuid_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "nic_uuid_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "nic_uuid_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "nic_uuid_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "nic_uuid_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "nic_uuid_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "nic_uuid_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "nic_uuid_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "nic_uuid_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, - "local_updated_at": { - "type": "string", - "nullable": true - }, - "local_updated_at_gt": { + "nic_uuid_not_starts_with": { "type": "string", "nullable": true }, - "local_updated_at_gte": { + "nic_uuid_starts_with": { "type": "string", "nullable": true }, - "local_updated_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_updated_at_lt": { - "type": "string", + "physical": { + "type": "boolean", "nullable": true }, - "local_updated_at_lte": { - "type": "string", + "physical_not": { + "type": "boolean", "nullable": true }, - "local_updated_at_not": { - "type": "string", + "rdma_enabled": { + "type": "boolean", "nullable": true }, - "local_updated_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "rdma_enabled_not": { + "type": "boolean", "nullable": true }, - "name": { - "type": "string", + "running": { + "type": "boolean", "nullable": true }, - "name_contains": { - "type": "string", + "running_not": { + "type": "boolean", "nullable": true }, - "name_ends_with": { - "type": "string", + "speed": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gt": { - "type": "string", + "speed_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_gte": { - "type": "string", + "speed_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_in": { + "speed_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", + "speed_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_contains": { - "type": "string", + "speed_lte": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "speed_not": { + "type": "integer", + "format": "int64", "nullable": true }, - "name_not_in": { + "speed_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "nfs_export": { - "allOf": [ - { - "$ref": "#/components/schemas/NfsExportWhereInput" - } - ], - "nullable": true - }, - "parent_id": { + "subnet_mask": { "type": "string", "nullable": true }, - "parent_id_contains": { + "subnet_mask_contains": { "type": "string", "nullable": true }, - "parent_id_ends_with": { + "subnet_mask_ends_with": { "type": "string", "nullable": true }, - "parent_id_gt": { + "subnet_mask_gt": { "type": "string", "nullable": true }, - "parent_id_gte": { + "subnet_mask_gte": { "type": "string", "nullable": true }, - "parent_id_in": { + "subnet_mask_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "parent_id_lt": { + "subnet_mask_lt": { "type": "string", "nullable": true }, - "parent_id_lte": { + "subnet_mask_lte": { "type": "string", "nullable": true }, - "parent_id_not": { + "subnet_mask_not": { "type": "string", "nullable": true }, - "parent_id_not_contains": { + "subnet_mask_not_contains": { "type": "string", "nullable": true }, - "parent_id_not_ends_with": { + "subnet_mask_not_ends_with": { "type": "string", "nullable": true }, - "parent_id_not_in": { + "subnet_mask_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "parent_id_not_starts_with": { + "subnet_mask_not_starts_with": { "type": "string", "nullable": true }, - "parent_id_starts_with": { + "subnet_mask_starts_with": { "type": "string", "nullable": true }, - "shared_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "shared_size_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_not": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "shared_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "snapshot_num": { + "total_vf_num": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_gt": { + "total_vf_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_gte": { + "total_vf_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_in": { + "total_vf_num_in": { "items": { "type": "integer", "format": "int32" @@ -44232,22 +43680,22 @@ "type": "array", "nullable": true }, - "snapshot_num_lt": { + "total_vf_num_lt": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_lte": { + "total_vf_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_not": { + "total_vf_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "snapshot_num_not_in": { + "total_vf_num_not_in": { "items": { "type": "integer", "format": "int32" @@ -44255,549 +43703,369 @@ "type": "array", "nullable": true }, - "unique_logical_size": { - "type": "number", - "format": "double", - "nullable": true - }, - "unique_logical_size_gt": { - "type": "number", - "format": "double", - "nullable": true - }, - "unique_logical_size_gte": { - "type": "number", - "format": "double", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "unique_logical_size_in": { + "type_in": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/NetworkType" }, "type": "array", "nullable": true }, - "unique_logical_size_lt": { - "type": "number", - "format": "double", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "unique_logical_size_lte": { - "type": "number", - "format": "double", + "type_not_in": { + "items": { + "$ref": "#/components/schemas/NetworkType" + }, + "type": "array", "nullable": true }, - "unique_logical_size_not": { - "type": "number", - "format": "double", + "up": { + "type": "boolean", "nullable": true }, - "unique_logical_size_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "up_not": { + "type": "boolean", "nullable": true }, - "unique_size": { + "used_vf_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_gt": { + "used_vf_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_gte": { + "used_vf_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_in": { + "used_vf_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "unique_size_lt": { + "used_vf_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_lte": { + "used_vf_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_not": { + "used_vf_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "unique_size_not_in": { + "used_vf_num_not_in": { "items": { "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "SecurityPolicyWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - }, - "type": "array", - "nullable": true - }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", - "nullable": true - }, - "description_ends_with": { - "type": "string", - "nullable": true - }, - "description_gt": { - "type": "string", - "nullable": true - }, - "description_gte": { - "type": "string", - "nullable": true - }, - "description_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "description_lt": { - "type": "string", - "nullable": true - }, - "description_lte": { - "type": "string", - "nullable": true - }, - "description_not": { - "type": "string", - "nullable": true - }, - "description_not_contains": { - "type": "string", - "nullable": true - }, - "description_not_ends_with": { - "type": "string", - "nullable": true - }, - "description_not_in": { - "items": { - "type": "string" + "format": "int32" }, "type": "array", "nullable": true }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true - }, - "everoute_cluster": { + "user_usage": { "allOf": [ { - "$ref": "#/components/schemas/EverouteClusterWhereInput" + "$ref": "#/components/schemas/NicUserUsage" } ], "nullable": true }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", - "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true - }, - "name_gt": { - "type": "string", - "nullable": true - }, - "name_gte": { - "type": "string", - "nullable": true - }, - "name_in": { + "user_usage_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/NicUserUsage" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", - "nullable": true - }, - "name_not_contains": { - "type": "string", - "nullable": true - }, - "name_not_ends_with": { - "type": "string", + "user_usage_not": { + "allOf": [ + { + "$ref": "#/components/schemas/NicUserUsage" + } + ], "nullable": true }, - "name_not_in": { + "user_usage_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/NicUserUsage" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "policy_mode": { + "vds": { "allOf": [ { - "$ref": "#/components/schemas/PolicyMode" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "policy_mode_in": { - "items": { - "$ref": "#/components/schemas/PolicyMode" - }, - "type": "array", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "policy_mode_not": { + "vms_none": { "allOf": [ { - "$ref": "#/components/schemas/PolicyMode" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "policy_mode_not_in": { - "items": { - "$ref": "#/components/schemas/PolicyMode" - }, - "type": "array", + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "PolicyMode": { + "NicDriverState": { "enum": [ - "MONITOR", - "WORK" + "NEED_REBOOT", + "NOT_READY", + "NO_DRIVER", + "READY" ], "type": "string" }, - "VmVolumeSnapshotWhereInput": { + "IommuStatus": { + "enum": [ + "DISABLE", + "ENABLE", + "NEED_REBOOT" + ], + "type": "string" + }, + "NetworkType": { + "enum": [ + "ACCESS", + "MANAGEMENT", + "MIGRATION", + "STORAGE", + "STORAGE_ACCESS", + "VM", + "VPC_SYS", + "VPC_VM" + ], + "type": "string" + }, + "NicUserUsage": { + "enum": [ + "DEFAULT", + "PASS_THROUGH", + "SRIOV" + ], + "type": "string" + }, + "VlanWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + "$ref": "#/components/schemas/VlanWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + "$ref": "#/components/schemas/VlanWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + "$ref": "#/components/schemas/VlanWhereInput" }, "type": "array", "nullable": true }, - "cluster": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "createAt": { - "type": "string", - "nullable": true - }, - "createAt_gt": { - "type": "string", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "createAt_gte": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "createAt_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "createAt_lt": { + "gateway_ip": { "type": "string", "nullable": true }, - "createAt_lte": { + "gateway_ip_contains": { "type": "string", "nullable": true }, - "createAt_not": { + "gateway_ip_ends_with": { "type": "string", "nullable": true }, - "createAt_not_in": { + "gateway_ip_gt": { + "type": "string", + "nullable": true + }, + "gateway_ip_gte": { + "type": "string", + "nullable": true + }, + "gateway_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description": { + "gateway_ip_lt": { "type": "string", "nullable": true }, - "description_contains": { + "gateway_ip_lte": { "type": "string", "nullable": true }, - "description_ends_with": { + "gateway_ip_not": { "type": "string", "nullable": true }, - "description_gt": { + "gateway_ip_not_contains": { "type": "string", "nullable": true }, - "description_gte": { + "gateway_ip_not_ends_with": { "type": "string", "nullable": true }, - "description_in": { + "gateway_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "gateway_ip_not_starts_with": { "type": "string", "nullable": true }, - "description_lte": { + "gateway_ip_starts_with": { "type": "string", "nullable": true }, - "description_not": { + "gateway_subnetmask": { "type": "string", "nullable": true }, - "description_not_contains": { + "gateway_subnetmask_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "gateway_subnetmask_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "gateway_subnetmask_gt": { + "type": "string", + "nullable": true + }, + "gateway_subnetmask_gte": { + "type": "string", + "nullable": true + }, + "gateway_subnetmask_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "gateway_subnetmask_lt": { "type": "string", "nullable": true }, - "description_starts_with": { + "gateway_subnetmask_lte": { "type": "string", "nullable": true }, - "elf_storage_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - } - ], - "nullable": true - }, - "elf_storage_policy_in": { - "items": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - }, - "type": "array", - "nullable": true - }, - "elf_storage_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - } - ], + "gateway_subnetmask_not": { + "type": "string", "nullable": true }, - "elf_storage_policy_not_in": { - "items": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - }, - "type": "array", + "gateway_subnetmask_not_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "gateway_subnetmask_not_ends_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { + "gateway_subnetmask_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "gateway_subnetmask_not_starts_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "gateway_subnetmask_starts_with": { + "type": "string", "nullable": true }, "id": { @@ -44886,44 +44154,6 @@ ], "nullable": true }, - "local_created_at": { - "type": "string", - "nullable": true - }, - "local_created_at_gt": { - "type": "string", - "nullable": true - }, - "local_created_at_gte": { - "type": "string", - "nullable": true - }, - "local_created_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_created_at_lt": { - "type": "string", - "nullable": true - }, - "local_created_at_lte": { - "type": "string", - "nullable": true - }, - "local_created_at_not": { - "type": "string", - "nullable": true - }, - "local_created_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, "local_id": { "type": "string", "nullable": true @@ -44986,6 +44216,36 @@ "type": "string", "nullable": true }, + "mode_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanModeType" + } + ], + "nullable": true + }, + "mode_type_in": { + "items": { + "$ref": "#/components/schemas/VlanModeType" + }, + "type": "array", + "nullable": true + }, + "mode_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanModeType" + } + ], + "nullable": true + }, + "mode_type_not_in": { + "items": { + "$ref": "#/components/schemas/VlanModeType" + }, + "type": "array", + "nullable": true + }, "name": { "type": "string", "nullable": true @@ -45048,22 +44308,22 @@ "type": "string", "nullable": true }, - "shared_size": { + "qos_burst": { "type": "number", "format": "double", "nullable": true }, - "shared_size_gt": { + "qos_burst_gt": { "type": "number", "format": "double", "nullable": true }, - "shared_size_gte": { + "qos_burst_gte": { "type": "number", "format": "double", "nullable": true }, - "shared_size_in": { + "qos_burst_in": { "items": { "type": "number", "format": "double" @@ -45071,22 +44331,22 @@ "type": "array", "nullable": true }, - "shared_size_lt": { + "qos_burst_lt": { "type": "number", "format": "double", "nullable": true }, - "shared_size_lte": { + "qos_burst_lte": { "type": "number", "format": "double", "nullable": true }, - "shared_size_not": { + "qos_burst_not": { "type": "number", "format": "double", "nullable": true }, - "shared_size_not_in": { + "qos_burst_not_in": { "items": { "type": "number", "format": "double" @@ -45094,22 +44354,22 @@ "type": "array", "nullable": true }, - "size": { + "qos_max_bandwidth": { "type": "number", "format": "double", "nullable": true }, - "size_gt": { + "qos_max_bandwidth_gt": { "type": "number", "format": "double", "nullable": true }, - "size_gte": { + "qos_max_bandwidth_gte": { "type": "number", "format": "double", "nullable": true }, - "size_in": { + "qos_max_bandwidth_in": { "items": { "type": "number", "format": "double" @@ -45117,22 +44377,22 @@ "type": "array", "nullable": true }, - "size_lt": { + "qos_max_bandwidth_lt": { "type": "number", "format": "double", "nullable": true }, - "size_lte": { + "qos_max_bandwidth_lte": { "type": "number", "format": "double", "nullable": true }, - "size_not": { + "qos_max_bandwidth_not": { "type": "number", "format": "double", "nullable": true }, - "size_not_in": { + "qos_max_bandwidth_not_in": { "items": { "type": "number", "format": "double" @@ -45140,52 +44400,22 @@ "type": "array", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeSnapshotType" - } - ], - "nullable": true - }, - "type_in": { - "items": { - "$ref": "#/components/schemas/VmVolumeSnapshotType" - }, - "type": "array", - "nullable": true - }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeSnapshotType" - } - ], - "nullable": true - }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/VmVolumeSnapshotType" - }, - "type": "array", - "nullable": true - }, - "unique_size": { + "qos_min_bandwidth": { "type": "number", "format": "double", "nullable": true }, - "unique_size_gt": { + "qos_min_bandwidth_gt": { "type": "number", "format": "double", "nullable": true }, - "unique_size_gte": { + "qos_min_bandwidth_gte": { "type": "number", "format": "double", "nullable": true }, - "unique_size_in": { + "qos_min_bandwidth_in": { "items": { "type": "number", "format": "double" @@ -45193,22 +44423,22 @@ "type": "array", "nullable": true }, - "unique_size_lt": { + "qos_min_bandwidth_lt": { "type": "number", "format": "double", "nullable": true }, - "unique_size_lte": { + "qos_min_bandwidth_lte": { "type": "number", "format": "double", "nullable": true }, - "unique_size_not": { + "qos_min_bandwidth_not": { "type": "number", "format": "double", "nullable": true }, - "unique_size_not_in": { + "qos_min_bandwidth_not_in": { "items": { "type": "number", "format": "double" @@ -45216,907 +44446,711 @@ "type": "array", "nullable": true }, - "vm_volume": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "qos_priority": { + "type": "integer", + "format": "int32", "nullable": true }, - "volume_sharing": { - "type": "boolean", + "qos_priority_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "volume_sharing_not": { - "type": "boolean", + "qos_priority_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "volume_size": { - "type": "number", - "format": "double", + "qos_priority_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "volume_size_gt": { - "type": "number", - "format": "double", + "qos_priority_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "volume_size_gte": { - "type": "number", - "format": "double", + "qos_priority_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "volume_size_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "qos_priority_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "volume_size_lt": { - "type": "number", - "format": "double", - "nullable": true - }, - "volume_size_lte": { - "type": "number", - "format": "double", - "nullable": true - }, - "volume_size_not": { - "type": "number", - "format": "double", - "nullable": true - }, - "volume_size_not_in": { + "qos_priority_not_in": { "items": { - "type": "number", - "format": "double" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "zbs_snapshot_uuid": { + "subnetmask": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_contains": { + "subnetmask_contains": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_ends_with": { + "subnetmask_ends_with": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_gt": { + "subnetmask_gt": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_gte": { + "subnetmask_gte": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_in": { + "subnetmask_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "zbs_snapshot_uuid_lt": { + "subnetmask_lt": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_lte": { + "subnetmask_lte": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_not": { + "subnetmask_not": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_not_contains": { + "subnetmask_not_contains": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_not_ends_with": { + "subnetmask_not_ends_with": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_not_in": { + "subnetmask_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "zbs_snapshot_uuid_not_starts_with": { + "subnetmask_not_starts_with": { "type": "string", "nullable": true }, - "zbs_snapshot_uuid_starts_with": { + "subnetmask_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmVolumeSnapshotType": { - "enum": [ - "KVM_VOLUME_ISCSI_SNAPSHOT", - "KVM_VOLUME_SNAPSHOT" - ], - "type": "string" - }, - "PmemDimmWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/PmemDimmWhereInput" - }, - "type": "array", + }, + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "NOT": { + "type_in": { "items": { - "$ref": "#/components/schemas/PmemDimmWhereInput" + "$ref": "#/components/schemas/NetworkType" }, "type": "array", "nullable": true }, - "OR": { + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], + "nullable": true + }, + "type_not_in": { "items": { - "$ref": "#/components/schemas/PmemDimmWhereInput" + "$ref": "#/components/schemas/NetworkType" }, "type": "array", "nullable": true }, - "capacity": { + "vds": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsWhereInput" + } + ], + "nullable": true + }, + "vlan_id": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "capacity_gt": { + "vlan_id_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "capacity_gte": { + "vlan_id_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "capacity_in": { + "vlan_id_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "capacity_lt": { + "vlan_id_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "capacity_lte": { + "vlan_id_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "capacity_not": { + "vlan_id_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "capacity_not_in": { + "vlan_id_not_in": { "items": { "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "device_locator": { - "type": "string", - "nullable": true - }, - "device_locator_contains": { - "type": "string", - "nullable": true - }, - "device_locator_ends_with": { - "type": "string", - "nullable": true - }, - "device_locator_gt": { - "type": "string", - "nullable": true - }, - "device_locator_gte": { - "type": "string", - "nullable": true - }, - "device_locator_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "device_locator_lt": { - "type": "string", - "nullable": true - }, - "device_locator_lte": { - "type": "string", - "nullable": true - }, - "device_locator_not": { - "type": "string", - "nullable": true - }, - "device_locator_not_contains": { - "type": "string", - "nullable": true - }, - "device_locator_not_ends_with": { - "type": "string", - "nullable": true - }, - "device_locator_not_in": { - "items": { - "type": "string" + "format": "int32" }, "type": "array", "nullable": true }, - "device_locator_not_starts_with": { - "type": "string", - "nullable": true - }, - "device_locator_starts_with": { - "type": "string", - "nullable": true - }, - "disk": { + "vm_nics_every": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/VmNicWhereInput" } ], "nullable": true }, - "health_status": { + "vm_nics_none": { "allOf": [ { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/VmNicWhereInput" } ], "nullable": true }, - "health_status_in": { - "items": { - "$ref": "#/components/schemas/DiskHealthStatus" - }, - "type": "array", - "nullable": true - }, - "health_status_not": { + "vm_nics_some": { "allOf": [ { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/VmNicWhereInput" } ], "nullable": true - }, - "health_status_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VlanModeType": { + "enum": [ + "GENEVE", + "VLAN_ACCESS", + "VLAN_TRUNK", + "VXLAN" + ], + "type": "string" + }, + "VmNicWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/DiskHealthStatus" + "$ref": "#/components/schemas/VmNicWhereInput" }, "type": "array", "nullable": true }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true - }, - "id": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/VmNicWhereInput" + }, + "type": "array", "nullable": true }, - "id_contains": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/VmNicWhereInput" + }, + "type": "array", "nullable": true }, - "id_ends_with": { - "type": "string", + "egress_rate_limit_burst_in_bit": { + "type": "number", + "format": "double", "nullable": true }, - "id_gt": { - "type": "string", + "egress_rate_limit_burst_in_bit_gt": { + "type": "number", + "format": "double", "nullable": true }, - "id_gte": { - "type": "string", + "egress_rate_limit_burst_in_bit_gte": { + "type": "number", + "format": "double", "nullable": true }, - "id_in": { + "egress_rate_limit_burst_in_bit_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", + "egress_rate_limit_burst_in_bit_lt": { + "type": "number", + "format": "double", "nullable": true }, - "id_not_contains": { - "type": "string", + "egress_rate_limit_burst_in_bit_lte": { + "type": "number", + "format": "double", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "egress_rate_limit_burst_in_bit_not": { + "type": "number", + "format": "double", "nullable": true }, - "id_not_in": { + "egress_rate_limit_burst_in_bit_not_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "local_id": { - "type": "string", + "egress_rate_limit_enabled": { + "type": "boolean", "nullable": true }, - "local_id_contains": { - "type": "string", + "egress_rate_limit_enabled_not": { + "type": "boolean", "nullable": true }, - "local_id_ends_with": { - "type": "string", + "egress_rate_limit_max_rate_in_bitps": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_gt": { - "type": "string", + "egress_rate_limit_max_rate_in_bitps_gt": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_gte": { - "type": "string", + "egress_rate_limit_max_rate_in_bitps_gte": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_in": { + "egress_rate_limit_max_rate_in_bitps_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "egress_rate_limit_max_rate_in_bitps_lt": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "egress_rate_limit_max_rate_in_bitps_lte": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "egress_rate_limit_max_rate_in_bitps_not": { + "type": "number", + "format": "double", "nullable": true }, - "local_id_not_in": { + "egress_rate_limit_max_rate_in_bitps_not_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "enabled": { + "type": "boolean", "nullable": true }, - "local_id_starts_with": { - "type": "string", + "enabled_not": { + "type": "boolean", "nullable": true }, - "name": { + "gateway": { "type": "string", "nullable": true }, - "name_contains": { + "gateway_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "gateway_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "gateway_gt": { "type": "string", "nullable": true }, - "name_gte": { + "gateway_gte": { "type": "string", "nullable": true }, - "name_in": { + "gateway_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "gateway_lt": { "type": "string", "nullable": true }, - "name_lte": { + "gateway_lte": { "type": "string", "nullable": true }, - "name_not": { + "gateway_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "gateway_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "gateway_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "gateway_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "gateway_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "gateway_starts_with": { "type": "string", "nullable": true }, - "numa_node": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "numa_node_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "numa_node_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "numa_node_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "numa_node_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "numa_node_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "numa_node_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "numa_node_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "part_number": { + "id": { "type": "string", "nullable": true }, - "part_number_contains": { + "id_contains": { "type": "string", "nullable": true }, - "part_number_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "part_number_gt": { + "id_gt": { "type": "string", "nullable": true }, - "part_number_gte": { + "id_gte": { "type": "string", "nullable": true }, - "part_number_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "part_number_lt": { + "id_lt": { "type": "string", "nullable": true }, - "part_number_lte": { + "id_lte": { "type": "string", "nullable": true }, - "part_number_not": { + "id_not": { "type": "string", "nullable": true }, - "part_number_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "part_number_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "part_number_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "part_number_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "part_number_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "remaining_life_percent": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "remaining_life_percent_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "remaining_life_percent_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "remaining_life_percent_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "remaining_life_percent_lt": { - "type": "integer", - "format": "int32", + "ingress_rate_limit_burst_in_bit": { + "type": "number", + "format": "double", "nullable": true }, - "remaining_life_percent_lte": { - "type": "integer", - "format": "int32", + "ingress_rate_limit_burst_in_bit_gt": { + "type": "number", + "format": "double", "nullable": true }, - "remaining_life_percent_not": { - "type": "integer", - "format": "int32", + "ingress_rate_limit_burst_in_bit_gte": { + "type": "number", + "format": "double", "nullable": true }, - "remaining_life_percent_not_in": { + "ingress_rate_limit_burst_in_bit_in": { "items": { - "type": "integer", - "format": "int32" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "version": { - "type": "string", - "nullable": true - }, - "version_contains": { - "type": "string", - "nullable": true - }, - "version_ends_with": { - "type": "string", + "ingress_rate_limit_burst_in_bit_lt": { + "type": "number", + "format": "double", "nullable": true }, - "version_gt": { - "type": "string", + "ingress_rate_limit_burst_in_bit_lte": { + "type": "number", + "format": "double", "nullable": true }, - "version_gte": { - "type": "string", + "ingress_rate_limit_burst_in_bit_not": { + "type": "number", + "format": "double", "nullable": true }, - "version_in": { + "ingress_rate_limit_burst_in_bit_not_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "version_lt": { - "type": "string", + "ingress_rate_limit_enabled": { + "type": "boolean", "nullable": true }, - "version_lte": { - "type": "string", + "ingress_rate_limit_enabled_not": { + "type": "boolean", "nullable": true }, - "version_not": { - "type": "string", + "ingress_rate_limit_max_rate_in_bitps": { + "type": "number", + "format": "double", "nullable": true }, - "version_not_contains": { - "type": "string", + "ingress_rate_limit_max_rate_in_bitps_gt": { + "type": "number", + "format": "double", "nullable": true }, - "version_not_ends_with": { - "type": "string", + "ingress_rate_limit_max_rate_in_bitps_gte": { + "type": "number", + "format": "double", "nullable": true }, - "version_not_in": { + "ingress_rate_limit_max_rate_in_bitps_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "version_not_starts_with": { - "type": "string", + "ingress_rate_limit_max_rate_in_bitps_lt": { + "type": "number", + "format": "double", "nullable": true }, - "version_starts_with": { - "type": "string", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "DiskUsage": { - "enum": [ - "BOOT", - "CACHE", - "CACHE_AND_META", - "DATA", - "DATA_AND_META" - ], - "type": "string" - }, - "DiskType": { - "enum": [ - "HDD", - "NVMe_SSD", - "PMem", - "SATA_OR_SAS_SSD", - "SSD" - ], - "type": "string" - }, - "DiskUsageStatus": { - "enum": [ - "ISOLATED", - "MOUNTED", - "MOUNTING", - "PARTIAL_MOUNTED", - "UNMOUNTED", - "UNMOUNTING" - ], - "type": "string" - }, - "IpmiWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/IpmiWhereInput" - }, - "type": "array", + "ingress_rate_limit_max_rate_in_bitps_lte": { + "type": "number", + "format": "double", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/IpmiWhereInput" - }, - "type": "array", + "ingress_rate_limit_max_rate_in_bitps_not": { + "type": "number", + "format": "double", "nullable": true }, - "OR": { + "ingress_rate_limit_max_rate_in_bitps_not_in": { "items": { - "$ref": "#/components/schemas/IpmiWhereInput" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true - }, - "id": { + "interface_id": { "type": "string", "nullable": true }, - "id_contains": { + "interface_id_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "interface_id_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "interface_id_gt": { "type": "string", "nullable": true }, - "id_gte": { + "interface_id_gte": { "type": "string", "nullable": true }, - "id_in": { + "interface_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "interface_id_lt": { "type": "string", "nullable": true }, - "id_lte": { + "interface_id_lte": { "type": "string", "nullable": true }, - "id_not": { + "interface_id_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "interface_id_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "interface_id_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "interface_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "interface_id_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "interface_id_starts_with": { "type": "string", "nullable": true }, - "ip": { + "ip_address": { "type": "string", "nullable": true }, - "ip_contains": { + "ip_address_contains": { "type": "string", "nullable": true }, - "ip_ends_with": { + "ip_address_ends_with": { "type": "string", "nullable": true }, - "ip_gt": { + "ip_address_gt": { "type": "string", "nullable": true }, - "ip_gte": { + "ip_address_gte": { "type": "string", "nullable": true }, - "ip_in": { + "ip_address_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_lt": { + "ip_address_lt": { "type": "string", "nullable": true }, - "ip_lte": { + "ip_address_lte": { "type": "string", "nullable": true }, - "ip_not": { + "ip_address_not": { "type": "string", "nullable": true }, - "ip_not_contains": { + "ip_address_not_contains": { "type": "string", "nullable": true }, - "ip_not_ends_with": { + "ip_address_not_ends_with": { "type": "string", "nullable": true }, - "ip_not_in": { + "ip_address_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_not_starts_with": { + "ip_address_not_starts_with": { "type": "string", "nullable": true }, - "ip_starts_with": { + "ip_address_starts_with": { "type": "string", "nullable": true }, @@ -46182,226 +45216,322 @@ "type": "string", "nullable": true }, - "username": { + "mac_address": { "type": "string", "nullable": true }, - "username_contains": { + "mac_address_contains": { "type": "string", "nullable": true }, - "username_ends_with": { + "mac_address_ends_with": { "type": "string", "nullable": true }, - "username_gt": { + "mac_address_gt": { "type": "string", "nullable": true }, - "username_gte": { + "mac_address_gte": { "type": "string", "nullable": true }, - "username_in": { + "mac_address_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_lt": { + "mac_address_lt": { "type": "string", "nullable": true }, - "username_lte": { + "mac_address_lte": { "type": "string", "nullable": true }, - "username_not": { + "mac_address_not": { "type": "string", "nullable": true }, - "username_not_contains": { + "mac_address_not_contains": { "type": "string", "nullable": true }, - "username_not_ends_with": { + "mac_address_not_ends_with": { "type": "string", "nullable": true }, - "username_not_in": { + "mac_address_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_not_starts_with": { + "mac_address_not_starts_with": { "type": "string", "nullable": true }, - "username_starts_with": { + "mac_address_starts_with": { "type": "string", "nullable": true }, - "valid": { + "mirror": { "type": "boolean", "nullable": true }, - "valid_not": { + "mirror_not": { "type": "boolean", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "HostState": { - "enum": [ - "IDLE", - "IN_USE", - "REMOVING" - ], - "type": "string" - }, - "HostStatus": { - "enum": [ - "CONNECTED_ERROR", - "CONNECTED_HEALTHY", - "CONNECTED_WARNING", - "CONNECTING", - "INITIALIZING", - "SESSION_EXPIRED" - ], - "type": "string" - }, - "UsbDeviceWhereInput": { - "properties": { - "AND": { + }, + "model": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicModel" + } + ], + "nullable": true + }, + "model_in": { "items": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "$ref": "#/components/schemas/VmNicModel" }, "type": "array", "nullable": true }, - "NOT": { + "model_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicModel" + } + ], + "nullable": true + }, + "model_not_in": { "items": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "$ref": "#/components/schemas/VmNicModel" }, "type": "array", "nullable": true }, - "OR": { + "nic": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], + "nullable": true + }, + "order": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "order_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "order_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "order_in": { "items": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "binded": { - "type": "boolean", + "order_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "binded_not": { - "type": "boolean", + "order_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "description": { + "order_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "order_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "subnet_mask": { "type": "string", "nullable": true }, - "description_contains": { + "subnet_mask_contains": { "type": "string", "nullable": true }, - "description_ends_with": { + "subnet_mask_ends_with": { "type": "string", "nullable": true }, - "description_gt": { + "subnet_mask_gt": { "type": "string", "nullable": true }, - "description_gte": { + "subnet_mask_gte": { "type": "string", "nullable": true }, - "description_in": { + "subnet_mask_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "subnet_mask_lt": { "type": "string", "nullable": true }, - "description_lte": { + "subnet_mask_lte": { "type": "string", "nullable": true }, - "description_not": { + "subnet_mask_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "subnet_mask_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "subnet_mask_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "subnet_mask_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "subnet_mask_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "subnet_mask_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { + "type": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmNicType" } ], "nullable": true }, - "entityAsyncStatus_in": { + "type_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmNicType" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmNicType" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "type_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmNicType" }, "type": "array", "nullable": true }, - "host": { + "vlan": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/VlanWhereInput" + } + ], + "nullable": true + }, + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "vpc_nic": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VmNicModel": { + "enum": [ + "E1000", + "SRIOV", + "VIRTIO" + ], + "type": "string" + }, + "VmNicType": { + "enum": [ + "VLAN", + "VPC" + ], + "type": "string" + }, + "VirtualPrivateCloudNicWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + }, + "type": "array", + "nullable": true + }, + "floating_ip": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" } ], "nullable": true @@ -46468,44 +45598,6 @@ "type": "string", "nullable": true }, - "local_created_at": { - "type": "string", - "nullable": true - }, - "local_created_at_gt": { - "type": "string", - "nullable": true - }, - "local_created_at_gte": { - "type": "string", - "nullable": true - }, - "local_created_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_created_at_lt": { - "type": "string", - "nullable": true - }, - "local_created_at_lte": { - "type": "string", - "nullable": true - }, - "local_created_at_not": { - "type": "string", - "nullable": true - }, - "local_created_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, "local_id": { "type": "string", "nullable": true @@ -46568,332 +45660,640 @@ "type": "string", "nullable": true }, - "manufacturer": { - "type": "string", + "snapshots_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + } + ], "nullable": true }, - "manufacturer_contains": { - "type": "string", + "snapshots_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + } + ], "nullable": true }, - "manufacturer_ends_with": { - "type": "string", + "snapshots_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + } + ], "nullable": true }, - "manufacturer_gt": { - "type": "string", - "nullable": true + "vm_nic": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicWhereInput" + } + ], + "nullable": true }, - "manufacturer_gte": { + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true + }, + "vpc_subnet": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudFloatingIpWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "external_ip": { "type": "string", "nullable": true }, - "manufacturer_in": { + "external_ip_contains": { + "type": "string", + "nullable": true + }, + "external_ip_ends_with": { + "type": "string", + "nullable": true + }, + "external_ip_gt": { + "type": "string", + "nullable": true + }, + "external_ip_gte": { + "type": "string", + "nullable": true + }, + "external_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "manufacturer_lt": { + "external_ip_lt": { "type": "string", "nullable": true }, - "manufacturer_lte": { + "external_ip_lte": { "type": "string", "nullable": true }, - "manufacturer_not": { + "external_ip_not": { "type": "string", "nullable": true }, - "manufacturer_not_contains": { + "external_ip_not_contains": { "type": "string", "nullable": true }, - "manufacturer_not_ends_with": { + "external_ip_not_ends_with": { "type": "string", "nullable": true }, - "manufacturer_not_in": { + "external_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "manufacturer_not_starts_with": { + "external_ip_not_starts_with": { "type": "string", "nullable": true }, - "manufacturer_starts_with": { + "external_ip_starts_with": { "type": "string", "nullable": true }, - "name": { + "external_subnet": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "name_not": { + "id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "size": { - "type": "integer", - "format": "int64", + "local_id": { + "type": "string", "nullable": true }, - "size_gt": { - "type": "integer", - "format": "int64", + "local_id_contains": { + "type": "string", "nullable": true }, - "size_gte": { - "type": "integer", - "format": "int64", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "size_in": { + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "size_lt": { - "type": "integer", - "format": "int64", + "local_id_lt": { + "type": "string", "nullable": true }, - "size_lte": { - "type": "integer", - "format": "int64", + "local_id_lte": { + "type": "string", "nullable": true }, - "size_not": { - "type": "integer", - "format": "int64", + "local_id_not": { + "type": "string", "nullable": true }, - "size_not_in": { + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "status": { + "local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "local_id_starts_with": { + "type": "string", + "nullable": true + }, + "vpc": { "allOf": [ { - "$ref": "#/components/schemas/UsbDeviceStatus" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudExternalSubnetWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + }, + "type": "array", + "nullable": true }, - "status_in": { + "NOT": { "items": { - "$ref": "#/components/schemas/UsbDeviceStatus" + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" }, "type": "array", "nullable": true }, - "status_not": { + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + }, + "type": "array", + "nullable": true + }, + "cidr": { + "type": "string", + "nullable": true + }, + "cidr_contains": { + "type": "string", + "nullable": true + }, + "cidr_ends_with": { + "type": "string", + "nullable": true + }, + "cidr_gt": { + "type": "string", + "nullable": true + }, + "cidr_gte": { + "type": "string", + "nullable": true + }, + "cidr_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "cidr_lt": { + "type": "string", + "nullable": true + }, + "cidr_lte": { + "type": "string", + "nullable": true + }, + "cidr_not": { + "type": "string", + "nullable": true + }, + "cidr_not_contains": { + "type": "string", + "nullable": true + }, + "cidr_not_ends_with": { + "type": "string", + "nullable": true + }, + "cidr_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "cidr_not_starts_with": { + "type": "string", + "nullable": true + }, + "cidr_starts_with": { + "type": "string", + "nullable": true + }, + "description": { + "type": "string", + "nullable": true + }, + "description_contains": { + "type": "string", + "nullable": true + }, + "description_ends_with": { + "type": "string", + "nullable": true + }, + "description_gt": { + "type": "string", + "nullable": true + }, + "description_gte": { + "type": "string", + "nullable": true + }, + "description_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description_lt": { + "type": "string", + "nullable": true + }, + "description_lte": { + "type": "string", + "nullable": true + }, + "description_not": { + "type": "string", + "nullable": true + }, + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description_not_starts_with": { + "type": "string", + "nullable": true + }, + "description_starts_with": { + "type": "string", + "nullable": true + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/UsbDeviceStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "status_not_in": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/UsbDeviceStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "usb_type": { + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "floating_ip_cidr": { "type": "string", "nullable": true }, - "usb_type_contains": { + "floating_ip_cidr_contains": { "type": "string", "nullable": true }, - "usb_type_ends_with": { + "floating_ip_cidr_ends_with": { "type": "string", "nullable": true }, - "usb_type_gt": { + "floating_ip_cidr_gt": { "type": "string", "nullable": true }, - "usb_type_gte": { + "floating_ip_cidr_gte": { "type": "string", "nullable": true }, - "usb_type_in": { + "floating_ip_cidr_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "usb_type_lt": { + "floating_ip_cidr_lt": { "type": "string", "nullable": true }, - "usb_type_lte": { + "floating_ip_cidr_lte": { "type": "string", "nullable": true }, - "usb_type_not": { + "floating_ip_cidr_not": { "type": "string", "nullable": true }, - "usb_type_not_contains": { + "floating_ip_cidr_not_contains": { "type": "string", "nullable": true }, - "usb_type_not_ends_with": { + "floating_ip_cidr_not_ends_with": { "type": "string", "nullable": true }, - "usb_type_not_in": { + "floating_ip_cidr_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "usb_type_not_starts_with": { + "floating_ip_cidr_not_starts_with": { "type": "string", "nullable": true }, - "usb_type_starts_with": { + "floating_ip_cidr_starts_with": { "type": "string", "nullable": true }, - "vms_every": { + "floating_ips_every": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" } ], "nullable": true }, - "vms_none": { + "floating_ips_none": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" } ], "nullable": true }, - "vms_some": { + "floating_ips_some": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UsbDeviceStatus": { - "enum": [ - "EJECTED", - "NORMAL" - ], - "type": "string" - }, - "VsphereEsxiAccountWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" - }, - "type": "array", + }, + "gateway": { + "type": "string", "nullable": true }, - "NOT": { + "gateway_contains": { + "type": "string", + "nullable": true + }, + "gateway_ends_with": { + "type": "string", + "nullable": true + }, + "gateway_gt": { + "type": "string", + "nullable": true + }, + "gateway_gte": { + "type": "string", + "nullable": true + }, + "gateway_in": { "items": { - "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { + "gateway_lt": { + "type": "string", + "nullable": true + }, + "gateway_lte": { + "type": "string", + "nullable": true + }, + "gateway_not": { + "type": "string", + "nullable": true + }, + "gateway_not_contains": { + "type": "string", + "nullable": true + }, + "gateway_not_ends_with": { + "type": "string", + "nullable": true + }, + "gateway_not_in": { "items": { - "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "gateway_not_starts_with": { + "type": "string", + "nullable": true + }, + "gateway_starts_with": { + "type": "string", "nullable": true }, "id": { @@ -46958,401 +46358,457 @@ "type": "string", "nullable": true }, - "ip": { + "local_id": { "type": "string", "nullable": true }, - "ip_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "ip_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "ip_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "ip_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "ip_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "ip_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "ip_not": { + "local_id_not": { "type": "string", "nullable": true }, - "ip_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "ip_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "ip_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "ip_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "is_valid": { - "type": "boolean", + "name": { + "type": "string", "nullable": true }, - "is_valid_not": { - "type": "boolean", + "name_contains": { + "type": "string", "nullable": true }, - "local_id": { + "name_ends_with": { "type": "string", "nullable": true }, - "local_id_contains": { + "name_gt": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "name_gte": { "type": "string", "nullable": true }, - "local_id_gt": { + "name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_lt": { "type": "string", "nullable": true }, - "local_id_gte": { + "name_lte": { "type": "string", "nullable": true }, - "local_id_in": { + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "local_id_lte": { + "name_starts_with": { "type": "string", "nullable": true }, - "local_id_not": { + "nat_gateway_cidr": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "nat_gateway_cidr_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "nat_gateway_cidr_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "nat_gateway_cidr_gt": { + "type": "string", + "nullable": true + }, + "nat_gateway_cidr_gte": { + "type": "string", + "nullable": true + }, + "nat_gateway_cidr_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "nat_gateway_cidr_lt": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "nat_gateway_cidr_lte": { "type": "string", "nullable": true }, - "port": { - "type": "integer", - "format": "int32", + "nat_gateway_cidr_not": { + "type": "string", "nullable": true }, - "port_gt": { - "type": "integer", - "format": "int32", + "nat_gateway_cidr_not_contains": { + "type": "string", "nullable": true }, - "port_gte": { - "type": "integer", - "format": "int32", + "nat_gateway_cidr_not_ends_with": { + "type": "string", "nullable": true }, - "port_in": { + "nat_gateway_cidr_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "port_lt": { - "type": "integer", - "format": "int32", + "nat_gateway_cidr_not_starts_with": { + "type": "string", "nullable": true }, - "port_lte": { - "type": "integer", - "format": "int32", + "nat_gateway_cidr_starts_with": { + "type": "string", "nullable": true }, - "port_not": { - "type": "integer", - "format": "int32", + "nat_gateways_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + } + ], "nullable": true }, - "port_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "nat_gateways_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + } + ], "nullable": true }, - "username": { + "nat_gateways_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + } + ], + "nullable": true + }, + "router_gateway_cidr": { "type": "string", "nullable": true }, - "username_contains": { + "router_gateway_cidr_contains": { "type": "string", "nullable": true }, - "username_ends_with": { + "router_gateway_cidr_ends_with": { "type": "string", "nullable": true }, - "username_gt": { + "router_gateway_cidr_gt": { "type": "string", "nullable": true }, - "username_gte": { + "router_gateway_cidr_gte": { "type": "string", "nullable": true }, - "username_in": { + "router_gateway_cidr_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_lt": { + "router_gateway_cidr_lt": { "type": "string", "nullable": true }, - "username_lte": { + "router_gateway_cidr_lte": { "type": "string", "nullable": true }, - "username_not": { + "router_gateway_cidr_not": { "type": "string", "nullable": true }, - "username_not_contains": { + "router_gateway_cidr_not_contains": { "type": "string", "nullable": true }, - "username_not_ends_with": { + "router_gateway_cidr_not_ends_with": { "type": "string", "nullable": true }, - "username_not_in": { + "router_gateway_cidr_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_not_starts_with": { + "router_gateway_cidr_not_starts_with": { "type": "string", "nullable": true }, - "username_starts_with": { + "router_gateway_cidr_starts_with": { "type": "string", "nullable": true + }, + "router_gateways_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + } + ], + "nullable": true + }, + "router_gateways_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + } + ], + "nullable": true + }, + "router_gateways_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + } + ], + "nullable": true + }, + "vlan": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], + "nullable": true + }, + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true } }, "type": "object", "additionalProperties": false }, - "ZoneWhereInput": { + "VirtualPrivateCloudNatGatewayWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/ZoneWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/ZoneWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/ZoneWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "enable_dnat": { + "type": "boolean", "nullable": true }, - "datacenter": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], + "enable_dnat_not": { + "type": "boolean", "nullable": true }, - "failure_data_space": { - "type": "integer", - "format": "int64", + "enable_snat": { + "type": "boolean", "nullable": true }, - "failure_data_space_gt": { - "type": "integer", - "format": "int64", + "enable_snat_not": { + "type": "boolean", "nullable": true }, - "failure_data_space_gte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "failure_data_space_in": { + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "failure_data_space_lt": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "failure_data_space_lte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "failure_data_space_not": { - "type": "integer", - "format": "int64", + "external_ip": { + "type": "string", "nullable": true }, - "failure_data_space_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "external_ip_contains": { + "type": "string", "nullable": true }, - "host_num": { - "type": "integer", - "format": "int32", + "external_ip_ends_with": { + "type": "string", "nullable": true }, - "host_num_gt": { - "type": "integer", - "format": "int32", + "external_ip_gt": { + "type": "string", "nullable": true }, - "host_num_gte": { - "type": "integer", - "format": "int32", + "external_ip_gte": { + "type": "string", "nullable": true }, - "host_num_in": { + "external_ip_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "host_num_lt": { - "type": "integer", - "format": "int32", + "external_ip_lt": { + "type": "string", "nullable": true }, - "host_num_lte": { - "type": "integer", - "format": "int32", + "external_ip_lte": { + "type": "string", "nullable": true }, - "host_num_not": { - "type": "integer", - "format": "int32", + "external_ip_not": { + "type": "string", "nullable": true }, - "host_num_not_in": { + "external_ip_not_contains": { + "type": "string", + "nullable": true + }, + "external_ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "external_ip_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "hosts_every": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "external_ip_not_starts_with": { + "type": "string", "nullable": true }, - "hosts_none": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "external_ip_starts_with": { + "type": "string", "nullable": true }, - "hosts_some": { + "external_subnet": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" } ], "nullable": true @@ -47419,14 +46875,6 @@ "type": "string", "nullable": true }, - "is_preferred": { - "type": "boolean", - "nullable": true - }, - "is_preferred_not": { - "type": "boolean", - "nullable": true - }, "local_id": { "type": "string", "nullable": true @@ -47489,91 +46937,119 @@ "type": "string", "nullable": true }, - "provisioned_cpu_cores": { - "type": "integer", - "format": "int32", + "name": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm": { - "type": "integer", - "format": "int32", + "name_contains": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_gt": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_gte": { - "type": "integer", - "format": "int32", + "name_gt": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_in": { + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_lt": { - "type": "integer", - "format": "int32", + "name_lt": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_lte": { - "type": "integer", - "format": "int32", + "name_lte": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_not": { - "type": "integer", - "format": "int32", + "name_not": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm_not_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "provisioned_cpu_cores_gt": { - "type": "integer", - "format": "int32", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_gte": { - "type": "integer", - "format": "int32", + "name_starts_with": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_in": { + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" }, "type": "array", "nullable": true }, - "provisioned_cpu_cores_lt": { + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + }, + "type": "array", + "nullable": true + }, + "associate_external_subnet_num": { "type": "integer", "format": "int32", "nullable": true }, - "provisioned_cpu_cores_lte": { + "associate_external_subnet_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "provisioned_cpu_cores_not": { + "associate_external_subnet_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "provisioned_cpu_cores_not_in": { + "associate_external_subnet_num_in": { "items": { "type": "integer", "format": "int32" @@ -47581,206 +47057,285 @@ "type": "array", "nullable": true }, - "provisioned_data_space": { + "associate_external_subnet_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "provisioned_data_space_gt": { + "associate_external_subnet_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "provisioned_data_space_gte": { + "associate_external_subnet_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "provisioned_data_space_in": { + "associate_external_subnet_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "provisioned_data_space_lt": { - "type": "integer", - "format": "int64", + "description": { + "type": "string", "nullable": true }, - "provisioned_data_space_lte": { - "type": "integer", - "format": "int64", + "description_contains": { + "type": "string", "nullable": true }, - "provisioned_data_space_not": { - "type": "integer", - "format": "int64", + "description_ends_with": { + "type": "string", "nullable": true }, - "provisioned_data_space_not_in": { - "items": { - "type": "integer", - "format": "int64" + "description_gt": { + "type": "string", + "nullable": true + }, + "description_gte": { + "type": "string", + "nullable": true + }, + "description_in": { + "items": { + "type": "string" }, "type": "array", "nullable": true }, - "provisioned_memory_bytes": { - "type": "integer", - "format": "int64", + "description_lt": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_gt": { - "type": "integer", - "format": "int64", + "description_lte": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_gte": { - "type": "integer", - "format": "int64", + "description_not": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_in": { + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "provisioned_memory_bytes_lt": { - "type": "integer", - "format": "int64", + "description_not_starts_with": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_lte": { - "type": "integer", - "format": "int64", + "description_starts_with": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes_not": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "provisioned_memory_bytes_not_in": { + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "running_vm_num": { - "type": "integer", - "format": "int32", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "running_vm_num_gt": { - "type": "integer", - "format": "int32", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "running_vm_num_gte": { - "type": "integer", - "format": "int32", + "id": { + "type": "string", "nullable": true }, - "running_vm_num_in": { + "id_contains": { + "type": "string", + "nullable": true + }, + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "running_vm_num_lt": { - "type": "integer", - "format": "int32", + "id_lt": { + "type": "string", "nullable": true }, - "running_vm_num_lte": { - "type": "integer", - "format": "int32", + "id_lte": { + "type": "string", "nullable": true }, - "running_vm_num_not": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "running_vm_num_not_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "stopped_vm_num": { - "type": "integer", - "format": "int32", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "stopped_vm_num_gt": { - "type": "integer", - "format": "int32", + "id_starts_with": { + "type": "string", "nullable": true }, - "stopped_vm_num_gte": { - "type": "integer", - "format": "int32", + "isolation_policies_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + } + ], "nullable": true }, - "stopped_vm_num_in": { + "isolation_policies_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + } + ], + "nullable": true + }, + "isolation_policies_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + } + ], + "nullable": true + }, + "local_id": { + "type": "string", + "nullable": true + }, + "local_id_contains": { + "type": "string", + "nullable": true + }, + "local_id_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "stopped_vm_num_lt": { - "type": "integer", - "format": "int32", + "local_id_lt": { + "type": "string", "nullable": true }, - "stopped_vm_num_lte": { - "type": "integer", - "format": "int32", + "local_id_lte": { + "type": "string", "nullable": true }, - "stopped_vm_num_not": { - "type": "integer", - "format": "int32", + "local_id_not": { + "type": "string", "nullable": true }, - "stopped_vm_num_not_in": { + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "suspended_vm_num": { + "local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "local_id_starts_with": { + "type": "string", + "nullable": true + }, + "mtu": { "type": "integer", "format": "int32", "nullable": true }, - "suspended_vm_num_gt": { + "mtu_gt": { "type": "integer", "format": "int32", "nullable": true }, - "suspended_vm_num_gte": { + "mtu_gte": { "type": "integer", "format": "int32", "nullable": true }, - "suspended_vm_num_in": { + "mtu_in": { "items": { "type": "integer", "format": "int32" @@ -47788,22 +47343,22 @@ "type": "array", "nullable": true }, - "suspended_vm_num_lt": { + "mtu_lt": { "type": "integer", "format": "int32", "nullable": true }, - "suspended_vm_num_lte": { + "mtu_lte": { "type": "integer", "format": "int32", "nullable": true }, - "suspended_vm_num_not": { + "mtu_not": { "type": "integer", "format": "int32", "nullable": true }, - "suspended_vm_num_not_in": { + "mtu_not_in": { "items": { "type": "integer", "format": "int32" @@ -47811,449 +47366,479 @@ "type": "array", "nullable": true }, - "total_cache_capacity": { - "type": "integer", - "format": "int64", + "name": { + "type": "string", "nullable": true }, - "total_cache_capacity_gt": { - "type": "integer", - "format": "int64", + "name_contains": { + "type": "string", "nullable": true }, - "total_cache_capacity_gte": { - "type": "integer", - "format": "int64", + "name_ends_with": { + "type": "string", "nullable": true }, - "total_cache_capacity_in": { + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_cache_capacity_lt": { - "type": "integer", - "format": "int64", + "name_lt": { + "type": "string", "nullable": true }, - "total_cache_capacity_lte": { - "type": "integer", - "format": "int64", + "name_lte": { + "type": "string", "nullable": true }, - "total_cache_capacity_not": { - "type": "integer", - "format": "int64", + "name_not": { + "type": "string", "nullable": true }, - "total_cache_capacity_not_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_cpu_cores": { - "type": "integer", - "format": "int32", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "total_cpu_cores_gt": { - "type": "integer", - "format": "int32", + "name_starts_with": { + "type": "string", "nullable": true }, - "total_cpu_cores_gte": { - "type": "integer", - "format": "int32", + "route_tables_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + } + ], "nullable": true }, - "total_cpu_cores_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "route_tables_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + } + ], "nullable": true }, - "total_cpu_cores_lt": { - "type": "integer", - "format": "int32", + "route_tables_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + } + ], "nullable": true }, - "total_cpu_cores_lte": { - "type": "integer", - "format": "int32", + "security_groups_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + ], "nullable": true }, - "total_cpu_cores_not": { - "type": "integer", - "format": "int32", + "security_groups_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + ], "nullable": true }, - "total_cpu_cores_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "security_groups_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + ], "nullable": true }, - "total_cpu_hz": { - "type": "integer", - "format": "int64", + "security_policies_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + } + ], "nullable": true }, - "total_cpu_hz_gt": { - "type": "integer", - "format": "int64", + "security_policies_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + } + ], "nullable": true }, - "total_cpu_hz_gte": { - "type": "integer", - "format": "int64", + "security_policies_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + } + ], "nullable": true }, - "total_cpu_hz_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "subnets_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], "nullable": true }, - "total_cpu_hz_lt": { - "type": "integer", - "format": "int64", + "subnets_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], "nullable": true }, - "total_cpu_hz_lte": { - "type": "integer", - "format": "int64", + "subnets_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudIsolationPolicyWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + }, + "type": "array", "nullable": true }, - "total_cpu_hz_not": { - "type": "integer", - "format": "int64", + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" + }, + "type": "array", "nullable": true }, - "total_cpu_hz_not_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyWhereInput" }, "type": "array", "nullable": true }, - "total_data_capacity": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "total_data_capacity_gt": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "total_data_capacity_gte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "total_data_capacity_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "total_data_capacity_lt": { - "type": "integer", - "format": "int64", + "id": { + "type": "string", "nullable": true }, - "total_data_capacity_lte": { - "type": "integer", - "format": "int64", + "id_contains": { + "type": "string", "nullable": true }, - "total_data_capacity_not": { - "type": "integer", - "format": "int64", + "id_ends_with": { + "type": "string", "nullable": true }, - "total_data_capacity_not_in": { + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_memory_bytes": { - "type": "integer", - "format": "int64", + "id_lt": { + "type": "string", "nullable": true }, - "total_memory_bytes_gt": { - "type": "integer", - "format": "int64", + "id_lte": { + "type": "string", "nullable": true }, - "total_memory_bytes_gte": { - "type": "integer", - "format": "int64", + "id_not": { + "type": "string", "nullable": true }, - "total_memory_bytes_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_memory_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_memory_bytes_lte": { - "type": "integer", - "format": "int64", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "total_memory_bytes_not": { - "type": "integer", - "format": "int64", + "id_starts_with": { + "type": "string", "nullable": true }, - "total_memory_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "used_data_space": { - "type": "integer", - "format": "int64", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "used_data_space_gt": { - "type": "integer", - "format": "int64", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "used_data_space_gte": { - "type": "integer", - "format": "int64", + "local_id": { + "type": "string", "nullable": true }, - "used_data_space_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "local_id_contains": { + "type": "string", "nullable": true }, - "used_data_space_lt": { - "type": "integer", - "format": "int64", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "used_data_space_lte": { - "type": "integer", - "format": "int64", + "local_id_gt": { + "type": "string", "nullable": true }, - "used_data_space_not": { - "type": "integer", - "format": "int64", + "local_id_gte": { + "type": "string", "nullable": true }, - "used_data_space_not_in": { + "local_id_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "valid_data_space": { - "type": "integer", - "format": "int64", + "local_id_lt": { + "type": "string", "nullable": true }, - "valid_data_space_gt": { - "type": "integer", - "format": "int64", + "local_id_lte": { + "type": "string", "nullable": true }, - "valid_data_space_gte": { - "type": "integer", - "format": "int64", + "local_id_not": { + "type": "string", "nullable": true }, - "valid_data_space_in": { + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "valid_data_space_lt": { - "type": "integer", - "format": "int64", + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "valid_data_space_lte": { - "type": "integer", - "format": "int64", + "local_id_starts_with": { + "type": "string", "nullable": true }, - "valid_data_space_not": { - "type": "integer", - "format": "int64", + "mode": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" + } + ], "nullable": true }, - "valid_data_space_not_in": { + "mode_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" }, "type": "array", "nullable": true }, - "vm_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vm_num_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vm_num_gte": { - "type": "integer", - "format": "int32", + "mode_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" + } + ], "nullable": true }, - "vm_num_in": { + "mode_not_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/VirtualPrivateCloudIsolationPolicyMode" }, "type": "array", "nullable": true }, - "vm_num_lt": { - "type": "integer", - "format": "int32", + "security_groups_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + ], "nullable": true }, - "vm_num_lte": { - "type": "integer", - "format": "int32", + "security_groups_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + ], "nullable": true }, - "vm_num_not": { - "type": "integer", - "format": "int32", + "security_groups_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + ], "nullable": true }, - "vm_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "vm": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "GpuDeviceStatus": { - "enum": [ - "NEED_REBOOT", - "NOT_READY", - "READY" - ], - "type": "string" - }, - "GpuDeviceUsage": { - "enum": [ - "PASS_THROUGH", - "VGPU" - ], - "type": "string" - }, - "VmGuestsOperationSystem": { - "enum": [ - "LINUX", - "UNKNOWN", - "WINDOWS" - ], - "type": "string" - }, - "VmStatus": { - "enum": [ - "DELETED", - "RUNNING", - "STOPPED", - "SUSPENDED", - "UNKNOWN" - ], - "type": "string" - }, - "VmVideoType": { + "VirtualPrivateCloudIsolationPolicyMode": { "enum": [ - "CIRRUS", - "QXL", - "VGA", - "VIRTIO" + "ALL", + "PARTIAL" ], "type": "string" }, - "VmPlacementGroupWhereInput": { + "VirtualPrivateCloudSecurityGroupWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "default_for_vpc": { + "type": "boolean", + "nullable": true + }, + "default_for_vpc_not": { + "type": "boolean", "nullable": true }, "description": { @@ -48318,14 +47903,6 @@ "type": "string", "nullable": true }, - "enabled": { - "type": "boolean", - "nullable": true - }, - "enabled_not": { - "type": "boolean", - "nullable": true - }, "entityAsyncStatus": { "allOf": [ { @@ -48418,44 +47995,6 @@ "type": "string", "nullable": true }, - "local_created_at": { - "type": "string", - "nullable": true - }, - "local_created_at_gt": { - "type": "string", - "nullable": true - }, - "local_created_at_gte": { - "type": "string", - "nullable": true - }, - "local_created_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_created_at_lt": { - "type": "string", - "nullable": true - }, - "local_created_at_lte": { - "type": "string", - "nullable": true - }, - "local_created_at_not": { - "type": "string", - "nullable": true - }, - "local_created_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, "local_id": { "type": "string", "nullable": true @@ -48518,44 +48057,6 @@ "type": "string", "nullable": true }, - "local_updated_at": { - "type": "string", - "nullable": true - }, - "local_updated_at_gt": { - "type": "string", - "nullable": true - }, - "local_updated_at_gte": { - "type": "string", - "nullable": true - }, - "local_updated_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "local_updated_at_lt": { - "type": "string", - "nullable": true - }, - "local_updated_at_lte": { - "type": "string", - "nullable": true - }, - "local_updated_at_not": { - "type": "string", - "nullable": true - }, - "local_updated_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, "name": { "type": "string", "nullable": true @@ -48618,554 +48119,648 @@ "type": "string", "nullable": true }, - "vm_host_must_enabled": { - "type": "boolean", - "nullable": true - }, - "vm_host_must_enabled_not": { - "type": "boolean", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "vm_host_must_host_uuids_every": { + "vms_none": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "vm_host_must_host_uuids_none": { + "vms_some": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "vm_host_must_host_uuids_some": { + "vpc": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudRouteTableWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + }, + "type": "array", + "nullable": true }, - "vm_host_must_policy": { - "type": "boolean", + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + }, + "type": "array", "nullable": true }, - "vm_host_must_policy_not": { - "type": "boolean", + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + }, + "type": "array", "nullable": true }, - "vm_host_prefer_enabled": { + "default_for_vpc": { "type": "boolean", "nullable": true }, - "vm_host_prefer_enabled_not": { + "default_for_vpc_not": { "type": "boolean", "nullable": true }, - "vm_host_prefer_host_uuids_every": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "description": { + "type": "string", "nullable": true }, - "vm_host_prefer_host_uuids_none": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "description_contains": { + "type": "string", "nullable": true }, - "vm_host_prefer_host_uuids_some": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "description_ends_with": { + "type": "string", "nullable": true }, - "vm_host_prefer_policy": { - "type": "boolean", + "description_gt": { + "type": "string", "nullable": true }, - "vm_host_prefer_policy_not": { - "type": "boolean", + "description_gte": { + "type": "string", "nullable": true }, - "vm_vm_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVmPolicy" - } - ], + "description_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "vm_vm_policy_enabled": { - "type": "boolean", + "description_lt": { + "type": "string", "nullable": true }, - "vm_vm_policy_enabled_not": { - "type": "boolean", + "description_lte": { + "type": "string", "nullable": true }, - "vm_vm_policy_in": { + "description_not": { + "type": "string", + "nullable": true + }, + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { "items": { - "$ref": "#/components/schemas/VmVmPolicy" + "type": "string" }, "type": "array", "nullable": true }, - "vm_vm_policy_not": { + "description_not_starts_with": { + "type": "string", + "nullable": true + }, + "description_starts_with": { + "type": "string", + "nullable": true + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/VmVmPolicy" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "vm_vm_policy_not_in": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/VmVmPolicy" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "vms_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], - "nullable": true - }, - "vms_none": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "vms_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmVmPolicy": { - "enum": [ - "MUST_DIFFERENT", - "MUST_SAME", - "PREFER_DIFFERENT", - "PREFER_SAME" - ], - "type": "string" - }, - "VmToolsStatus": { - "enum": [ - "NOT_INSTALLED", - "NOT_RUNNING", - "RESTRICTION", - "RUNNING" - ], - "type": "string" - }, - "VmUsage": { - "enum": [ - "ADVANCED_MONITORING", - "AGENT_MESH_NODE", - "BACKUP_CONTROLLER", - "BUNDLE_APPLICATION", - "CLOUDTOWER", - "EVEROUTE_CONTROLLER", - "REGISTRY", - "REPLICATION_CONTROLLER", - "SFS_CONTROLLER", - "SHARE_REGISTRY", - "SKS_MANAGEMENT" - ], - "type": "string" - }, - "ConnectState": { - "enum": [ - "CONNECTED", - "DISCONNECTED", - "INITIALIZING", - "REMOVING" - ], - "type": "string" - }, - "ClusterConnectorErrorCode": { - "enum": [ - "LOAD_CLUSTER_FAILED", - "LOAD_CLUSTER_NETWORK_ERROR", - "LOAD_CLUSTER_NOT_FOUND", - "LOAD_CLUSTER_UNAUTHORIZED", - "LOAD_CLUSTER_UNHEALTHY" - ], - "type": "string" - }, - "Hypervisor": { - "enum": [ - "BLUESHARK", - "ELF", - "VMWARE", - "XENSERVER" - ], - "type": "string" - }, - "LicenseType": { - "enum": [ - "PERPETUAL", - "SUBSCRIPTION", - "TRIAL" - ], - "type": "string" - }, - "NtpMode": { - "enum": [ - "EXTERNAL", - "INTERNAL" - ], - "type": "string" - }, - "ClusterSettingsWhereInput": { - "properties": { - "AND": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/ClusterSettingsWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "NOT": { + "id": { + "type": "string", + "nullable": true + }, + "id_contains": { + "type": "string", + "nullable": true + }, + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "$ref": "#/components/schemas/ClusterSettingsWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { + "id_lt": { + "type": "string", + "nullable": true + }, + "id_lte": { + "type": "string", + "nullable": true + }, + "id_not": { + "type": "string", + "nullable": true + }, + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "$ref": "#/components/schemas/ClusterSettingsWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true }, - "default_ha": { - "type": "boolean", + "id_starts_with": { + "type": "string", "nullable": true }, - "default_ha_not": { - "type": "boolean", + "local_id": { + "type": "string", "nullable": true }, - "default_storage_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - } - ], + "local_id_contains": { + "type": "string", "nullable": true }, - "default_storage_policy_in": { + "local_id_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "type": "string" }, "type": "array", "nullable": true }, - "default_storage_policy_not": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - } - ], + "local_id_lt": { + "type": "string", "nullable": true }, - "default_storage_policy_not_in": { + "local_id_lte": { + "type": "string", + "nullable": true + }, + "local_id_not": { + "type": "string", + "nullable": true + }, + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "type": "string" }, "type": "array", "nullable": true }, - "enabled_iscsi": { - "type": "boolean", + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "enabled_iscsi_not": { - "type": "boolean", + "local_id_starts_with": { + "type": "string", "nullable": true }, - "id": { + "name": { "type": "string", "nullable": true }, - "id_contains": { + "name_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "name_gt": { "type": "string", "nullable": true }, - "id_gte": { + "name_gte": { "type": "string", "nullable": true }, - "id_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "name_lt": { "type": "string", "nullable": true }, - "id_lte": { + "name_lte": { "type": "string", "nullable": true }, - "id_not": { + "name_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "name_starts_with": { "type": "string", "nullable": true + }, + "routes_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" + } + ], + "nullable": true + }, + "routes_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" + } + ], + "nullable": true + }, + "routes_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" + } + ], + "nullable": true + }, + "subnets_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], + "nullable": true + }, + "subnets_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], + "nullable": true + }, + "subnets_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], + "nullable": true + }, + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true } }, "type": "object", "additionalProperties": false }, - "SoftwareEdition": { - "enum": [ - "COMMUNITY", - "ENTERPRISE", - "ENTERPRISE_PLUS", - "ESSENTIAL", - "EXPRESS", - "STANDARD", - "TRIAL" - ], - "type": "string" - }, - "ClusterType": { - "enum": [ - "BLUESHARK", - "SMTX_ELF", - "SMTX_OS", - "SMTX_ZBS" - ], - "type": "string" - }, - "VcenterAccountWhereInput": { + "VirtualPrivateCloudRouteWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/VcenterAccountWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/VcenterAccountWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/VcenterAccountWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteWhereInput" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "description": { + "type": "string", "nullable": true }, - "id": { + "description_contains": { "type": "string", "nullable": true }, - "id_contains": { + "description_ends_with": { "type": "string", "nullable": true }, - "id_ends_with": { + "description_gt": { "type": "string", "nullable": true }, - "id_gt": { + "description_gte": { "type": "string", "nullable": true }, - "id_gte": { + "description_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description_lt": { "type": "string", "nullable": true }, - "id_in": { + "description_lte": { + "type": "string", + "nullable": true + }, + "description_not": { + "type": "string", + "nullable": true + }, + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "id_lte": { + "description_starts_with": { "type": "string", "nullable": true }, - "id_not": { + "destination": { "type": "string", "nullable": true }, - "id_not_contains": { + "destination_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "destination_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "destination_gt": { + "type": "string", + "nullable": true + }, + "destination_gte": { + "type": "string", + "nullable": true + }, + "destination_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "destination_lt": { "type": "string", "nullable": true }, - "id_starts_with": { + "destination_lte": { "type": "string", "nullable": true }, - "ip": { + "destination_not": { "type": "string", "nullable": true }, - "ip_contains": { + "destination_not_contains": { "type": "string", "nullable": true }, - "ip_ends_with": { + "destination_not_ends_with": { "type": "string", "nullable": true }, - "ip_gt": { + "destination_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "destination_not_starts_with": { "type": "string", "nullable": true }, - "ip_gte": { + "destination_starts_with": { "type": "string", "nullable": true }, - "ip_in": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "ip_lt": { + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "ip_lte": { + "id_contains": { "type": "string", "nullable": true }, - "ip_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "ip_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "ip_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "ip_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ip_not_starts_with": { + "id_lt": { "type": "string", "nullable": true }, - "ip_starts_with": { + "id_lte": { "type": "string", "nullable": true }, - "is_valid": { - "type": "boolean", + "id_not": { + "type": "string", "nullable": true }, - "is_valid_not": { - "type": "boolean", + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { + "type": "string", "nullable": true }, "local_id": { @@ -49230,257 +48825,290 @@ "type": "string", "nullable": true }, - "port": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "port_gt": { - "type": "integer", - "format": "int32", + "nat_gateway": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + } + ], "nullable": true }, - "port_gte": { - "type": "integer", - "format": "int32", + "next_hop_local_id": { + "type": "string", "nullable": true }, - "port_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "next_hop_local_id_contains": { + "type": "string", "nullable": true }, - "port_lt": { - "type": "integer", - "format": "int32", + "next_hop_local_id_ends_with": { + "type": "string", "nullable": true }, - "port_lte": { - "type": "integer", - "format": "int32", + "next_hop_local_id_gt": { + "type": "string", "nullable": true }, - "port_not": { - "type": "integer", - "format": "int32", + "next_hop_local_id_gte": { + "type": "string", "nullable": true }, - "port_not_in": { + "next_hop_local_id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "username": { + "next_hop_local_id_lt": { "type": "string", "nullable": true }, - "username_contains": { + "next_hop_local_id_lte": { "type": "string", "nullable": true }, - "username_ends_with": { + "next_hop_local_id_not": { "type": "string", "nullable": true }, - "username_gt": { + "next_hop_local_id_not_contains": { "type": "string", "nullable": true }, - "username_gte": { + "next_hop_local_id_not_ends_with": { "type": "string", "nullable": true }, - "username_in": { + "next_hop_local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_lt": { + "next_hop_local_id_not_starts_with": { "type": "string", "nullable": true }, - "username_lte": { + "next_hop_local_id_starts_with": { "type": "string", "nullable": true }, - "username_not": { - "type": "string", + "next_hop_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + } + ], "nullable": true }, - "username_not_contains": { - "type": "string", + "next_hop_type_in": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + }, + "type": "array", "nullable": true }, - "username_not_ends_with": { - "type": "string", + "next_hop_type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + } + ], "nullable": true }, - "username_not_in": { + "next_hop_type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" }, "type": "array", "nullable": true }, - "username_not_starts_with": { - "type": "string", + "route_table": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + } + ], "nullable": true }, - "username_starts_with": { - "type": "string", + "router_gateway": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + } + ], + "nullable": true + }, + "vpc_peering": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "WitnessWhereInput": { + "VirtualPrivateCloudRouteNextHopType": { + "enum": [ + "NAT_GATEWAY", + "ROUTER_GATEWAY", + "UNKNOWN", + "VPC_PEERING" + ], + "type": "string" + }, + "VirtualPrivateCloudRouterGatewayWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/WitnessWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/WitnessWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/WitnessWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" }, "type": "array", "nullable": true }, - "cluster": { + "associated_subnets_every": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" } ], "nullable": true }, - "cpu_hz_per_core": { - "type": "integer", - "format": "int64", + "associated_subnets_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], "nullable": true }, - "cpu_hz_per_core_gt": { - "type": "integer", - "format": "int64", + "associated_subnets_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], "nullable": true }, - "cpu_hz_per_core_gte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "cpu_hz_per_core_in": { + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "cpu_hz_per_core_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "cpu_hz_per_core_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "cpu_hz_per_core_not": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "cpu_hz_per_core_not_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "data_ip": { + "external_ip": { "type": "string", "nullable": true }, - "data_ip_contains": { + "external_ip_contains": { "type": "string", "nullable": true }, - "data_ip_ends_with": { + "external_ip_ends_with": { "type": "string", "nullable": true }, - "data_ip_gt": { + "external_ip_gt": { "type": "string", "nullable": true }, - "data_ip_gte": { + "external_ip_gte": { "type": "string", "nullable": true }, - "data_ip_in": { + "external_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "data_ip_lt": { + "external_ip_lt": { "type": "string", "nullable": true }, - "data_ip_lte": { + "external_ip_lte": { "type": "string", "nullable": true }, - "data_ip_not": { + "external_ip_not": { "type": "string", "nullable": true }, - "data_ip_not_contains": { + "external_ip_not_contains": { "type": "string", "nullable": true }, - "data_ip_not_ends_with": { + "external_ip_not_ends_with": { "type": "string", "nullable": true }, - "data_ip_not_in": { + "external_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "data_ip_not_starts_with": { + "external_ip_not_starts_with": { "type": "string", "nullable": true }, - "data_ip_starts_with": { + "external_ip_starts_with": { "type": "string", "nullable": true }, + "external_subnet": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + } + ], + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -49605,806 +49233,740 @@ "type": "string", "nullable": true }, - "management_ip": { + "name": { "type": "string", "nullable": true }, - "management_ip_contains": { + "name_contains": { "type": "string", "nullable": true }, - "management_ip_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "management_ip_gt": { + "name_gt": { "type": "string", "nullable": true }, - "management_ip_gte": { + "name_gte": { "type": "string", "nullable": true }, - "management_ip_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "management_ip_lt": { + "name_lt": { "type": "string", "nullable": true }, - "management_ip_lte": { + "name_lte": { "type": "string", "nullable": true }, - "management_ip_not": { + "name_not": { "type": "string", "nullable": true }, - "management_ip_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "management_ip_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "management_ip_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "management_ip_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "management_ip_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "name": { + "nexthop_ip": { "type": "string", "nullable": true }, - "name_contains": { + "nexthop_ip_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "nexthop_ip_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "nexthop_ip_gt": { "type": "string", "nullable": true }, - "name_gte": { + "nexthop_ip_gte": { "type": "string", "nullable": true }, - "name_in": { + "nexthop_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "nexthop_ip_lt": { "type": "string", "nullable": true }, - "name_lte": { + "nexthop_ip_lte": { "type": "string", "nullable": true }, - "name_not": { + "nexthop_ip_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "nexthop_ip_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "nexthop_ip_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "nexthop_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "nexthop_ip_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "nexthop_ip_starts_with": { "type": "string", "nullable": true }, - "system_data_capacity": { - "type": "integer", - "format": "int64", + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], "nullable": true - }, - "system_data_capacity_gt": { - "type": "integer", - "format": "int64", + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudSubnetWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + }, + "type": "array", "nullable": true }, - "system_data_capacity_gte": { - "type": "integer", - "format": "int64", + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + }, + "type": "array", "nullable": true }, - "system_data_capacity_in": { + "OR": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" }, "type": "array", "nullable": true }, - "system_data_capacity_lt": { - "type": "integer", - "format": "int64", + "cidr": { + "type": "string", "nullable": true }, - "system_data_capacity_lte": { - "type": "integer", - "format": "int64", + "cidr_contains": { + "type": "string", "nullable": true }, - "system_data_capacity_not": { - "type": "integer", - "format": "int64", + "cidr_ends_with": { + "type": "string", "nullable": true }, - "system_data_capacity_not_in": { + "cidr_gt": { + "type": "string", + "nullable": true + }, + "cidr_gte": { + "type": "string", + "nullable": true + }, + "cidr_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "system_used_data_space": { - "type": "integer", - "format": "int64", + "cidr_lt": { + "type": "string", "nullable": true }, - "system_used_data_space_gt": { - "type": "integer", - "format": "int64", + "cidr_lte": { + "type": "string", "nullable": true }, - "system_used_data_space_gte": { - "type": "integer", - "format": "int64", + "cidr_not": { + "type": "string", "nullable": true }, - "system_used_data_space_in": { + "cidr_not_contains": { + "type": "string", + "nullable": true + }, + "cidr_not_ends_with": { + "type": "string", + "nullable": true + }, + "cidr_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "system_used_data_space_lt": { - "type": "integer", - "format": "int64", + "cidr_not_starts_with": { + "type": "string", "nullable": true }, - "system_used_data_space_lte": { - "type": "integer", - "format": "int64", + "cidr_starts_with": { + "type": "string", "nullable": true }, - "system_used_data_space_not": { - "type": "integer", - "format": "int64", + "description": { + "type": "string", "nullable": true }, - "system_used_data_space_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "description_contains": { + "type": "string", "nullable": true }, - "total_cpu_cores": { - "type": "integer", - "format": "int32", + "description_ends_with": { + "type": "string", "nullable": true }, - "total_cpu_cores_gt": { - "type": "integer", - "format": "int32", + "description_gt": { + "type": "string", "nullable": true }, - "total_cpu_cores_gte": { - "type": "integer", - "format": "int32", + "description_gte": { + "type": "string", "nullable": true }, - "total_cpu_cores_in": { + "description_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "total_cpu_cores_lt": { - "type": "integer", - "format": "int32", + "description_lt": { + "type": "string", "nullable": true }, - "total_cpu_cores_lte": { - "type": "integer", - "format": "int32", + "description_lte": { + "type": "string", "nullable": true }, - "total_cpu_cores_not": { - "type": "integer", - "format": "int32", + "description_not": { + "type": "string", "nullable": true }, - "total_cpu_cores_not_in": { + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "total_cpu_hz": { - "type": "integer", - "format": "int64", + "description_not_starts_with": { + "type": "string", "nullable": true }, - "total_cpu_hz_gt": { - "type": "integer", - "format": "int64", + "description_starts_with": { + "type": "string", "nullable": true }, - "total_cpu_hz_gte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "total_cpu_hz_in": { + "entityAsyncStatus_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "total_cpu_hz_lt": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "total_cpu_hz_lte": { - "type": "integer", - "format": "int64", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "total_cpu_hz_not": { - "type": "integer", - "format": "int64", + "gateway": { + "type": "string", "nullable": true }, - "total_cpu_hz_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "gateway_contains": { + "type": "string", "nullable": true }, - "total_memory_bytes": { - "type": "integer", - "format": "int64", + "gateway_ends_with": { + "type": "string", "nullable": true }, - "total_memory_bytes_gt": { - "type": "integer", - "format": "int64", + "gateway_gt": { + "type": "string", "nullable": true }, - "total_memory_bytes_gte": { - "type": "integer", - "format": "int64", + "gateway_gte": { + "type": "string", "nullable": true }, - "total_memory_bytes_in": { + "gateway_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_memory_bytes_lt": { - "type": "integer", - "format": "int64", + "gateway_lt": { + "type": "string", "nullable": true }, - "total_memory_bytes_lte": { - "type": "integer", - "format": "int64", + "gateway_lte": { + "type": "string", "nullable": true }, - "total_memory_bytes_not": { - "type": "integer", - "format": "int64", + "gateway_not": { + "type": "string", "nullable": true }, - "total_memory_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "gateway_not_contains": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "AlertRuleThresholds": { - "properties": { - "value": { - "type": "integer", - "format": "int32" }, - "severity": { - "$ref": "#/components/schemas/SeverityEnum" - } - }, - "required": [ - "value", - "severity" - ], - "type": "object" - }, - "GlobalAlertRuleUpdationParams": { - "properties": { - "data": { - "properties": { - "thresholds": { - "items": { - "$ref": "#/components/schemas/AlertRuleThresholds" - }, - "type": "array" - }, - "disabled": { - "type": "boolean" - } - }, - "type": "object" + "gateway_not_ends_with": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ContentLanguage": { - "type": "string", - "enum": [ - "zh-CN", - "en-US", - "*" - ] - }, - "CustomizeAlertRuleUpdationParams": { - "properties": { - "data": { - "properties": { - "thresholds": { - "items": { - "$ref": "#/components/schemas/AlertRuleThresholds" - }, - "type": "array" - }, - "disabled": { - "type": "boolean" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - } + "gateway_not_in": { + "items": { + "type": "string" }, - "required": [ - "clusters" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NestedCluster": { - "properties": { - "id": { - "type": "string" + "gateway_not_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedDisk": { - "properties": { - "id": { - "type": "string" + "gateway_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedHost": { - "properties": { "id": { - "type": "string" + "type": "string", + "nullable": true }, - "management_ip": { - "type": "string" + "id_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "management_ip", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVm": { - "properties": { - "id": { - "type": "string" + "id_ends_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "Alert": { - "properties": { - "alert_rule": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedAlertRule" - } - ], + "id_gt": { + "type": "string", "nullable": true }, - "cause": { - "type": "string" + "id_gte": { + "type": "string", + "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], + "id_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "create_time": { + "id_lt": { "type": "string", "nullable": true }, - "disk": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedDisk" - } - ], + "id_lte": { + "type": "string", "nullable": true }, - "ended": { - "type": "boolean" - }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedHost" - } - ], + "id_not": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "id_not_contains": { + "type": "string", + "nullable": true }, - "impact": { - "type": "string" + "id_not_ends_with": { + "type": "string", + "nullable": true }, - "labels": { - "properties": {}, - "type": "object" + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "local_create_time": { - "type": "string" + "id_not_starts_with": { + "type": "string", + "nullable": true }, - "local_end_time": { - "type": "string" + "id_starts_with": { + "type": "string", + "nullable": true }, "local_id": { - "type": "string" - }, - "local_start_time": { - "type": "string" - }, - "local_update_time": { - "type": "string" - }, - "message": { - "type": "string" + "type": "string", + "nullable": true }, - "severity": { - "type": "string" + "local_id_contains": { + "type": "string", + "nullable": true }, - "solution": { - "type": "string" + "local_id_ends_with": { + "type": "string", + "nullable": true }, - "threshold": { - "type": "number", - "format": "double" + "local_id_gt": { + "type": "string", + "nullable": true }, - "value": { - "type": "number", - "format": "double" + "local_id_gte": { + "type": "string", + "nullable": true }, - "vms": { + "local_id_in": { "items": { - "$ref": "#/components/schemas/NestedVm" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "cause", - "ended", - "id", - "impact", - "labels", - "local_create_time", - "local_end_time", - "local_id", - "local_start_time", - "local_update_time", - "message", - "severity", - "solution", - "threshold", - "value" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Alert_": { - "properties": { - "task_id": { + }, + "local_id_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Alert" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "AlertWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/AlertWhereInput" - }, - "type": "array", + "local_id_lte": { + "type": "string", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/AlertWhereInput" - }, - "type": "array", + "local_id_not": { + "type": "string", "nullable": true }, - "OR": { + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/AlertWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "alert_rule": { - "allOf": [ - { - "$ref": "#/components/schemas/AlertRuleWhereInput" - } - ], + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "cause": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "cause_contains": { + "name": { "type": "string", "nullable": true }, - "cause_ends_with": { + "name_contains": { "type": "string", "nullable": true }, - "cause_gt": { + "name_ends_with": { "type": "string", "nullable": true }, - "cause_gte": { + "name_gt": { "type": "string", "nullable": true }, - "cause_in": { + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cause_lt": { + "name_lt": { "type": "string", "nullable": true }, - "cause_lte": { + "name_lte": { "type": "string", "nullable": true }, - "cause_not": { + "name_not": { "type": "string", "nullable": true }, - "cause_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "cause_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "cause_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "cause_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "cause_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "cluster": { + "route_table": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" } ], "nullable": true }, - "create_time": { - "type": "string", + "total_ip_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "create_time_gt": { - "type": "string", + "total_ip_count_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "create_time_gte": { - "type": "string", + "total_ip_count_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "create_time_in": { + "total_ip_count_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "create_time_lt": { - "type": "string", + "total_ip_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "create_time_lte": { - "type": "string", + "total_ip_count_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "create_time_not": { - "type": "string", + "total_ip_count_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "create_time_not_in": { + "total_ip_count_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "disk": { + "unused_ip_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "unused_ip_count_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "unused_ip_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "unused_ip_count_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "unused_ip_count_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "unused_ip_count_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "unused_ip_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "unused_ip_count_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "vpc": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudPeeringWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudPeeringWhereInput" + }, + "type": "array", + "nullable": true + }, + "dst_vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" } ], "nullable": true }, - "ended": { - "type": "boolean", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "ended_not": { - "type": "boolean", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "host": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -50467,990 +50029,1030 @@ "type": "string", "nullable": true }, - "impact": { + "local_id": { "type": "string", "nullable": true }, - "impact_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "impact_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "impact_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "impact_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "impact_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "impact_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "impact_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "impact_not": { + "local_id_not": { "type": "string", "nullable": true }, - "impact_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "impact_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "impact_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "impact_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "impact_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "local_create_time": { + "name": { "type": "string", "nullable": true }, - "local_create_time_gt": { + "name_contains": { "type": "string", "nullable": true }, - "local_create_time_gte": { + "name_ends_with": { "type": "string", "nullable": true }, - "local_create_time_in": { + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_create_time_lt": { + "name_lt": { "type": "string", "nullable": true }, - "local_create_time_lte": { + "name_lte": { "type": "string", "nullable": true }, - "local_create_time_not": { + "name_not": { "type": "string", "nullable": true }, - "local_create_time_not_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_end_time": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "local_end_time_contains": { + "name_starts_with": { "type": "string", "nullable": true }, - "local_end_time_ends_with": { + "src_vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudSecurityPolicyWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "description": { "type": "string", "nullable": true }, - "local_end_time_gt": { + "description_contains": { "type": "string", "nullable": true }, - "local_end_time_gte": { + "description_ends_with": { "type": "string", "nullable": true }, - "local_end_time_in": { + "description_gt": { + "type": "string", + "nullable": true + }, + "description_gte": { + "type": "string", + "nullable": true + }, + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_end_time_lt": { + "description_lt": { "type": "string", "nullable": true }, - "local_end_time_lte": { + "description_lte": { "type": "string", "nullable": true }, - "local_end_time_not": { + "description_not": { "type": "string", "nullable": true }, - "local_end_time_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "local_end_time_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "local_end_time_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_end_time_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "local_end_time_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "local_id": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "local_id_contains": { + "id_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "id_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "id_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "id_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "id_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "id_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "local_start_time": { + "local_id": { "type": "string", "nullable": true }, - "local_start_time_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "local_start_time_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "local_start_time_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "local_start_time_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "local_start_time_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_start_time_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "local_start_time_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "local_start_time_not": { + "local_id_not": { "type": "string", "nullable": true }, - "local_start_time_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "local_start_time_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "local_start_time_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_start_time_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "local_start_time_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "local_update_time": { + "name": { "type": "string", "nullable": true }, - "local_update_time_contains": { + "name_contains": { "type": "string", "nullable": true }, - "local_update_time_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "local_update_time_gt": { + "name_gt": { "type": "string", "nullable": true }, - "local_update_time_gte": { + "name_gte": { "type": "string", "nullable": true }, - "local_update_time_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_update_time_lt": { + "name_lt": { "type": "string", "nullable": true }, - "local_update_time_lte": { + "name_lte": { "type": "string", "nullable": true }, - "local_update_time_not": { + "name_not": { "type": "string", "nullable": true }, - "local_update_time_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "local_update_time_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "local_update_time_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_update_time_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "local_update_time_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "message": { + "policy_mode": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" + } + ], + "nullable": true + }, + "policy_mode_in": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" + }, + "type": "array", + "nullable": true + }, + "policy_mode_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" + } + ], + "nullable": true + }, + "policy_mode_not_in": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" + }, + "type": "array", + "nullable": true + }, + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudSecurityPolicyMode": { + "enum": [ + "MONITOR", + "WORK" + ], + "type": "string" + }, + "VirtualPrivateCloudNicSnapshotWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNicSnapshotWhereInput" + }, + "type": "array", + "nullable": true + }, + "floating_ip": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "message_contains": { + "id_contains": { "type": "string", "nullable": true }, - "message_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "message_gt": { + "id_gt": { "type": "string", "nullable": true }, - "message_gte": { + "id_gte": { "type": "string", "nullable": true }, - "message_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "message_lt": { + "id_lt": { "type": "string", "nullable": true }, - "message_lte": { + "id_lte": { "type": "string", "nullable": true }, - "message_not": { + "id_not": { "type": "string", "nullable": true }, - "message_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "message_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "message_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "message_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "message_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "severity": { + "local_id": { "type": "string", "nullable": true }, - "severity_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "severity_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "severity_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "severity_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "severity_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "severity_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "severity_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "severity_not": { + "local_id_not": { "type": "string", "nullable": true }, - "severity_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "severity_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "severity_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "severity_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "severity_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "solution": { + "mac_address": { "type": "string", "nullable": true }, - "solution_contains": { + "mac_address_contains": { "type": "string", "nullable": true }, - "solution_ends_with": { + "mac_address_ends_with": { "type": "string", "nullable": true }, - "solution_gt": { + "mac_address_gt": { "type": "string", "nullable": true }, - "solution_gte": { + "mac_address_gte": { "type": "string", "nullable": true }, - "solution_in": { + "mac_address_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "solution_lt": { + "mac_address_lt": { "type": "string", "nullable": true }, - "solution_lte": { + "mac_address_lte": { "type": "string", "nullable": true }, - "solution_not": { + "mac_address_not": { "type": "string", "nullable": true }, - "solution_not_contains": { + "mac_address_not_contains": { "type": "string", "nullable": true }, - "solution_not_ends_with": { + "mac_address_not_ends_with": { "type": "string", "nullable": true }, - "solution_not_in": { + "mac_address_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "solution_not_starts_with": { + "mac_address_not_starts_with": { "type": "string", "nullable": true }, - "solution_starts_with": { + "mac_address_starts_with": { "type": "string", "nullable": true }, - "threshold": { - "type": "number", - "format": "double", + "vpc": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + ], "nullable": true }, - "threshold_gt": { - "type": "number", - "format": "double", + "vpc_nic": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudNicWhereInput" + } + ], "nullable": true }, - "threshold_gte": { - "type": "number", - "format": "double", + "vpc_subnet": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "GlobalPolicyAction": { + "enum": [ + "ALLOW", + "DROP" + ], + "type": "string" + }, + "LoadBalancerServiceWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + }, + "type": "array", "nullable": true }, - "threshold_in": { + "NOT": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" }, "type": "array", "nullable": true }, - "threshold_lt": { - "type": "number", - "format": "double", + "OR": { + "items": { + "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + }, + "type": "array", "nullable": true }, - "threshold_lte": { - "type": "number", - "format": "double", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "threshold_not": { - "type": "number", - "format": "double", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "threshold_not_in": { + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "value": { - "type": "number", - "format": "double", + "everoute_cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/EverouteClusterWhereInput" + } + ], "nullable": true }, - "value_gt": { - "type": "number", - "format": "double", + "id": { + "type": "string", "nullable": true }, - "value_gte": { - "type": "number", - "format": "double", + "id_contains": { + "type": "string", "nullable": true }, - "value_in": { + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "value_lt": { - "type": "number", - "format": "double", + "id_lt": { + "type": "string", "nullable": true }, - "value_lte": { - "type": "number", - "format": "double", + "id_lte": { + "type": "string", "nullable": true }, - "value_not": { - "type": "number", - "format": "double", + "id_not": { + "type": "string", "nullable": true }, - "value_not_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "vms_every": { + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { + "type": "string", + "nullable": true + }, + "phase": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/EverouteClusterPhase" } ], "nullable": true }, - "vms_none": { + "phase_in": { + "items": { + "$ref": "#/components/schemas/EverouteClusterPhase" + }, + "type": "array", + "nullable": true + }, + "phase_not": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/EverouteClusterPhase" } ], "nullable": true }, - "vms_some": { + "phase_not_in": { + "items": { + "$ref": "#/components/schemas/EverouteClusterPhase" + }, + "type": "array", + "nullable": true + }, + "vm_instances_every": { "allOf": [ { "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ResolveAlertParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/AlertWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedCapacity": { - "properties": { - "column": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "row": { - "type": "integer", - "format": "int32", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NestedClusterTopo": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "Direction": { - "enum": [ - "HORIZONTAL", - "VERTICAL" - ], - "type": "string" - }, - "BrickPhaseEnum": { - "enum": [ - "BACKWARD", - "FORWARD" - ], - "type": "string" - }, - "NestedBrickDiskLayout": { - "properties": { - "column": { - "type": "integer", - "format": "int32" - }, - "direction": { - "$ref": "#/components/schemas/Direction" - }, - "phase": { - "$ref": "#/components/schemas/BrickPhaseEnum" - }, - "row": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "column", - "direction", - "phase", - "row" - ], - "type": "object", - "additionalProperties": false - }, - "NestedNodeTopo": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "PowerPosition": { - "enum": [ - "LEFT", - "MIDDLE", - "RIGHT" - ], - "type": "string" - }, - "NestedBrickPower": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedRackTopo": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedTagPosition": { - "properties": { - "column": { - "type": "integer", - "format": "int32" - }, - "row": { - "type": "integer", - "format": "int32" - }, - "tag": { - "type": "string" - } - }, - "required": [ - "column", - "row", - "tag" - ], - "type": "object", - "additionalProperties": false - }, - "BrickTopo": { - "properties": { - "capacity": { - "$ref": "#/components/schemas/NestedCapacity" - }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" }, - "cluster_topo": { + "vm_instances_none": { "allOf": [ { - "$ref": "#/components/schemas/NestedClusterTopo" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "disk_layout": { + "vm_instances_some": { "allOf": [ { - "$ref": "#/components/schemas/NestedBrickDiskLayout" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "height": { - "type": "integer", - "format": "int32" - }, - "id": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "model": { - "type": "string", - "nullable": true - }, - "name": { - "type": "string" - }, - "node_topoes": { - "items": { - "$ref": "#/components/schemas/NestedNodeTopo" - }, - "type": "array", - "nullable": true - }, - "position": { - "type": "integer", - "format": "int32" - }, - "power_layout": { + "vnet_bonds_every": { "allOf": [ { - "$ref": "#/components/schemas/Direction" + "$ref": "#/components/schemas/VnetBondWhereInput" } ], "nullable": true }, - "power_position": { + "vnet_bonds_none": { "allOf": [ { - "$ref": "#/components/schemas/PowerPosition" + "$ref": "#/components/schemas/VnetBondWhereInput" } ], "nullable": true }, - "powers": { - "items": { - "$ref": "#/components/schemas/NestedBrickPower" - }, - "type": "array", - "nullable": true - }, - "rack_topo": { + "vnet_bonds_some": { "allOf": [ { - "$ref": "#/components/schemas/NestedRackTopo" + "$ref": "#/components/schemas/VnetBondWhereInput" } ], "nullable": true - }, - "tag_position_in_brick": { - "items": { - "$ref": "#/components/schemas/NestedTagPosition" - }, - "type": "array", - "nullable": true } }, - "required": [ - "capacity", - "cluster", - "height", - "id", - "local_id", - "name", - "position" - ], "type": "object", "additionalProperties": false }, - "WithTask_BrickTopo_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/BrickTopo" - } - }, - "required": [ - "data" + "EverouteClusterPhase": { + "enum": [ + "Associated", + "Failed", + "Init", + "Running", + "Terminating", + "Updating", + "Upgrading" ], - "type": "object" + "type": "string" }, - "NodeTopoWhereInput": { + "VnetBondWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/NodeTopoWhereInput" + "$ref": "#/components/schemas/VnetBondWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/NodeTopoWhereInput" + "$ref": "#/components/schemas/VnetBondWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/NodeTopoWhereInput" + "$ref": "#/components/schemas/VnetBondWhereInput" }, "type": "array", "nullable": true }, - "brick_topo": { - "allOf": [ - { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - ], + "bond_for_client": { + "type": "boolean", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "bond_for_client_not": { + "type": "boolean", "nullable": true }, - "cluster_topo": { + "bond_for_server": { + "type": "boolean", + "nullable": true + }, + "bond_for_server_not": { + "type": "boolean", + "nullable": true + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/ClusterTopoWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "host": { + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -51513,6 +51115,14 @@ "type": "string", "nullable": true }, + "load_balancer_service": { + "allOf": [ + { + "$ref": "#/components/schemas/LoadBalancerServiceWhereInput" + } + ], + "nullable": true + }, "local_id": { "type": "string", "nullable": true @@ -51636,478 +51246,388 @@ "name_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "BrickTopoWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - }, - "type": "array", - "nullable": true - }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "cluster_topo": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterTopoWhereInput" - } - ], - "nullable": true - }, - "height": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "height_gt": { - "type": "integer", - "format": "int32", - "nullable": true }, - "height_gte": { - "type": "integer", - "format": "int32", + "namespace": { + "type": "string", "nullable": true }, - "height_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "namespace_contains": { + "type": "string", "nullable": true }, - "height_lt": { - "type": "integer", - "format": "int32", + "namespace_ends_with": { + "type": "string", "nullable": true }, - "height_lte": { - "type": "integer", - "format": "int32", + "namespace_gt": { + "type": "string", "nullable": true }, - "height_not": { - "type": "integer", - "format": "int32", + "namespace_gte": { + "type": "string", "nullable": true }, - "height_not_in": { + "namespace_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "id": { + "namespace_lt": { "type": "string", "nullable": true }, - "id_contains": { + "namespace_lte": { "type": "string", "nullable": true }, - "id_ends_with": { + "namespace_not": { "type": "string", "nullable": true }, - "id_gt": { + "namespace_not_contains": { "type": "string", "nullable": true }, - "id_gte": { + "namespace_not_ends_with": { "type": "string", "nullable": true }, - "id_in": { + "namespace_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "namespace_not_starts_with": { "type": "string", "nullable": true }, - "id_lte": { + "namespace_starts_with": { "type": "string", "nullable": true }, - "id_not": { - "type": "string", + "vlan": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], "nullable": true - }, - "id_not_contains": { - "type": "string", + } + }, + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudServiceWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + }, + "type": "array", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + }, + "type": "array", "nullable": true }, - "id_not_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "cluster_bindings_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + } + ], "nullable": true }, - "id_starts_with": { - "type": "string", + "cluster_bindings_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + } + ], "nullable": true }, - "local_id": { - "type": "string", + "cluster_bindings_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" + } + ], "nullable": true }, - "local_id_contains": { - "type": "string", + "edge_gateways_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + } + ], "nullable": true }, - "local_id_ends_with": { - "type": "string", + "edge_gateways_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + } + ], "nullable": true }, - "local_id_gt": { - "type": "string", + "edge_gateways_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" + } + ], "nullable": true }, - "local_id_gte": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_in": { + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_not_contains": { - "type": "string", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "everoute_cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/EverouteClusterWhereInput" + } + ], "nullable": true }, - "local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "external_subnets_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + } + ], "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "external_subnets_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "external_subnets_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudExternalSubnetWhereInput" + } + ], "nullable": true }, - "model": { + "id": { "type": "string", "nullable": true }, - "model_contains": { + "id_contains": { "type": "string", "nullable": true }, - "model_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "model_gt": { + "id_gt": { "type": "string", "nullable": true }, - "model_gte": { + "id_gte": { "type": "string", "nullable": true }, - "model_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_lt": { + "id_lt": { "type": "string", "nullable": true }, - "model_lte": { + "id_lte": { "type": "string", "nullable": true }, - "model_not": { + "id_not": { "type": "string", "nullable": true }, - "model_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "model_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "model_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "model_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "model_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "name": { + "internal_cidr": { "type": "string", "nullable": true }, - "name_contains": { + "internal_cidr_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "internal_cidr_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "internal_cidr_gt": { "type": "string", "nullable": true }, - "name_gte": { + "internal_cidr_gte": { "type": "string", "nullable": true }, - "name_in": { + "internal_cidr_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "internal_cidr_lt": { "type": "string", "nullable": true }, - "name_lte": { + "internal_cidr_lte": { "type": "string", "nullable": true }, - "name_not": { + "internal_cidr_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "internal_cidr_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "internal_cidr_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "internal_cidr_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "internal_cidr_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "internal_cidr_starts_with": { "type": "string", "nullable": true }, - "node_topoes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NodeTopoWhereInput" - } - ], - "nullable": true - }, - "node_topoes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NodeTopoWhereInput" - } - ], - "nullable": true - }, - "node_topoes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NodeTopoWhereInput" - } - ], - "nullable": true - }, - "position": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "position_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "position_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "position_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "position_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "position_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "position_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "position_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "power_layout": { + "phase": { "allOf": [ { - "$ref": "#/components/schemas/Direction" + "$ref": "#/components/schemas/EverouteClusterPhase" } ], "nullable": true }, - "power_layout_in": { + "phase_in": { "items": { - "$ref": "#/components/schemas/Direction" + "$ref": "#/components/schemas/EverouteClusterPhase" }, "type": "array", "nullable": true }, - "power_layout_not": { + "phase_not": { "allOf": [ { - "$ref": "#/components/schemas/Direction" + "$ref": "#/components/schemas/EverouteClusterPhase" } ], "nullable": true }, - "power_layout_not_in": { + "phase_not_in": { "items": { - "$ref": "#/components/schemas/Direction" + "$ref": "#/components/schemas/EverouteClusterPhase" }, "type": "array", "nullable": true }, - "power_position": { + "vpcs_every": { "allOf": [ { - "$ref": "#/components/schemas/PowerPosition" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" } ], "nullable": true }, - "power_position_in": { - "items": { - "$ref": "#/components/schemas/PowerPosition" - }, - "type": "array", - "nullable": true - }, - "power_position_not": { + "vpcs_none": { "allOf": [ { - "$ref": "#/components/schemas/PowerPosition" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" } ], "nullable": true }, - "power_position_not_in": { - "items": { - "$ref": "#/components/schemas/PowerPosition" - }, - "type": "array", - "nullable": true - }, - "rack_topo": { + "vpcs_some": { "allOf": [ { - "$ref": "#/components/schemas/RackTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" } ], "nullable": true @@ -52116,61 +51636,67 @@ "type": "object", "additionalProperties": false }, - "ClusterTopoWhereInput": { + "VirtualPrivateCloudClusterBindingWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/ClusterTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/ClusterTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/ClusterTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudClusterBindingWhereInput" }, "type": "array", "nullable": true }, - "brick_topoes_every": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/BrickTopoWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "brick_topoes_none": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BrickTopoWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "brick_topoes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "cluster": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -52233,201 +51759,129 @@ "type": "string", "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", + "mtu": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "mtu_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "mtu_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "mtu_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "mtu_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "mtu_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "mtu_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_in": { + "mtu_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "vds": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsWhereInput" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "vlan_id": { + "type": "integer", + "format": "int32", "nullable": true }, - "name": { - "type": "string", + "vlan_id_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_contains": { - "type": "string", + "vlan_id_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_ends_with": { - "type": "string", + "vlan_id_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "name_gt": { - "type": "string", + "vlan_id_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_gte": { - "type": "string", + "vlan_id_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_in": { + "vlan_id_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vlan_id_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true - }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", - "nullable": true - }, - "name_not_contains": { - "type": "string", - "nullable": true - }, - "name_not_ends_with": { - "type": "string", - "nullable": true - }, - "name_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "node_topoes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/NodeTopoWhereInput" - } - ], - "nullable": true - }, - "node_topoes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/NodeTopoWhereInput" - } - ], - "nullable": true - }, - "node_topoes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/NodeTopoWhereInput" - } - ], - "nullable": true - }, - "zone_topoes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ZoneTopoWhereInput" - } - ], - "nullable": true - }, - "zone_topoes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ZoneTopoWhereInput" - } - ], - "nullable": true - }, - "zone_topoes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/ZoneTopoWhereInput" - } - ], - "nullable": true } }, "type": "object", "additionalProperties": false }, - "ZoneTopoWhereInput": { + "VirtualPrivateCloudEdgeGatewayWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/ZoneTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/ZoneTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/ZoneTopoWhereInput" + "$ref": "#/components/schemas/VirtualPrivateCloudEdgeGatewayWhereInput" }, "type": "array", "nullable": true @@ -52440,267 +51894,252 @@ ], "nullable": true }, - "cluster_topo": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterTopoWhereInput" - } - ], + "cpu_number": { + "type": "integer", + "format": "int32", "nullable": true }, - "id": { - "type": "string", + "cpu_number_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_contains": { - "type": "string", + "cpu_number_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_ends_with": { - "type": "string", + "cpu_number_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "id_gt": { - "type": "string", + "cpu_number_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gte": { - "type": "string", + "cpu_number_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_in": { + "cpu_number_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "cpu_number_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "data_volume_size": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_lte": { - "type": "string", + "data_volume_size_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not": { - "type": "string", + "data_volume_size_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_contains": { - "type": "string", + "data_volume_size_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "data_volume_size_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "data_volume_size_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "data_volume_size_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_starts_with": { - "type": "string", + "data_volume_size_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "local_id": { + "description": { "type": "string", "nullable": true }, - "local_id_contains": { + "description_contains": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "local_id_gt": { + "description_gt": { "type": "string", "nullable": true }, - "local_id_gte": { + "description_gte": { "type": "string", "nullable": true }, - "local_id_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "description_lt": { "type": "string", "nullable": true }, - "local_id_lte": { + "description_lte": { "type": "string", "nullable": true }, - "local_id_not": { + "description_not": { "type": "string", "nullable": true }, - "local_id_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "local_id_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "local_id_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "local_id_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "rack_topoes_every": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/RackTopoWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "rack_topoes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/RackTopoWhereInput" - } - ], + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "rack_topoes_some": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/RackTopoWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "RackTopoWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/RackTopoWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/RackTopoWhereInput" - }, - "type": "array", - "nullable": true }, - "OR": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/RackTopoWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "brick_topoes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - ], + "gateway": { + "type": "string", "nullable": true }, - "brick_topoes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - ], + "gateway_contains": { + "type": "string", "nullable": true }, - "brick_topoes_some": { - "allOf": [ - { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - ], + "gateway_ends_with": { + "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "gateway_gt": { + "type": "string", "nullable": true }, - "height": { - "type": "integer", - "format": "int32", + "gateway_gte": { + "type": "string", "nullable": true }, - "height_gt": { - "type": "integer", - "format": "int32", + "gateway_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "height_gte": { - "type": "integer", - "format": "int32", + "gateway_lt": { + "type": "string", "nullable": true }, - "height_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "gateway_lte": { + "type": "string", "nullable": true }, - "height_lt": { - "type": "integer", - "format": "int32", + "gateway_not": { + "type": "string", "nullable": true }, - "height_lte": { - "type": "integer", - "format": "int32", + "gateway_not_contains": { + "type": "string", "nullable": true }, - "height_not": { - "type": "integer", - "format": "int32", + "gateway_not_ends_with": { + "type": "string", "nullable": true }, - "height_not_in": { + "gateway_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, + "gateway_not_starts_with": { + "type": "string", + "nullable": true + }, + "gateway_starts_with": { + "type": "string", + "nullable": true + }, "id": { "type": "string", "nullable": true @@ -52763,68 +52202,52 @@ "type": "string", "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", + "memory_size": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gt": { - "type": "string", + "memory_size_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_gte": { - "type": "string", + "memory_size_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_in": { + "memory_size_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", + "memory_size_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "memory_size_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "memory_size_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_not_in": { + "memory_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", - "nullable": true - }, "name": { "type": "string", "nullable": true @@ -52887,1471 +52310,1477 @@ "type": "string", "nullable": true }, - "zone_topo": { + "phase": { "allOf": [ { - "$ref": "#/components/schemas/ZoneTopoWhereInput" + "$ref": "#/components/schemas/EverouteClusterPhase" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "BrickTopoCreationParams": { - "properties": { - "tag_position_in_brick": { + }, + "phase_in": { "items": { - "$ref": "#/components/schemas/NestedTagPosition" + "$ref": "#/components/schemas/EverouteClusterPhase" }, "type": "array", "nullable": true }, - "node_topoes": { - "$ref": "#/components/schemas/NodeTopoWhereInput" - }, - "rack_topo_id": { - "type": "string" - }, - "capacity": { - "$ref": "#/components/schemas/NestedCapacity" - }, - "cluster_id": { - "type": "string" - }, - "height": { - "type": "integer", - "format": "int32" - }, - "name": { - "type": "string" - }, - "position": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "cluster_id", - "height", - "name", - "position" - ], - "type": "object" - }, - "BrickTopoUpdationParams": { - "properties": { - "data": { - "properties": { - "tag_position_in_brick": { - "items": { - "$ref": "#/components/schemas/NestedTagPosition" - }, - "type": "array", - "nullable": true - }, - "node_topoes": { - "$ref": "#/components/schemas/NodeTopoWhereInput" - }, - "capacity": { - "$ref": "#/components/schemas/NestedCapacity" - }, - "height": { - "type": "integer", - "format": "int32" - }, - "name": { - "type": "string" - }, - "position": { - "type": "integer", - "format": "int32" + "phase_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EverouteClusterPhase" } - }, - "type": "object" + ], + "nullable": true }, - "where": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "BrickTopoMoveParams": { - "properties": { - "data": { - "properties": { - "rack_topo_id": { - "type": "string" - }, - "position": { - "type": "integer", - "format": "int32" - } + "phase_not_in": { + "items": { + "$ref": "#/components/schemas/EverouteClusterPhase" }, - "required": [ - "position" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteBrickTopo": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteBrickTopo_": { - "properties": { - "task_id": { + "subnet_mask": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteBrickTopo" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "BrickTopoDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "UploadResourceType": { - "enum": [ - "CLOUDTOWER_APPLICATION_PACKAGE", - "CLOUDTOWER_K8S_APP_PACKAGE", - "CLUSTER_IMAGE", - "CLUSTER_IMAGE_META", - "CONTENT_LIBRARY_IMAGE", - "ELF_IMAGE", - "EVEROUTE_PACKAGE", - "HOST_PLUGIN_PACKAGE", - "MONITOR_IMAGE", - "OVF", - "SVT_IMAGE", - "VM_VOLUME_QCOW2", - "VM_VOLUME_RAW" - ], - "type": "string" - }, - "UploadTaskStatus": { - "enum": [ - "FAILED", - "INITIALIZING", - "PAUSED", - "SUCCESSED", - "UPLOADING" - ], - "type": "string" - }, - "UploadTask": { - "properties": { - "args": { - "properties": {}, - "type": "object" + "subnet_mask_contains": { + "type": "string", + "nullable": true }, - "chunk_size": { - "type": "integer", - "format": "int64" + "subnet_mask_ends_with": { + "type": "string", + "nullable": true }, - "current_chunk": { - "type": "integer", - "format": "int32" + "subnet_mask_gt": { + "type": "string", + "nullable": true }, - "finished_at": { + "subnet_mask_gte": { "type": "string", "nullable": true }, - "id": { - "type": "string" + "subnet_mask_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "resource_type": { - "$ref": "#/components/schemas/UploadResourceType" + "subnet_mask_lt": { + "type": "string", + "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "subnet_mask_lte": { + "type": "string", + "nullable": true }, - "started_at": { + "subnet_mask_not": { "type": "string", "nullable": true }, - "status": { - "$ref": "#/components/schemas/UploadTaskStatus" + "subnet_mask_not_contains": { + "type": "string", + "nullable": true }, - "updatedAt": { - "type": "string" - } - }, - "required": [ - "args", - "chunk_size", - "current_chunk", - "id", - "resource_type", - "size", - "status", - "updatedAt" - ], - "type": "object", - "additionalProperties": false - }, - "ByteUnit": { - "type": "string", - "enum": [ - "B", - "KB", - "MB", - "GB", - "TB", - "PB" - ] - }, - "DeleteCloudTowerApplicationPackage": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "CloudTowerApplicationPackageWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" - }, - "type": "array", + "subnet_mask_not_ends_with": { + "type": "string", "nullable": true }, - "NOT": { + "subnet_mask_not_in": { "items": { - "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" - }, - "type": "array", + "subnet_mask_not_starts_with": { + "type": "string", "nullable": true }, - "applications_every": { + "subnet_mask_starts_with": { + "type": "string", + "nullable": true + }, + "vdses_every": { "allOf": [ { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "applications_none": { + "vdses_none": { "allOf": [ { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "applications_some": { + "vdses_some": { "allOf": [ { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" + "$ref": "#/components/schemas/VdsWhereInput" } ], "nullable": true }, - "architecture": { + "vm_instances_every": { "allOf": [ { - "$ref": "#/components/schemas/Architecture" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "architecture_in": { - "items": { - "$ref": "#/components/schemas/Architecture" - }, - "type": "array", + "vm_instances_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "architecture_not": { + "vm_instances_some": { "allOf": [ { - "$ref": "#/components/schemas/Architecture" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true }, - "architecture_not_in": { + "vpc_service": { + "allOf": [ + { + "$ref": "#/components/schemas/VirtualPrivateCloudServiceWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "IsolationMode": { + "enum": [ + "ALL", + "PARTIAL" + ], + "type": "string" + }, + "NfsExportWhereInput": { + "properties": { + "AND": { "items": { - "$ref": "#/components/schemas/Architecture" + "$ref": "#/components/schemas/NfsExportWhereInput" }, "type": "array", "nullable": true }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/NfsExportWhereInput" + }, + "type": "array", "nullable": true }, - "id_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/NfsExportWhereInput" }, "type": "array", "nullable": true }, - "id_lt": { + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "description": { "type": "string", "nullable": true }, - "id_lte": { + "description_contains": { "type": "string", "nullable": true }, - "id_not": { + "description_ends_with": { "type": "string", "nullable": true }, - "id_not_contains": { + "description_gt": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "description_gte": { "type": "string", "nullable": true }, - "id_not_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "name": { + "description_lt": { "type": "string", "nullable": true }, - "name_contains": { + "description_lte": { "type": "string", "nullable": true }, - "name_ends_with": { + "description_not": { "type": "string", "nullable": true }, - "name_gt": { + "description_not_contains": { "type": "string", "nullable": true }, - "name_gte": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "name_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "name_not_contains": { + "description_starts_with": { "type": "string", "nullable": true }, - "name_not_ends_with": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "name_not_in": { + "entityAsyncStatus_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "name_starts_with": { - "type": "string", + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "scosVersion": { + "export_inode_id": { "type": "string", "nullable": true }, - "scosVersion_contains": { + "export_inode_id_contains": { "type": "string", "nullable": true }, - "scosVersion_ends_with": { + "export_inode_id_ends_with": { "type": "string", "nullable": true }, - "scosVersion_gt": { + "export_inode_id_gt": { "type": "string", "nullable": true }, - "scosVersion_gte": { + "export_inode_id_gte": { "type": "string", "nullable": true }, - "scosVersion_in": { + "export_inode_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "scosVersion_lt": { + "export_inode_id_lt": { "type": "string", "nullable": true }, - "scosVersion_lte": { + "export_inode_id_lte": { "type": "string", "nullable": true }, - "scosVersion_not": { + "export_inode_id_not": { "type": "string", "nullable": true }, - "scosVersion_not_contains": { + "export_inode_id_not_contains": { "type": "string", "nullable": true }, - "scosVersion_not_ends_with": { + "export_inode_id_not_ends_with": { "type": "string", "nullable": true }, - "scosVersion_not_in": { + "export_inode_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "scosVersion_not_starts_with": { + "export_inode_id_not_starts_with": { "type": "string", "nullable": true }, - "scosVersion_starts_with": { + "export_inode_id_starts_with": { "type": "string", "nullable": true }, - "version": { + "id": { "type": "string", "nullable": true }, - "version_contains": { + "id_contains": { "type": "string", "nullable": true }, - "version_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "version_gt": { + "id_gt": { "type": "string", "nullable": true }, - "version_gte": { + "id_gte": { "type": "string", "nullable": true }, - "version_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "version_lt": { + "id_lt": { "type": "string", "nullable": true }, - "version_lte": { + "id_lte": { "type": "string", "nullable": true }, - "version_not": { + "id_not": { "type": "string", "nullable": true }, - "version_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "version_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "version_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "version_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "version_starts_with": { + "id_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "CloudTowerApplicationWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" - }, - "type": "array", - "nullable": true }, - "entityAsyncStatus": { + "inodes_every": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NfsInodeWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "inodes_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsInodeWhereInput" + } + ], "nullable": true }, - "entityAsyncStatus_not": { + "inodes_some": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NfsInodeWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "internal": { + "type": "boolean", "nullable": true }, - "id": { + "internal_not": { + "type": "boolean", + "nullable": true + }, + "ip_whitelist": { "type": "string", "nullable": true }, - "id_contains": { + "ip_whitelist_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "ip_whitelist_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "ip_whitelist_gt": { "type": "string", "nullable": true }, - "id_gte": { + "ip_whitelist_gte": { "type": "string", "nullable": true }, - "id_in": { + "ip_whitelist_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "ip_whitelist_lt": { "type": "string", "nullable": true }, - "id_lte": { + "ip_whitelist_lte": { "type": "string", "nullable": true }, - "id_not": { + "ip_whitelist_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "ip_whitelist_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "ip_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "ip_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "ip_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "ip_whitelist_starts_with": { "type": "string", "nullable": true }, - "name": { - "type": "string", + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "name_contains": { - "type": "string", + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "name_ends_with": { + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "local_id": { "type": "string", "nullable": true }, - "name_gt": { + "local_id_contains": { "type": "string", "nullable": true }, - "name_gte": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "name_in": { + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "name_not": { + "local_id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "package": { - "allOf": [ - { - "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" - } - ], - "nullable": true - }, - "placementSituation": { + "name": { "type": "string", "nullable": true }, - "placementSituation_contains": { + "name_contains": { "type": "string", "nullable": true }, - "placementSituation_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "placementSituation_gt": { + "name_gt": { "type": "string", "nullable": true }, - "placementSituation_gte": { + "name_gte": { "type": "string", "nullable": true }, - "placementSituation_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "placementSituation_lt": { + "name_lt": { "type": "string", "nullable": true }, - "placementSituation_lte": { + "name_lte": { "type": "string", "nullable": true }, - "placementSituation_not": { + "name_not": { "type": "string", "nullable": true }, - "placementSituation_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "placementSituation_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "placementSituation_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "placementSituation_not_starts_with": { - "type": "string", - "nullable": true - }, - "placementSituation_starts_with": { - "type": "string", - "nullable": true - }, - "placementVerb": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "placementVerb_contains": { + "name_starts_with": { "type": "string", "nullable": true }, - "placementVerb_ends_with": { - "type": "string", + "replica_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "placementVerb_gt": { - "type": "string", + "replica_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "placementVerb_gte": { - "type": "string", + "replica_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "placementVerb_in": { + "replica_num_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "placementVerb_lt": { - "type": "string", + "replica_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "placementVerb_lte": { - "type": "string", + "replica_num_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "placementVerb_not": { - "type": "string", + "replica_num_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "placementVerb_not_contains": { - "type": "string", + "replica_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "placementVerb_not_ends_with": { - "type": "string", + "thin_provision": { + "type": "boolean", "nullable": true }, - "placementVerb_not_in": { + "thin_provision_not": { + "type": "boolean", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NfsInodeWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/NfsInodeWhereInput" }, "type": "array", "nullable": true }, - "placementVerb_not_starts_with": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/NfsInodeWhereInput" + }, + "type": "array", "nullable": true }, - "placementVerb_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/NfsInodeWhereInput" + }, + "type": "array", "nullable": true }, - "resourceVersion": { + "assigned_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "resourceVersion_gt": { + "assigned_size_gt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "resourceVersion_gte": { + "assigned_size_gte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "resourceVersion_in": { + "assigned_size_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "resourceVersion_lt": { + "assigned_size_lt": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "resourceVersion_lte": { + "assigned_size_lte": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "resourceVersion_not": { + "assigned_size_not": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "resourceVersion_not_in": { + "assigned_size_not_in": { "items": { "type": "integer", - "format": "int32" + "format": "int64" }, "type": "array", "nullable": true }, - "state": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/CloudTowerApplicationState" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "state_in": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/CloudTowerApplicationState" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "state_not": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/CloudTowerApplicationState" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "state_not_in": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/CloudTowerApplicationState" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "targetPackage": { + "file": { + "type": "boolean", + "nullable": true + }, + "file_not": { + "type": "boolean", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "targetPackage_contains": { + "id_contains": { "type": "string", "nullable": true }, - "targetPackage_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "targetPackage_gt": { + "id_gt": { "type": "string", "nullable": true }, - "targetPackage_gte": { + "id_gte": { "type": "string", "nullable": true }, - "targetPackage_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "targetPackage_lt": { + "id_lt": { "type": "string", "nullable": true }, - "targetPackage_lte": { + "id_lte": { "type": "string", "nullable": true }, - "targetPackage_not": { + "id_not": { "type": "string", "nullable": true }, - "targetPackage_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "targetPackage_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "targetPackage_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "targetPackage_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "targetPackage_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "user": { + "labels_every": { "allOf": [ { - "$ref": "#/components/schemas/UserWhereInput" + "$ref": "#/components/schemas/LabelWhereInput" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "CloudTowerApplicationState": { - "enum": [ - "CONFIGURE_FAILED", - "CONFIGURING", - "ERROR", - "INSTALLING", - "INSTALL_FAILED", - "RUNNING", - "SCALE_FAILED", - "SCALING", - "TERMINATE_FAILED", - "TERMINATING", - "UPGRADE_FAILED", - "UPGRADING" - ], - "type": "string" - }, - "UserWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/UserWhereInput" - }, - "type": "array", + }, + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/UserWhereInput" - }, - "type": "array", + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "OR": { + "local_id": { + "type": "string", + "nullable": true + }, + "local_id_contains": { + "type": "string", + "nullable": true + }, + "local_id_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "$ref": "#/components/schemas/UserWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "auth_config_id": { + "local_id_lt": { "type": "string", "nullable": true }, - "auth_config_id_contains": { + "local_id_lte": { "type": "string", "nullable": true }, - "auth_config_id_ends_with": { + "local_id_not": { "type": "string", "nullable": true }, - "auth_config_id_gt": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "auth_config_id_gte": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "auth_config_id_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "auth_config_id_lt": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "auth_config_id_lte": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "auth_config_id_not": { + "local_updated_at": { "type": "string", "nullable": true }, - "auth_config_id_not_contains": { + "local_updated_at_gt": { "type": "string", "nullable": true }, - "auth_config_id_not_ends_with": { + "local_updated_at_gte": { "type": "string", "nullable": true }, - "auth_config_id_not_in": { + "local_updated_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "auth_config_id_not_starts_with": { + "local_updated_at_lt": { "type": "string", "nullable": true }, - "auth_config_id_starts_with": { + "local_updated_at_lte": { "type": "string", "nullable": true }, - "display_username": { + "local_updated_at_not": { "type": "string", "nullable": true }, - "display_username_contains": { + "local_updated_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name": { "type": "string", "nullable": true }, - "display_username_ends_with": { + "name_contains": { "type": "string", "nullable": true }, - "display_username_gt": { + "name_ends_with": { "type": "string", "nullable": true }, - "display_username_gte": { + "name_gt": { "type": "string", "nullable": true }, - "display_username_in": { + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "display_username_lt": { + "name_lt": { "type": "string", "nullable": true }, - "display_username_lte": { + "name_lte": { "type": "string", "nullable": true }, - "display_username_not": { + "name_not": { "type": "string", "nullable": true }, - "display_username_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "display_username_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "display_username_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "display_username_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "display_username_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "email_address": { + "nfs_export": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsExportWhereInput" + } + ], + "nullable": true + }, + "parent_id": { "type": "string", "nullable": true }, - "email_address_contains": { + "parent_id_contains": { "type": "string", "nullable": true }, - "email_address_ends_with": { + "parent_id_ends_with": { "type": "string", "nullable": true }, - "email_address_gt": { + "parent_id_gt": { "type": "string", "nullable": true }, - "email_address_gte": { + "parent_id_gte": { "type": "string", "nullable": true }, - "email_address_in": { + "parent_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "email_address_lt": { + "parent_id_lt": { "type": "string", "nullable": true }, - "email_address_lte": { + "parent_id_lte": { "type": "string", "nullable": true }, - "email_address_not": { + "parent_id_not": { "type": "string", "nullable": true }, - "email_address_not_contains": { + "parent_id_not_contains": { "type": "string", "nullable": true }, - "email_address_not_ends_with": { + "parent_id_not_ends_with": { "type": "string", "nullable": true }, - "email_address_not_in": { + "parent_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "email_address_not_starts_with": { + "parent_id_not_starts_with": { "type": "string", "nullable": true }, - "email_address_starts_with": { + "parent_id_starts_with": { "type": "string", "nullable": true }, - "id": { - "type": "string", + "shared_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_contains": { - "type": "string", + "shared_size_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_ends_with": { - "type": "string", + "shared_size_gte": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_gt": { - "type": "string", + "shared_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true }, - "id_gte": { - "type": "string", + "shared_size_lt": { + "type": "integer", + "format": "int64", "nullable": true }, - "id_in": { + "shared_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "shared_size_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "snapshot_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_lte": { - "type": "string", + "snapshot_num_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not": { - "type": "string", + "snapshot_num_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_contains": { - "type": "string", + "snapshot_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "snapshot_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_in": { + "snapshot_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "snapshot_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "snapshot_num_not_in": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true }, - "id_starts_with": { - "type": "string", + "unique_logical_size_gt": { + "type": "number", + "format": "double", "nullable": true }, - "internal": { - "type": "boolean", + "unique_logical_size_gte": { + "type": "number", + "format": "double", "nullable": true }, - "internal_not": { - "type": "boolean", + "unique_logical_size_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", "nullable": true }, - "ldap_dn": { + "unique_logical_size_lt": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_logical_size_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_logical_size_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_logical_size_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "unique_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "unique_size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "unique_size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "SecurityPolicyWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + }, + "type": "array", + "nullable": true + }, + "description": { "type": "string", "nullable": true }, - "ldap_dn_contains": { + "description_contains": { "type": "string", "nullable": true }, - "ldap_dn_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "ldap_dn_gt": { + "description_gt": { "type": "string", "nullable": true }, - "ldap_dn_gte": { + "description_gte": { "type": "string", "nullable": true }, - "ldap_dn_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ldap_dn_lt": { + "description_lt": { "type": "string", "nullable": true }, - "ldap_dn_lte": { + "description_lte": { "type": "string", "nullable": true }, - "ldap_dn_not": { + "description_not": { "type": "string", "nullable": true }, - "ldap_dn_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "ldap_dn_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "ldap_dn_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "ldap_dn_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "ldap_dn_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "mobile_phone": { + "everoute_cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/EverouteClusterWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "mobile_phone_contains": { + "id_contains": { "type": "string", "nullable": true }, - "mobile_phone_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "mobile_phone_gt": { + "id_gt": { "type": "string", "nullable": true }, - "mobile_phone_gte": { + "id_gte": { "type": "string", "nullable": true }, - "mobile_phone_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "mobile_phone_lt": { + "id_lt": { "type": "string", "nullable": true }, - "mobile_phone_lte": { + "id_lte": { "type": "string", "nullable": true }, - "mobile_phone_not": { + "id_not": { "type": "string", "nullable": true }, - "mobile_phone_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "mobile_phone_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "mobile_phone_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "mobile_phone_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "mobile_phone_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, @@ -54417,292 +53846,421 @@ "type": "string", "nullable": true }, - "password_expired": { - "type": "boolean", + "policy_mode": { + "allOf": [ + { + "$ref": "#/components/schemas/PolicyMode" + } + ], "nullable": true }, - "password_expired_not": { - "type": "boolean", + "policy_mode_in": { + "items": { + "$ref": "#/components/schemas/PolicyMode" + }, + "type": "array", "nullable": true }, - "password_updated_at": { + "policy_mode_not": { + "allOf": [ + { + "$ref": "#/components/schemas/PolicyMode" + } + ], + "nullable": true + }, + "policy_mode_not_in": { + "items": { + "$ref": "#/components/schemas/PolicyMode" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "PolicyMode": { + "enum": [ + "MONITOR", + "WORK" + ], + "type": "string" + }, + "VmVolumeSnapshotWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" + }, + "type": "array", + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "createAt": { "type": "string", "nullable": true }, - "password_updated_at_gt": { + "createAt_gt": { "type": "string", "nullable": true }, - "password_updated_at_gte": { + "createAt_gte": { "type": "string", "nullable": true }, - "password_updated_at_in": { + "createAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "password_updated_at_lt": { + "createAt_lt": { "type": "string", "nullable": true }, - "password_updated_at_lte": { + "createAt_lte": { "type": "string", "nullable": true }, - "password_updated_at_not": { + "createAt_not": { "type": "string", "nullable": true }, - "password_updated_at_not_in": { + "createAt_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "role": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRole" - } - ], + "description": { + "type": "string", "nullable": true }, - "role_in": { + "description_contains": { + "type": "string", + "nullable": true + }, + "description_ends_with": { + "type": "string", + "nullable": true + }, + "description_gt": { + "type": "string", + "nullable": true + }, + "description_gte": { + "type": "string", + "nullable": true + }, + "description_in": { "items": { - "$ref": "#/components/schemas/UserRole" + "type": "string" }, "type": "array", "nullable": true }, - "role_not": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRole" - } - ], + "description_lt": { + "type": "string", "nullable": true }, - "role_not_in": { + "description_lte": { + "type": "string", + "nullable": true + }, + "description_not": { + "type": "string", + "nullable": true + }, + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { "items": { - "$ref": "#/components/schemas/UserRole" + "type": "string" }, "type": "array", "nullable": true }, - "roles_every": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRoleNextWhereInput" - } - ], + "description_not_starts_with": { + "type": "string", "nullable": true }, - "roles_none": { + "description_starts_with": { + "type": "string", + "nullable": true + }, + "elf_storage_policy": { "allOf": [ { - "$ref": "#/components/schemas/UserRoleNextWhereInput" + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" } ], "nullable": true }, - "roles_some": { + "elf_storage_policy_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "type": "array", + "nullable": true + }, + "elf_storage_policy_not": { "allOf": [ { - "$ref": "#/components/schemas/UserRoleNextWhereInput" + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" } ], "nullable": true }, - "source": { + "elf_storage_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/UserSource" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "source_in": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/UserSource" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "source_not": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/UserSource" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "source_not_in": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/UserSource" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "username": { + "id": { "type": "string", "nullable": true }, - "username_contains": { + "id_contains": { "type": "string", "nullable": true }, - "username_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "username_gt": { + "id_gt": { "type": "string", "nullable": true }, - "username_gte": { + "id_gte": { "type": "string", "nullable": true }, - "username_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_lt": { + "id_lt": { "type": "string", "nullable": true }, - "username_lte": { + "id_lte": { "type": "string", "nullable": true }, - "username_not": { + "id_not": { "type": "string", "nullable": true }, - "username_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "username_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "username_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "username_starts_with": { + "id_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UserRole": { - "enum": [ - "ADMIN", - "READ_ONLY", - "ROOT" - ], - "type": "string" - }, - "UserRoleNextWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/UserRoleNextWhereInput" - }, - "type": "array", + }, + "labels_every": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], "nullable": true }, - "NOT": { + "labels_none": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "labels_some": { + "allOf": [ + { + "$ref": "#/components/schemas/LabelWhereInput" + } + ], + "nullable": true + }, + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_created_at_gt": { + "type": "string", + "nullable": true + }, + "local_created_at_gte": { + "type": "string", + "nullable": true + }, + "local_created_at_in": { "items": { - "$ref": "#/components/schemas/UserRoleNextWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "OR": { + "local_created_at_lt": { + "type": "string", + "nullable": true + }, + "local_created_at_lte": { + "type": "string", + "nullable": true + }, + "local_created_at_not": { + "type": "string", + "nullable": true + }, + "local_created_at_not_in": { "items": { - "$ref": "#/components/schemas/UserRoleNextWhereInput" + "type": "string" }, "type": "array", "nullable": true }, - "id": { + "local_id": { "type": "string", "nullable": true }, - "id_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "id_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "id_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "id_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "id_not": { + "local_id_not": { "type": "string", "nullable": true }, - "id_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "id_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "id_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, @@ -54768,2677 +54326,1323 @@ "type": "string", "nullable": true }, - "platform": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRolePlatform" - } - ], + "shared_size": { + "type": "number", + "format": "double", "nullable": true }, - "platform_in": { + "shared_size_gt": { + "type": "number", + "format": "double", + "nullable": true + }, + "shared_size_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "shared_size_in": { "items": { - "$ref": "#/components/schemas/UserRolePlatform" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "platform_not": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRolePlatform" - } - ], + "shared_size_lt": { + "type": "number", + "format": "double", "nullable": true }, - "platform_not_in": { + "shared_size_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "shared_size_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "shared_size_not_in": { "items": { - "$ref": "#/components/schemas/UserRolePlatform" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "preset": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRolePreset" - } - ], + "size": { + "type": "number", + "format": "double", "nullable": true }, - "preset_in": { + "size_gt": { + "type": "number", + "format": "double", + "nullable": true + }, + "size_gte": { + "type": "number", + "format": "double", + "nullable": true + }, + "size_in": { "items": { - "$ref": "#/components/schemas/UserRolePreset" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "preset_not": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRolePreset" - } - ], + "size_lt": { + "type": "number", + "format": "double", "nullable": true }, - "preset_not_in": { + "size_lte": { + "type": "number", + "format": "double", + "nullable": true + }, + "size_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "size_not_in": { "items": { - "$ref": "#/components/schemas/UserRolePreset" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "users_every": { + "type": { "allOf": [ { - "$ref": "#/components/schemas/UserWhereInput" + "$ref": "#/components/schemas/VmVolumeSnapshotType" } ], "nullable": true }, - "users_none": { - "allOf": [ - { - "$ref": "#/components/schemas/UserWhereInput" - } - ], + "type_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeSnapshotType" + }, + "type": "array", "nullable": true }, - "users_some": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/UserWhereInput" + "$ref": "#/components/schemas/VmVolumeSnapshotType" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UserRolePlatform": { - "enum": [ - "MANAGEMENT", - "SELF_SERVICE" - ], - "type": "string" - }, - "UserRolePreset": { - "enum": [ - "ADMIN", - "AUDITOR", - "READ_ONLY", - "ROOT", - "USER_ADMIN", - "VM_USER" - ], - "type": "string" - }, - "UserSource": { - "enum": [ - "AUTHN", - "LDAP", - "LOCAL" - ], - "type": "string" - }, - "DeleteCloudTowerApplicationPackageParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedCloudTowerApplicationPackage": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedUser": { - "properties": { - "id": { - "type": "string" }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "CloudTowerApplication": { - "properties": { - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "type_not_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeSnapshotType" + }, + "type": "array", "nullable": true }, - "id": { - "type": "string" - }, - "instanceStatuses": { - "properties": {}, - "type": "object" + "unique_size": { + "type": "number", + "format": "double", + "nullable": true }, - "name": { - "type": "string" + "unique_size_gt": { + "type": "number", + "format": "double", + "nullable": true }, - "package": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCloudTowerApplicationPackage" - } - ], + "unique_size_gte": { + "type": "number", + "format": "double", "nullable": true }, - "placementSituation": { - "type": "string", + "unique_size_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", "nullable": true }, - "placementVerb": { - "type": "string", + "unique_size_lt": { + "type": "number", + "format": "double", "nullable": true }, - "resourceVersion": { - "type": "integer", - "format": "int32" + "unique_size_lte": { + "type": "number", + "format": "double", + "nullable": true }, - "state": { - "allOf": [ - { - "$ref": "#/components/schemas/CloudTowerApplicationState" - } - ], + "unique_size_not": { + "type": "number", + "format": "double", "nullable": true }, - "targetPackage": { - "type": "string" + "unique_size_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true }, - "user": { + "vm_volume": { "allOf": [ { - "$ref": "#/components/schemas/NestedUser" + "$ref": "#/components/schemas/VmVolumeWhereInput" } ], "nullable": true }, - "vmSpec": { - "properties": {}, - "type": "object" - } - }, - "required": [ - "id", - "instanceStatuses", - "name", - "resourceVersion", - "targetPackage", - "vmSpec" - ], - "type": "object", - "additionalProperties": false - }, - "ApplicationVmSpecEnv": { - "properties": { - "value": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" - }, - "ApplicationVmSpecNic": { - "properties": { - "vlanId": { - "type": "string" + "volume_sharing": { + "type": "boolean", + "nullable": true }, - "mask": { - "type": "string" + "volume_sharing_not": { + "type": "boolean", + "nullable": true }, - "ip": { - "type": "string" + "volume_size": { + "type": "number", + "format": "double", + "nullable": true }, - "gateway": { - "type": "string" + "volume_size_gt": { + "type": "number", + "format": "double", + "nullable": true }, - "dhcp": { - "type": "boolean" - } - }, - "type": "object" - }, - "ApplicationVmSpecNetwork": { - "properties": { - "nics": { - "items": { - "$ref": "#/components/schemas/ApplicationVmSpecNic" - }, - "type": "array" + "volume_size_gte": { + "type": "number", + "format": "double", + "nullable": true }, - "dns": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "type": "object" - }, - "ApplicationVmSpecStatus": { - "properties": { - "vmIps": { + "volume_size_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, - "type": "array" - }, - "message": { - "$ref": "#/components/schemas/VmStatus" - } - }, - "type": "object" - }, - "ApplicationVmSpecStorage": { - "properties": { - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" + "type": "array", + "nullable": true }, - "size": { - "type": "integer", - "format": "int64" - } - }, - "type": "object" - }, - "ApplicationVmSpec": { - "properties": { - "vmUsage": { - "$ref": "#/components/schemas/VmUsage" + "volume_size_lt": { + "type": "number", + "format": "double", + "nullable": true }, - "storages": { - "items": { - "$ref": "#/components/schemas/ApplicationVmSpecStorage" - }, - "type": "array" + "volume_size_lte": { + "type": "number", + "format": "double", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/ApplicationVmSpecStatus" + "volume_size_not": { + "type": "number", + "format": "double", + "nullable": true }, - "publicKeys": { + "volume_size_not_in": { "items": { - "type": "string" + "type": "number", + "format": "double" }, - "type": "array" - }, - "network": { - "$ref": "#/components/schemas/ApplicationVmSpecNetwork" - }, - "name": { - "type": "string" + "type": "array", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "zbs_snapshot_uuid": { + "type": "string", + "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "zbs_snapshot_uuid_contains": { + "type": "string", + "nullable": true }, - "internal": { - "type": "boolean" + "zbs_snapshot_uuid_ends_with": { + "type": "string", + "nullable": true }, - "image": { - "type": "string" + "zbs_snapshot_uuid_gt": { + "type": "string", + "nullable": true }, - "host": { - "type": "string" + "zbs_snapshot_uuid_gte": { + "type": "string", + "nullable": true }, - "env": { + "zbs_snapshot_uuid_in": { "items": { - "$ref": "#/components/schemas/ApplicationVmSpecEnv" + "type": "string" }, - "type": "array" - }, - "cpu": { - "type": "integer", - "format": "int32" - }, - "cluster": { - "type": "string" - }, - "cloudInitUserData": { - "type": "string" - } - }, - "type": "object" - }, - "ApplicationVmSpecPlacementSituation": { - "enum": [ - "DIFFERENT", - "SAME" - ], - "type": "string" - }, - "ApplicationVmSpecPlacementVerb": { - "enum": [ - "MUST", - "PREFER" - ], - "type": "string" - }, - "ApplicationVmSpecPlacement": { - "properties": { - "verb": { - "$ref": "#/components/schemas/ApplicationVmSpecPlacementVerb" + "type": "array", + "nullable": true }, - "situation": { - "$ref": "#/components/schemas/ApplicationVmSpecPlacementSituation" - } - }, - "required": [ - "verb", - "situation" - ], - "type": "object" - }, - "ApplicationVmSpecAffinityPolicy": { - "enum": [ - "MUST", - "PREFER" - ], - "type": "string" - }, - "ApplicationVmSpecDefinition": { - "properties": { - "vmAffinity": { - "$ref": "#/components/schemas/ApplicationVmSpecAffinityPolicy" + "zbs_snapshot_uuid_lt": { + "type": "string", + "nullable": true }, - "placement": { - "$ref": "#/components/schemas/ApplicationVmSpecPlacement" + "zbs_snapshot_uuid_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "zbs_snapshot_uuid_not": { + "type": "string", + "nullable": true }, - "group": { - "type": "string" + "zbs_snapshot_uuid_not_contains": { + "type": "string", + "nullable": true }, - "template": { - "$ref": "#/components/schemas/ApplicationVmSpec" + "zbs_snapshot_uuid_not_ends_with": { + "type": "string", + "nullable": true }, - "instances": { + "zbs_snapshot_uuid_not_in": { "items": { - "$ref": "#/components/schemas/ApplicationVmSpec" + "type": "string" }, - "type": "array" - } - }, - "type": "object" - }, - "DeployCloudTowerApplicationParams": { - "properties": { - "name": { - "type": "string" - }, - "targetPackage": { - "type": "string" + "type": "array", + "nullable": true }, - "vmSpec": { - "$ref": "#/components/schemas/ApplicationVmSpecDefinition" - } - }, - "required": [ - "name", - "targetPackage", - "vmSpec" - ], - "type": "object" - }, - "CloudTowerApplicationWhereUniqueInput": { - "properties": { - "id": { + "zbs_snapshot_uuid_not_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UpgradeCloudTowerApplicationParams": { - "properties": { - "data": { - "properties": { - "targetPackage": { - "type": "string" - } - }, - "required": [ - "targetPackage" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/CloudTowerApplicationWhereUniqueInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "UpdateCloudTowerApplicationVmSpecParams": { - "properties": { - "data": { - "properties": { - "vmSpec": { - "$ref": "#/components/schemas/ApplicationVmSpecDefinition" - } - }, - "required": [ - "vmSpec" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/CloudTowerApplicationWhereUniqueInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "UninstallCloudTowerApplicationParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedApplication": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedConsistencyGroup": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedDatacenter": { - "properties": { - "id": { - "type": "string" }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedEverouteCluster": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedLabel": { - "properties": { - "id": { - "type": "string" - }, - "key": { - "type": "string" - }, - "value": { + "zbs_snapshot_uuid_starts_with": { "type": "string", "nullable": true } }, - "required": [ - "id", - "key" - ], "type": "object", "additionalProperties": false }, - "MetroCheckStatusEnum": { + "VmVolumeSnapshotType": { "enum": [ - "CRITICAL", - "HEALTHY", - "INFO", - "NOTICE" + "KVM_VOLUME_ISCSI_SNAPSHOT", + "KVM_VOLUME_SNAPSHOT" ], "type": "string" }, - "NestedMetroCheckItem": { + "PmemDimmWhereInput": { "properties": { - "critical": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/PmemDimmWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "info": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/PmemDimmWhereInput" }, - "type": "array" - }, - "key": { - "type": "string" - }, - "labels": { - "properties": {}, - "type": "object" + "type": "array", + "nullable": true }, - "notice": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/PmemDimmWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/MetroCheckStatusEnum" - } - }, - "required": [ - "critical", - "info", - "key", - "labels", - "notice", - "status" - ], - "type": "object", - "additionalProperties": false - }, - "NestedMetroCheckResult": { - "properties": { - "critical": { + "capacity": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "info": { + "capacity_gt": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "items": { + "capacity_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "capacity_in": { "items": { - "$ref": "#/components/schemas/NestedMetroCheckItem" + "type": "integer", + "format": "int64" }, - "type": "array" + "type": "array", + "nullable": true }, - "notice": { + "capacity_lt": { "type": "integer", - "format": "int32" - }, - "status": { - "$ref": "#/components/schemas/MetroCheckStatusEnum" - } - }, - "required": [ - "critical", - "info", - "items", - "notice", - "status" - ], - "type": "object", - "additionalProperties": false - }, - "NestedMetroAvailabilityChecklist": { - "properties": { - "primaryZone": { - "$ref": "#/components/schemas/NestedMetroCheckResult" - }, - "primaryZoneAndWitness": { - "$ref": "#/components/schemas/NestedMetroCheckResult" + "format": "int64", + "nullable": true }, - "secondaryZone": { - "$ref": "#/components/schemas/NestedMetroCheckResult" + "capacity_lte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "secondaryZoneAndWitness": { - "$ref": "#/components/schemas/NestedMetroCheckResult" + "capacity_not": { + "type": "integer", + "format": "int64", + "nullable": true }, - "witness": { - "$ref": "#/components/schemas/NestedMetroCheckResult" + "capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true }, - "zoneAndZone": { - "$ref": "#/components/schemas/NestedMetroCheckResult" - } - }, - "required": [ - "primaryZone", - "primaryZoneAndWitness", - "secondaryZone", - "secondaryZoneAndWitness", - "witness", - "zoneAndZone" - ], - "type": "object", - "additionalProperties": false - }, - "NestedClusterSettings": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVcenterAccount": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVds": { - "properties": { - "id": { - "type": "string" + "device_locator": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmFolder": { - "properties": { - "id": { - "type": "string" + "device_locator_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmTemplate": { - "properties": { - "id": { - "type": "string" + "device_locator_ends_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedWitness": { - "properties": { - "id": { - "type": "string" + "device_locator_gt": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedZone": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "Cluster": { - "properties": { - "application_highest_version": { + "device_locator_gte": { "type": "string", "nullable": true }, - "applications": { + "device_locator_in": { "items": { - "$ref": "#/components/schemas/NestedApplication" + "type": "string" }, "type": "array", "nullable": true }, - "architecture": { - "$ref": "#/components/schemas/Architecture" + "device_locator_lt": { + "type": "string", + "nullable": true }, - "auto_converge": { - "type": "boolean", + "device_locator_lte": { + "type": "string", "nullable": true }, - "connect_state": { - "$ref": "#/components/schemas/ConnectState" + "device_locator_not": { + "type": "string", + "nullable": true }, - "consistency_groups": { - "items": { - "$ref": "#/components/schemas/NestedConsistencyGroup" - }, - "type": "array", + "device_locator_not_contains": { + "type": "string", "nullable": true }, - "current_cpu_model": { + "device_locator_not_ends_with": { "type": "string", "nullable": true }, - "datacenters": { + "device_locator_not_in": { "items": { - "$ref": "#/components/schemas/NestedDatacenter" + "type": "string" }, "type": "array", "nullable": true }, - "disconnected_date": { + "device_locator_not_starts_with": { "type": "string", "nullable": true }, - "disconnected_reason": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterConnectorErrorCode" - } - ], + "device_locator_starts_with": { + "type": "string", "nullable": true }, - "dns": { - "items": { - "type": "string" - }, - "type": "array" - }, - "entityAsyncStatus": { + "disk": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/DiskWhereInput" } ], "nullable": true }, - "everoute_cluster": { + "health_status": { "allOf": [ { - "$ref": "#/components/schemas/NestedEverouteCluster" + "$ref": "#/components/schemas/DiskHealthStatus" } ], "nullable": true }, - "failure_data_space": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "has_metrox": { - "type": "boolean", + "health_status_in": { + "items": { + "$ref": "#/components/schemas/DiskHealthStatus" + }, + "type": "array", "nullable": true }, - "host_num": { - "type": "integer", - "format": "int32", + "health_status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskHealthStatus" + } + ], "nullable": true }, - "hosts": { + "health_status_not_in": { "items": { - "$ref": "#/components/schemas/NestedHost" + "$ref": "#/components/schemas/DiskHealthStatus" }, "type": "array", "nullable": true }, - "hypervisor": { + "host": { "allOf": [ { - "$ref": "#/components/schemas/Hypervisor" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, "id": { - "type": "string" - }, - "ip": { - "type": "string" + "type": "string", + "nullable": true }, - "is_all_flash": { - "type": "boolean", + "id_contains": { + "type": "string", "nullable": true }, - "iscsi_vip": { + "id_ends_with": { "type": "string", "nullable": true }, - "labels": { + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "license_expire_date": { + "id_lt": { "type": "string", "nullable": true }, - "license_serial": { + "id_lte": { "type": "string", "nullable": true }, - "license_sign_date": { + "id_not": { "type": "string", "nullable": true }, - "license_type": { - "allOf": [ - { - "$ref": "#/components/schemas/LicenseType" - } - ], + "id_not_contains": { + "type": "string", "nullable": true }, - "local_id": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "maintenance_end_date": { - "type": "string", + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "maintenance_start_date": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "management_vip": { + "id_starts_with": { "type": "string", "nullable": true }, - "max_chunk_num": { - "type": "integer", - "format": "int32", + "local_id": { + "type": "string", "nullable": true }, - "max_physical_data_capacity": { - "type": "integer", - "format": "int64", + "local_id_contains": { + "type": "string", "nullable": true }, - "max_physical_data_capacity_per_node": { - "type": "integer", - "format": "int64", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "metro_availability_checklist": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedMetroAvailabilityChecklist" - } - ], + "local_id_gt": { + "type": "string", "nullable": true }, - "mgt_gateway": { + "local_id_gte": { "type": "string", "nullable": true }, - "mgt_netmask": { + "local_id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_id_lt": { "type": "string", "nullable": true }, - "migration_data_size": { - "type": "integer", - "format": "int64", + "local_id_lte": { + "type": "string", "nullable": true }, - "migration_speed": { - "type": "integer", - "format": "int64", + "local_id_not": { + "type": "string", "nullable": true }, - "name": { - "type": "string" + "local_id_not_contains": { + "type": "string", + "nullable": true }, - "ntp_mode": { - "allOf": [ - { - "$ref": "#/components/schemas/NtpMode" - } - ], + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "ntp_servers": { + "local_id_not_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "nvme_over_rdma_enabled": { - "type": "boolean", + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "nvme_over_tcp_enabled": { - "type": "boolean", + "local_id_starts_with": { + "type": "string", "nullable": true }, - "nvmf_enabled": { - "type": "boolean", + "name": { + "type": "string", "nullable": true }, - "pmem_enabled": { - "type": "boolean", + "name_contains": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "provisioned_cpu_cores_for_active_vm": { - "type": "integer", - "format": "int32", + "name_gt": { + "type": "string", "nullable": true }, - "provisioned_for_active_vm_ratio": { - "type": "number", - "format": "double", + "name_gte": { + "type": "string", "nullable": true }, - "provisioned_memory_bytes": { - "type": "integer", - "format": "int64", + "name_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "provisioned_ratio": { - "type": "number", - "format": "double", + "name_lt": { + "type": "string", "nullable": true }, - "rdma_enabled": { - "type": "boolean", + "name_lte": { + "type": "string", "nullable": true }, - "recommended_cpu_models": { + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "recover_data_size": { - "type": "integer", - "format": "int64", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "recover_speed": { - "type": "integer", - "format": "int64", + "name_starts_with": { + "type": "string", "nullable": true }, - "reserved_cpu_cores_for_system_service": { + "numa_node": { "type": "integer", "format": "int32", "nullable": true }, - "running_vm_num": { + "numa_node_gt": { "type": "integer", "format": "int32", "nullable": true }, - "settings": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedClusterSettings" - } - ], + "numa_node_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "software_edition": { - "allOf": [ - { - "$ref": "#/components/schemas/SoftwareEdition" - } - ], + "numa_node_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "stopped_vm_num": { + "numa_node_lt": { "type": "integer", "format": "int32", "nullable": true }, - "stretch": { - "type": "boolean", + "numa_node_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "suspended_vm_num": { + "numa_node_not": { "type": "integer", "format": "int32", "nullable": true }, - "total_cache_capacity": { - "type": "integer", - "format": "int64", + "numa_node_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "total_cpu_cores": { - "type": "integer", - "format": "int32", + "part_number": { + "type": "string", "nullable": true }, - "total_cpu_hz": { - "type": "integer", - "format": "int64", + "part_number_contains": { + "type": "string", "nullable": true }, - "total_cpu_models": { + "part_number_ends_with": { + "type": "string", + "nullable": true + }, + "part_number_gt": { + "type": "string", + "nullable": true + }, + "part_number_gte": { + "type": "string", + "nullable": true + }, + "part_number_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "total_cpu_sockets": { - "type": "integer", - "format": "int32", + "part_number_lt": { + "type": "string", "nullable": true }, - "total_data_capacity": { - "type": "integer", - "format": "int64", + "part_number_lte": { + "type": "string", "nullable": true }, - "total_memory_bytes": { - "type": "integer", - "format": "int64", + "part_number_not": { + "type": "string", "nullable": true }, - "type": { - "$ref": "#/components/schemas/ClusterType" + "part_number_not_contains": { + "type": "string", + "nullable": true }, - "upgrade_tool_version": { + "part_number_not_ends_with": { "type": "string", "nullable": true }, - "used_cpu_hz": { - "type": "number", - "format": "double", + "part_number_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "used_data_space": { - "type": "integer", - "format": "int64", + "part_number_not_starts_with": { + "type": "string", "nullable": true }, - "used_memory_bytes": { - "type": "number", - "format": "double", + "part_number_starts_with": { + "type": "string", "nullable": true }, - "valid_data_space": { + "remaining_life_percent": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "vcenterAccount": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVcenterAccount" - } - ], + "remaining_life_percent_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "vdses": { + "remaining_life_percent_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "remaining_life_percent_in": { "items": { - "$ref": "#/components/schemas/NestedVds" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "version": { - "type": "string" - }, - "vhost_enabled": { - "type": "boolean", + "remaining_life_percent_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "vm_folders": { - "items": { - "$ref": "#/components/schemas/NestedVmFolder" - }, - "type": "array", + "remaining_life_percent_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "vm_num": { + "remaining_life_percent_not": { "type": "integer", "format": "int32", "nullable": true }, - "vm_templates": { + "remaining_life_percent_not_in": { "items": { - "$ref": "#/components/schemas/NestedVmTemplate" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "vms": { - "items": { - "$ref": "#/components/schemas/NestedVm" - }, - "type": "array", + "version": { + "type": "string", "nullable": true }, - "witness": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedWitness" - } - ], + "version_contains": { + "type": "string", "nullable": true }, - "zones": { + "version_ends_with": { + "type": "string", + "nullable": true + }, + "version_gt": { + "type": "string", + "nullable": true + }, + "version_gte": { + "type": "string", + "nullable": true + }, + "version_in": { "items": { - "$ref": "#/components/schemas/NestedZone" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "architecture", - "connect_state", - "dns", - "id", - "ip", - "name", - "ntp_servers", - "recommended_cpu_models", - "total_cpu_models", - "type", - "version" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Cluster_": { - "properties": { - "task_id": { + }, + "version_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Cluster" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ClusterCreationParams": { - "properties": { - "datacenter_id": { - "type": "string" - }, - "secondary_zone_datacenter_id": { - "type": "string" + "version_lte": { + "type": "string", + "nullable": true }, - "primary_zone_datacenter_id": { - "type": "string" + "version_not": { + "type": "string", + "nullable": true }, - "password": { - "type": "string" + "version_not_contains": { + "type": "string", + "nullable": true }, - "username": { - "type": "string" + "version_not_ends_with": { + "type": "string", + "nullable": true }, - "ip": { - "type": "string" - } - }, - "required": [ - "password", - "username", - "ip" - ], - "type": "object" - }, - "ClusterUpdationParams": { - "properties": { - "data": { - "properties": { - "secondary_zone_id": { - "type": "string" - }, - "primary_zone_id": { - "type": "string" - }, - "datacenter_id": { - "type": "string" - }, - "secondary_zone_datacenter_id": { - "type": "string" - }, - "primary_zone_datacenter_id": { - "type": "string" - }, - "password": { - "type": "string" - }, - "username": { - "type": "string" - }, - "ip": { - "type": "string" - } + "version_not_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ClusterLicenseUpdationParams": { - "properties": { - "data": { - "properties": { - "license": { - "type": "string" - } - }, - "required": [ - "license" - ], - "type": "object" + "version_not_starts_with": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" + "version_starts_with": { + "type": "string", + "nullable": true } }, - "required": [ - "data", - "where" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "MgtIpMapper": { - "properties": { - "ip": { - "type": "string" - }, - "host_id": { - "type": "string" - } - }, - "required": [ - "ip", - "host_id" + "DiskUsage": { + "enum": [ + "BOOT", + "CACHE", + "CACHE_AND_META", + "DATA", + "DATA_AND_META" ], - "type": "object" + "type": "string" }, - "ClusterNetworkSettingUpdationParams": { - "properties": { - "data": { - "properties": { - "mgt_ip_mapper": { - "items": { - "$ref": "#/components/schemas/MgtIpMapper" - }, - "type": "array" - }, - "mgt_netmask": { - "type": "string" - }, - "mgt_gateway": { - "type": "string" - }, - "ntp_mode": { - "$ref": "#/components/schemas/NtpMode" - }, - "ntp_servers": { - "items": { - "type": "string" - }, - "type": "array" - }, - "dns": { - "items": { - "type": "string" - }, - "type": "array" - }, - "iscsi_vip": { - "type": "string" - }, - "management_vip": { - "type": "string" - } - }, - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "data", - "where" + "DiskType": { + "enum": [ + "HDD", + "NVMe_SSD", + "PMem", + "SATA_OR_SAS_SSD", + "SSD" ], - "type": "object" + "type": "string" }, - "ClusterVirtualizationUpdationParams": { - "properties": { - "data": { - "properties": { - "auto_converge": { - "type": "boolean" - }, - "current_cpu_model": { - "type": "string" - } - }, - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "data", - "where" + "DiskUsageStatus": { + "enum": [ + "ISOLATED", + "MOUNTED", + "MOUNTING", + "PARTIAL_MOUNTED", + "UNMOUNTED", + "UNMOUNTING" ], - "type": "object" + "type": "string" }, - "NestedVmRecycleBin": { + "IpmiWhereInput": { "properties": { - "enabled": { - "type": "boolean" + "AND": { + "items": { + "$ref": "#/components/schemas/IpmiWhereInput" + }, + "type": "array", + "nullable": true }, - "retain": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "enabled", - "retain" - ], - "type": "object", - "additionalProperties": false - }, - "ClusterSettings": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "NOT": { + "items": { + "$ref": "#/components/schemas/IpmiWhereInput" + }, + "type": "array", + "nullable": true }, - "default_ha": { - "type": "boolean", + "OR": { + "items": { + "$ref": "#/components/schemas/IpmiWhereInput" + }, + "type": "array", "nullable": true }, - "default_storage_policy": { + "host": { "allOf": [ { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "enabled_iscsi": { - "type": "boolean", + "id": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "id_contains": { + "type": "string", + "nullable": true }, - "vm_recycle_bin": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVmRecycleBin" - } - ], + "id_ends_with": { + "type": "string", "nullable": true - } - }, - "required": [ - "cluster", - "id" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_ClusterSettings_": { - "properties": { - "task_id": { + }, + "id_gt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/ClusterSettings" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ClusterHaUpdationParams": { - "properties": { - "ha": { - "type": "boolean" + "id_gte": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "ha", - "where" - ], - "type": "object" - }, - "ClusterEnableIscsiUpdationParams": { - "properties": { - "enable_iscsi": { - "type": "boolean" + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "enable_iscsi", - "where" - ], - "type": "object" - }, - "DeleteCluster": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteCluster_": { - "properties": { - "task_id": { + "id_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteCluster" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ClusterDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "MetaLeader": { - "properties": { - "meta_leader": { - "type": "string" + "id_lte": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "meta_leader", - "cluster_id" - ], - "type": "object" - }, - "GetMetaLeaderRequestBody": { - "properties": { - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedIscsiLunSnapshot": { - "properties": { - "id": { - "type": "string" + "id_not": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedNvmfNamespaceSnapshot": { - "properties": { - "id": { - "type": "string" + "id_not_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "ConsistencyGroupSnapshot": { - "properties": { - "Iscsi_lun_snapshots": { + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "$ref": "#/components/schemas/NestedIscsiLunSnapshot" + "type": "string" }, "type": "array", "nullable": true }, - "consistency_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedConsistencyGroup" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "id_starts_with": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "ip": { + "type": "string", + "nullable": true }, - "labels": { + "ip_contains": { + "type": "string", + "nullable": true + }, + "ip_ends_with": { + "type": "string", + "nullable": true + }, + "ip_gt": { + "type": "string", + "nullable": true + }, + "ip_gte": { + "type": "string", + "nullable": true + }, + "ip_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { - "type": "string" + "ip_lt": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "ip_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "ip_not": { + "type": "string", + "nullable": true }, - "nvmf_namespace_snapshots": { + "ip_not_contains": { + "type": "string", + "nullable": true + }, + "ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "ip_not_in": { "items": { - "$ref": "#/components/schemas/NestedNvmfNamespaceSnapshot" + "type": "string" }, "type": "array", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64" - } - }, - "required": [ - "id", - "local_created_at", - "local_id", - "name", - "unique_size" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_ConsistencyGroupSnapshot_": { - "properties": { - "task_id": { + "ip_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ConsistencyGroupSnapshotCreationParams": { - "properties": { - "consistency_group_id": { - "type": "string" + "ip_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "consistency_group_id", - "name" - ], - "type": "object" - }, - "ConsistencyGroupSnapshotUpdationParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "DeleteConsistencyGroupSnapshot": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteConsistencyGroupSnapshot_": { - "properties": { - "task_id": { + "local_id": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteConsistencyGroupSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ConsistencyGroupSnapshotDeletionParams": { - "properties": { - "data": { - "properties": { - "remain_volume_snapshot": { - "type": "boolean" - } - }, - "required": [ - "remain_volume_snapshot" - ], - "type": "object" + "local_id_contains": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NestedConsistencyGroupSnapshot": { - "properties": { - "id": { - "type": "string" + "local_id_ends_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedIscsiLun": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedNvmfNamespace": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "ConsistencyGroup": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "consistency_group_snapshots": { - "items": { - "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" - }, - "type": "array", + "local_id_gt": { + "type": "string", "nullable": true }, - "description": { - "type": "string" - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "local_id_gte": { + "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "iscsi_luns": { + "local_id_in": { "items": { - "$ref": "#/components/schemas/NestedIscsiLun" + "type": "string" }, "type": "array", "nullable": true }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", + "local_id_lt": { + "type": "string", "nullable": true }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" + "local_id_lte": { + "type": "string", + "nullable": true }, - "namespaces": { - "items": { - "$ref": "#/components/schemas/NestedNvmfNamespace" - }, - "type": "array", + "local_id_not": { + "type": "string", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64" - } - }, - "required": [ - "cluster", - "description", - "id", - "local_created_at", - "local_id", - "name", - "unique_size" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_ConsistencyGroup_": { - "properties": { - "task_id": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/ConsistencyGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ConsistencyGroupCreationParams": { - "properties": { - "namespaces_ids": { - "items": { - "type": "string" - }, - "type": "array" + "local_id_not_ends_with": { + "type": "string", + "nullable": true }, - "iscsi_luns_ids": { + "local_id_not_in": { "items": { "type": "string" }, - "type": "array" - }, - "description": { - "type": "string" - }, - "cluster_id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "namespaces_ids", - "iscsi_luns_ids", - "cluster_id", - "name" - ], - "type": "object" - }, - "ConsistencyGroupUpdationParams": { - "properties": { - "data": { - "properties": { - "remain_volume_snapshot": { - "type": "boolean" - }, - "namespaces_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "iscsi_luns_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteConsistencyGroup": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteConsistencyGroup_": { - "properties": { - "task_id": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteConsistencyGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ConsistencyGroupDeletionParams": { - "properties": { - "data": { - "properties": { - "remain_volume_snapshot": { - "type": "boolean" - } - }, - "type": "object" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NestedElfImage": { - "properties": { - "id": { - "type": "string" + "username": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmDisk": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmSnapshot": { - "properties": { - "id": { - "type": "string" + "username_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "ContentLibraryImage": { - "properties": { - "clusters": { - "items": { - "$ref": "#/components/schemas/NestedCluster" - }, - "type": "array", + "username_ends_with": { + "type": "string", "nullable": true }, - "createdAt": { - "type": "string" + "username_gt": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "username_gte": { + "type": "string", + "nullable": true }, - "elf_image_uuids": { + "username_in": { "items": { "type": "string" }, - "type": "array" - }, - "elf_images": { - "items": { - "$ref": "#/components/schemas/NestedElfImage" - }, "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "username_lt": { + "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "iscsi_luns": { - "items": { - "$ref": "#/components/schemas/NestedIscsiLun" - }, - "type": "array", + "username_lte": { + "type": "string", "nullable": true }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", + "username_not": { + "type": "string", "nullable": true }, - "name": { - "type": "string" - }, - "path": { - "type": "string" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedVmDisk" - }, - "type": "array", + "username_not_contains": { + "type": "string", "nullable": true }, - "vm_snapshots": { - "items": { - "$ref": "#/components/schemas/NestedVmSnapshot" - }, - "type": "array", + "username_not_ends_with": { + "type": "string", "nullable": true }, - "vm_templates": { + "username_not_in": { "items": { - "$ref": "#/components/schemas/NestedVmTemplate" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "createdAt", - "description", - "elf_image_uuids", - "id", - "name", - "path", - "size" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_ContentLibraryImage_": { - "properties": { - "task_id": { + }, + "username_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/ContentLibraryImage" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ContentLibraryImageUpdationParamsData": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "ContentLibraryImageUpdationParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/ContentLibraryImageUpdationParamsData" - }, - "where": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ContentLibraryImageUpdationClusterParamsData": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "clusters" - ], - "type": "object" - }, - "ContentLibraryImageUpdationClusterParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/ContentLibraryImageUpdationClusterParamsData" - }, - "where": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteContentLibraryImage": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteContentLibraryImage_": { - "properties": { - "task_id": { + "username_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteContentLibraryImage" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ContentLibraryImageDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "ContentLibraryImageImportData": { - "properties": { - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "cluster": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "url", - "name", - "cluster" - ], - "type": "object" - }, - "ContentLibraryImageImportParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/ContentLibraryImageImportData" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "OvfCpu": { - "properties": { - "sockets": { - "type": "integer", - "format": "int32" + "valid": { + "type": "boolean", + "nullable": true }, - "cores": { - "type": "integer", - "format": "int32" + "valid_not": { + "type": "boolean", + "nullable": true } }, - "required": [ - "sockets", - "cores" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "OvfNic": { - "properties": { - "mac": { - "type": "string" - } - }, - "required": [ - "mac" + "HostState": { + "enum": [ + "IDLE", + "IN_USE", + "REMOVING" ], - "type": "object" + "type": "string" }, - "OvfDisk": { - "properties": { - "size": { - "type": "integer", - "format": "int64" - }, - "type": { - "$ref": "#/components/schemas/VmDiskType" - }, - "bus": { - "$ref": "#/components/schemas/Bus" - }, - "name": { - "type": "string" - } - }, - "required": [ - "size", - "type", - "bus", - "name" + "HostStatus": { + "enum": [ + "CONNECTED_ERROR", + "CONNECTED_HEALTHY", + "CONNECTED_WARNING", + "CONNECTING", + "INITIALIZING", + "SESSION_EXPIRED" ], - "type": "object" + "type": "string" }, - "ParsedOVF": { + "UsbDeviceWhereInput": { "properties": { - "firmware": { - "$ref": "#/components/schemas/VmFirmware" - }, - "disks": { + "AND": { "items": { - "$ref": "#/components/schemas/OvfDisk" + "$ref": "#/components/schemas/UsbDeviceWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "nics": { + "NOT": { "items": { - "$ref": "#/components/schemas/OvfNic" + "$ref": "#/components/schemas/UsbDeviceWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "OR": { + "items": { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + }, + "type": "array", + "nullable": true }, - "cpu": { - "$ref": "#/components/schemas/OvfCpu" + "binded": { + "type": "boolean", + "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "binded_not": { + "type": "boolean", + "nullable": true }, "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "firmware", - "disks", - "nics", - "memory", - "cpu", - "vcpu", - "name" - ], - "type": "object" - }, - "ExportFileDownloadLinks": { - "properties": { - "link": { - "type": "string" - }, - "filename": { - "type": "string" - } - }, - "required": [ - "link", - "filename" - ], - "type": "object" - }, - "VmExportFileWhereUniqueInput": { - "properties": { - "data_port_id": { "type": "string", "nullable": true }, - "id": { + "description_contains": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "GetExportFileDownloadLinksParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmExportFileWhereUniqueInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedCpu": { - "properties": { - "cores": { - "type": "integer", - "format": "int32" - }, - "sockets": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "cores", - "sockets" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmEntityFilterResult": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedGpuDevice": { - "properties": { - "id": { - "type": "string" }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedIsolationPolicy": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedNic": { - "properties": { - "id": { - "type": "string" + "description_ends_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedSnapshotPlan": { - "properties": { - "id": { - "type": "string" + "description_gt": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedUsbDevice": { - "properties": { - "id": { - "type": "string" + "description_gte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmNic": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVmPlacementGroup": { - "properties": { - "id": { - "type": "string" + "description_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "Vm": { - "properties": { - "bios_uuid": { + "description_lt": { "type": "string", "nullable": true }, - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" - }, - "cloud_init_supported": { - "type": "boolean", + "description_lte": { + "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], + "description_not": { + "type": "string", "nullable": true }, - "cpu": { - "$ref": "#/components/schemas/NestedCpu" + "description_not_contains": { + "type": "string", + "nullable": true }, - "cpu_model": { - "type": "string" + "description_not_ends_with": { + "type": "string", + "nullable": true }, - "cpu_usage": { - "type": "number", - "format": "double", + "description_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "deleted_at": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "description": { - "type": "string" - }, - "dns_servers": { + "description_starts_with": { "type": "string", "nullable": true }, @@ -57450,2288 +55654,1874 @@ ], "nullable": true }, - "entity_filter_results": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/NestedVmEntityFilterResult" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" - }, - "folder": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/NestedVmFolder" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "gpu_devices": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/NestedGpuDevice" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "guest_cpu_model": { - "type": "string", - "nullable": true - }, - "guest_os_type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmGuestsOperationSystem" - } - ], - "nullable": true - }, - "guest_size_usage": { - "type": "number", - "format": "double", - "nullable": true - }, - "guest_used_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "ha": { - "type": "boolean" - }, "host": { "allOf": [ { - "$ref": "#/components/schemas/NestedHost" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "hostname": { + "id": { "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "in_recycle_bin": { - "type": "boolean" - }, - "internal": { - "type": "boolean" - }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], + "id_contains": { + "type": "string", "nullable": true }, - "ips": { - "type": "string" + "id_ends_with": { + "type": "string", + "nullable": true }, - "isolation_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedIsolationPolicy" - } - ], + "id_gt": { + "type": "string", "nullable": true }, - "kernel_info": { + "id_gte": { "type": "string", "nullable": true }, - "labels": { + "id_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "last_shutdown_time": { + "id_lt": { "type": "string", "nullable": true }, - "local_created_at": { + "id_lte": { "type": "string", "nullable": true }, - "local_id": { - "type": "string" - }, - "logical_size_bytes": { - "type": "integer", - "format": "int64", + "id_not": { + "type": "string", "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64", + "id_not_contains": { + "type": "string", "nullable": true }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "id_not_ends_with": { + "type": "string", "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int32", + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" - }, - "memory_usage": { - "type": "number", - "format": "double", + "id_starts_with": { + "type": "string", "nullable": true }, - "name": { - "type": "string" - }, - "nested_virtualization": { - "type": "boolean" - }, - "node_ip": { - "type": "string" + "local_created_at": { + "type": "string", + "nullable": true }, - "original_name": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "os": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "out_uninstall_usb": { + "local_created_at_in": { "items": { "type": "string" }, - "type": "array" - }, - "pci_nics": { - "items": { - "$ref": "#/components/schemas/NestedNic" - }, "type": "array", "nullable": true }, - "protected": { - "type": "boolean" - }, - "provisioned_size": { - "type": "integer", - "format": "int64", + "local_created_at_lt": { + "type": "string", "nullable": true }, - "size": { - "type": "integer", - "format": "int64", + "local_created_at_lte": { + "type": "string", "nullable": true }, - "snapshot_plan": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedSnapshotPlan" - } - ], + "local_created_at_not": { + "type": "string", "nullable": true }, - "snapshots": { + "local_created_at_not_in": { "items": { - "$ref": "#/components/schemas/NestedVmSnapshot" + "type": "string" }, "type": "array", "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "local_id": { + "type": "string", + "nullable": true }, - "unique_logical_size": { - "type": "number", - "format": "double", + "local_id_contains": { + "type": "string", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "usb_devices": { + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "$ref": "#/components/schemas/NestedUsbDevice" + "type": "string" }, "type": "array", "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "local_id_lt": { + "type": "string", + "nullable": true }, - "video_type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVideoType" - } - ], + "local_id_lte": { + "type": "string", "nullable": true }, - "vm_disks": { + "local_id_not": { + "type": "string", + "nullable": true + }, + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/NestedVmDisk" + "type": "string" }, "type": "array", "nullable": true }, - "vm_nics": { + "local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "local_id_starts_with": { + "type": "string", + "nullable": true + }, + "manufacturer": { + "type": "string", + "nullable": true + }, + "manufacturer_contains": { + "type": "string", + "nullable": true + }, + "manufacturer_ends_with": { + "type": "string", + "nullable": true + }, + "manufacturer_gt": { + "type": "string", + "nullable": true + }, + "manufacturer_gte": { + "type": "string", + "nullable": true + }, + "manufacturer_in": { "items": { - "$ref": "#/components/schemas/NestedVmNic" + "type": "string" }, "type": "array", "nullable": true }, - "vm_placement_group": { + "manufacturer_lt": { + "type": "string", + "nullable": true + }, + "manufacturer_lte": { + "type": "string", + "nullable": true + }, + "manufacturer_not": { + "type": "string", + "nullable": true + }, + "manufacturer_not_contains": { + "type": "string", + "nullable": true + }, + "manufacturer_not_ends_with": { + "type": "string", + "nullable": true + }, + "manufacturer_not_in": { "items": { - "$ref": "#/components/schemas/NestedVmPlacementGroup" + "type": "string" }, "type": "array", "nullable": true }, - "vm_tools_status": { - "$ref": "#/components/schemas/VmToolsStatus" - }, - "vm_tools_version": { + "manufacturer_not_starts_with": { "type": "string", "nullable": true }, - "vm_usage": { - "allOf": [ - { - "$ref": "#/components/schemas/VmUsage" - } - ], + "manufacturer_starts_with": { + "type": "string", "nullable": true }, - "win_opt": { - "type": "boolean" - } - }, - "required": [ - "clock_offset", - "cpu", - "cpu_model", - "description", - "firmware", - "ha", - "id", - "in_recycle_bin", - "internal", - "ips", - "local_id", - "memory", - "name", - "nested_virtualization", - "node_ip", - "out_uninstall_usb", - "protected", - "status", - "vcpu", - "vm_tools_status", - "win_opt" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Vm_": { - "properties": { - "task_id": { + "name": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Vm" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "BPSUnit": { - "type": "string", - "enum": [ - "Bps", - "KBps", - "MBps", - "GBps", - "TBps" - ] - }, - "MountNewCreateDisksParams": { - "properties": { - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "name_contains": { + "type": "string", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64" + "name_ends_with": { + "type": "string", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "name_gt": { + "type": "string", + "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int64" + "name_gte": { + "type": "string", + "nullable": true }, - "vm_volume": { - "properties": { - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - }, - "path": { - "type": "string" - }, - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "name": { - "type": "string" - } + "name_in": { + "items": { + "type": "string" }, - "required": [ - "elf_storage_policy", - "size", - "name" - ], - "type": "object" - }, - "index": { - "type": "integer", - "format": "int32" + "type": "array", + "nullable": true }, - "key": { - "type": "integer", - "format": "int32" + "name_lt": { + "type": "string", + "nullable": true }, - "bus": { - "$ref": "#/components/schemas/Bus" + "name_lte": { + "type": "string", + "nullable": true }, - "boot": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "vm_volume", - "bus", - "boot" - ], - "type": "object" - }, - "MountDisksParams": { - "properties": { - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "name_not": { + "type": "string", + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "name_not_contains": { + "type": "string", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64" + "name_not_ends_with": { + "type": "string", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int64" + "name_not_starts_with": { + "type": "string", + "nullable": true }, - "vm_volume_id": { - "type": "string" + "name_starts_with": { + "type": "string", + "nullable": true }, - "index": { + "size": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "key": { + "size_gt": { "type": "integer", - "format": "int32" - }, - "bus": { - "$ref": "#/components/schemas/Bus" + "format": "int64", + "nullable": true }, - "boot": { + "size_gte": { "type": "integer", - "format": "int32" - } - }, - "required": [ - "vm_volume_id", - "bus", - "boot" - ], - "type": "object" - }, - "VmCdRomParams": { - "properties": { - "content_library_image_id": { - "type": "string" + "format": "int64", + "nullable": true }, - "elf_image_id": { - "type": "string" + "size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true }, - "index": { + "size_lt": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "key": { + "size_lte": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "boot": { + "size_not": { "type": "integer", - "format": "int32" - } - }, - "required": [ - "boot" - ], - "type": "object" - }, - "VmDiskParams": { - "properties": { - "mount_cd_roms": { + "format": "int64", + "nullable": true + }, + "size_not_in": { "items": { - "$ref": "#/components/schemas/VmCdRomParams" + "type": "integer", + "format": "int64" }, - "type": "array" + "type": "array", + "nullable": true }, - "mount_disks": { + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceStatus" + } + ], + "nullable": true + }, + "status_in": { "items": { - "$ref": "#/components/schemas/MountDisksParams" + "$ref": "#/components/schemas/UsbDeviceStatus" }, - "type": "array" + "type": "array", + "nullable": true }, - "mount_new_create_disks": { + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceStatus" + } + ], + "nullable": true + }, + "status_not_in": { "items": { - "$ref": "#/components/schemas/MountNewCreateDisksParams" + "$ref": "#/components/schemas/UsbDeviceStatus" }, - "type": "array" - } - }, - "type": "object" - }, - "BitUnit": { - "type": "string", - "enum": [ - "bit", - "Kb", - "Mb", - "Gb", - "Tb", - "Pb" - ] - }, - "BitPSUnit": { - "type": "string", - "enum": [ - "bps", - "Kbps", - "Mbps", - "Gbps", - "Tbps" - ] - }, - "VmNicQosTraffic": { - "properties": { - "rate_limit_unit": { - "$ref": "#/components/schemas/BitPSUnit" + "type": "array", + "nullable": true }, - "rate_limit": { - "type": "integer", - "format": "int64", + "usb_type": { + "type": "string", "nullable": true }, - "burst_unit": { - "$ref": "#/components/schemas/BitUnit" + "usb_type_contains": { + "type": "string", + "nullable": true }, - "burst": { - "type": "integer", - "format": "int64", + "usb_type_ends_with": { + "type": "string", "nullable": true }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "enabled" - ], - "type": "object" - }, - "VmNicQosOption": { - "properties": { - "egress": { - "$ref": "#/components/schemas/VmNicQosTraffic" + "usb_type_gt": { + "type": "string", + "nullable": true }, - "ingress": { - "$ref": "#/components/schemas/VmNicQosTraffic" - } - }, - "type": "object" - }, - "VpcNicParams": { - "properties": { - "ip_addresses": { + "usb_type_gte": { + "type": "string", + "nullable": true + }, + "usb_type_in": { "items": { "type": "string" }, - "type": "array" - }, - "floating_ip_id": { - "type": "string" - }, - "vpc_subnet_id": { - "type": "string" - }, - "vpc_id": { - "type": "string" - } - }, - "required": [ - "vpc_subnet_id", - "vpc_id" - ], - "type": "object" - }, - "VmNicParams": { - "properties": { - "vpc_nic": { - "$ref": "#/components/schemas/VpcNicParams" - }, - "type": { - "$ref": "#/components/schemas/VmNicType" + "type": "array", + "nullable": true }, - "qos": { - "$ref": "#/components/schemas/VmNicQosOption" + "usb_type_lt": { + "type": "string", + "nullable": true }, - "subnet_mask": { - "type": "string" + "usb_type_lte": { + "type": "string", + "nullable": true }, - "gateway": { - "type": "string" + "usb_type_not": { + "type": "string", + "nullable": true }, - "ip_address": { - "type": "string" + "usb_type_not_contains": { + "type": "string", + "nullable": true }, - "nic_id": { - "type": "string" + "usb_type_not_ends_with": { + "type": "string", + "nullable": true }, - "connect_vlan_id": { - "type": "string" + "usb_type_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "mirror": { - "type": "boolean" + "usb_type_not_starts_with": { + "type": "string", + "nullable": true }, - "model": { - "$ref": "#/components/schemas/VmNicModel" + "usb_type_starts_with": { + "type": "string", + "nullable": true }, - "enabled": { - "type": "boolean" + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true }, - "mac_address": { - "type": "string" + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true }, - "local_id": { - "type": "string" + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true } }, - "type": "object" + "type": "object", + "additionalProperties": false }, - "VmGpuOperationParams": { - "properties": { - "amount": { - "type": "integer", - "format": "int32" - }, - "gpu_id": { - "type": "string" - } - }, - "required": [ - "gpu_id" + "UsbDeviceStatus": { + "enum": [ + "EJECTED", + "NORMAL" ], - "type": "object" + "type": "string" }, - "VmOwnerParams": { + "VsphereEsxiAccountWhereInput": { "properties": { - "search_for": { - "type": "string", - "enum": [ - "username", - "id" - ] + "AND": { + "items": { + "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" + }, + "type": "array", + "nullable": true }, - "value": { - "type": "string" - } - }, - "required": [ - "value" - ], - "type": "object" - }, - "VmCreationParams": { - "properties": { - "owner": { - "$ref": "#/components/schemas/VmOwnerParams" + "NOT": { + "items": { + "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" + }, + "type": "array", + "nullable": true }, - "gpu_devices": { + "OR": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "$ref": "#/components/schemas/VsphereEsxiAccountWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "host": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "id": { + "type": "string", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64" + "id_contains": { + "type": "string", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "id_ends_with": { + "type": "string", + "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int64" + "id_gt": { + "type": "string", + "nullable": true }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy" + "id_gte": { + "type": "string", + "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "id_lt": { + "type": "string", + "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "id_lte": { + "type": "string", + "nullable": true }, - "ha": { - "type": "boolean" + "id_not": { + "type": "string", + "nullable": true }, - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" + "id_not_contains": { + "type": "string", + "nullable": true }, - "vm_placement_group": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "id_not_ends_with": { + "type": "string", + "nullable": true }, - "vm_nics": { + "id_not_in": { "items": { - "$ref": "#/components/schemas/VmNicParams" + "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "vm_disks": { - "$ref": "#/components/schemas/VmDiskParams" + "id_not_starts_with": { + "type": "string", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "id_starts_with": { + "type": "string", + "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "ip": { + "type": "string", + "nullable": true }, - "cpu_cores": { - "type": "integer", - "format": "int32" + "ip_contains": { + "type": "string", + "nullable": true }, - "cpu_sockets": { - "type": "integer", - "format": "int32" + "ip_ends_with": { + "type": "string", + "nullable": true }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" + "ip_gt": { + "type": "string", + "nullable": true }, - "folder_id": { - "type": "string" + "ip_gte": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "ip_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "name": { - "type": "string" + "ip_lt": { + "type": "string", + "nullable": true }, - "host_id": { - "type": "string" + "ip_lte": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "status", - "firmware", - "ha", - "vm_nics", - "vm_disks", - "memory", - "cpu_cores", - "cpu_sockets", - "name", - "cluster_id" - ], - "type": "object" - }, - "DiskOperateModifyDisk": { - "properties": { - "vm_volume_id": { - "type": "string" + "ip_not": { + "type": "string", + "nullable": true }, - "bus": { - "$ref": "#/components/schemas/Bus" + "ip_not_contains": { + "type": "string", + "nullable": true }, - "disk_index": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "disk_index" - ], - "type": "object" - }, - "VmDiskOperate": { - "properties": { - "remove_disks": { - "properties": { - "disk_index": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array" - } - }, - "required": [ - "disk_index" - ], - "type": "object" + "ip_not_ends_with": { + "type": "string", + "nullable": true }, - "modify_disks": { + "ip_not_in": { "items": { - "$ref": "#/components/schemas/DiskOperateModifyDisk" + "type": "string" }, - "type": "array" - }, - "new_disks": { - "$ref": "#/components/schemas/VmDiskParams" - } - }, - "type": "object" - }, - "CloudInitNetworkTypeEnum": { - "enum": [ - "IPV4", - "IPV4_DHCP" - ], - "type": "string" - }, - "CloudInitNetWorkRoute": { - "properties": { - "network": { - "type": "string" + "type": "array", + "nullable": true }, - "netmask": { - "type": "string" + "ip_not_starts_with": { + "type": "string", + "nullable": true }, - "gateway": { - "type": "string" - } - }, - "required": [ - "network", - "netmask", - "gateway" - ], - "type": "object" - }, - "CloudInitNetWork": { - "properties": { - "routes": { - "items": { - "$ref": "#/components/schemas/CloudInitNetWorkRoute" - }, - "type": "array" + "ip_starts_with": { + "type": "string", + "nullable": true }, - "type": { - "$ref": "#/components/schemas/CloudInitNetworkTypeEnum" + "is_valid": { + "type": "boolean", + "nullable": true }, - "nic_index": { - "type": "integer", - "format": "int32" + "is_valid_not": { + "type": "boolean", + "nullable": true }, - "netmask": { - "type": "string" + "local_id": { + "type": "string", + "nullable": true }, - "ip_address": { - "type": "string" - } - }, - "required": [ - "type", - "nic_index" - ], - "type": "object" - }, - "TemplateCloudInit": { - "properties": { - "user_data": { - "type": "string" + "local_id_contains": { + "type": "string", + "nullable": true }, - "public_keys": { - "items": { - "type": "string" - }, - "type": "array" + "local_id_ends_with": { + "type": "string", + "nullable": true }, - "hostname": { - "type": "string" + "local_id_gt": { + "type": "string", + "nullable": true }, - "networks": { - "items": { - "$ref": "#/components/schemas/CloudInitNetWork" - }, - "type": "array" + "local_id_gte": { + "type": "string", + "nullable": true }, - "nameservers": { + "local_id_in": { "items": { "type": "string" }, - "type": "array" - }, - "default_user_password": { - "type": "string" - } - }, - "type": "object" - }, - "VmCreateVmFromTemplateParams": { - "properties": { - "owner": { - "$ref": "#/components/schemas/VmOwnerParams" + "type": "array", + "nullable": true }, - "gpu_devices": { - "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" - }, - "type": "array" + "local_id_lt": { + "type": "string", + "nullable": true }, - "cloud_init": { - "$ref": "#/components/schemas/TemplateCloudInit" + "local_id_lte": { + "type": "string", + "nullable": true }, - "is_full_copy": { - "type": "boolean" + "local_id_not": { + "type": "string", + "nullable": true }, - "template_id": { - "type": "string" + "local_id_not_contains": { + "type": "string", + "nullable": true }, - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "local_id_not_ends_with": { + "type": "string", + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "local_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64" + "local_id_not_starts_with": { + "type": "string", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "max_iops": { + "port": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy", - "deprecated": true - }, - "vcpu": { + "port_gt": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "port_gte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "port_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "ha": { - "type": "boolean" + "port_lt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" + "port_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_placement_group": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "port_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_nics": { + "port_not_in": { "items": { - "$ref": "#/components/schemas/VmNicParams" + "type": "integer", + "format": "int32" }, - "type": "array" + "type": "array", + "nullable": true }, - "disk_operate": { - "$ref": "#/components/schemas/VmDiskOperate" + "username": { + "type": "string", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "username_contains": { + "type": "string", + "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "username_ends_with": { + "type": "string", + "nullable": true }, - "cpu_cores": { - "type": "integer", - "format": "int32" + "username_gt": { + "type": "string", + "nullable": true }, - "cpu_sockets": { - "type": "integer", - "format": "int32" + "username_gte": { + "type": "string", + "nullable": true }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" + "username_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "folder_id": { - "type": "string" + "username_lt": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "username_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "username_not": { + "type": "string", + "nullable": true }, - "host_id": { - "type": "string" + "username_not_contains": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" + "username_not_ends_with": { + "type": "string", + "nullable": true + }, + "username_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "username_not_starts_with": { + "type": "string", + "nullable": true + }, + "username_starts_with": { + "type": "string", + "nullable": true } }, - "required": [ - "is_full_copy", - "template_id", - "name" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VmCreateVmFromContentLibraryTemplateParams": { + "ZoneWhereInput": { "properties": { - "owner": { - "$ref": "#/components/schemas/VmOwnerParams" + "AND": { + "items": { + "$ref": "#/components/schemas/ZoneWhereInput" + }, + "type": "array", + "nullable": true }, - "gpu_devices": { + "NOT": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "$ref": "#/components/schemas/ZoneWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "cloud_init": { - "$ref": "#/components/schemas/TemplateCloudInit" + "OR": { + "items": { + "$ref": "#/components/schemas/ZoneWhereInput" + }, + "type": "array", + "nullable": true }, - "is_full_copy": { - "type": "boolean" + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true }, - "template_id": { - "type": "string" + "datacenter": { + "allOf": [ + { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + ], + "nullable": true }, - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "failure_data_space": { + "type": "integer", + "format": "int64", + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "failure_data_space_gt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "max_bandwidth": { + "failure_data_space_gte": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "failure_data_space_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true }, - "max_iops": { + "failure_data_space_lt": { "type": "integer", - "format": "int64" - }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy", - "deprecated": true + "format": "int64", + "nullable": true }, - "vcpu": { + "failure_data_space_lte": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "failure_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "failure_data_space_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true }, - "ha": { - "type": "boolean" + "host_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" + "host_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_placement_group": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "host_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_nics": { + "host_num_in": { "items": { - "$ref": "#/components/schemas/VmNicParams" + "type": "integer", + "format": "int32" }, - "type": "array" - }, - "disk_operate": { - "$ref": "#/components/schemas/VmDiskOperate" - }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "type": "array", + "nullable": true }, - "memory": { + "host_num_lt": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "cpu_cores": { + "host_num_lte": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "cpu_sockets": { + "host_num_not": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" + "host_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "folder_id": { - "type": "string" + "hosts_every": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true }, - "description": { - "type": "string" + "hosts_none": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true }, - "name": { - "type": "string" + "hosts_some": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true }, - "host_id": { - "type": "string" + "id": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "is_full_copy", - "template_id", - "name", - "cluster_id" - ], - "type": "object" - }, - "WithTask_Vm-Array_": { - "properties": { - "task_id": { + "id_contains": { "type": "string", "nullable": true }, - "data": { + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { - "$ref": "#/components/schemas/Vm" + "type": "string" }, - "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmCreateVmFromContentLibraryTemplateBatchVmParams": { - "properties": { - "owner": { - "$ref": "#/components/schemas/VmOwnerParams" + "type": "array", + "nullable": true }, - "gpu_devices": { + "id_lt": { + "type": "string", + "nullable": true + }, + "id_lte": { + "type": "string", + "nullable": true + }, + "id_not": { + "type": "string", + "nullable": true + }, + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "cloud_init": { - "$ref": "#/components/schemas/TemplateCloudInit" + "id_not_starts_with": { + "type": "string", + "nullable": true }, - "is_full_copy": { - "type": "boolean" + "id_starts_with": { + "type": "string", + "nullable": true }, - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "is_preferred": { + "type": "boolean", + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "is_preferred_not": { + "type": "boolean", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64" + "local_id": { + "type": "string", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "local_id_contains": { + "type": "string", + "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int64" + "local_id_ends_with": { + "type": "string", + "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "local_id_gt": { + "type": "string", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "local_id_gte": { + "type": "string", + "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "local_id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "ha": { - "type": "boolean" + "local_id_lt": { + "type": "string", + "nullable": true }, - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" + "local_id_lte": { + "type": "string", + "nullable": true }, - "vm_placement_group": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "local_id_not": { + "type": "string", + "nullable": true }, - "vm_nics": { + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/VmNicParams" + "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "disk_operate": { - "$ref": "#/components/schemas/VmDiskOperate" + "local_id_not_starts_with": { + "type": "string", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "memory": { + "provisioned_cpu_cores": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "cpu_cores": { + "provisioned_cpu_cores_for_active_vm": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "cpu_sockets": { + "provisioned_cpu_cores_for_active_vm_gt": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" + "provisioned_cpu_cores_for_active_vm_gte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "folder_id": { - "type": "string" + "provisioned_cpu_cores_for_active_vm_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "description": { - "type": "string" + "provisioned_cpu_cores_for_active_vm_lt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "name": { - "type": "string" + "provisioned_cpu_cores_for_active_vm_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "host_id": { - "type": "string" + "provisioned_cpu_cores_for_active_vm_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "is_full_copy", - "name", - "cluster_id" - ], - "type": "object" - }, - "VmCreateVmFromContentLibraryTemplateBatchParams": { - "properties": { - "vms": { + "provisioned_cpu_cores_for_active_vm_not_in": { "items": { - "$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchVmParams" + "type": "integer", + "format": "int32" }, - "type": "array" + "type": "array", + "nullable": true }, - "template_id": { - "type": "string" - } - }, - "required": [ - "vms", - "template_id" - ], - "type": "object" - }, - "ConvertVmTemplateToVmParams": { - "properties": { - "name": { - "type": "string" + "provisioned_cpu_cores_gt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "converted_from_template_id": { - "type": "string" - } - }, - "required": [ - "name", - "converted_from_template_id" - ], - "type": "object" - }, - "VmCloneParams": { - "properties": { - "owner": { - "$ref": "#/components/schemas/VmOwnerParams" + "provisioned_cpu_cores_gte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "gpu_devices": { + "provisioned_cpu_cores_in": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "type": "integer", + "format": "int32" }, - "type": "array" + "type": "array", + "nullable": true }, - "is_full_copy": { - "type": "boolean" + "provisioned_cpu_cores_lt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "src_vm_id": { - "type": "string" + "provisioned_cpu_cores_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "provisioned_cpu_cores_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "provisioned_cpu_cores_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "max_bandwidth": { + "provisioned_data_space": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "provisioned_data_space_gt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "max_iops": { + "provisioned_data_space_gte": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy", - "deprecated": true + "provisioned_data_space_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true }, - "vcpu": { + "provisioned_data_space_lt": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "provisioned_data_space_lte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "provisioned_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true }, - "ha": { - "type": "boolean" + "provisioned_data_space_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true }, - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" + "provisioned_memory_bytes": { + "type": "integer", + "format": "int64", + "nullable": true }, - "vm_placement_group": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "provisioned_memory_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "vm_nics": { + "provisioned_memory_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "provisioned_memory_bytes_in": { "items": { - "$ref": "#/components/schemas/VmNicParams" + "type": "integer", + "format": "int64" }, - "type": "array" + "type": "array", + "nullable": true }, - "vm_disks": { - "$ref": "#/components/schemas/VmDiskParams" + "provisioned_memory_bytes_lt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "provisioned_memory_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "memory": { + "provisioned_memory_bytes_not": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "cpu_cores": { + "provisioned_memory_bytes_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "running_vm_num": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "cpu_sockets": { + "running_vm_num_gt": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" + "running_vm_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "folder_id": { - "type": "string" + "running_vm_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "description": { - "type": "string" + "running_vm_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "name": { - "type": "string" + "running_vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "host_id": { - "type": "string" + "running_vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "src_vm_id", - "name" - ], - "type": "object" - }, - "VmRebuildParams": { - "properties": { - "owner": { - "$ref": "#/components/schemas/VmOwnerParams" + "running_vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "gpu_devices": { + "stopped_vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stopped_vm_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stopped_vm_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "stopped_vm_num_in": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "type": "integer", + "format": "int32" }, - "type": "array" + "type": "array", + "nullable": true }, - "is_full_copy": { - "type": "boolean" + "stopped_vm_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "rebuild_from_snapshot_id": { - "type": "string" + "stopped_vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "stopped_vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" + "stopped_vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "max_bandwidth": { + "suspended_vm_num": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "suspended_vm_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "max_iops": { + "suspended_vm_num_gte": { "type": "integer", - "format": "int64" + "format": "int32", + "nullable": true }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy", - "deprecated": true + "suspended_vm_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "vcpu": { + "suspended_vm_num_lt": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/VmStatus" + "suspended_vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "suspended_vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "ha": { - "type": "boolean" + "suspended_vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" + "total_cache_capacity": { + "type": "integer", + "format": "int64", + "nullable": true }, - "vm_placement_group": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "total_cache_capacity_gt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "vm_nics": { + "total_cache_capacity_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cache_capacity_in": { "items": { - "$ref": "#/components/schemas/VmNicParams" + "type": "integer", + "format": "int64" }, - "type": "array" + "type": "array", + "nullable": true }, - "vm_disks": { - "$ref": "#/components/schemas/VmDiskParams" + "total_cache_capacity_lt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "total_cache_capacity_lte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "memory": { + "total_cache_capacity_not": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "cpu_cores": { + "total_cache_capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "total_cpu_cores": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "cpu_sockets": { + "total_cpu_cores_gt": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" + "total_cpu_cores_gte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "folder_id": { - "type": "string" + "total_cpu_cores_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true }, - "description": { - "type": "string" + "total_cpu_cores_lt": { + "type": "integer", + "format": "int32", + "nullable": true }, - "name": { - "type": "string" + "total_cpu_cores_lte": { + "type": "integer", + "format": "int32", + "nullable": true }, - "host_id": { - "type": "string" + "total_cpu_cores_not": { + "type": "integer", + "format": "int32", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "rebuild_from_snapshot_id", - "name" - ], - "type": "object" - }, - "VmRollbackParams": { - "properties": { - "data": { - "properties": { - "snapshot_id": { - "type": "string" - } + "total_cpu_cores_not_in": { + "items": { + "type": "integer", + "format": "int32" }, - "required": [ - "snapshot_id" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmUpdateParams": { - "properties": { - "data": { - "properties": { - "vcpu": { - "type": "integer", - "format": "int32" - }, - "ha": { - "type": "boolean" - }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "memory": { - "type": "integer", - "format": "int64" - }, - "cpu_cores": { - "type": "integer", - "format": "int32" - }, - "cpu_sockets": { - "type": "integer", - "format": "int32" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "total_cpu_hz": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVm": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVm_": { - "properties": { - "task_id": { - "type": "string", + "total_cpu_hz_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVm" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmOperateParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmDeleteParams": { - "properties": { - "effect": { - "properties": { - "include_snapshots": { - "type": "boolean" - } - }, - "type": "object" + "total_cpu_hz_gte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmStartParams": { - "properties": { - "data": { - "properties": { - "host_id": { - "type": "string" - } + "total_cpu_hz_in": { + "items": { + "type": "integer", + "format": "int64" }, - "required": [ - "host_id" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmAddDiskParams": { - "properties": { - "data": { - "properties": { - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "max_bandwidth": { - "type": "integer", - "format": "int64" - }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_iops": { - "type": "integer", - "format": "int64" - }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy" - }, - "vm_disks": { - "properties": { - "mount_disks": { - "items": { - "$ref": "#/components/schemas/MountDisksParams" - }, - "type": "array" - }, - "mount_new_create_disks": { - "items": { - "$ref": "#/components/schemas/MountNewCreateDisksParams" - }, - "type": "array" - } - }, - "type": "object" - } - }, - "required": [ - "vm_disks" - ], - "type": "object" + "total_cpu_hz_lt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmUpdateDiskParams": { - "properties": { - "data": { - "properties": { - "content_library_image_id": { - "type": "string", - "nullable": true - }, - "elf_image_id": { - "type": "string", - "nullable": true - }, - "vm_volume_id": { - "type": "string" - }, - "vm_disk_id": { - "type": "string" - }, - "bus": { - "$ref": "#/components/schemas/Bus" - } + "total_cpu_hz_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_not_in": { + "items": { + "type": "integer", + "format": "int64" }, - "required": [ - "vm_disk_id" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmExpandVmDiskParams": { - "properties": { - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" + "total_data_capacity": { + "type": "integer", + "format": "int64", + "nullable": true }, - "size": { + "total_data_capacity_gt": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - }, - "required": [ - "size", - "where" - ], - "type": "object" - }, - "VmRemoveDiskParams": { - "properties": { - "data": { - "properties": { - "disk_ids": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "disk_ids" - ], - "type": "object" + "total_data_capacity_gte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmAddCdRomParams": { - "properties": { - "data": { - "properties": { - "vm_cd_roms": { - "items": { - "$ref": "#/components/schemas/VmCdRomParams" - }, - "type": "array" - } + "total_data_capacity_in": { + "items": { + "type": "integer", + "format": "int64" }, - "required": [ - "vm_cd_roms" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmRemoveCdRomParams": { - "properties": { - "data": { - "properties": { - "cd_rom_ids": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "cd_rom_ids" - ], - "type": "object" + "total_data_capacity_lt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmEjectCdRomParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmToggleCdRomDisableParams": { - "properties": { - "disabled": { - "type": "boolean" + "total_data_capacity_lte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmDiskWhereInput" - } - }, - "required": [ - "disabled", - "where" - ], - "type": "object" - }, - "VmAddNicParams": { - "properties": { - "data": { - "properties": { - "vm_nics": { - "items": { - "$ref": "#/components/schemas/VmNicParams" - }, - "type": "array" - } + "total_data_capacity_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_data_capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" }, - "required": [ - "vm_nics" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "UpdateVpcNicPayloads": { - "properties": { - "floating_ip_id": { - "type": "string", + "total_memory_bytes": { + "type": "integer", + "format": "int64", "nullable": true }, - "ip_addresses": { + "total_memory_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, - "type": "array" + "type": "array", + "nullable": true }, - "vpc_subnet_id": { - "type": "string" - } - }, - "type": "object" - }, - "VmUpdateNicParams": { - "properties": { - "data": { - "properties": { - "vpc_nic": { - "$ref": "#/components/schemas/UpdateVpcNicPayloads" - }, - "subnet_mask": { - "type": "string" - }, - "gateway": { - "type": "string" - }, - "ip_address": { - "type": "string" - }, - "nic_id": { - "type": "string" - }, - "connect_vlan_id": { - "type": "string" - }, - "mirror": { - "type": "boolean" - }, - "model": { - "$ref": "#/components/schemas/VmNicModel" - }, - "enabled": { - "type": "boolean" - }, - "mac_address": { - "type": "string" - }, - "nic_index": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "nic_index" - ], - "type": "object" + "total_memory_bytes_lt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmUpdateNicBasicInfoParams": { - "properties": { - "data": { - "properties": { - "subnet_mask": { - "type": "string" - }, - "gateway": { - "type": "string" - }, - "ip_address": { - "type": "string" - } - }, - "type": "object" + "total_memory_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmNicWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmUpdateNicAdvanceInfoParams": { - "properties": { - "data": { - "properties": { - "mirror": { - "type": "boolean" - }, - "enabled": { - "type": "boolean" - }, - "mac_address": { - "type": "string" - }, - "nic_id": { - "type": "string" - }, - "connect_vlan_id": { - "type": "string" - } - }, - "type": "object" + "total_memory_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmNicWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmUpdateNicQosOptionsParams": { - "properties": { - "data": { - "properties": { - "qos": { - "$ref": "#/components/schemas/VmNicQosOption" - } + "total_memory_bytes_not_in": { + "items": { + "type": "integer", + "format": "int64" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmNicWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmOperatePciNicParams": { - "properties": { - "data": { - "properties": { - "pci_nics": { - "$ref": "#/components/schemas/NicWhereInput" - } - }, - "type": "object" + "used_data_space": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmRemoveNicParams": { - "properties": { - "data": { - "properties": { - "nic_index": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array" - } - }, - "required": [ - "nic_index" - ], - "type": "object" + "used_data_space_gt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmRemoveNicByWhereParams": { - "properties": { - "effect": { - "properties": { - "vm_ids": { - "items": { - "type": "string" - }, - "type": "array", - "minItems": 1 - } + "used_data_space_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_data_space_in": { + "items": { + "type": "integer", + "format": "int64" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmNicWhereInput" - } - }, - "required": [ - "effect", - "where" - ], - "type": "object" - }, - "VmAddGpuDeviceParams": { - "properties": { - "data": { + "used_data_space_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_data_space_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_data_space_not_in": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "type": "integer", + "format": "int64" }, "type": "array", - "minItems": 1 + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmRemoveGpuDeviceParams": { - "properties": { - "data": { + "valid_data_space": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_data_space_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_data_space_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_data_space_in": { "items": { - "$ref": "#/components/schemas/VmGpuOperationParams" + "type": "integer", + "format": "int64" }, "type": "array", - "minItems": 1 + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "InstallVmtoolsParams": { - "properties": { - "data": { - "properties": { - "svt_image_id": { - "type": "string" - }, - "cd_rom_id": { - "type": "string" - } + "valid_data_space_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_data_space_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_data_space_not_in": { + "items": { + "type": "integer", + "format": "int64" }, - "required": [ - "svt_image_id", - "cd_rom_id" - ], - "type": "object", - "deprecated": true + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmMigrateParams": { - "properties": { - "data": { - "properties": { - "host_id": { - "type": "string" - } + "vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_in": { + "items": { + "type": "integer", + "format": "int32" }, - "required": [ - "host_id" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" + "vm_num_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true } }, - "required": [ - "where" + "type": "object", + "additionalProperties": false + }, + "GpuDeviceStatus": { + "enum": [ + "NEED_REBOOT", + "NOT_READY", + "READY" ], - "type": "object" + "type": "string" }, - "MigrateType": { + "GpuDeviceUsage": { "enum": [ - "COLD_MIGRATE", - "CUTOVER_MIGRATE", - "LIVE_MIGRATE" + "PASS_THROUGH", + "VGPU" ], "type": "string" }, - "VlanMapping": { - "properties": { - "src_vlan_local_id": { - "type": "string" - }, - "dest_vlan_local_id": { - "type": "string" - } - }, - "required": [ - "src_vlan_local_id", - "dest_vlan_local_id" + "VmGuestsOperationSystem": { + "enum": [ + "LINUX", + "UNKNOWN", + "WINDOWS" ], - "type": "object" + "type": "string" }, - "MigrateVmConfig": { - "properties": { - "remove_unmovable_devices": { - "type": "boolean" - }, - "new_name": { - "type": "string" - }, - "network_mapping": { - "items": { - "$ref": "#/components/schemas/VlanMapping" - }, - "type": "array" - }, - "migrate_type": { - "$ref": "#/components/schemas/MigrateType" - }, - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" - }, - "delete_src_vm": { - "type": "boolean" - } - }, - "required": [ - "network_mapping", - "migrate_type", - "elf_storage_policy" + "VmStatus": { + "enum": [ + "DELETED", + "RUNNING", + "STOPPED", + "SUSPENDED", + "UNKNOWN" ], - "type": "object" + "type": "string" }, - "VmMigrateAcrossClusterParams": { - "properties": { - "data": { - "properties": { - "vm_config": { - "$ref": "#/components/schemas/MigrateVmConfig" - }, - "cluster_id": { - "type": "string" - }, - "host_id": { - "type": "string" - } - }, - "required": [ - "vm_config", - "cluster_id" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" + "VmVideoType": { + "enum": [ + "CIRRUS", + "QXL", + "VGA", + "VIRTIO" ], - "type": "object" + "type": "string" }, - "TaskWhereInput": { + "VmPlacementGroupWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/TaskWhereInput" + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/TaskWhereInput" + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/TaskWhereInput" + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" }, "type": "array", "nullable": true @@ -59806,586 +57596,934 @@ "type": "string", "nullable": true }, - "error_code": { - "type": "string", + "enabled": { + "type": "boolean", "nullable": true }, - "error_code_contains": { - "type": "string", + "enabled_not": { + "type": "boolean", "nullable": true }, - "error_code_ends_with": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "error_code_gt": { - "type": "string", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "error_code_gte": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "error_code_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "error_code_lt": { + "id": { "type": "string", "nullable": true }, - "error_code_lte": { + "id_contains": { "type": "string", "nullable": true }, - "error_code_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "error_code_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "error_code_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "error_code_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "error_code_not_starts_with": { + "id_lt": { "type": "string", "nullable": true }, - "error_code_starts_with": { + "id_lte": { "type": "string", "nullable": true }, - "error_message": { - "type": "string", - "nullable": true - }, - "error_message_contains": { - "type": "string", - "nullable": true - }, - "error_message_ends_with": { + "id_not": { "type": "string", "nullable": true }, - "error_message_gt": { + "id_not_contains": { "type": "string", "nullable": true }, - "error_message_gte": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "error_message_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "error_message_lt": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "error_message_lte": { + "id_starts_with": { "type": "string", "nullable": true }, - "error_message_not": { + "local_created_at": { "type": "string", "nullable": true }, - "error_message_not_contains": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "error_message_not_ends_with": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "error_message_not_in": { + "local_created_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "error_message_not_starts_with": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "error_message_starts_with": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "finished_at": { + "local_created_at_not": { "type": "string", "nullable": true }, - "finished_at_gt": { - "type": "string", + "local_created_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "finished_at_gte": { + "local_id": { "type": "string", "nullable": true }, - "finished_at_in": { - "items": { - "type": "string" - }, - "type": "array", + "local_id_contains": { + "type": "string", "nullable": true }, - "finished_at_lt": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "finished_at_lte": { + "local_id_gt": { "type": "string", "nullable": true }, - "finished_at_not": { + "local_id_gte": { "type": "string", "nullable": true }, - "finished_at_not_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id": { + "local_id_lt": { "type": "string", "nullable": true }, - "id_contains": { + "local_id_lte": { "type": "string", "nullable": true }, - "id_ends_with": { + "local_id_not": { "type": "string", "nullable": true }, - "id_gt": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "id_gte": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "id_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_lt": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "id_lte": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "id_not": { + "local_updated_at": { "type": "string", "nullable": true }, - "id_not_contains": { + "local_updated_at_gt": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "local_updated_at_gte": { "type": "string", "nullable": true }, - "id_not_in": { + "local_updated_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "id_not_starts_with": { + "local_updated_at_lt": { "type": "string", "nullable": true }, - "id_starts_with": { + "local_updated_at_lte": { "type": "string", "nullable": true }, - "internal": { - "type": "boolean", + "local_updated_at_not": { + "type": "string", "nullable": true }, - "internal_not": { - "type": "boolean", + "local_updated_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "key": { + "name": { "type": "string", "nullable": true }, - "key_contains": { + "name_contains": { "type": "string", "nullable": true }, - "key_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "key_gt": { + "name_gt": { "type": "string", "nullable": true }, - "key_gte": { + "name_gte": { "type": "string", "nullable": true }, - "key_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "key_lt": { + "name_lt": { "type": "string", "nullable": true }, - "key_lte": { + "name_lte": { "type": "string", "nullable": true }, - "key_not": { + "name_not": { "type": "string", "nullable": true }, - "key_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "key_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "key_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "key_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "key_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "local_created_at": { - "type": "string", + "vm_host_must_enabled": { + "type": "boolean", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "vm_host_must_enabled_not": { + "type": "boolean", "nullable": true }, - "local_created_at_gte": { - "type": "string", + "vm_host_must_host_uuids_every": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], "nullable": true }, - "local_created_at_in": { + "vm_host_must_host_uuids_none": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "vm_host_must_host_uuids_some": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "vm_host_must_policy": { + "type": "boolean", + "nullable": true + }, + "vm_host_must_policy_not": { + "type": "boolean", + "nullable": true + }, + "vm_host_prefer_enabled": { + "type": "boolean", + "nullable": true + }, + "vm_host_prefer_enabled_not": { + "type": "boolean", + "nullable": true + }, + "vm_host_prefer_host_uuids_every": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "vm_host_prefer_host_uuids_none": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "vm_host_prefer_host_uuids_some": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "vm_host_prefer_policy": { + "type": "boolean", + "nullable": true + }, + "vm_host_prefer_policy_not": { + "type": "boolean", + "nullable": true + }, + "vm_vm_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVmPolicy" + } + ], + "nullable": true + }, + "vm_vm_policy_enabled": { + "type": "boolean", + "nullable": true + }, + "vm_vm_policy_enabled_not": { + "type": "boolean", + "nullable": true + }, + "vm_vm_policy_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmVmPolicy" }, "type": "array", "nullable": true }, - "local_created_at_lt": { + "vm_vm_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVmPolicy" + } + ], + "nullable": true + }, + "vm_vm_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmVmPolicy" + }, + "type": "array", + "nullable": true + }, + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + }, + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VmVmPolicy": { + "enum": [ + "MUST_DIFFERENT", + "MUST_SAME", + "PREFER_DIFFERENT", + "PREFER_SAME" + ], + "type": "string" + }, + "VmToolsStatus": { + "enum": [ + "NOT_INSTALLED", + "NOT_RUNNING", + "RESTRICTION", + "RUNNING" + ], + "type": "string" + }, + "VmUsage": { + "enum": [ + "ADVANCED_MONITORING", + "AGENT_MESH_NODE", + "BACKUP_CONTROLLER", + "BUNDLE_APPLICATION", + "CLOUDTOWER", + "EVEROUTE_CONTROLLER", + "REGISTRY", + "REPLICATION_CONTROLLER", + "SFS_CONTROLLER", + "SHARE_REGISTRY", + "SKS_MANAGEMENT" + ], + "type": "string" + }, + "ConnectState": { + "enum": [ + "CONNECTED", + "DISCONNECTED", + "INITIALIZING", + "REMOVING" + ], + "type": "string" + }, + "ClusterConnectorErrorCode": { + "enum": [ + "LOAD_CLUSTER_FAILED", + "LOAD_CLUSTER_NETWORK_ERROR", + "LOAD_CLUSTER_NOT_FOUND", + "LOAD_CLUSTER_UNAUTHORIZED", + "LOAD_CLUSTER_UNHEALTHY" + ], + "type": "string" + }, + "Hypervisor": { + "enum": [ + "BLUESHARK", + "ELF", + "VMWARE", + "XENSERVER" + ], + "type": "string" + }, + "LicenseType": { + "enum": [ + "PERPETUAL", + "SUBSCRIPTION", + "TRIAL" + ], + "type": "string" + }, + "NtpMode": { + "enum": [ + "EXTERNAL", + "INTERNAL" + ], + "type": "string" + }, + "ClusterSettingsWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/ClusterSettingsWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/ClusterSettingsWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/ClusterSettingsWhereInput" + }, + "type": "array", + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "default_ha": { + "type": "boolean", + "nullable": true + }, + "default_ha_not": { + "type": "boolean", + "nullable": true + }, + "default_storage_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + } + ], + "nullable": true + }, + "default_storage_policy_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "type": "array", + "nullable": true + }, + "default_storage_policy_not": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + } + ], + "nullable": true + }, + "default_storage_policy_not_in": { + "items": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "type": "array", + "nullable": true + }, + "enabled_iscsi": { + "type": "boolean", + "nullable": true + }, + "enabled_iscsi_not": { + "type": "boolean", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "local_created_at_lte": { + "id_contains": { "type": "string", "nullable": true }, - "local_created_at_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "local_created_at_not_in": { + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "progress": { - "type": "number", - "format": "double", + "id_lt": { + "type": "string", "nullable": true }, - "progress_gt": { - "type": "number", - "format": "double", + "id_lte": { + "type": "string", "nullable": true }, - "progress_gte": { - "type": "number", - "format": "double", + "id_not": { + "type": "string", "nullable": true }, - "progress_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "progress_lt": { - "type": "number", - "format": "double", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "progress_lte": { - "type": "number", - "format": "double", + "id_starts_with": { + "type": "string", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "SoftwareEdition": { + "enum": [ + "COMMUNITY", + "ENTERPRISE", + "ENTERPRISE_PLUS", + "ESSENTIAL", + "EXPRESS", + "STANDARD", + "TRIAL" + ], + "type": "string" + }, + "ClusterType": { + "enum": [ + "BLUESHARK", + "SMTX_ELF", + "SMTX_OS", + "SMTX_ZBS" + ], + "type": "string" + }, + "VcenterAccountWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/VcenterAccountWhereInput" + }, + "type": "array", "nullable": true }, - "progress_not": { - "type": "number", - "format": "double", + "NOT": { + "items": { + "$ref": "#/components/schemas/VcenterAccountWhereInput" + }, + "type": "array", "nullable": true }, - "progress_not_in": { + "OR": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/VcenterAccountWhereInput" }, "type": "array", "nullable": true }, - "resource_id": { + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "resource_id_contains": { + "id_contains": { "type": "string", "nullable": true }, - "resource_id_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "resource_id_gt": { + "id_gt": { "type": "string", "nullable": true }, - "resource_id_gte": { + "id_gte": { "type": "string", "nullable": true }, - "resource_id_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_id_lt": { + "id_lt": { "type": "string", "nullable": true }, - "resource_id_lte": { + "id_lte": { "type": "string", "nullable": true }, - "resource_id_not": { + "id_not": { "type": "string", "nullable": true }, - "resource_id_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "resource_id_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "resource_id_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_id_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "resource_id_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "resource_mutation": { + "ip": { "type": "string", "nullable": true }, - "resource_mutation_contains": { + "ip_contains": { "type": "string", "nullable": true }, - "resource_mutation_ends_with": { + "ip_ends_with": { "type": "string", "nullable": true }, - "resource_mutation_gt": { + "ip_gt": { "type": "string", "nullable": true }, - "resource_mutation_gte": { + "ip_gte": { "type": "string", "nullable": true }, - "resource_mutation_in": { + "ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_mutation_lt": { + "ip_lt": { "type": "string", "nullable": true }, - "resource_mutation_lte": { + "ip_lte": { "type": "string", "nullable": true }, - "resource_mutation_not": { + "ip_not": { "type": "string", "nullable": true }, - "resource_mutation_not_contains": { + "ip_not_contains": { "type": "string", "nullable": true }, - "resource_mutation_not_ends_with": { + "ip_not_ends_with": { "type": "string", "nullable": true }, - "resource_mutation_not_in": { + "ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_mutation_not_starts_with": { + "ip_not_starts_with": { "type": "string", "nullable": true }, - "resource_mutation_starts_with": { + "ip_starts_with": { "type": "string", "nullable": true }, - "resource_rollback_error": { + "is_valid": { + "type": "boolean", + "nullable": true + }, + "is_valid_not": { + "type": "boolean", + "nullable": true + }, + "local_id": { "type": "string", "nullable": true }, - "resource_rollback_error_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "resource_rollback_error_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "resource_rollback_error_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "resource_rollback_error_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "resource_rollback_error_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_rollback_error_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "resource_rollback_error_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "resource_rollback_error_not": { + "local_id_not": { "type": "string", "nullable": true }, - "resource_rollback_error_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "resource_rollback_error_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "resource_rollback_error_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_rollback_error_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "resource_rollback_error_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "resource_rollback_retry_count": { + "port": { "type": "integer", "format": "int32", "nullable": true }, - "resource_rollback_retry_count_gt": { + "port_gt": { "type": "integer", "format": "int32", "nullable": true }, - "resource_rollback_retry_count_gte": { + "port_gte": { "type": "integer", "format": "int32", "nullable": true }, - "resource_rollback_retry_count_in": { + "port_in": { "items": { "type": "integer", "format": "int32" @@ -60393,22 +58531,22 @@ "type": "array", "nullable": true }, - "resource_rollback_retry_count_lt": { + "port_lt": { "type": "integer", "format": "int32", "nullable": true }, - "resource_rollback_retry_count_lte": { + "port_lte": { "type": "integer", "format": "int32", "nullable": true }, - "resource_rollback_retry_count_not": { + "port_not": { "type": "integer", "format": "int32", "nullable": true }, - "resource_rollback_retry_count_not_in": { + "port_not_in": { "items": { "type": "integer", "format": "int32" @@ -60416,502 +58554,727 @@ "type": "array", "nullable": true }, - "resource_rollbacked": { - "type": "boolean", - "nullable": true - }, - "resource_rollbacked_not": { - "type": "boolean", - "nullable": true - }, - "resource_type": { + "username": { "type": "string", "nullable": true }, - "resource_type_contains": { + "username_contains": { "type": "string", "nullable": true }, - "resource_type_ends_with": { + "username_ends_with": { "type": "string", "nullable": true }, - "resource_type_gt": { + "username_gt": { "type": "string", "nullable": true }, - "resource_type_gte": { + "username_gte": { "type": "string", "nullable": true }, - "resource_type_in": { + "username_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_type_lt": { + "username_lt": { "type": "string", "nullable": true }, - "resource_type_lte": { + "username_lte": { "type": "string", "nullable": true }, - "resource_type_not": { + "username_not": { "type": "string", "nullable": true }, - "resource_type_not_contains": { + "username_not_contains": { "type": "string", "nullable": true }, - "resource_type_not_ends_with": { + "username_not_ends_with": { "type": "string", "nullable": true }, - "resource_type_not_in": { + "username_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_type_not_starts_with": { + "username_not_starts_with": { "type": "string", "nullable": true }, - "resource_type_starts_with": { + "username_starts_with": { "type": "string", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "WitnessWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/WitnessWhereInput" + }, + "type": "array", + "nullable": true }, - "snapshot": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/WitnessWhereInput" + }, + "type": "array", "nullable": true }, - "snapshot_contains": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/WitnessWhereInput" + }, + "type": "array", "nullable": true }, - "snapshot_ends_with": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "snapshot_gt": { - "type": "string", + "cpu_hz_per_core": { + "type": "integer", + "format": "int64", "nullable": true }, - "snapshot_gte": { - "type": "string", + "cpu_hz_per_core_gt": { + "type": "integer", + "format": "int64", "nullable": true }, - "snapshot_in": { + "cpu_hz_per_core_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "cpu_hz_per_core_in": { "items": { - "type": "string" + "type": "integer", + "format": "int64" }, "type": "array", "nullable": true }, - "snapshot_lt": { + "cpu_hz_per_core_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "cpu_hz_per_core_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "cpu_hz_per_core_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "cpu_hz_per_core_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "data_ip": { "type": "string", "nullable": true }, - "snapshot_lte": { + "data_ip_contains": { "type": "string", "nullable": true }, - "snapshot_not": { + "data_ip_ends_with": { "type": "string", "nullable": true }, - "snapshot_not_contains": { + "data_ip_gt": { "type": "string", "nullable": true }, - "snapshot_not_ends_with": { + "data_ip_gte": { "type": "string", "nullable": true }, - "snapshot_not_in": { + "data_ip_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "snapshot_not_starts_with": { + "data_ip_lt": { "type": "string", "nullable": true }, - "snapshot_starts_with": { + "data_ip_lte": { "type": "string", "nullable": true }, - "started_at": { + "data_ip_not": { "type": "string", "nullable": true }, - "started_at_gt": { + "data_ip_not_contains": { "type": "string", "nullable": true }, - "started_at_gte": { + "data_ip_not_ends_with": { "type": "string", "nullable": true }, - "started_at_in": { + "data_ip_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "started_at_lt": { + "data_ip_not_starts_with": { "type": "string", "nullable": true }, - "started_at_lte": { + "data_ip_starts_with": { "type": "string", "nullable": true }, - "started_at_not": { + "id": { "type": "string", "nullable": true }, - "started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "id_contains": { + "type": "string", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskStatus" - } - ], + "id_ends_with": { + "type": "string", "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/TaskStatus" - }, - "type": "array", + "id_gt": { + "type": "string", "nullable": true }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskStatus" - } - ], + "id_gte": { + "type": "string", "nullable": true }, - "status_not_in": { + "id_in": { "items": { - "$ref": "#/components/schemas/TaskStatus" + "type": "string" }, "type": "array", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskType" - } - ], + "id_lt": { + "type": "string", "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/TaskType" - }, - "type": "array", + "id_lte": { + "type": "string", "nullable": true }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskType" - } - ], + "id_not": { + "type": "string", "nullable": true }, - "type_not_in": { + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "$ref": "#/components/schemas/TaskType" + "type": "string" }, "type": "array", "nullable": true }, - "user": { - "allOf": [ - { - "$ref": "#/components/schemas/UserWhereInput" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "TaskStatus": { - "enum": [ - "EXECUTING", - "FAILED", - "PAUSED", - "PENDING", - "SUCCESSED" - ], - "type": "string" - }, - "TaskType": { - "enum": [ - "APPLICATION", - "BACKUP", - "HOST_PLUGIN", - "REPLICATION", - "RESOLVER", - "SFS" - ], - "type": "string" - }, - "StopVmInCutoverMigrationParams": { - "properties": { - "force": { - "type": "boolean" }, - "tasks": { - "$ref": "#/components/schemas/TaskWhereInput" - } - }, - "required": [ - "tasks" - ], - "type": "object" - }, - "StepUnit": { - "enum": [ - "BIT", - "BYTE", - "COUNT", - "PERCENT" - ], - "type": "string" - }, - "NestedStep": { - "properties": { - "current": { - "type": "number", - "format": "double", + "id_starts_with": { + "type": "string", "nullable": true }, - "finished": { - "type": "boolean", + "local_id": { + "type": "string", "nullable": true }, - "key": { + "local_id_contains": { "type": "string", "nullable": true }, - "per_second": { - "type": "number", - "format": "double", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "total": { - "type": "number", - "format": "double", + "local_id_gt": { + "type": "string", "nullable": true }, - "unit": { - "allOf": [ - { - "$ref": "#/components/schemas/StepUnit" - } - ], + "local_id_gte": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "Task": { - "properties": { - "args": { - "properties": {}, - "type": "object" }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], + "local_id_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "description": { - "type": "string" + "local_id_lt": { + "type": "string", + "nullable": true }, - "error_code": { + "local_id_lte": { "type": "string", "nullable": true }, - "error_message": { + "local_id_not": { "type": "string", "nullable": true }, - "finished_at": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "id": { - "type": "string" + "local_id_not_ends_with": { + "type": "string", + "nullable": true }, - "internal": { - "type": "boolean" + "local_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "key": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "local_created_at": { - "type": "string" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "progress": { - "type": "number", - "format": "double" + "management_ip": { + "type": "string", + "nullable": true }, - "resource_id": { + "management_ip_contains": { "type": "string", "nullable": true }, - "resource_mutation": { + "management_ip_ends_with": { "type": "string", "nullable": true }, - "resource_rollback_error": { + "management_ip_gt": { "type": "string", "nullable": true }, - "resource_rollback_retry_count": { - "type": "integer", - "format": "int32", + "management_ip_gte": { + "type": "string", "nullable": true }, - "resource_rollbacked": { - "type": "boolean", + "management_ip_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "resource_type": { + "management_ip_lt": { "type": "string", "nullable": true }, - "snapshot": { - "type": "string" + "management_ip_lte": { + "type": "string", + "nullable": true }, - "started_at": { + "management_ip_not": { "type": "string", "nullable": true }, - "status": { - "$ref": "#/components/schemas/TaskStatus" + "management_ip_not_contains": { + "type": "string", + "nullable": true }, - "steps": { + "management_ip_not_ends_with": { + "type": "string", + "nullable": true + }, + "management_ip_not_in": { "items": { - "$ref": "#/components/schemas/NestedStep" + "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskType" - } - ], + "management_ip_not_starts_with": { + "type": "string", "nullable": true }, - "user": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedUser" - } - ], + "management_ip_starts_with": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "name_contains": { + "type": "string", + "nullable": true + }, + "name_ends_with": { + "type": "string", + "nullable": true + }, + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_lt": { + "type": "string", + "nullable": true + }, + "name_lte": { + "type": "string", + "nullable": true + }, + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_not_starts_with": { + "type": "string", + "nullable": true + }, + "name_starts_with": { + "type": "string", + "nullable": true + }, + "system_data_capacity": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_data_capacity_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_data_capacity_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_data_capacity_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "system_data_capacity_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_data_capacity_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_data_capacity_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_data_capacity_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "system_used_data_space": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_used_data_space_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_used_data_space_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_used_data_space_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "system_used_data_space_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_used_data_space_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_used_data_space_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "system_used_data_space_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "total_cpu_cores": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_cores_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_cores_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_cores_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "total_cpu_cores_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_cores_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_cores_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_cpu_cores_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "total_cpu_hz": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "total_cpu_hz_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_cpu_hz_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "total_memory_bytes": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_gt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "total_memory_bytes_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", "nullable": true } }, - "required": [ - "args", - "description", - "id", - "internal", - "local_created_at", - "progress", - "snapshot", - "status", - "steps" - ], "type": "object", "additionalProperties": false }, - "AbortMigrateVmAcrossClusterParams": { - "properties": { - "tasks": { - "$ref": "#/components/schemas/TaskWhereInput" - } - }, - "required": [ - "tasks" - ], - "type": "object" - }, - "VmAddFolderParams": { + "AlertRuleThresholds": { "properties": { - "data": { - "properties": { - "folder_id": { - "type": "string" - } - }, - "required": [ - "folder_id" - ], - "type": "object" + "value": { + "type": "integer", + "format": "int32" }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" + "severity": { + "$ref": "#/components/schemas/SeverityEnum" } }, "required": [ - "data", - "where" + "value", + "severity" ], "type": "object" }, - "VmUpdateAdvancedOptionsParams": { + "GlobalAlertRuleUpdationParams": { "properties": { "data": { "properties": { - "video_type": { - "$ref": "#/components/schemas/VmVideoType" + "thresholds": { + "items": { + "$ref": "#/components/schemas/AlertRuleThresholds" + }, + "type": "array" }, - "windows_optimize": { + "disabled": { "type": "boolean" - }, - "cpu_model": { - "type": "string" - }, - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" } }, "type": "object" }, "where": { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" } }, "required": [ @@ -60920,88 +59283,38 @@ ], "type": "object" }, - "VmUpdateHostOptionsParams": { + "ContentLanguage": { + "type": "string", + "enum": [ + "zh-CN", + "en-US", + "*" + ] + }, + "CustomizeAlertRuleUpdationParams": { "properties": { "data": { "properties": { - "ntp_servers": { - "items": { - "type": "string" - }, - "type": "array" - }, - "dns_servers": { + "thresholds": { "items": { - "type": "string" + "$ref": "#/components/schemas/AlertRuleThresholds" }, "type": "array" }, - "hostname": { - "type": "string" - } - }, - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmResetGuestOsPasswordParams": { - "properties": { - "data": { - "properties": { - "password": { - "type": "string" - }, - "username": { - "type": "string" - } - }, - "required": [ - "password", - "username" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmUpdateOwnerParams": { - "properties": { - "data": { - "properties": { - "search_for": { - "type": "string", - "enum": [ - "username", - "id" - ] + "disabled": { + "type": "boolean" }, - "value": { - "type": "string" + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ - "search_for", - "value" + "clusters" ], "type": "object" }, "where": { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" } }, "required": [ @@ -61010,79 +59323,23 @@ ], "type": "object" }, - "VmRestrictIoParamsData": { - "properties": { - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "max_bandwidth": { - "type": "integer", - "format": "int64" - }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_iops": { - "type": "integer", - "format": "int64" - } - }, - "type": "object" - }, - "VmUpdateEachDiskIoPolicyParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/VmRestrictIoParamsData" - }, - "boot": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "data", - "boot" - ], - "type": "object" - }, - "VmUpdateIoPolicyParams": { + "NestedCluster": { "properties": { - "data": { - "properties": { - "each_disk": { - "items": { - "$ref": "#/components/schemas/VmUpdateEachDiskIoPolicyParams" - }, - "type": "array" - }, - "whole_vm": { - "$ref": "#/components/schemas/VmRestrictIoParamsData" - }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], - "nullable": true - } - }, - "type": "object" + "id": { + "type": "string" }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" + "name": { + "type": "string" } }, "required": [ - "data", - "where" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "NestedContentLibraryVmTemplate": { + "NestedDisk": { "properties": { "id": { "type": "string" @@ -61098,47 +59355,27 @@ "type": "object", "additionalProperties": false }, - "VmExportFileType": { - "enum": [ - "OVF", - "QCOW2", - "RAW" - ], - "type": "string" - }, - "VmExportFileFile": { + "NestedHost": { "properties": { - "md5": { - "type": "string" - }, - "fileSize": { - "type": "integer", - "format": "int64" - }, - "fileSecret": { + "id": { "type": "string" }, - "fileUUID": { + "management_ip": { "type": "string" }, - "type": { - "$ref": "#/components/schemas/VmExportFileType" - }, - "fileName": { + "name": { "type": "string" } }, "required": [ - "md5", - "fileSize", - "fileSecret", - "fileUUID", - "type", - "fileName" + "id", + "management_ip", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "NestedVmVolume": { + "NestedVm": { "properties": { "id": { "type": "string" @@ -61154,1662 +59391,1018 @@ "type": "object", "additionalProperties": false }, - "VmExportFile": { + "Alert": { "properties": { - "content_library_vm_template": { + "alert_rule": { "allOf": [ { - "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" + "$ref": "#/components/schemas/NestedAlertRule" } ], "nullable": true }, - "createdAt": { - "type": "string" - }, - "damaged": { - "type": "boolean" - }, - "data_port_id": { + "cause": { "type": "string" }, - "entityAsyncStatus": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedCluster" } ], "nullable": true }, - "files": { - "items": { - "$ref": "#/components/schemas/VmExportFileFile" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "storage_cluster_id": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/VmExportFileType" + "create_time": { + "type": "string", + "nullable": true }, - "vm": { + "disk": { "allOf": [ { - "$ref": "#/components/schemas/NestedVm" + "$ref": "#/components/schemas/NestedDisk" } ], "nullable": true }, - "vm_volume": { + "ended": { + "type": "boolean" + }, + "host": { "allOf": [ { - "$ref": "#/components/schemas/NestedVmVolume" + "$ref": "#/components/schemas/NestedHost" } ], "nullable": true - } - }, - "required": [ - "createdAt", - "damaged", - "data_port_id", - "files", - "id", - "storage_cluster_id", - "type" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmExportFile_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/VmExportFile" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmExportParamsData": { - "properties": { - "keep_mac": { - "type": "boolean" - }, - "type": { - "$ref": "#/components/schemas/VmExportFileType" - } - }, - "required": [ - "type" - ], - "type": "object" - }, - "VmExportParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/VmExportParamsData" - }, - "where": { - "$ref": "#/components/schemas/VmWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "VmdkDiskModify": { - "properties": { - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "bus": { - "$ref": "#/components/schemas/Bus" + "id": { + "type": "string" }, - "volume_name": { + "impact": { "type": "string" }, - "boot": { - "type": "integer", - "format": "int32" + "labels": { + "properties": {}, + "type": "object" }, - "vmdk_name": { + "local_create_time": { "type": "string" - } - }, - "required": [ - "vmdk_name" - ], - "type": "object" - }, - "VmdkCdromModify": { - "properties": { - "removed": { - "type": "boolean" }, - "content_library_image_id": { + "local_end_time": { "type": "string" }, - "elf_image_id": { + "local_id": { "type": "string" }, - "boot": { - "type": "integer", - "format": "int32" - }, - "index": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "index" - ], - "type": "object" - }, - "OvfDiskOperate": { - "properties": { - "new_disks": { - "$ref": "#/components/schemas/VmDiskParams" - }, - "modify_cd_roms": { - "items": { - "$ref": "#/components/schemas/VmdkCdromModify" - }, - "type": "array" - }, - "modify_vmdk_disks": { - "items": { - "$ref": "#/components/schemas/VmdkDiskModify" - }, - "type": "array" - } - }, - "type": "object" - }, - "VmImportNicParams": { - "properties": { - "subnet_mask": { + "local_start_time": { "type": "string" }, - "gateway": { + "local_update_time": { "type": "string" }, - "ip_address": { + "message": { "type": "string" }, - "nic_id": { + "severity": { "type": "string" }, - "connect_vlan_id": { + "solution": { "type": "string" }, - "mirror": { - "type": "boolean" - }, - "model": { - "$ref": "#/components/schemas/VmNicModel" + "threshold": { + "type": "number", + "format": "double" }, - "enabled": { - "type": "boolean" + "value": { + "type": "number", + "format": "double" }, - "mac_address": { - "type": "string" + "vms": { + "items": { + "$ref": "#/components/schemas/NestedVm" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "cause", + "ended", + "id", + "impact", + "labels", + "local_create_time", + "local_end_time", + "local_id", + "local_start_time", + "local_update_time", + "message", + "severity", + "solution", + "threshold", + "value" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_Alert_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "data": { + "$ref": "#/components/schemas/Alert" } }, "required": [ - "connect_vlan_id" + "data" ], "type": "object" }, - "VmImportParams": { + "AlertWhereInput": { "properties": { - "max_bandwidth_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "max_bandwidth": { - "type": "integer", - "format": "int64" - }, - "max_iops_policy": { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - }, - "max_iops": { - "type": "integer", - "format": "int64" - }, - "io_policy": { - "$ref": "#/components/schemas/VmDiskIoPolicy" - }, - "vcpu": { - "type": "integer", - "format": "int32" - }, - "status": { - "$ref": "#/components/schemas/VmStatus" - }, - "ha": { - "type": "boolean" - }, - "vm_nics": { + "AND": { "items": { - "$ref": "#/components/schemas/VmImportNicParams" + "$ref": "#/components/schemas/AlertWhereInput" }, - "type": "array" - }, - "disk_operate": { - "$ref": "#/components/schemas/OvfDiskOperate" - }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "memory": { - "type": "integer", - "format": "int64" - }, - "cpu_cores": { - "type": "integer", - "format": "int32" - }, - "cpu_sockets": { - "type": "integer", - "format": "int32" - }, - "guest_os_type": { - "$ref": "#/components/schemas/VmGuestsOperationSystem" - }, - "folder_id": { - "type": "string" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - }, - "host_id": { - "type": "string" + "type": "array", + "nullable": true }, - "cluster_id": { - "type": "string" + "NOT": { + "items": { + "$ref": "#/components/schemas/AlertWhereInput" + }, + "type": "array", + "nullable": true }, - "upload_tasks": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/AlertWhereInput" }, - "type": "array" + "type": "array", + "nullable": true }, - "owner_id": { - "type": "string" + "alert_rule": { + "allOf": [ + { + "$ref": "#/components/schemas/AlertRuleWhereInput" + } + ], + "nullable": true }, - "parsed_ovf": { - "$ref": "#/components/schemas/ParsedOVF" - } - }, - "required": [ - "name", - "cluster_id", - "upload_tasks", - "parsed_ovf" - ], - "type": "object" - }, - "NestedGpuDriverInfo": { - "properties": { - "filename": { + "cause": { "type": "string", "nullable": true }, - "name": { + "cause_contains": { "type": "string", "nullable": true }, - "rhelversion": { + "cause_ends_with": { "type": "string", "nullable": true }, - "srcversion": { + "cause_gt": { "type": "string", "nullable": true }, - "supported": { + "cause_gte": { "type": "string", "nullable": true }, - "vermagic": { - "type": "string", + "cause_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "version": { + "cause_lt": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NestedVgpuType": { - "properties": { - "framebuffer": { - "type": "number", - "format": "double", - "nullable": true }, - "max_instance": { - "type": "integer", - "format": "int32", + "cause_lte": { + "type": "string", "nullable": true }, - "max_resolution": { + "cause_not": { "type": "string", "nullable": true }, - "name": { + "cause_not_contains": { "type": "string", "nullable": true }, - "vgpu_type_id": { + "cause_not_ends_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmGpuDetail": { - "properties": { - "vgpu_instance_on_vm_num": { - "type": "integer", - "format": "int32", - "nullable": true }, - "vgpu_instance_num": { - "type": "integer", - "format": "int32", + "cause_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "user_vgpu_type_name": { + "cause_not_starts_with": { "type": "string", "nullable": true }, - "user_vgpu_type_id": { + "cause_starts_with": { "type": "string", "nullable": true }, - "user_usage": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/GpuDeviceUsage" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "status": { - "$ref": "#/components/schemas/GpuDeviceStatus" + "create_time": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "create_time_gt": { + "type": "string", + "nullable": true }, - "model": { - "type": "string" + "create_time_gte": { + "type": "string", + "nullable": true }, - "mdev_supported_types": { + "create_time_in": { "items": { - "$ref": "#/components/schemas/NestedVgpuType" + "type": "string" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" + "create_time_lt": { + "type": "string", + "nullable": true }, - "local_created_at": { - "type": "string" + "create_time_lte": { + "type": "string", + "nullable": true }, - "labels": { + "create_time_not": { + "type": "string", + "nullable": true + }, + "create_time_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "is_nvidia_vfs_supported": { - "type": "boolean", + "disk": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "is_nvidia_vfs_enabled": { + "ended": { "type": "boolean", "nullable": true }, - "is_nvidia_tools_ready": { + "ended_not": { "type": "boolean", "nullable": true }, - "id": { - "type": "string" - }, "host": { - "$ref": "#/components/schemas/NestedHost" - }, - "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "driver_info": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedGpuDriverInfo" - } - ], + "id": { + "type": "string", "nullable": true }, - "description": { - "type": "string" - }, - "bus_location": { - "type": "string" + "id_contains": { + "type": "string", + "nullable": true }, - "brand": { - "type": "string" + "id_ends_with": { + "type": "string", + "nullable": true }, - "available_vgpus_num": { - "type": "integer", - "format": "int32", + "id_gt": { + "type": "string", "nullable": true }, - "assigned_vgpus_num": { - "type": "integer", - "format": "int32", + "id_gte": { + "type": "string", "nullable": true - } - }, - "required": [ - "status", - "name", - "model", - "local_id", - "local_created_at", - "id", - "host", - "description", - "bus_location", - "brand" - ], - "type": "object" - }, - "VmGpuInfo": { - "properties": { - "gpu_devices": { + }, + "id_in": { "items": { - "$ref": "#/components/schemas/VmGpuDetail" + "type": "string" }, - "type": "array" - }, - "name": { - "type": "string" - }, - "local_id": { - "type": "string" + "type": "array", + "nullable": true }, - "id": { - "type": "string" - } - }, - "required": [ - "gpu_devices", - "name", - "local_id", - "id" - ], - "type": "object" - }, - "VmOrderByInput": { - "enum": [ - "bios_uuid_ASC", - "bios_uuid_DESC", - "clock_offset_ASC", - "clock_offset_DESC", - "cloud_init_supported_ASC", - "cloud_init_supported_DESC", - "cpu_ASC", - "cpu_DESC", - "cpu_model_ASC", - "cpu_model_DESC", - "cpu_usage_ASC", - "cpu_usage_DESC", - "deleted_at_ASC", - "deleted_at_DESC", - "description_ASC", - "description_DESC", - "dns_servers_ASC", - "dns_servers_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "firmware_ASC", - "firmware_DESC", - "guest_cpu_model_ASC", - "guest_cpu_model_DESC", - "guest_os_type_ASC", - "guest_os_type_DESC", - "guest_size_usage_ASC", - "guest_size_usage_DESC", - "guest_used_size_ASC", - "guest_used_size_DESC", - "ha_ASC", - "ha_DESC", - "hostname_ASC", - "hostname_DESC", - "id_ASC", - "id_DESC", - "in_recycle_bin_ASC", - "in_recycle_bin_DESC", - "internal_ASC", - "internal_DESC", - "io_policy_ASC", - "io_policy_DESC", - "ips_ASC", - "ips_DESC", - "kernel_info_ASC", - "kernel_info_DESC", - "last_shutdown_time_ASC", - "last_shutdown_time_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "logical_size_bytes_ASC", - "logical_size_bytes_DESC", - "max_bandwidth_ASC", - "max_bandwidth_DESC", - "max_bandwidth_policy_ASC", - "max_bandwidth_policy_DESC", - "max_iops_ASC", - "max_iops_DESC", - "max_iops_policy_ASC", - "max_iops_policy_DESC", - "memory_ASC", - "memory_DESC", - "memory_usage_ASC", - "memory_usage_DESC", - "name_ASC", - "name_DESC", - "nested_virtualization_ASC", - "nested_virtualization_DESC", - "node_ip_ASC", - "node_ip_DESC", - "original_name_ASC", - "original_name_DESC", - "os_ASC", - "os_DESC", - "protected_ASC", - "protected_DESC", - "provisioned_size_ASC", - "provisioned_size_DESC", - "size_ASC", - "size_DESC", - "status_ASC", - "status_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC", - "vcpu_ASC", - "vcpu_DESC", - "video_type_ASC", - "video_type_DESC", - "vm_tools_status_ASC", - "vm_tools_status_DESC", - "vm_tools_version_ASC", - "vm_tools_version_DESC", - "vm_usage_ASC", - "vm_usage_DESC", - "win_opt_ASC", - "win_opt_DESC" - ], - "type": "string" - }, - "GetVmsRequestBody": { - "properties": { - "after": { + "id_lt": { "type": "string", "nullable": true }, - "before": { + "id_lte": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "id_not_contains": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmOrderByInput" - } - ], + "id_not_ends_with": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VmVncInfo": { - "properties": { - "vm": { - "$ref": "#/components/schemas/Vm" - }, - "terminal": { - "type": "string" }, - "redirect": { - "type": "string" + "id_starts_with": { + "type": "string", + "nullable": true }, - "direct": { - "type": "string" + "impact": { + "type": "string", + "nullable": true }, - "cluster_ip": { - "type": "string" - } - }, - "required": [ - "vm", - "terminal", - "redirect", - "cluster_ip" - ], - "type": "object" - }, - "VmWhereUniqueInput": { - "properties": { - "id": { + "impact_contains": { "type": "string", "nullable": true }, - "local_id": { + "impact_ends_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "GetVmVncInfoParams": { - "properties": { - "vm": { - "$ref": "#/components/schemas/VmWhereUniqueInput" - } - }, - "required": [ - "vm" - ], - "type": "object" - }, - "VmUpdateVpcNicParams": { - "properties": { - "data": { - "properties": { - "vpc_nic": { - "$ref": "#/components/schemas/UpdateVpcNicPayloads" - } - }, - "required": [ - "vpc_nic" - ], - "type": "object" }, - "where": { - "$ref": "#/components/schemas/VmNicWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ContentLibraryVmTemplate": { - "properties": { - "architecture": { - "$ref": "#/components/schemas/Architecture" + "impact_gt": { + "type": "string", + "nullable": true }, - "cloud_init_supported": { - "type": "boolean" + "impact_gte": { + "type": "string", + "nullable": true }, - "clusters": { + "impact_in": { "items": { - "$ref": "#/components/schemas/NestedCluster" + "type": "string" }, "type": "array", "nullable": true }, - "createdAt": { - "type": "string" + "impact_lt": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "impact_lte": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "impact_not": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "impact_not_contains": { + "type": "string", + "nullable": true }, - "labels": { + "impact_not_ends_with": { + "type": "string", + "nullable": true + }, + "impact_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "impact_not_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "impact_starts_with": { + "type": "string", + "nullable": true }, - "os": { + "local_create_time": { "type": "string", "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "local_create_time_gt": { + "type": "string", + "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "local_create_time_gte": { + "type": "string", + "nullable": true }, - "vm_template_uuids": { + "local_create_time_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "vm_templates": { + "local_create_time_lt": { + "type": "string", + "nullable": true + }, + "local_create_time_lte": { + "type": "string", + "nullable": true + }, + "local_create_time_not": { + "type": "string", + "nullable": true + }, + "local_create_time_not_in": { "items": { - "$ref": "#/components/schemas/NestedVmTemplate" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "architecture", - "cloud_init_supported", - "createdAt", - "description", - "id", - "memory", - "name", - "size", - "vcpu", - "vm_template_uuids" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_ContentLibraryVmTemplate_": { - "properties": { - "task_id": { + }, + "local_end_time": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/ContentLibraryVmTemplate" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ContentLibraryVmTemplateCreationParams": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" + "local_end_time_contains": { + "type": "string", + "nullable": true }, - "cloud_init_supported": { - "type": "boolean" + "local_end_time_ends_with": { + "type": "string", + "nullable": true }, - "vm": { - "$ref": "#/components/schemas/VmWhereUniqueInput" + "local_end_time_gt": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "local_end_time_gte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "clusters", - "vm", - "name" - ], - "type": "object" - }, - "ContentLibraryVmTemplateUpdationParamsData": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" + "local_end_time_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "cloud_init_supported": { - "type": "boolean" + "local_end_time_lt": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "local_end_time_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "ContentLibraryVmTemplateUpdationParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateUpdationParamsData" + "local_end_time_not": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ContentLibraryVmTemplateUpdationClusterParamsData": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "clusters" - ], - "type": "object" - }, - "ContentLibraryVmTemplateUpdationClusterParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateUpdationClusterParamsData" + "local_end_time_not_contains": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteContentLibraryVmTemplate": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteContentLibraryVmTemplate_": { - "properties": { - "task_id": { + "local_end_time_not_ends_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteContentLibraryVmTemplate" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ContentLibraryVmTemplateDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "ContentLibraryVmTemplateExportParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "ContentLibraryVmdkCdromModify": { - "properties": { - "enabled": { - "type": "boolean" + "local_end_time_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "removed": { - "type": "boolean" + "local_end_time_not_starts_with": { + "type": "string", + "nullable": true }, - "boot": { - "type": "integer", - "format": "int32" + "local_end_time_starts_with": { + "type": "string", + "nullable": true }, - "index": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "index" - ], - "type": "object" - }, - "ContentLibraryVmdkCdromMount": { - "properties": { - "enabled": { - "type": "boolean" + "local_id": { + "type": "string", + "nullable": true }, - "boot": { - "type": "integer", - "format": "int32" - } - }, - "type": "object" - }, - "ContentLibraryVmTemplateOvfDiskOperate": { - "properties": { - "mount_new_cd_roms": { - "items": { - "$ref": "#/components/schemas/ContentLibraryVmdkCdromMount" - }, - "type": "array" + "local_id_contains": { + "type": "string", + "nullable": true }, - "modify_cd_roms": { - "items": { - "$ref": "#/components/schemas/ContentLibraryVmdkCdromModify" - }, - "type": "array" + "local_id_ends_with": { + "type": "string", + "nullable": true }, - "modify_vmdk_disks": { + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { "items": { - "$ref": "#/components/schemas/VmdkDiskModify" + "type": "string" }, - "type": "array" - } - }, - "type": "object" - }, - "ContentLibraryImportVmNic": { - "properties": { - "mirror": { - "type": "boolean" + "type": "array", + "nullable": true }, - "model": { - "$ref": "#/components/schemas/VmNicModel" + "local_id_lt": { + "type": "string", + "nullable": true }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "model" - ], - "type": "object" - }, - "ContentLibraryVmTemplateImportParams": { - "properties": { - "vm_nics": { + "local_id_lte": { + "type": "string", + "nullable": true + }, + "local_id_not": { + "type": "string", + "nullable": true + }, + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/ContentLibraryImportVmNic" + "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "disk_operate": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateOvfDiskOperate" + "local_id_not_starts_with": { + "type": "string", + "nullable": true }, - "ha": { - "type": "boolean" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "memory_unit": { - "$ref": "#/components/schemas/ByteUnit" + "local_start_time": { + "type": "string", + "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "local_start_time_contains": { + "type": "string", + "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "local_start_time_ends_with": { + "type": "string", + "nullable": true }, - "cpu_cores": { - "type": "integer", - "format": "int32" + "local_start_time_gt": { + "type": "string", + "nullable": true }, - "cpu_sockets": { - "type": "integer", - "format": "int32" + "local_start_time_gte": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "local_start_time_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "name": { - "type": "string" + "local_start_time_lt": { + "type": "string", + "nullable": true }, - "upload_tasks": { + "local_start_time_lte": { + "type": "string", + "nullable": true + }, + "local_start_time_not": { + "type": "string", + "nullable": true + }, + "local_start_time_not_contains": { + "type": "string", + "nullable": true + }, + "local_start_time_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_start_time_not_in": { "items": { "type": "string" }, - "type": "array" + "type": "array", + "nullable": true }, - "parsed_ovf": { - "$ref": "#/components/schemas/ParsedOVF" + "local_start_time_not_starts_with": { + "type": "string", + "nullable": true }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "name", - "upload_tasks", - "parsed_ovf", - "cluster_id" - ], - "type": "object" - }, - "NestedOrganization": { - "properties": { - "id": { - "type": "string" + "local_start_time_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "Datacenter": { - "properties": { - "cluster_num": { - "type": "integer", - "format": "int32", + "local_update_time": { + "type": "string", "nullable": true }, - "clusters": { + "local_update_time_contains": { + "type": "string", + "nullable": true + }, + "local_update_time_ends_with": { + "type": "string", + "nullable": true + }, + "local_update_time_gt": { + "type": "string", + "nullable": true + }, + "local_update_time_gte": { + "type": "string", + "nullable": true + }, + "local_update_time_in": { "items": { - "$ref": "#/components/schemas/NestedCluster" + "type": "string" }, "type": "array", "nullable": true }, - "failure_data_space": { - "type": "integer", - "format": "int64", + "local_update_time_lt": { + "type": "string", "nullable": true }, - "host_num": { - "type": "integer", - "format": "int32", + "local_update_time_lte": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "local_update_time_not": { + "type": "string", + "nullable": true }, - "labels": { + "local_update_time_not_contains": { + "type": "string", + "nullable": true + }, + "local_update_time_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_update_time_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "name": { - "type": "string" + "local_update_time_not_starts_with": { + "type": "string", + "nullable": true }, - "organization": { - "$ref": "#/components/schemas/NestedOrganization" + "local_update_time_starts_with": { + "type": "string", + "nullable": true }, - "total_cpu_hz": { - "type": "integer", - "format": "int64", + "message": { + "type": "string", "nullable": true }, - "total_data_capacity": { - "type": "integer", - "format": "int64", + "message_contains": { + "type": "string", "nullable": true }, - "total_memory_bytes": { - "type": "integer", - "format": "int64", + "message_ends_with": { + "type": "string", "nullable": true }, - "used_cpu_hz": { - "type": "number", - "format": "double", + "message_gt": { + "type": "string", "nullable": true }, - "used_data_space": { - "type": "integer", - "format": "int64", + "message_gte": { + "type": "string", "nullable": true }, - "used_memory_bytes": { - "type": "number", - "format": "double", + "message_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "vm_num": { - "type": "integer", - "format": "int32", + "message_lt": { + "type": "string", "nullable": true - } - }, - "required": [ - "id", - "name", - "organization" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Datacenter_": { - "properties": { - "task_id": { + }, + "message_lte": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Datacenter" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "DatacenterCreationParams": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" + "message_not": { + "type": "string", + "nullable": true }, - "organization_id": { - "type": "string" + "message_not_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "organization_id", - "name" - ], - "type": "object" - }, - "DatacenterUpdationParams": { - "properties": { - "data": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "name": { - "type": "string" - } + "message_not_ends_with": { + "type": "string", + "nullable": true + }, + "message_not_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DatacenterWhereUniqueInput": { - "properties": { - "id": { + "message_not_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "AddClustersToDatacenterParams": { - "properties": { - "data": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "type": "object" }, - "where": { - "$ref": "#/components/schemas/DatacenterWhereUniqueInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "RemoveClustersFromDatacenterParams": { - "properties": { - "data": { - "properties": { - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "type": "object" + "message_starts_with": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/DatacenterWhereUniqueInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteDatacenter": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteDatacenter_": { - "properties": { - "task_id": { + "severity": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteDatacenter" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "DatacenterDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedDiskFailureInformation": { - "properties": { - "chunk_checksum_error": { - "type": "boolean", + "severity_contains": { + "type": "string", "nullable": true }, - "chunk_errflag": { - "type": "boolean", + "severity_ends_with": { + "type": "string", "nullable": true }, - "chunk_io_error": { - "type": "boolean", + "severity_gt": { + "type": "string", "nullable": true }, - "chunk_warnflag": { - "type": "boolean", + "severity_gte": { + "type": "string", "nullable": true }, - "iostat_latency": { - "type": "boolean", + "severity_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "iostat_latency_ms": { - "type": "integer", - "format": "int64", + "severity_lt": { + "type": "string", "nullable": true }, - "smart_check": { - "type": "boolean", + "severity_lte": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "PartitionUsage": { - "enum": [ - "BOOT", - "CACHE", - "EFI_SYSTEM", - "JOURNAL", - "METAD", - "PARTITION", - "SWAP", - "SYSTEM", - "UNMOUNTED", - "UNPARTED", - "ZOOKEEPER" - ], - "type": "string" - }, - "NestedPartition": { - "properties": { - "name": { + }, + "severity_not": { "type": "string", "nullable": true }, - "path": { + "severity_not_contains": { "type": "string", "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "severity_not_ends_with": { + "type": "string", + "nullable": true }, - "usage": { - "$ref": "#/components/schemas/PartitionUsage" + "severity_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "used_size": { - "type": "integer", - "format": "int64" - } - }, - "required": [ - "size", - "usage", - "used_size" - ], - "type": "object", - "additionalProperties": false - }, - "NestedPmemDimm": { - "properties": { - "id": { - "type": "string" + "severity_not_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "Disk": { - "properties": { - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "severity_starts_with": { + "type": "string", "nullable": true }, - "failure_information": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedDiskFailureInformation" - } - ], + "solution": { + "type": "string", "nullable": true }, - "firmware": { - "type": "string" + "solution_contains": { + "type": "string", + "nullable": true }, - "function": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskFunction" - } - ], + "solution_ends_with": { + "type": "string", "nullable": true }, - "health_status": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskHealthStatus" - } - ], + "solution_gt": { + "type": "string", "nullable": true }, - "healthy": { - "type": "boolean" + "solution_gte": { + "type": "string", + "nullable": true }, - "host": { - "$ref": "#/components/schemas/NestedHost" + "solution_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "id": { - "type": "string" + "solution_lt": { + "type": "string", + "nullable": true }, - "labels": { + "solution_lte": { + "type": "string", + "nullable": true + }, + "solution_not": { + "type": "string", + "nullable": true + }, + "solution_not_contains": { + "type": "string", + "nullable": true + }, + "solution_not_ends_with": { + "type": "string", + "nullable": true + }, + "solution_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" - }, - "model": { - "type": "string" + "solution_not_starts_with": { + "type": "string", + "nullable": true }, - "mounted": { - "type": "boolean" + "solution_starts_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "threshold": { + "type": "number", + "format": "double", + "nullable": true }, - "numa_node": { - "type": "integer", - "format": "int32", + "threshold_gt": { + "type": "number", + "format": "double", "nullable": true }, - "offline": { - "type": "boolean" + "threshold_gte": { + "type": "number", + "format": "double", + "nullable": true }, - "partitions": { + "threshold_in": { "items": { - "$ref": "#/components/schemas/NestedPartition" + "type": "number", + "format": "double" }, - "type": "array" + "type": "array", + "nullable": true }, - "path": { - "type": "string" + "threshold_lt": { + "type": "number", + "format": "double", + "nullable": true }, - "persistent_memory_type": { - "type": "string", + "threshold_lte": { + "type": "number", + "format": "double", "nullable": true }, - "physical_slot_on_brick": { - "type": "integer", - "format": "int32", + "threshold_not": { + "type": "number", + "format": "double", "nullable": true }, - "pmem_dimms": { + "threshold_not_in": { "items": { - "$ref": "#/components/schemas/NestedPmemDimm" + "type": "number", + "format": "double" }, "type": "array", "nullable": true }, - "recommended_usage": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskUsage" - } - ], + "value": { + "type": "number", + "format": "double", "nullable": true }, - "remaining_life_percent": { - "type": "integer", - "format": "int32", + "value_gt": { + "type": "number", + "format": "double", "nullable": true }, - "serial": { - "type": "string" + "value_gte": { + "type": "number", + "format": "double", + "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "value_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true }, - "type": { - "$ref": "#/components/schemas/DiskType" + "value_lt": { + "type": "number", + "format": "double", + "nullable": true }, - "usage": { - "$ref": "#/components/schemas/DiskUsage" + "value_lte": { + "type": "number", + "format": "double", + "nullable": true }, - "usage_status": { + "value_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "value_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true + }, + "vms_every": { "allOf": [ { - "$ref": "#/components/schemas/DiskUsageStatus" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true - } - }, - "required": [ - "firmware", - "healthy", - "host", - "id", - "local_id", - "model", - "mounted", - "name", - "offline", - "partitions", - "path", - "serial", - "size", - "type", - "usage" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Disk_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true }, - "data": { - "$ref": "#/components/schemas/Disk" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "DiskMountParams": { - "properties": { - "data": { - "properties": { - "function": { - "$ref": "#/components/schemas/DiskFunction" + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" } - }, - "required": [ - "function" ], - "type": "object" + "nullable": true }, - "where": { - "$ref": "#/components/schemas/DiskWhereInput" + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], + "nullable": true } }, - "required": [ - "data", - "where" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "DiskUnmountParams": { + "ResolveAlertParams": { "properties": { "where": { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/AlertWhereInput" } }, "required": [ @@ -62817,156 +60410,113 @@ ], "type": "object" }, - "FilterRuleAggregationEnum": { - "enum": [ - "AVG", - "MAX", - "MIN", - "QUANTILE", - "SUM" - ], - "type": "string" - }, - "FilterRuleMetricEnum": { - "enum": [ - "VM_CPU_USAGE", - "VM_MEMORY_USAGE", - "VM_POWEROFF_DAYS", - "VM_POWERON_DAYS", - "VM_READWRITE_IO" - ], - "type": "string" - }, - "FilterRuleOpEnum": { + "UserAuditLogStatus": { "enum": [ - "GT", - "GTE", - "LT", - "LTE" + "FAILED", + "SUCCESSED" ], "type": "string" }, - "NestedFilterRule": { + "NestedUser": { "properties": { - "aggregation": { - "$ref": "#/components/schemas/FilterRuleAggregationEnum" - }, - "duration": { - "type": "integer", - "format": "int32" - }, - "metric": { - "$ref": "#/components/schemas/FilterRuleMetricEnum" - }, - "op": { - "$ref": "#/components/schemas/FilterRuleOpEnum" - }, - "quantile": { - "type": "integer", - "format": "int32" + "id": { + "type": "string" }, - "threshold": { - "type": "number", - "format": "double" + "name": { + "type": "string" } }, "required": [ - "aggregation", - "duration", - "metric", - "op", - "quantile", - "threshold" + "id", + "name" ], "type": "object", "additionalProperties": false }, - "EntityFilter": { + "UserAuditLog": { "properties": { - "apply_to_all_clusters": { - "type": "boolean", - "nullable": true + "action": { + "type": "string" }, - "clusters": { - "items": { - "$ref": "#/components/schemas/NestedCluster" - }, - "type": "array", + "auth_type": { + "type": "string", "nullable": true }, - "entity_type": { - "$ref": "#/components/schemas/EntityType" - }, - "exclude_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "exec_failed_cluster": { - "items": { - "$ref": "#/components/schemas/NestedCluster" - }, - "type": "array", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedCluster" + } + ], "nullable": true }, - "filter_error": { - "items": { - "type": "string" - }, - "type": "array" + "createdAt": { + "type": "string" }, - "filter_status": { - "$ref": "#/components/schemas/FilterStatus" + "finished_at": { + "type": "string", + "nullable": true }, "id": { "type": "string" }, - "ids": { - "items": { - "type": "string" - }, - "type": "array" + "ip_address": { + "type": "string" }, - "last_executed_at": { + "message": { + "type": "string" + }, + "resource_id": { "type": "string", "nullable": true }, - "name": { - "type": "string" + "resource_type": { + "type": "string", + "nullable": true }, - "preset": { + "started_at": { "type": "string", "nullable": true }, - "rules": { - "items": { - "$ref": "#/components/schemas/NestedFilterRule" - }, - "type": "array" + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogStatus" + } + ], + "nullable": true + }, + "user": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedUser" + } + ], + "nullable": true + }, + "username": { + "type": "string", + "nullable": true } }, "required": [ - "entity_type", - "exclude_ids", - "filter_error", - "filter_status", + "action", + "createdAt", "id", - "ids", - "name", - "rules" + "ip_address", + "message" ], "type": "object", "additionalProperties": false }, - "WithTask_EntityFilter_": { + "WithTask_UserAuditLog_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/EntityFilter" + "$ref": "#/components/schemas/UserAuditLog" } }, "required": [ @@ -62974,275 +60524,322 @@ ], "type": "object" }, - "FilterRuleInput": { + "UserAuditLogMessage": { "properties": { - "threshold": { - "type": "number", - "format": "double" + "en-US": { + "type": "string" }, - "quantile": { - "type": "integer", - "format": "int32" + "zh-CN": { + "type": "string" + } + }, + "required": [ + "en-US", + "zh-CN" + ], + "type": "object" + }, + "UserAuditLogCreationParams": { + "properties": { + "started_at": { + "type": "string" }, - "op": { - "$ref": "#/components/schemas/FilterRuleOpEnum" + "finished_at": { + "type": "string" }, - "metric": { - "$ref": "#/components/schemas/FilterRuleMetricEnum" + "cluster_id": { + "type": "string" }, - "duration": { - "type": "integer", - "format": "int32" + "resource_id": { + "type": "string" }, - "aggregation": { - "$ref": "#/components/schemas/FilterRuleAggregationEnum" + "ip_address": { + "type": "string" + }, + "status": { + "$ref": "#/components/schemas/UserAuditLogStatus" + }, + "user_id": { + "type": "string" + }, + "message": { + "$ref": "#/components/schemas/UserAuditLogMessage" + }, + "resource_type": { + "type": "string", + "minLength": 1 + }, + "action": { + "type": "string", + "minLength": 1 } }, "required": [ - "threshold", - "quantile", - "op", - "metric", - "duration", - "aggregation" + "status", + "user_id", + "message", + "resource_type", + "action" ], "type": "object" }, - "EntityFilterCreationParams": { + "NestedCapacity": { "properties": { - "exclude_vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "apply_to_all_clusters": { - "type": "boolean" + "column": { + "type": "integer", + "format": "int32", + "nullable": true }, - "rules": { - "items": { - "$ref": "#/components/schemas/FilterRuleInput" - }, - "type": "array" + "row": { + "type": "integer", + "format": "int32", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "NestedClusterTopo": { + "properties": { + "id": { + "type": "string" }, "name": { "type": "string" } }, "required": [ - "rules", + "id", "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "EntityFilterUpdationParams": { + "Direction": { + "enum": [ + "HORIZONTAL", + "VERTICAL" + ], + "type": "string" + }, + "BrickPhaseEnum": { + "enum": [ + "BACKWARD", + "FORWARD" + ], + "type": "string" + }, + "NestedBrickDiskLayout": { "properties": { - "data": { - "properties": { - "exclude_vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "apply_to_all_clusters": { - "type": "boolean" - }, - "rules": { - "items": { - "$ref": "#/components/schemas/FilterRuleInput" - }, - "type": "array" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "column": { + "type": "integer", + "format": "int32" }, - "where": { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "direction": { + "$ref": "#/components/schemas/Direction" + }, + "phase": { + "$ref": "#/components/schemas/BrickPhaseEnum" + }, + "row": { + "type": "integer", + "format": "int32" } }, "required": [ - "data", - "where" + "column", + "direction", + "phase", + "row" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "DeleteEntityFilter": { + "NestedNodeTopo": { "properties": { "id": { "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "id" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "WithTask_DeleteEntityFilter_": { + "PowerPosition": { + "enum": [ + "LEFT", + "MIDDLE", + "RIGHT" + ], + "type": "string" + }, + "NestedBrickPower": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/DeleteEntityFilter" + "id": { + "type": "string" } }, "required": [ - "data" + "id" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "EntityFilterDeletionParams": { + "NestedRackTopo": { "properties": { - "where": { - "$ref": "#/components/schemas/EntityFilterWhereInput" + "id": { + "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "where" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "GpuDevice": { + "NestedTagPosition": { "properties": { - "assigned_vgpus_num": { + "column": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "available_vgpus_num": { + "row": { "type": "integer", - "format": "int32", - "nullable": true - }, - "brand": { - "type": "string" + "format": "int32" }, - "bus_location": { + "tag": { "type": "string" + } + }, + "required": [ + "column", + "row", + "tag" + ], + "type": "object", + "additionalProperties": false + }, + "BrickTopo": { + "properties": { + "capacity": { + "$ref": "#/components/schemas/NestedCapacity" }, - "description": { - "type": "string" + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "driver_info": { + "cluster_topo": { "allOf": [ { - "$ref": "#/components/schemas/NestedGpuDriverInfo" + "$ref": "#/components/schemas/NestedClusterTopo" } ], "nullable": true }, - "entityAsyncStatus": { + "disk_layout": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedBrickDiskLayout" } ], "nullable": true }, - "host": { - "$ref": "#/components/schemas/NestedHost" + "height": { + "type": "integer", + "format": "int32" }, "id": { "type": "string" }, - "is_nvidia_tools_ready": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_enabled": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_supported": { - "type": "boolean", - "nullable": true + "local_id": { + "type": "string" }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", + "model": { + "type": "string", "nullable": true }, - "local_created_at": { - "type": "string" - }, - "local_id": { + "name": { "type": "string" }, - "mdev_supported_types": { + "node_topoes": { "items": { - "$ref": "#/components/schemas/NestedVgpuType" + "$ref": "#/components/schemas/NestedNodeTopo" }, "type": "array", "nullable": true }, - "model": { - "type": "string" - }, - "name": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/GpuDeviceStatus" + "position": { + "type": "integer", + "format": "int32" }, - "user_usage": { + "power_layout": { "allOf": [ { - "$ref": "#/components/schemas/GpuDeviceUsage" + "$ref": "#/components/schemas/Direction" } ], "nullable": true }, - "user_vgpu_type_id": { - "type": "string", + "power_position": { + "allOf": [ + { + "$ref": "#/components/schemas/PowerPosition" + } + ], "nullable": true }, - "user_vgpu_type_name": { - "type": "string", + "powers": { + "items": { + "$ref": "#/components/schemas/NestedBrickPower" + }, + "type": "array", "nullable": true }, - "vgpu_instance_num": { - "type": "integer", - "format": "int32", + "rack_topo": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedRackTopo" + } + ], "nullable": true }, - "vms": { + "tag_position_in_brick": { "items": { - "$ref": "#/components/schemas/NestedVm" + "$ref": "#/components/schemas/NestedTagPosition" }, "type": "array", "nullable": true } }, "required": [ - "brand", - "bus_location", - "description", - "host", + "capacity", + "cluster", + "height", "id", - "local_created_at", "local_id", - "model", "name", - "status" + "position" ], "type": "object", "additionalProperties": false }, - "WithTask_GpuDevice_": { + "WithTask_BrickTopo_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/GpuDevice" + "$ref": "#/components/schemas/BrickTopo" } }, "required": [ @@ -63250,924 +60847,270 @@ ], "type": "object" }, - "GpuDeviceUsageUpdationParams": { + "NodeTopoWhereInput": { "properties": { - "data": { - "properties": { - "vgpu_spec": { - "type": "string" - }, - "usage": { - "$ref": "#/components/schemas/GpuDeviceUsage" - } + "AND": { + "items": { + "$ref": "#/components/schemas/NodeTopoWhereInput" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "GpuDeviceDescriptionUpdationParams": { - "properties": { - "data": { - "properties": { - "description": { - "type": "string" - } + "NOT": { + "items": { + "$ref": "#/components/schemas/NodeTopoWhereInput" }, - "required": [ - "description" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "GpuDeviceSriovSwitchParams": { - "properties": { - "data": { - "properties": { - "enable": { - "type": "boolean" - } - }, - "required": [ - "enable" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "GpuVmDetail": { - "properties": { - "vgpu_instance_on_vm_num": { - "type": "integer", - "format": "int32" - }, - "win_opt": { - "type": "boolean" - }, - "vm_usage": { - "allOf": [ - { - "$ref": "#/components/schemas/VmUsage" - } - ], - "nullable": true - }, - "vm_tools_version": { - "type": "string", - "nullable": true - }, - "vm_tools_status": { - "$ref": "#/components/schemas/VmToolsStatus" - }, - "vm_placement_group": { - "items": { - "$ref": "#/components/schemas/NestedVmPlacementGroup" - }, - "type": "array", - "nullable": true - }, - "vm_nics": { - "items": { - "$ref": "#/components/schemas/NestedVmNic" - }, - "type": "array", - "nullable": true - }, - "vm_disks": { + "OR": { "items": { - "$ref": "#/components/schemas/NestedVmDisk" + "$ref": "#/components/schemas/NodeTopoWhereInput" }, "type": "array", "nullable": true }, - "video_type": { + "brick_topo": { "allOf": [ { - "$ref": "#/components/schemas/VmVideoType" + "$ref": "#/components/schemas/BrickTopoWhereInput" } ], "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" - }, - "usb_devices": { - "items": { - "$ref": "#/components/schemas/NestedUsbDevice" - }, - "type": "array", - "nullable": true - }, - "unique_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "status": { - "$ref": "#/components/schemas/VmStatus" - }, - "snapshots": { - "items": { - "$ref": "#/components/schemas/NestedVmSnapshot" - }, - "type": "array", - "nullable": true - }, - "snapshot_plan": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/NestedSnapshotPlan" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "provisioned_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "protected": { - "type": "boolean" - }, - "pci_nics": { - "items": { - "$ref": "#/components/schemas/NestedNic" - }, - "type": "array", - "nullable": true - }, - "out_uninstall_usb": { - "items": { - "type": "string" - }, - "type": "array" - }, - "os": { - "type": "string", - "nullable": true - }, - "original_name": { - "type": "string", - "nullable": true - }, - "node_ip": { - "type": "string" - }, - "nested_virtualization": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "memory_usage": { - "type": "number", - "format": "double", - "nullable": true - }, - "memory": { - "type": "integer", - "format": "int64" - }, - "max_iops_policy": { + "cluster_topo": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/ClusterTopoWhereInput" } ], "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_bandwidth_policy": { + "host": { "allOf": [ { - "$ref": "#/components/schemas/VmDiskIoRestrictType" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64", + "id": { + "type": "string", "nullable": true }, - "logical_size_bytes": { - "type": "integer", - "format": "int64", + "id_contains": { + "type": "string", "nullable": true }, - "local_id": { - "type": "string" + "id_ends_with": { + "type": "string", + "nullable": true }, - "local_created_at": { + "id_gt": { "type": "string", "nullable": true }, - "last_shutdown_time": { + "id_gte": { "type": "string", "nullable": true }, - "labels": { + "id_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "kernel_info": { + "id_lt": { "type": "string", "nullable": true }, - "isolation_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedIsolationPolicy" - } - ], - "nullable": true - }, - "ips": { - "type": "string" - }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], - "nullable": true - }, - "internal": { - "type": "boolean" - }, - "in_recycle_bin": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "hostname": { + "id_lte": { "type": "string", "nullable": true }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedHost" - } - ], - "nullable": true - }, - "ha": { - "type": "boolean" - }, - "guest_used_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "guest_size_usage": { - "type": "number", - "format": "double", + "id_not": { + "type": "string", "nullable": true }, - "guest_os_type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmGuestsOperationSystem" - } - ], + "id_not_contains": { + "type": "string", "nullable": true }, - "guest_cpu_model": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "gpu_devices": { + "id_not_in": { "items": { - "$ref": "#/components/schemas/NestedGpuDevice" + "type": "string" }, "type": "array", "nullable": true }, - "folder": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVmFolder" - } - ], - "nullable": true - }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true }, - "entity_filter_results": { - "items": { - "$ref": "#/components/schemas/NestedVmEntityFilterResult" - }, - "type": "array", + "id_starts_with": { + "type": "string", "nullable": true }, - "dns_servers": { + "local_id": { "type": "string", "nullable": true }, - "description": { - "type": "string" - }, - "deleted_at": { + "local_id_contains": { "type": "string", "nullable": true }, - "cpu_usage": { - "type": "number", - "format": "double", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "cpu_model": { - "type": "string" - }, - "cpu": { - "$ref": "#/components/schemas/NestedCpu" - }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], + "local_id_gt": { + "type": "string", "nullable": true }, - "cloud_init_supported": { - "type": "boolean", + "local_id_gte": { + "type": "string", "nullable": true }, - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" - } - }, - "required": [ - "win_opt", - "vm_tools_status", - "vcpu", - "status", - "protected", - "out_uninstall_usb", - "node_ip", - "nested_virtualization", - "name", - "memory", - "local_id", - "ips", - "internal", - "in_recycle_bin", - "id", - "ha", - "firmware", - "description", - "cpu_model", - "cpu", - "clock_offset" - ], - "type": "object" - }, - "GpuVmInfo": { - "properties": { - "vms": { + "local_id_in": { "items": { - "$ref": "#/components/schemas/GpuVmDetail" + "type": "string" }, - "type": "array" - }, - "vgpu_instance_num": { - "type": "integer", - "format": "int32", + "type": "array", "nullable": true }, - "user_vgpu_type_name": { + "local_id_lt": { "type": "string", "nullable": true }, - "user_vgpu_type_id": { + "local_id_lte": { "type": "string", "nullable": true }, - "user_usage": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceUsage" - } - ], + "local_id_not": { + "type": "string", "nullable": true }, - "status": { - "$ref": "#/components/schemas/GpuDeviceStatus" - }, - "name": { - "type": "string" - }, - "model": { - "type": "string" - }, - "mdev_supported_types": { - "items": { - "$ref": "#/components/schemas/NestedVgpuType" - }, - "type": "array", + "local_id_not_contains": { + "type": "string", "nullable": true }, - "local_id": { - "type": "string" - }, - "local_created_at": { - "type": "string" + "local_id_not_ends_with": { + "type": "string", + "nullable": true }, - "labels": { + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "is_nvidia_vfs_supported": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_vfs_enabled": { - "type": "boolean", - "nullable": true - }, - "is_nvidia_tools_ready": { - "type": "boolean", - "nullable": true - }, - "id": { - "type": "string" - }, - "host": { - "$ref": "#/components/schemas/NestedHost" - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "driver_info": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedGpuDriverInfo" - } - ], - "nullable": true - }, - "description": { - "type": "string" - }, - "bus_location": { - "type": "string" - }, - "brand": { - "type": "string" - }, - "available_vgpus_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "assigned_vgpus_num": { - "type": "integer", - "format": "int32", - "nullable": true - } - }, - "required": [ - "vms", - "status", - "name", - "model", - "local_id", - "local_created_at", - "id", - "host", - "description", - "bus_location", - "brand" - ], - "type": "object" - }, - "GpuDeviceOrderByInput": { - "enum": [ - "assigned_vgpus_num_ASC", - "assigned_vgpus_num_DESC", - "available_vgpus_num_ASC", - "available_vgpus_num_DESC", - "brand_ASC", - "brand_DESC", - "bus_location_ASC", - "bus_location_DESC", - "description_ASC", - "description_DESC", - "driver_info_ASC", - "driver_info_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "is_nvidia_tools_ready_ASC", - "is_nvidia_tools_ready_DESC", - "is_nvidia_vfs_enabled_ASC", - "is_nvidia_vfs_enabled_DESC", - "is_nvidia_vfs_supported_ASC", - "is_nvidia_vfs_supported_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "mdev_supported_types_ASC", - "mdev_supported_types_DESC", - "model_ASC", - "model_DESC", - "name_ASC", - "name_DESC", - "status_ASC", - "status_DESC", - "user_usage_ASC", - "user_usage_DESC", - "user_vgpu_type_id_ASC", - "user_vgpu_type_id_DESC", - "user_vgpu_type_name_ASC", - "user_vgpu_type_name_DESC", - "vgpu_instance_num_ASC", - "vgpu_instance_num_DESC" - ], - "type": "string" - }, - "GetGpuDevicesRequestBody": { - "properties": { - "after": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "before": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceOrderByInput" - } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "MetricType": { - "enum": [ - "BOTTOMK", - "NORMAL", - "TOPK" - ], - "type": "string" - }, - "GraphType": { - "enum": [ - "AREA", - "STACK" - ], - "type": "string" - }, - "NestedView": { - "properties": { - "id": { - "type": "string" - }, "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "Graph": { - "properties": { - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], + "type": "string", "nullable": true }, - "disks": { - "items": { - "$ref": "#/components/schemas/NestedDisk" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "name_ends_with": { + "type": "string", "nullable": true }, - "hosts": { - "items": { - "$ref": "#/components/schemas/NestedHost" - }, - "type": "array", + "name_gt": { + "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "instance_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "local_id": { - "type": "string" - }, - "luns": { - "items": { - "$ref": "#/components/schemas/NestedIscsiLun" - }, - "type": "array", + "name_gte": { + "type": "string", "nullable": true }, - "metric_count": { - "type": "integer", - "format": "int32" - }, - "metric_name": { - "type": "string" - }, - "metric_type": { - "$ref": "#/components/schemas/MetricType" - }, - "namespaces": { + "name_in": { "items": { - "$ref": "#/components/schemas/NestedNvmfNamespace" + "type": "string" }, "type": "array", "nullable": true }, - "network": { - "allOf": [ - { - "$ref": "#/components/schemas/NetworkType" - } - ], + "name_lt": { + "type": "string", "nullable": true }, - "nics": { - "items": { - "$ref": "#/components/schemas/NestedNic" - }, - "type": "array", + "name_lte": { + "type": "string", "nullable": true }, - "resource_type": { - "type": "string" - }, - "service": { + "name_not": { "type": "string", "nullable": true }, - "targets": { - "properties": {}, - "type": "object" - }, - "title": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/GraphType" - }, - "view": { - "$ref": "#/components/schemas/NestedView" - }, - "vmNics": { - "items": { - "$ref": "#/components/schemas/NestedVmNic" - }, - "type": "array", + "name_not_contains": { + "type": "string", "nullable": true }, - "vmVolumes": { - "items": { - "$ref": "#/components/schemas/NestedVmVolume" - }, - "type": "array", + "name_not_ends_with": { + "type": "string", "nullable": true }, - "vms": { + "name_not_in": { "items": { - "$ref": "#/components/schemas/NestedVm" + "type": "string" }, "type": "array", "nullable": true }, - "witnesses": { - "items": { - "$ref": "#/components/schemas/NestedWitness" - }, - "type": "array", + "name_not_starts_with": { + "type": "string", "nullable": true }, - "zones": { - "items": { - "$ref": "#/components/schemas/NestedZone" - }, - "type": "array", + "name_starts_with": { + "type": "string", "nullable": true } }, - "required": [ - "id", - "instance_ids", - "local_id", - "metric_count", - "metric_name", - "metric_type", - "resource_type", - "targets", - "title", - "type", - "view" - ], "type": "object", "additionalProperties": false }, - "WithTask_Graph_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/Graph" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "GraphCreationParams": { - "properties": { - "instance_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "network": { - "$ref": "#/components/schemas/NetworkType" - }, - "service": { - "type": "string" - }, - "metric_type": { - "$ref": "#/components/schemas/MetricType" - }, - "metric_count": { - "type": "integer", - "format": "int32" - }, - "type": { - "$ref": "#/components/schemas/GraphType" - }, - "resource_type": { - "type": "string" - }, - "view_id": { - "type": "string" - }, - "title": { - "type": "string" - }, - "cluster_id": { - "type": "string" - }, - "connect_id": { - "items": { - "type": "string" - }, - "type": "array" - }, - "metric_name": { - "type": "string" - } - }, - "required": [ - "type", - "resource_type", - "view_id", - "title", - "cluster_id", - "connect_id", - "metric_name" - ], - "type": "object" - }, - "GraphWhereInput": { + "BrickTopoWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/GraphWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/GraphWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/GraphWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" }, "type": "array", "nullable": true @@ -64180,82 +61123,58 @@ ], "nullable": true }, - "disks_every": { + "cluster_topo": { "allOf": [ { - "$ref": "#/components/schemas/DiskWhereInput" + "$ref": "#/components/schemas/ClusterTopoWhereInput" } ], "nullable": true }, - "disks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskWhereInput" - } - ], + "height": { + "type": "integer", + "format": "int32", "nullable": true }, - "disks_some": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskWhereInput" - } - ], + "height_gt": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "height_gte": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_in": { + "height_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "height_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "hosts_every": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "height_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "hosts_none": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "height_not": { + "type": "integer", + "format": "int32", "nullable": true }, - "hosts_some": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], + "height_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, "id": { @@ -64382,586 +61301,748 @@ "type": "string", "nullable": true }, - "luns_every": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], - "nullable": true - }, - "luns_none": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "model": { + "type": "string", "nullable": true }, - "luns_some": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], + "model_contains": { + "type": "string", "nullable": true }, - "metric_count": { - "type": "integer", - "format": "int32", + "model_ends_with": { + "type": "string", "nullable": true }, - "metric_count_gt": { - "type": "integer", - "format": "int32", + "model_gt": { + "type": "string", "nullable": true }, - "metric_count_gte": { - "type": "integer", - "format": "int32", + "model_gte": { + "type": "string", "nullable": true }, - "metric_count_in": { + "model_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "metric_count_lt": { - "type": "integer", - "format": "int32", + "model_lt": { + "type": "string", "nullable": true }, - "metric_count_lte": { - "type": "integer", - "format": "int32", + "model_lte": { + "type": "string", "nullable": true }, - "metric_count_not": { - "type": "integer", - "format": "int32", + "model_not": { + "type": "string", "nullable": true }, - "metric_count_not_in": { + "model_not_contains": { + "type": "string", + "nullable": true + }, + "model_not_ends_with": { + "type": "string", + "nullable": true + }, + "model_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "metric_name": { + "model_not_starts_with": { "type": "string", "nullable": true }, - "metric_name_contains": { + "model_starts_with": { "type": "string", "nullable": true }, - "metric_name_ends_with": { + "name": { "type": "string", "nullable": true }, - "metric_name_gt": { + "name_contains": { "type": "string", "nullable": true }, - "metric_name_gte": { + "name_ends_with": { "type": "string", "nullable": true }, - "metric_name_in": { + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "metric_name_lt": { + "name_lt": { "type": "string", "nullable": true }, - "metric_name_lte": { + "name_lte": { "type": "string", "nullable": true }, - "metric_name_not": { + "name_not": { "type": "string", "nullable": true }, - "metric_name_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "metric_name_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "metric_name_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "metric_name_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "metric_name_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "metric_type": { - "allOf": [ - { - "$ref": "#/components/schemas/MetricType" - } - ], - "nullable": true - }, - "metric_type_in": { - "items": { - "$ref": "#/components/schemas/MetricType" - }, - "type": "array", - "nullable": true - }, - "metric_type_not": { + "node_topoes_every": { "allOf": [ { - "$ref": "#/components/schemas/MetricType" + "$ref": "#/components/schemas/NodeTopoWhereInput" } ], "nullable": true }, - "metric_type_not_in": { - "items": { - "$ref": "#/components/schemas/MetricType" - }, - "type": "array", - "nullable": true - }, - "namespaces_every": { + "node_topoes_none": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/NodeTopoWhereInput" } ], "nullable": true }, - "namespaces_none": { + "node_topoes_some": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/NodeTopoWhereInput" } ], "nullable": true }, - "namespaces_some": { + "position": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "position_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "position_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "position_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "position_lt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "position_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "position_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "position_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "power_layout": { "allOf": [ { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "$ref": "#/components/schemas/Direction" } ], "nullable": true }, - "network": { + "power_layout_in": { + "items": { + "$ref": "#/components/schemas/Direction" + }, + "type": "array", + "nullable": true + }, + "power_layout_not": { "allOf": [ { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/Direction" } ], "nullable": true }, - "network_in": { + "power_layout_not_in": { "items": { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/Direction" }, "type": "array", "nullable": true }, - "network_not": { + "power_position": { "allOf": [ { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/PowerPosition" } ], "nullable": true }, - "network_not_in": { + "power_position_in": { "items": { - "$ref": "#/components/schemas/NetworkType" + "$ref": "#/components/schemas/PowerPosition" }, "type": "array", "nullable": true }, - "nics_every": { + "power_position_not": { "allOf": [ { - "$ref": "#/components/schemas/NicWhereInput" + "$ref": "#/components/schemas/PowerPosition" } ], "nullable": true }, - "nics_none": { + "power_position_not_in": { + "items": { + "$ref": "#/components/schemas/PowerPosition" + }, + "type": "array", + "nullable": true + }, + "rack_topo": { "allOf": [ { - "$ref": "#/components/schemas/NicWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "ClusterTopoWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/ClusterTopoWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/ClusterTopoWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/ClusterTopoWhereInput" + }, + "type": "array", + "nullable": true + }, + "brick_topoes_every": { + "allOf": [ + { + "$ref": "#/components/schemas/BrickTopoWhereInput" } ], "nullable": true }, - "nics_some": { + "brick_topoes_none": { "allOf": [ { - "$ref": "#/components/schemas/NicWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" } ], "nullable": true }, - "resource_type": { + "brick_topoes_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BrickTopoWhereInput" + } + ], + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "resource_type_contains": { + "id_contains": { "type": "string", "nullable": true }, - "resource_type_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "resource_type_gt": { + "id_gt": { "type": "string", "nullable": true }, - "resource_type_gte": { + "id_gte": { "type": "string", "nullable": true }, - "resource_type_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_type_lt": { + "id_lt": { "type": "string", "nullable": true }, - "resource_type_lte": { + "id_lte": { "type": "string", "nullable": true }, - "resource_type_not": { + "id_not": { "type": "string", "nullable": true }, - "resource_type_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "resource_type_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "resource_type_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_type_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "resource_type_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "service": { + "local_id": { "type": "string", "nullable": true }, - "service_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "service_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "service_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "service_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "service_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "service_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "service_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "service_not": { + "local_id_not": { "type": "string", "nullable": true }, - "service_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "service_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "service_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "service_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "service_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "title": { + "name": { "type": "string", "nullable": true }, - "title_contains": { + "name_contains": { "type": "string", "nullable": true }, - "title_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "title_gt": { + "name_gt": { "type": "string", "nullable": true }, - "title_gte": { + "name_gte": { "type": "string", "nullable": true }, - "title_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "title_lt": { + "name_lt": { "type": "string", "nullable": true }, - "title_lte": { + "name_lte": { "type": "string", "nullable": true }, - "title_not": { + "name_not": { "type": "string", "nullable": true }, - "title_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "title_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "title_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "title_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "title_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "type": { + "node_topoes_every": { "allOf": [ { - "$ref": "#/components/schemas/GraphType" + "$ref": "#/components/schemas/NodeTopoWhereInput" } ], "nullable": true }, - "type_in": { - "items": { - "$ref": "#/components/schemas/GraphType" - }, - "type": "array", - "nullable": true - }, - "type_not": { + "node_topoes_none": { "allOf": [ { - "$ref": "#/components/schemas/GraphType" + "$ref": "#/components/schemas/NodeTopoWhereInput" } ], "nullable": true }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/GraphType" - }, - "type": "array", - "nullable": true - }, - "view": { + "node_topoes_some": { "allOf": [ { - "$ref": "#/components/schemas/ViewWhereInput" + "$ref": "#/components/schemas/NodeTopoWhereInput" } ], "nullable": true }, - "vmNics_every": { + "zone_topoes_every": { "allOf": [ { - "$ref": "#/components/schemas/VmNicWhereInput" + "$ref": "#/components/schemas/ZoneTopoWhereInput" } ], "nullable": true }, - "vmNics_none": { + "zone_topoes_none": { "allOf": [ { - "$ref": "#/components/schemas/VmNicWhereInput" + "$ref": "#/components/schemas/ZoneTopoWhereInput" } ], "nullable": true }, - "vmNics_some": { + "zone_topoes_some": { "allOf": [ { - "$ref": "#/components/schemas/VmNicWhereInput" + "$ref": "#/components/schemas/ZoneTopoWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "ZoneTopoWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/ZoneTopoWhereInput" + }, + "type": "array", + "nullable": true }, - "vmVolumes_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "NOT": { + "items": { + "$ref": "#/components/schemas/ZoneTopoWhereInput" + }, + "type": "array", "nullable": true }, - "vmVolumes_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "OR": { + "items": { + "$ref": "#/components/schemas/ZoneTopoWhereInput" + }, + "type": "array", "nullable": true }, - "vmVolumes_some": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/VmVolumeWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "vms_every": { + "cluster_topo": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/ClusterTopoWhereInput" } ], "nullable": true }, - "vms_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "id": { + "type": "string", "nullable": true }, - "vms_some": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "id_contains": { + "type": "string", "nullable": true }, - "witnesses_every": { - "allOf": [ - { - "$ref": "#/components/schemas/WitnessWhereInput" - } - ], + "id_ends_with": { + "type": "string", "nullable": true }, - "witnesses_none": { - "allOf": [ - { - "$ref": "#/components/schemas/WitnessWhereInput" - } - ], + "id_gt": { + "type": "string", "nullable": true }, - "witnesses_some": { - "allOf": [ - { - "$ref": "#/components/schemas/WitnessWhereInput" - } - ], + "id_gte": { + "type": "string", "nullable": true }, - "zones_every": { + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_lt": { + "type": "string", + "nullable": true + }, + "id_lte": { + "type": "string", + "nullable": true + }, + "id_not": { + "type": "string", + "nullable": true + }, + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { + "type": "string", + "nullable": true + }, + "local_id": { + "type": "string", + "nullable": true + }, + "local_id_contains": { + "type": "string", + "nullable": true + }, + "local_id_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_gt": { + "type": "string", + "nullable": true + }, + "local_id_gte": { + "type": "string", + "nullable": true + }, + "local_id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_id_lt": { + "type": "string", + "nullable": true + }, + "local_id_lte": { + "type": "string", + "nullable": true + }, + "local_id_not": { + "type": "string", + "nullable": true + }, + "local_id_not_contains": { + "type": "string", + "nullable": true + }, + "local_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "local_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "local_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "local_id_starts_with": { + "type": "string", + "nullable": true + }, + "rack_topoes_every": { "allOf": [ { - "$ref": "#/components/schemas/ZoneWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" } ], "nullable": true }, - "zones_none": { + "rack_topoes_none": { "allOf": [ { - "$ref": "#/components/schemas/ZoneWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" } ], "nullable": true }, - "zones_some": { + "rack_topoes_some": { "allOf": [ { - "$ref": "#/components/schemas/ZoneWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" } ], "nullable": true @@ -64970,89 +62051,105 @@ "type": "object", "additionalProperties": false }, - "ViewWhereInput": { + "RackTopoWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/ViewWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/ViewWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/ViewWhereInput" + "$ref": "#/components/schemas/RackTopoWhereInput" }, "type": "array", "nullable": true }, - "cluster": { + "brick_topoes_every": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" } ], "nullable": true }, - "entityAsyncStatus": { + "brick_topoes_none": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/BrickTopoWhereInput" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "brick_topoes_some": { + "allOf": [ + { + "$ref": "#/components/schemas/BrickTopoWhereInput" + } + ], "nullable": true }, - "entityAsyncStatus_not": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "height": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "height_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "height_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "height_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "graphs_every": { - "allOf": [ - { - "$ref": "#/components/schemas/GraphWhereInput" - } - ], + "height_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "graphs_none": { - "allOf": [ - { - "$ref": "#/components/schemas/GraphWhereInput" - } - ], + "height_lte": { + "type": "integer", + "format": "int32", "nullable": true }, - "graphs_some": { - "allOf": [ - { - "$ref": "#/components/schemas/GraphWhereInput" - } - ], + "height_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "height_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, "id": { @@ -65241,172 +62338,128 @@ "type": "string", "nullable": true }, - "time_span": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "time_span_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "time_span_gte": { - "type": "integer", - "format": "int32", + "zone_topo": { + "allOf": [ + { + "$ref": "#/components/schemas/ZoneTopoWhereInput" + } + ], "nullable": true - }, - "time_span_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "BrickTopoCreationParams": { + "properties": { + "tag_position_in_brick": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedTagPosition" }, "type": "array", "nullable": true }, - "time_span_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "time_span_lte": { - "type": "integer", - "format": "int32", - "nullable": true + "node_topoes": { + "$ref": "#/components/schemas/NodeTopoWhereInput" }, - "time_span_not": { - "type": "integer", - "format": "int32", - "nullable": true + "rack_topo_id": { + "type": "string" }, - "time_span_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "capacity": { + "$ref": "#/components/schemas/NestedCapacity" }, - "time_unit": { - "allOf": [ - { - "$ref": "#/components/schemas/TimeUnit" - } - ], - "nullable": true + "cluster_id": { + "type": "string" }, - "time_unit_in": { - "items": { - "$ref": "#/components/schemas/TimeUnit" - }, - "type": "array", - "nullable": true + "height": { + "type": "integer", + "format": "int32" }, - "time_unit_not": { - "allOf": [ - { - "$ref": "#/components/schemas/TimeUnit" - } - ], - "nullable": true + "name": { + "type": "string" }, - "time_unit_not_in": { - "items": { - "$ref": "#/components/schemas/TimeUnit" - }, - "type": "array", - "nullable": true + "position": { + "type": "integer", + "format": "int32" } }, - "type": "object", - "additionalProperties": false - }, - "TimeUnit": { - "enum": [ - "DAY", - "HOUR", - "MONTH" + "required": [ + "cluster_id", + "height", + "name", + "position" ], - "type": "string" + "type": "object" }, - "GraphUpdationParams": { + "BrickTopoUpdationParams": { "properties": { "data": { "properties": { - "instance_ids": { + "tag_position_in_brick": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedTagPosition" }, - "type": "array" - }, - "luns": { - "$ref": "#/components/schemas/IscsiLunWhereInput" - }, - "vmNics": { - "$ref": "#/components/schemas/VmNicWhereInput" - }, - "nics": { - "$ref": "#/components/schemas/NicWhereInput" - }, - "disks": { - "$ref": "#/components/schemas/DiskWhereInput" - }, - "vmVolumes": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "network": { - "$ref": "#/components/schemas/NetworkType" - }, - "cluster": { - "$ref": "#/components/schemas/ClusterWhereInput" + "type": "array", + "nullable": true }, - "service": { - "type": "string" + "node_topoes": { + "$ref": "#/components/schemas/NodeTopoWhereInput" }, - "metric_type": { - "$ref": "#/components/schemas/MetricType" + "capacity": { + "$ref": "#/components/schemas/NestedCapacity" }, - "metric_count": { + "height": { "type": "integer", "format": "int32" }, - "type": { - "$ref": "#/components/schemas/GraphType" - }, - "resource_type": { - "type": "string" - }, - "title": { + "name": { "type": "string" }, - "metric_name": { + "position": { + "type": "integer", + "format": "int32" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/BrickTopoWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "BrickTopoMoveParams": { + "properties": { + "data": { + "properties": { + "rack_topo_id": { "type": "string" }, - "connect_id": { - "items": { - "type": "string" - }, - "type": "array" + "position": { + "type": "integer", + "format": "int32" } }, + "required": [ + "position" + ], "type": "object" }, "where": { - "$ref": "#/components/schemas/GraphWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "DeleteGraph": { + "DeleteBrickTopo": { "properties": { "id": { "type": "string" @@ -65417,14 +62470,14 @@ ], "type": "object" }, - "WithTask_DeleteGraph_": { + "WithTask_DeleteBrickTopo_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteGraph" + "$ref": "#/components/schemas/DeleteBrickTopo" } }, "required": [ @@ -65432,10 +62485,10 @@ ], "type": "object" }, - "GraphDeletionParams": { + "BrickTopoDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/GraphWhereInput" + "$ref": "#/components/schemas/BrickTopoWhereInput" } }, "required": [ @@ -65443,594 +62496,1108 @@ ], "type": "object" }, - "NestedTask": { + "UploadResourceType": { + "enum": [ + "CLOUDTOWER_APPLICATION_PACKAGE", + "CLOUDTOWER_K8S_APP_PACKAGE", + "CLUSTER_IMAGE", + "CLUSTER_IMAGE_META", + "CONTENT_LIBRARY_IMAGE", + "ELF_IMAGE", + "EVEROUTE_PACKAGE", + "HOST_PLUGIN_PACKAGE", + "MONITOR_IMAGE", + "OVF", + "SVT_IMAGE", + "VM_VOLUME_QCOW2", + "VM_VOLUME_RAW" + ], + "type": "string" + }, + "UploadTaskStatus": { + "enum": [ + "FAILED", + "INITIALIZING", + "PAUSED", + "SUCCESSED", + "UPLOADING" + ], + "type": "string" + }, + "UploadTask": { "properties": { "args": { "properties": {}, "type": "object" }, - "description": { - "type": "string" + "chunk_size": { + "type": "integer", + "format": "int64" }, - "id": { - "type": "string" + "current_chunk": { + "type": "integer", + "format": "int32" }, - "internal": { - "type": "boolean" + "finished_at": { + "type": "string", + "nullable": true }, - "local_created_at": { + "id": { "type": "string" }, - "progress": { - "type": "number", - "format": "double" + "resource_type": { + "$ref": "#/components/schemas/UploadResourceType" }, - "snapshot": { - "type": "string" + "size": { + "type": "integer", + "format": "int64" + }, + "started_at": { + "type": "string", + "nullable": true }, "status": { - "$ref": "#/components/schemas/TaskStatus" + "$ref": "#/components/schemas/UploadTaskStatus" }, - "steps": { - "items": { - "$ref": "#/components/schemas/NestedStep" - }, - "type": "array" + "updatedAt": { + "type": "string" } }, "required": [ "args", - "description", + "chunk_size", + "current_chunk", "id", - "internal", - "local_created_at", - "progress", - "snapshot", + "resource_type", + "size", "status", - "steps" + "updatedAt" ], "type": "object", "additionalProperties": false }, - "BatchHosts": { + "ByteUnit": { + "type": "string", + "enum": [ + "B", + "KB", + "MB", + "GB", + "TB", + "PB" + ] + }, + "DeleteCloudTowerApplicationPackage": { "properties": { - "task": { - "$ref": "#/components/schemas/NestedTask" + "id": { + "type": "string" } }, "required": [ - "task" + "id" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_BatchHosts_": { + "DeleteCloudTowerApplicationPackageParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/BatchHosts" + "where": { + "$ref": "#/components/schemas/CloudTowerApplicationPackageWhereInput" } }, "required": [ - "data" + "where" ], "type": "object" }, - "HostBatchCreateIpmiInput": { + "NestedCloudTowerApplicationPackage": { "properties": { - "username": { - "type": "string" - }, - "password": { + "id": { "type": "string" }, - "ip": { + "name": { "type": "string" } }, "required": [ - "username", - "password", - "ip" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "HostBatchCreateDiskInput": { + "CloudTowerApplication": { "properties": { - "type": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/DiskType" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "size": { - "type": "number", - "format": "double", + "id": { + "type": "string" + }, + "instanceStatuses": { + "properties": {}, + "type": "object" + }, + "name": { + "type": "string" + }, + "package": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedCloudTowerApplicationPackage" + } + ], "nullable": true }, - "function": { + "placementSituation": { + "type": "string", + "nullable": true + }, + "placementVerb": { + "type": "string", + "nullable": true + }, + "resourceVersion": { + "type": "integer", + "format": "int32" + }, + "state": { "allOf": [ { - "$ref": "#/components/schemas/DiskFunction" + "$ref": "#/components/schemas/CloudTowerApplicationState" } ], "nullable": true }, - "drive": { + "targetPackage": { "type": "string" + }, + "user": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedUser" + } + ], + "nullable": true + }, + "vmSpec": { + "properties": {}, + "type": "object" } }, "required": [ - "drive" + "id", + "instanceStatuses", + "name", + "resourceVersion", + "targetPackage", + "vmSpec" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "HostBatchCreateIfaceFunction": { - "enum": [ - "ACCESS", - "MANAGEMENT", - "MIGRATION", - "STORAGE", - "VMWARE_ACCESS" + "ApplicationVmSpecEnv": { + "properties": { + "value": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "name" ], - "type": "string" + "type": "object" }, - "HostBatchCreateIfaceInput": { + "ApplicationVmSpecNic": { "properties": { - "netmask": { + "vlanId": { "type": "string" }, - "name": { - "items": { - "type": "string" - }, - "type": "array" + "mask": { + "type": "string" }, "ip": { "type": "string" }, - "gateway_ip": { + "gateway": { "type": "string" }, - "function": { - "$ref": "#/components/schemas/HostBatchCreateIfaceFunction" + "dhcp": { + "type": "boolean" } }, - "required": [ - "netmask", - "name", - "ip", - "gateway_ip", - "function" - ], "type": "object" }, - "ZbsSpec": { - "enum": [ - "normal", - "large" - ], - "type": "string" - }, - "HostVdsConfig": { + "ApplicationVmSpecNetwork": { "properties": { "nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/ApplicationVmSpecNic" }, "type": "array" }, - "name": { - "type": "string" + "dns": { + "items": { + "type": "string" + }, + "type": "array" } }, - "required": [ - "nics", - "name" - ], "type": "object" }, - "HostCreationParamsData": { + "ApplicationVmSpecStatus": { "properties": { - "vdses": { + "vmIps": { "items": { - "$ref": "#/components/schemas/HostVdsConfig" + "type": "string" }, "type": "array" }, - "zbs_spec": { - "$ref": "#/components/schemas/ZbsSpec" + "message": { + "$ref": "#/components/schemas/VmStatus" + } + }, + "type": "object" + }, + "ApplicationVmSpecStorage": { + "properties": { + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "ifaces": { + "size": { + "type": "integer", + "format": "int64" + } + }, + "type": "object" + }, + "ApplicationVmSpec": { + "properties": { + "vmUsage": { + "$ref": "#/components/schemas/VmUsage" + }, + "storages": { "items": { - "$ref": "#/components/schemas/HostBatchCreateIfaceInput" + "$ref": "#/components/schemas/ApplicationVmSpecStorage" }, "type": "array" }, - "disks": { + "status": { + "$ref": "#/components/schemas/ApplicationVmSpecStatus" + }, + "publicKeys": { "items": { - "$ref": "#/components/schemas/HostBatchCreateDiskInput" + "type": "string" }, "type": "array" }, - "platform_password": { + "network": { + "$ref": "#/components/schemas/ApplicationVmSpecNetwork" + }, + "name": { "type": "string" }, - "platform_username": { + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "memory": { + "type": "integer", + "format": "int64" + }, + "internal": { + "type": "boolean" + }, + "image": { "type": "string" }, - "platform_ip": { + "host": { "type": "string" }, - "ipmi": { - "$ref": "#/components/schemas/HostBatchCreateIpmiInput" + "env": { + "items": { + "$ref": "#/components/schemas/ApplicationVmSpecEnv" + }, + "type": "array" }, - "hostname": { - "type": "string" + "cpu": { + "type": "integer", + "format": "int32" }, - "host_uuid": { + "cluster": { "type": "string" }, - "host_ip": { + "cloudInitUserData": { "type": "string" } }, + "type": "object" + }, + "ApplicationVmSpecPlacementSituation": { + "enum": [ + "DIFFERENT", + "SAME" + ], + "type": "string" + }, + "ApplicationVmSpecPlacementVerb": { + "enum": [ + "MUST", + "PREFER" + ], + "type": "string" + }, + "ApplicationVmSpecPlacement": { + "properties": { + "verb": { + "$ref": "#/components/schemas/ApplicationVmSpecPlacementVerb" + }, + "situation": { + "$ref": "#/components/schemas/ApplicationVmSpecPlacementSituation" + } + }, "required": [ - "ifaces", - "disks", - "hostname", - "host_uuid", - "host_ip" + "verb", + "situation" ], "type": "object" }, - "HostAuthInfo": { + "ApplicationVmSpecAffinityPolicy": { + "enum": [ + "MUST", + "PREFER" + ], + "type": "string" + }, + "ApplicationVmSpecDefinition": { "properties": { - "root_user_password": { + "vmAffinity": { + "$ref": "#/components/schemas/ApplicationVmSpecAffinityPolicy" + }, + "placement": { + "$ref": "#/components/schemas/ApplicationVmSpecPlacement" + }, + "name": { "type": "string" }, - "default_user_password": { + "group": { + "type": "string" + }, + "template": { + "$ref": "#/components/schemas/ApplicationVmSpec" + }, + "instances": { + "items": { + "$ref": "#/components/schemas/ApplicationVmSpec" + }, + "type": "array" + } + }, + "type": "object" + }, + "DeployCloudTowerApplicationParams": { + "properties": { + "name": { + "type": "string" + }, + "targetPackage": { "type": "string" + }, + "vmSpec": { + "$ref": "#/components/schemas/ApplicationVmSpecDefinition" } }, + "required": [ + "name", + "targetPackage", + "vmSpec" + ], "type": "object" }, - "HostCreationParams": { + "CloudTowerApplicationWhereUniqueInput": { "properties": { - "auth_info": { - "$ref": "#/components/schemas/HostAuthInfo" + "id": { + "type": "string", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "UpgradeCloudTowerApplicationParams": { + "properties": { + "data": { + "properties": { + "targetPackage": { + "type": "string" + } + }, + "required": [ + "targetPackage" + ], + "type": "object" }, + "where": { + "$ref": "#/components/schemas/CloudTowerApplicationWhereUniqueInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "UpdateCloudTowerApplicationVmSpecParams": { + "properties": { "data": { - "items": { - "$ref": "#/components/schemas/HostCreationParamsData" + "properties": { + "vmSpec": { + "$ref": "#/components/schemas/ApplicationVmSpecDefinition" + } }, - "type": "array" + "required": [ + "vmSpec" + ], + "type": "object" }, - "cluster_id": { - "type": "string" + "where": { + "$ref": "#/components/schemas/CloudTowerApplicationWhereUniqueInput" } }, "required": [ "data", - "cluster_id" + "where" ], "type": "object" }, - "MaintenanceModeEnum": { - "enum": [ - "ENTERING_MAINTENANCE_MODE", - "IN_USE", - "MAINTENANCE_MODE", - "REMOVING" + "UninstallCloudTowerApplicationParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" + } + }, + "required": [ + "where" ], - "type": "string" + "type": "object" }, - "NestedMaintenanceHostState": { + "NestedApplication": { "properties": { - "enter_maintenance_time": { + "id": { "type": "string" - }, - "maintenance_job_id": { + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedConsistencyGroup": { + "properties": { + "id": { "type": "string" }, - "state": { - "$ref": "#/components/schemas/MaintenanceModeEnum" + "name": { + "type": "string" } }, "required": [ - "enter_maintenance_time", - "maintenance_job_id", - "state" + "id", + "name" ], "type": "object", "additionalProperties": false }, - "NestedIpmi": { + "NestedDatacenter": { "properties": { "id": { "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "id" + "id", + "name" ], "type": "object", "additionalProperties": false }, - "NestedVsphereEsxiAccount": { + "NestedEverouteCluster": { "properties": { "id": { "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "id" + "id", + "name" ], "type": "object", "additionalProperties": false }, - "Host": { + "NestedLabel": { "properties": { - "access_ip": { - "type": "string", - "nullable": true - }, - "allocable_cpu_cores_for_vm_exclusive": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "allocatable_memory_bytes": { - "type": "integer", - "format": "int64" + "id": { + "type": "string" }, - "chunk_id": { + "key": { "type": "string" }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "value": { + "type": "string", + "nullable": true + } + }, + "required": [ + "id", + "key" + ], + "type": "object", + "additionalProperties": false + }, + "MetroCheckStatusEnum": { + "enum": [ + "CRITICAL", + "HEALTHY", + "INFO", + "NOTICE" + ], + "type": "string" + }, + "NestedMetroCheckItem": { + "properties": { + "critical": { + "items": { + "type": "string" + }, + "type": "array" }, - "compatible_cpu_models": { + "info": { "items": { "type": "string" }, "type": "array" }, - "cpu_brand": { + "key": { "type": "string" }, - "cpu_fan_speed": { + "labels": { + "properties": {}, + "type": "object" + }, + "notice": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array" }, - "cpu_fan_speed_unit": { - "allOf": [ - { - "$ref": "#/components/schemas/CpuFanSpeedUnit" - } - ], - "nullable": true - }, - "cpu_hz_per_core": { + "status": { + "$ref": "#/components/schemas/MetroCheckStatusEnum" + } + }, + "required": [ + "critical", + "info", + "key", + "labels", + "notice", + "status" + ], + "type": "object", + "additionalProperties": false + }, + "NestedMetroCheckResult": { + "properties": { + "critical": { "type": "integer", - "format": "int64" + "format": "int32" }, - "cpu_model": { - "type": "string" + "info": { + "type": "integer", + "format": "int32" }, - "cpu_temperature_celsius": { + "items": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedMetroCheckItem" }, "type": "array" }, - "cpu_vendor": { - "type": "string", - "nullable": true + "notice": { + "type": "integer", + "format": "int32" }, - "data_ip": { + "status": { + "$ref": "#/components/schemas/MetroCheckStatusEnum" + } + }, + "required": [ + "critical", + "info", + "items", + "notice", + "status" + ], + "type": "object", + "additionalProperties": false + }, + "NestedMetroAvailabilityChecklist": { + "properties": { + "primaryZone": { + "$ref": "#/components/schemas/NestedMetroCheckResult" + }, + "primaryZoneAndWitness": { + "$ref": "#/components/schemas/NestedMetroCheckResult" + }, + "secondaryZone": { + "$ref": "#/components/schemas/NestedMetroCheckResult" + }, + "secondaryZoneAndWitness": { + "$ref": "#/components/schemas/NestedMetroCheckResult" + }, + "witness": { + "$ref": "#/components/schemas/NestedMetroCheckResult" + }, + "zoneAndZone": { + "$ref": "#/components/schemas/NestedMetroCheckResult" + } + }, + "required": [ + "primaryZone", + "primaryZoneAndWitness", + "secondaryZone", + "secondaryZoneAndWitness", + "witness", + "zoneAndZone" + ], + "type": "object", + "additionalProperties": false + }, + "NestedClusterSettings": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVcenterAccount": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVds": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVmFolder": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVmTemplate": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedWitness": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedZone": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "Cluster": { + "properties": { + "application_highest_version": { "type": "string", "nullable": true }, - "disks": { + "applications": { "items": { - "$ref": "#/components/schemas/NestedDisk" + "$ref": "#/components/schemas/NestedApplication" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "architecture": { + "$ref": "#/components/schemas/Architecture" + }, + "auto_converge": { + "type": "boolean", "nullable": true }, - "failure_data_space": { - "type": "integer", - "format": "int64" + "connect_state": { + "$ref": "#/components/schemas/ConnectState" }, - "gpu_devices": { + "consistency_groups": { "items": { - "$ref": "#/components/schemas/NestedGpuDevice" + "$ref": "#/components/schemas/NestedConsistencyGroup" }, "type": "array", "nullable": true }, - "hdd_data_capacity": { - "type": "integer", - "format": "int64" + "current_cpu_model": { + "type": "string", + "nullable": true }, - "hdd_disk_count": { - "type": "integer", - "format": "int32" + "datacenters": { + "items": { + "$ref": "#/components/schemas/NestedDatacenter" + }, + "type": "array", + "nullable": true }, - "host_state": { + "disconnected_date": { + "type": "string", + "nullable": true + }, + "disconnected_reason": { "allOf": [ { - "$ref": "#/components/schemas/NestedMaintenanceHostState" + "$ref": "#/components/schemas/ClusterConnectorErrorCode" } ], "nullable": true }, - "hypervisor_ip": { - "type": "string", - "nullable": true - }, - "id": { - "type": "string" + "dns": { + "items": { + "type": "string" + }, + "type": "array" }, - "iommu": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/IommuStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "ipmi": { + "everoute_cluster": { "allOf": [ { - "$ref": "#/components/schemas/NestedIpmi" + "$ref": "#/components/schemas/NestedEverouteCluster" } ], "nullable": true }, - "is_os_in_raid1": { + "failure_data_space": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "has_metrox": { "type": "boolean", "nullable": true }, - "labels": { + "host_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "hosts": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "$ref": "#/components/schemas/NestedHost" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" - }, - "lsm_cap_disk_safe_umount": { - "type": "boolean" - }, - "management_ip": { - "type": "string" + "hypervisor": { + "allOf": [ + { + "$ref": "#/components/schemas/Hypervisor" + } + ], + "nullable": true }, - "model": { + "id": { "type": "string" }, - "name": { + "ip": { "type": "string" }, - "nested_virtualization": { - "type": "boolean" + "is_all_flash": { + "type": "boolean", + "nullable": true }, - "nic_count": { - "type": "integer", - "format": "int32" + "iscsi_vip": { + "type": "string", + "nullable": true }, - "nics": { + "labels": { "items": { - "$ref": "#/components/schemas/NestedNic" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "node_topo_local_id": { + "license_expire_date": { "type": "string", "nullable": true }, - "os_memory_bytes": { - "type": "integer", - "format": "int64" + "license_serial": { + "type": "string", + "nullable": true }, - "os_version": { + "license_sign_date": { "type": "string", "nullable": true }, - "pmem_dimm_capacity": { - "type": "integer", - "format": "int64" + "license_type": { + "allOf": [ + { + "$ref": "#/components/schemas/LicenseType" + } + ], + "nullable": true }, - "pmem_dimm_count": { - "type": "integer", - "format": "int32" + "local_id": { + "type": "string", + "nullable": true }, - "pmem_dimms": { - "items": { - "$ref": "#/components/schemas/NestedPmemDimm" - }, - "type": "array", + "maintenance_end_date": { + "type": "string", "nullable": true }, - "pmem_disk_count": { + "maintenance_start_date": { + "type": "string", + "nullable": true + }, + "management_vip": { + "type": "string", + "nullable": true + }, + "max_chunk_num": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "provisioned_cpu_cores": { + "max_physical_data_capacity": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "provisioned_memory_bytes": { + "max_physical_data_capacity_per_node": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "running_pause_vm_memory_bytes": { + "metro_availability_checklist": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedMetroAvailabilityChecklist" + } + ], + "nullable": true + }, + "mgt_gateway": { + "type": "string", + "nullable": true + }, + "mgt_netmask": { + "type": "string", + "nullable": true + }, + "migration_data_size": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "running_vm_num": { + "migration_speed": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "name": { + "type": "string" + }, + "ntp_mode": { + "allOf": [ + { + "$ref": "#/components/schemas/NtpMode" + } + ], + "nullable": true + }, + "ntp_servers": { + "items": { + "type": "string" + }, + "type": "array" + }, + "nvme_over_rdma_enabled": { + "type": "boolean", + "nullable": true + }, + "nvme_over_tcp_enabled": { + "type": "boolean", + "nullable": true + }, + "nvmf_enabled": { + "type": "boolean", + "nullable": true + }, + "pmem_enabled": { + "type": "boolean", + "nullable": true + }, + "provisioned_cpu_cores": { "type": "integer", "format": "int32", "nullable": true }, - "scvm_cpu": { + "provisioned_cpu_cores_for_active_vm": { "type": "integer", "format": "int32", "nullable": true }, - "scvm_memory": { + "provisioned_for_active_vm_ratio": { + "type": "number", + "format": "double", + "nullable": true + }, + "provisioned_memory_bytes": { "type": "integer", "format": "int64", "nullable": true }, - "scvm_name": { - "type": "string", + "provisioned_ratio": { + "type": "number", + "format": "double", "nullable": true }, - "serial": { - "type": "string", + "rdma_enabled": { + "type": "boolean", "nullable": true }, - "ssd_data_capacity": { + "recommended_cpu_models": { + "items": { + "type": "string" + }, + "type": "array" + }, + "recover_data_size": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "ssd_disk_count": { + "recover_speed": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "state": { - "$ref": "#/components/schemas/HostState" + "reserved_cpu_cores_for_system_service": { + "type": "integer", + "format": "int32", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/HostStatus" + "running_vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "settings": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedClusterSettings" + } + ], + "nullable": true + }, + "software_edition": { + "allOf": [ + { + "$ref": "#/components/schemas/SoftwareEdition" + } + ], + "nullable": true }, "stopped_vm_num": { "type": "integer", "format": "int32", "nullable": true }, + "stretch": { + "type": "boolean", + "nullable": true + }, "suspended_vm_num": { "type": "integer", "format": "int32", @@ -66043,11 +63610,19 @@ }, "total_cpu_cores": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, "total_cpu_hz": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true + }, + "total_cpu_models": { + "items": { + "type": "string" + }, + "type": "array" }, "total_cpu_sockets": { "type": "integer", @@ -66056,17 +63631,19 @@ }, "total_data_capacity": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, "total_memory_bytes": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, - "usb_devices": { - "items": { - "$ref": "#/components/schemas/NestedUsbDevice" - }, - "type": "array", + "type": { + "$ref": "#/components/schemas/ClusterType" + }, + "upgrade_tool_version": { + "type": "string", "nullable": true }, "used_cpu_hz": { @@ -66076,20 +63653,58 @@ }, "used_data_space": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, "used_memory_bytes": { "type": "number", "format": "double", "nullable": true }, + "valid_data_space": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "vcenterAccount": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVcenterAccount" + } + ], + "nullable": true + }, + "vdses": { + "items": { + "$ref": "#/components/schemas/NestedVds" + }, + "type": "array", + "nullable": true + }, + "version": { + "type": "string" + }, + "vhost_enabled": { + "type": "boolean", + "nullable": true + }, + "vm_folders": { + "items": { + "$ref": "#/components/schemas/NestedVmFolder" + }, + "type": "array", + "nullable": true + }, "vm_num": { "type": "integer", "format": "int32", "nullable": true }, - "vmotion_ip": { - "type": "string", + "vm_templates": { + "items": { + "$ref": "#/components/schemas/NestedVmTemplate" + }, + "type": "array", "nullable": true }, "vms": { @@ -66099,76 +63714,46 @@ "type": "array", "nullable": true }, - "vsphereEsxiAccount": { + "witness": { "allOf": [ { - "$ref": "#/components/schemas/NestedVsphereEsxiAccount" + "$ref": "#/components/schemas/NestedWitness" } ], "nullable": true }, - "with_faster_ssd_as_cache": { - "type": "boolean", - "nullable": true - }, - "zone": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedZone" - } - ], + "zones": { + "items": { + "$ref": "#/components/schemas/NestedZone" + }, + "type": "array", "nullable": true } }, "required": [ - "allocatable_memory_bytes", - "chunk_id", - "cluster", - "compatible_cpu_models", - "cpu_brand", - "cpu_fan_speed", - "cpu_hz_per_core", - "cpu_model", - "cpu_temperature_celsius", - "failure_data_space", - "hdd_data_capacity", - "hdd_disk_count", + "architecture", + "connect_state", + "dns", "id", - "local_id", - "lsm_cap_disk_safe_umount", - "management_ip", - "model", + "ip", "name", - "nested_virtualization", - "nic_count", - "os_memory_bytes", - "pmem_dimm_capacity", - "pmem_dimm_count", - "pmem_disk_count", - "provisioned_cpu_cores", - "provisioned_memory_bytes", - "running_pause_vm_memory_bytes", - "ssd_data_capacity", - "ssd_disk_count", - "state", - "status", - "total_cpu_cores", - "total_cpu_hz", - "total_data_capacity", - "total_memory_bytes", - "used_data_space" + "ntp_servers", + "recommended_cpu_models", + "total_cpu_models", + "type", + "version" ], "type": "object", "additionalProperties": false }, - "WithTask_Host_": { + "WithTask_Cluster_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/Host" + "$ref": "#/components/schemas/Cluster" } }, "required": [ @@ -66176,46 +63761,67 @@ ], "type": "object" }, - "TriggerDiskBlinkParams": { + "ClusterCreationParams": { "properties": { - "led_status": { - "type": "string", - "enum": [ - "on", - "off" - ] + "datacenter_id": { + "type": "string" }, - "disk_name": { + "secondary_zone_datacenter_id": { "type": "string" }, - "host_id": { + "primary_zone_datacenter_id": { + "type": "string" + }, + "password": { + "type": "string" + }, + "username": { + "type": "string" + }, + "ip": { "type": "string" } }, "required": [ - "disk_name", - "host_id" + "password", + "username", + "ip" ], "type": "object" }, - "HostUpdationParams": { + "ClusterUpdationParams": { "properties": { "data": { "properties": { - "ipmi": { - "$ref": "#/components/schemas/HostBatchCreateIpmiInput" + "secondary_zone_id": { + "type": "string" }, - "scvm_name": { + "primary_zone_id": { "type": "string" }, - "name": { + "datacenter_id": { + "type": "string" + }, + "secondary_zone_datacenter_id": { + "type": "string" + }, + "primary_zone_datacenter_id": { + "type": "string" + }, + "password": { + "type": "string" + }, + "username": { + "type": "string" + }, + "ip": { "type": "string" } }, "type": "object" }, "where": { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ @@ -66224,46 +63830,21 @@ ], "type": "object" }, - "OperateActionEnum": { - "enum": [ - "poweroff", - "reboot" - ], - "type": "string" - }, - "OperateHostPowerData": { - "properties": { - "reason": { - "type": "string" - }, - "force": { - "type": "boolean" - }, - "action": { - "$ref": "#/components/schemas/OperateActionEnum" - } - }, - "required": [ - "force", - "action" - ], - "type": "object" - }, - "OperateHostPowerParams": { + "ClusterLicenseUpdationParams": { "properties": { "data": { - "$ref": "#/components/schemas/OperateHostPowerData" - }, - "where": { "properties": { - "host_id": { + "license": { "type": "string" } }, "required": [ - "host_id" + "license" ], "type": "object" + }, + "where": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ @@ -66272,192 +63853,226 @@ ], "type": "object" }, - "EnterMaintenanceModeCheckResult": { + "MgtIpMapper": { "properties": { - "task_id": { + "ip": { + "type": "string" + }, + "host_id": { "type": "string" } }, "required": [ - "task_id" + "ip", + "host_id" ], "type": "object" }, - "EnterMaintenanceModeCheckParams": { + "ClusterNetworkSettingUpdationParams": { "properties": { + "data": { + "properties": { + "mgt_ip_mapper": { + "items": { + "$ref": "#/components/schemas/MgtIpMapper" + }, + "type": "array" + }, + "mgt_netmask": { + "type": "string" + }, + "mgt_gateway": { + "type": "string" + }, + "ntp_mode": { + "$ref": "#/components/schemas/NtpMode" + }, + "ntp_servers": { + "items": { + "type": "string" + }, + "type": "array" + }, + "dns": { + "items": { + "type": "string" + }, + "type": "array" + }, + "iscsi_vip": { + "type": "string" + }, + "management_vip": { + "type": "string" + } + }, + "type": "object" + }, "where": { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "ShutdownVmID": { + "ClusterVirtualizationUpdationParams": { "properties": { - "vm_uuid": { - "type": "string" + "data": { + "properties": { + "auto_converge": { + "type": "boolean" + }, + "current_cpu_model": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ - "vm_uuid" + "data", + "where" ], "type": "object" }, - "EnterMaintenanceModeResult": { + "NestedVmRecycleBin": { "properties": { - "shutdownVms": { - "items": { - "$ref": "#/components/schemas/ShutdownVmID" - }, - "type": "array" - }, - "done": { + "enabled": { "type": "boolean" + }, + "retain": { + "type": "integer", + "format": "int32" } }, "required": [ - "shutdownVms", - "done" + "enabled", + "retain" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "EnterMaintenanceModeResultParams": { + "ClusterSettings": { "properties": { - "where": { - "properties": { - "task_id": { - "type": "string" + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "default_ha": { + "type": "boolean", + "nullable": true + }, + "default_storage_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" } - }, - "required": [ - "task_id" ], - "type": "object" + "nullable": true + }, + "enabled_iscsi": { + "type": "boolean", + "nullable": true + }, + "id": { + "type": "string" + }, + "vm_recycle_bin": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVmRecycleBin" + } + ], + "nullable": true } }, "required": [ - "where" + "cluster", + "id" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "EnterMaintenanceModeInput": { + "WithTask_ClusterSettings_": { "properties": { - "shutdown_vms": { - "items": { - "type": "string" - }, - "type": "array" + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/ClusterSettings" } }, + "required": [ + "data" + ], "type": "object" }, - "EnterMaintenanceModeParams": { + "ClusterHaUpdationParams": { "properties": { - "data": { - "$ref": "#/components/schemas/EnterMaintenanceModeInput" + "ha": { + "type": "boolean" }, "where": { - "properties": { - "host_id": { - "type": "string" - } - }, - "required": [ - "host_id" - ], - "type": "object" + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ - "data", + "ha", "where" ], "type": "object" }, - "MaintenanceModeVerify": { + "ClusterEnableIscsiUpdationParams": { "properties": { - "reason": { - "type": "string", - "nullable": true + "enable_iscsi": { + "type": "boolean" }, - "changed": { - "type": "boolean", - "nullable": true + "where": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, + "required": [ + "enable_iscsi", + "where" + ], "type": "object" }, - "MaintenanceModeVmInfo": { + "DeleteCluster": { "properties": { - "vm_uuid": { - "type": "string", - "nullable": true - }, - "vm_state": { - "type": "string", - "nullable": true - }, - "vm_name": { - "type": "string", - "nullable": true - }, - "vm_ha": { - "type": "boolean", - "nullable": true - }, - "verify": { - "allOf": [ - { - "$ref": "#/components/schemas/MaintenanceModeVerify" - } - ], - "nullable": true - }, - "target_host_name": { - "type": "string", - "nullable": true - }, - "state": { - "type": "string", - "nullable": true + "id": { + "type": "string" } }, + "required": [ + "id" + ], "type": "object" }, - "ExitMaintenanceModeResult": { + "WithTask_DeleteCluster_": { "properties": { - "offlineMigrateVms": { - "items": { - "$ref": "#/components/schemas/MaintenanceModeVmInfo" - }, - "type": "array" - }, - "liveMigrateVms": { - "items": { - "$ref": "#/components/schemas/MaintenanceModeVmInfo" - }, - "type": "array" + "task_id": { + "type": "string", + "nullable": true }, - "shutDownVms": { - "items": { - "$ref": "#/components/schemas/MaintenanceModeVmInfo" - }, - "type": "array" + "data": { + "$ref": "#/components/schemas/DeleteCluster" } }, "required": [ - "offlineMigrateVms", - "liveMigrateVms", - "shutDownVms" + "data" ], "type": "object" }, - "ExitMaintenanceModeResultParams": { + "ClusterDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/HostWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ @@ -66465,53 +64080,33 @@ ], "type": "object" }, - "ExitMaintenanceModeInput": { + "MetaLeader": { "properties": { - "poweron_vms": { - "items": { - "type": "string" - }, - "type": "array" - }, - "offline_migrate_back_vms": { - "items": { - "type": "string" - }, - "type": "array" + "meta_leader": { + "type": "string" }, - "live_migrate_back_vms": { - "items": { - "type": "string" - }, - "type": "array" + "cluster_id": { + "type": "string" } }, + "required": [ + "meta_leader", + "cluster_id" + ], "type": "object" }, - "ExitMaintenanceModeParams": { + "GetMetaLeaderRequestBody": { "properties": { - "data": { - "$ref": "#/components/schemas/ExitMaintenanceModeInput" - }, "where": { - "properties": { - "host_id": { - "type": "string" - } - }, - "required": [ - "host_id" - ], - "type": "object" + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "NestedIscsiTarget": { + "NestedIscsiLunSnapshot": { "properties": { "id": { "type": "string" @@ -66527,12 +64122,35 @@ "type": "object", "additionalProperties": false }, - "IscsiLunSnapshot": { + "NestedNvmfNamespaceSnapshot": { "properties": { - "consistency_group_snapshot": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "ConsistencyGroupSnapshot": { + "properties": { + "Iscsi_lun_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedIscsiLunSnapshot" + }, + "type": "array", + "nullable": true + }, + "consistency_group": { "allOf": [ { - "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" + "$ref": "#/components/schemas/NestedConsistencyGroup" } ], "nullable": true @@ -66548,17 +64166,6 @@ "id": { "type": "string" }, - "iscsi_lun": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedIscsiLun" - } - ], - "nullable": true - }, - "iscsi_target": { - "$ref": "#/components/schemas/NestedIscsiTarget" - }, "labels": { "items": { "$ref": "#/components/schemas/NestedLabel" @@ -66575,6 +64182,13 @@ "name": { "type": "string" }, + "nvmf_namespace_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedNvmfNamespaceSnapshot" + }, + "type": "array", + "nullable": true + }, "unique_size": { "type": "integer", "format": "int64" @@ -66582,7 +64196,6 @@ }, "required": [ "id", - "iscsi_target", "local_created_at", "local_id", "name", @@ -66591,14 +64204,14 @@ "type": "object", "additionalProperties": false }, - "WithTask_IscsiLunSnapshot_": { + "WithTask_ConsistencyGroupSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/IscsiLunSnapshot" + "$ref": "#/components/schemas/ConsistencyGroupSnapshot" } }, "required": [ @@ -66606,37 +64219,33 @@ ], "type": "object" }, - "IscsiLunSnapshotCreationEffect": { + "ConsistencyGroupSnapshotCreationParams": { "properties": { - "sync": { - "type": "boolean" + "consistency_group_id": { + "type": "string" + }, + "name": { + "type": "string" } }, + "required": [ + "consistency_group_id", + "name" + ], "type": "object" }, - "IscsiLunSnapshotCreationParams": { + "ConsistencyGroupSnapshotUpdationParams": { "properties": { - "effect": { - "$ref": "#/components/schemas/IscsiLunSnapshotCreationEffect" - }, - "iscsi_target_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "iscsi_lun_id": { - "type": "string" + "where": { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" } }, "required": [ - "iscsi_target_id", - "name", - "iscsi_lun_id" + "where" ], "type": "object" }, - "DeleteIscsiLunSnapshot": { + "DeleteConsistencyGroupSnapshot": { "properties": { "id": { "type": "string" @@ -66647,14 +64256,14 @@ ], "type": "object" }, - "WithTask_DeleteIscsiLunSnapshot_": { + "WithTask_DeleteConsistencyGroupSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteIscsiLunSnapshot" + "$ref": "#/components/schemas/DeleteConsistencyGroupSnapshot" } }, "required": [ @@ -66662,70 +64271,92 @@ ], "type": "object" }, - "IscsiLunSnapshotDeletionParams": { + "ConsistencyGroupSnapshotDeletionParams": { "properties": { + "data": { + "properties": { + "remain_volume_snapshot": { + "type": "boolean" + } + }, + "required": [ + "remain_volume_snapshot" + ], + "type": "object" + }, "where": { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "IscsiLun": { + "NestedConsistencyGroupSnapshot": { "properties": { - "allowed_initiators": { + "id": { "type": "string" }, - "assigned_size": { - "type": "integer", - "format": "int64" - }, - "bps": { - "type": "integer", - "format": "int64" - }, - "bps_max": { - "type": "integer", - "format": "int64" - }, - "bps_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_rd": { - "type": "integer", - "format": "int64" - }, - "bps_rd_max": { - "type": "integer", - "format": "int64" - }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_wr": { - "type": "integer", - "format": "int64" + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedIscsiLun": { + "properties": { + "id": { + "type": "string" }, - "bps_wr_max": { - "type": "integer", - "format": "int64" + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedNvmfNamespace": { + "properties": { + "id": { + "type": "string" }, - "bps_wr_max_length": { - "type": "integer", - "format": "int64" + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "ConsistencyGroup": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "consistency_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedConsistencyGroup" - } - ], + "consistency_group_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" + }, + "type": "array", "nullable": true }, + "description": { + "type": "string" + }, "entityAsyncStatus": { "allOf": [ { @@ -66737,48 +64368,12 @@ "id": { "type": "string" }, - "io_size": { - "type": "integer", - "format": "int64" - }, - "iops": { - "type": "integer", - "format": "int64" - }, - "iops_max": { - "type": "integer", - "format": "int64" - }, - "iops_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_rd": { - "type": "integer", - "format": "int64" - }, - "iops_rd_max": { - "type": "integer", - "format": "int64" - }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_wr": { - "type": "integer", - "format": "int64" - }, - "iops_wr_max": { - "type": "integer", - "format": "int64" - }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64" - }, - "iscsi_target": { - "$ref": "#/components/schemas/NestedIscsiTarget" + "iscsi_luns": { + "items": { + "$ref": "#/components/schemas/NestedIscsiLun" + }, + "type": "array", + "nullable": true }, "labels": { "items": { @@ -66793,97 +64388,41 @@ "local_id": { "type": "string" }, - "lun_id": { - "type": "integer", - "format": "int32" - }, "name": { "type": "string" }, - "replica_num": { - "type": "integer", - "format": "int32" - }, - "shared_size": { - "type": "integer", - "format": "int64" - }, - "snapshot_num": { - "type": "integer", - "format": "int32" - }, - "stripe_num": { - "type": "integer", - "format": "int32" - }, - "stripe_size": { - "type": "integer", - "format": "int64" - }, - "thin_provision": { - "type": "boolean" - }, - "unique_logical_size": { - "type": "number", - "format": "double", + "namespaces": { + "items": { + "$ref": "#/components/schemas/NestedNvmfNamespace" + }, + "type": "array", "nullable": true }, "unique_size": { "type": "integer", "format": "int64" - }, - "zbs_volume_id": { - "type": "string" } }, "required": [ - "allowed_initiators", - "assigned_size", - "bps", - "bps_max", - "bps_max_length", - "bps_rd", - "bps_rd_max", - "bps_rd_max_length", - "bps_wr", - "bps_wr_max", - "bps_wr_max_length", + "cluster", + "description", "id", - "io_size", - "iops", - "iops_max", - "iops_max_length", - "iops_rd", - "iops_rd_max", - "iops_rd_max_length", - "iops_wr", - "iops_wr_max", - "iops_wr_max_length", - "iscsi_target", "local_created_at", "local_id", - "lun_id", "name", - "replica_num", - "shared_size", - "snapshot_num", - "stripe_num", - "stripe_size", - "thin_provision", - "unique_size", - "zbs_volume_id" + "unique_size" ], "type": "object", "additionalProperties": false }, - "WithTask_IscsiLun_": { + "WithTask_ConsistencyGroup_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/IscsiLun" + "$ref": "#/components/schemas/ConsistencyGroup" } }, "required": [ @@ -66891,153 +64430,59 @@ ], "type": "object" }, - "IscsiLunCommonParams": { + "ConsistencyGroupCreationParams": { "properties": { - "bps_wr_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_wr_max_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_wr_max": { - "type": "integer", - "format": "int64" - }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_rd_max_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_rd_max": { - "type": "integer", - "format": "int64" - }, - "bps_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_max_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_max": { - "type": "integer", - "format": "int64" - }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_wr_max": { - "type": "integer", - "format": "int64" - }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_rd_max": { - "type": "integer", - "format": "int64" - }, - "iops_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_max": { - "type": "integer", - "format": "int64" - }, - "bps_wr_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_wr": { - "type": "integer", - "format": "int64" - }, - "bps_rd_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_rd": { - "type": "integer", - "format": "int64" - }, - "bps_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps": { - "type": "integer", - "format": "int64" + "namespaces_ids": { + "items": { + "type": "string" + }, + "type": "array" }, - "iops_wr": { - "type": "integer", - "format": "int64" + "iscsi_luns_ids": { + "items": { + "type": "string" + }, + "type": "array" }, - "iops_rd": { - "type": "integer", - "format": "int64" + "description": { + "type": "string" }, - "iops": { - "type": "integer", - "format": "int64" + "cluster_id": { + "type": "string" }, - "allowed_initiators": { + "name": { "type": "string" } }, + "required": [ + "namespaces_ids", + "iscsi_luns_ids", + "cluster_id", + "name" + ], "type": "object" }, - "IscsiLunCreationParams": { - "allOf": [ - { + "ConsistencyGroupUpdationParams": { + "properties": { + "data": { "properties": { - "lun_id": { - "type": "integer", - "format": "int32" - }, - "assigned_size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "assigned_size": { - "type": "integer", - "format": "int64" + "remain_volume_snapshot": { + "type": "boolean" }, - "replica_num": { - "type": "integer", - "format": "int32" + "namespaces_ids": { + "items": { + "type": "string" + }, + "type": "array" }, - "iscsi_target_id": { - "type": "string" + "iscsi_luns_ids": { + "items": { + "type": "string" + }, + "type": "array" }, - "name": { + "description": { "type": "string" - } - }, - "required": [ - "assigned_size", - "replica_num", - "iscsi_target_id", - "name" - ], - "type": "object" - }, - { - "$ref": "#/components/schemas/IscsiLunCommonParams" - } - ] - }, - "IscsiLunUpdationParamsData": { - "allOf": [ - { - "properties": { - "assigned_size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "assigned_size": { - "type": "integer", - "format": "int64" }, "name": { "type": "string" @@ -67045,18 +64490,8 @@ }, "type": "object" }, - { - "$ref": "#/components/schemas/IscsiLunCommonParams" - } - ] - }, - "IscsiLunUpdationParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/IscsiLunUpdationParamsData" - }, "where": { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" } }, "required": [ @@ -67065,7 +64500,7 @@ ], "type": "object" }, - "DeleteIscsiLun": { + "DeleteConsistencyGroup": { "properties": { "id": { "type": "string" @@ -67076,14 +64511,14 @@ ], "type": "object" }, - "WithTask_DeleteIscsiLun_": { + "WithTask_DeleteConsistencyGroup_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteIscsiLun" + "$ref": "#/components/schemas/DeleteConsistencyGroup" } }, "required": [ @@ -67091,21 +64526,18 @@ ], "type": "object" }, - "IscsiLunDeletionParams": { + "ConsistencyGroupDeletionParams": { "properties": { "data": { "properties": { - "remove_snapshot": { + "remain_volume_snapshot": { "type": "boolean" } }, - "required": [ - "remove_snapshot" - ], "type": "object" }, "where": { - "$ref": "#/components/schemas/IscsiLunWhereInput" + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" } }, "required": [ @@ -67114,142 +64546,78 @@ ], "type": "object" }, - "IscsiLunCloneParams": { + "NestedElfImage": { "properties": { - "iscsi_target_id": { + "id": { "type": "string" }, "name": { "type": "string" - }, - "snapshot_id": { - "type": "string" } }, "required": [ - "iscsi_target_id", - "name", - "snapshot_id" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "IscsiLunRollbackParams": { + "NestedVmDisk": { "properties": { - "lun_id": { - "type": "string" - }, - "snapshot_id": { + "id": { "type": "string" } }, "required": [ - "lun_id", - "snapshot_id" + "id" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "CopyIscsiLunParams": { + "NestedVmSnapshot": { "properties": { - "dest_iscsi_target_id": { + "id": { "type": "string" }, "name": { "type": "string" - }, - "src_lun_id": { - "type": "string" - } - }, - "required": [ - "name", - "src_lun_id" - ], - "type": "object" - }, - "NestedInitiatorChap": { - "properties": { - "chap_name": { - "type": "string" - }, - "chap_secret": { - "type": "string" - }, - "initiator_iqn": { - "type": "string" } }, "required": [ - "chap_name", - "chap_secret", - "initiator_iqn" + "id", + "name" ], "type": "object", "additionalProperties": false }, - "IscsiTarget": { + "ContentLibraryImage": { "properties": { - "bps": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_max": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "bps_wr_max": { - "type": "integer", - "format": "int64", + "clusters": { + "items": { + "$ref": "#/components/schemas/NestedCluster" + }, + "type": "array", "nullable": true }, - "bps_wr_max_length": { - "type": "integer", - "format": "int64", - "nullable": true + "createdAt": { + "type": "string" }, - "chap_enabled": { - "type": "boolean" + "description": { + "type": "string" }, - "chap_name": { - "type": "string", - "nullable": true + "elf_image_uuids": { + "items": { + "type": "string" + }, + "type": "array" }, - "chap_secret": { - "type": "string", + "elf_images": { + "items": { + "$ref": "#/components/schemas/NestedElfImage" + }, + "type": "array", "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "description": { - "type": "string" - }, "entityAsyncStatus": { "allOf": [ { @@ -67258,145 +64626,75 @@ ], "nullable": true }, - "external_use": { - "type": "boolean" - }, "id": { "type": "string" }, - "initiator_chaps": { + "iscsi_luns": { "items": { - "$ref": "#/components/schemas/NestedInitiatorChap" + "$ref": "#/components/schemas/NestedIscsiLun" }, "type": "array", "nullable": true }, - "internal": { - "type": "boolean" - }, - "io_size": { - "type": "integer", - "format": "int64", + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", "nullable": true }, - "iops": { - "type": "integer", - "format": "int64", - "nullable": true + "name": { + "type": "string" }, - "iops_max": { - "type": "integer", - "format": "int64", - "nullable": true + "path": { + "type": "string" }, - "iops_max_length": { + "size": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int64" }, - "iops_rd": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64", + "vm_disks": { + "items": { + "$ref": "#/components/schemas/NestedVmDisk" + }, + "type": "array", "nullable": true }, - "ip_whitelist": { - "type": "string" - }, - "iqn_name": { - "type": "string" - }, - "iqn_whitelist": { - "type": "string" - }, - "labels": { + "vm_snapshots": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "$ref": "#/components/schemas/NestedVmSnapshot" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" - }, - "luns": { + "vm_templates": { "items": { - "$ref": "#/components/schemas/NestedIscsiLun" + "$ref": "#/components/schemas/NestedVmTemplate" }, "type": "array", "nullable": true - }, - "name": { - "type": "string" - }, - "replica_num": { - "type": "integer", - "format": "int32" - }, - "stripe_num": { - "type": "integer", - "format": "int32" - }, - "stripe_size": { - "type": "integer", - "format": "int64" - }, - "thin_provision": { - "type": "boolean" } }, "required": [ - "chap_enabled", - "cluster", + "createdAt", "description", - "external_use", + "elf_image_uuids", "id", - "internal", - "ip_whitelist", - "iqn_name", - "iqn_whitelist", - "local_id", "name", - "replica_num", - "stripe_num", - "stripe_size", - "thin_provision" + "path", + "size" ], "type": "object", "additionalProperties": false }, - "WithTask_IscsiTarget_": { + "WithTask_ContentLibraryImage_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/IscsiTarget" + "$ref": "#/components/schemas/ContentLibraryImage" } }, "required": [ @@ -67404,199 +64702,53 @@ ], "type": "object" }, - "IscsiTargetCommonParamsInitiatorChaps": { + "ContentLibraryImageUpdationParamsData": { "properties": { - "chap_secret": { - "type": "string" + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "chap_name": { + "description": { "type": "string" }, - "initiator_iqn": { + "name": { "type": "string" } }, - "required": [ - "chap_secret", - "chap_name", - "initiator_iqn" - ], "type": "object" }, - "IscsiTargetCommonParams": { + "ContentLibraryImageUpdationParams": { "properties": { - "bps_wr_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_wr_max_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_wr_max_size": { - "$ref": "#/components/schemas/BPSUnit", - "deprecated": true - }, - "bps_wr_max": { - "type": "integer", - "format": "int64" - }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_rd_max_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_rd_max": { - "type": "integer", - "format": "int64" - }, - "bps_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_max_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_max": { - "type": "integer", - "format": "int64" - }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_wr_max": { - "type": "integer", - "format": "int64" - }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_rd_max": { - "type": "integer", - "format": "int64" - }, - "iops_max_length": { - "type": "integer", - "format": "int64" - }, - "iops_max": { - "type": "integer", - "format": "int64" - }, - "bps_wr_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_wr": { - "type": "integer", - "format": "int64" - }, - "bps_rd_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps_rd": { - "type": "integer", - "format": "int64" - }, - "bps_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "bps": { - "type": "integer", - "format": "int64" - }, - "iops_wr": { - "type": "integer", - "format": "int64" - }, - "iops_rd": { - "type": "integer", - "format": "int64" - }, - "iops": { - "type": "integer", - "format": "int64" - }, - "initiator_chaps": { - "items": { - "$ref": "#/components/schemas/IscsiTargetCommonParamsInitiatorChaps" - }, - "type": "array" - }, - "chap_secret": { - "type": "string" - }, - "chap_name": { - "type": "string" - }, - "chap_enabled": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "iqn_whitelist": { - "type": "string" + "data": { + "$ref": "#/components/schemas/ContentLibraryImageUpdationParamsData" }, - "ip_whitelist": { - "type": "string" + "where": { + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" } }, + "required": [ + "data", + "where" + ], "type": "object" }, - "IscsiTargetCreationParams": { - "allOf": [ - { - "properties": { - "stripe_size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "stripe_size": { - "type": "integer", - "format": "int64" - }, - "stripe_num": { - "type": "integer", - "format": "int32" - }, - "replica_num": { - "type": "integer", - "format": "int32" - }, - "thin_provision": { - "type": "boolean" - }, - "cluster_id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "stripe_size", - "stripe_num", - "replica_num", - "thin_provision", - "cluster_id", - "name" - ], - "type": "object" - }, - { - "$ref": "#/components/schemas/IscsiTargetCommonParams" + "ContentLibraryImageUpdationClusterParamsData": { + "properties": { + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" } - ] + }, + "required": [ + "clusters" + ], + "type": "object" }, - "IscsiTargetUpdationParams": { + "ContentLibraryImageUpdationClusterParams": { "properties": { "data": { - "$ref": "#/components/schemas/IscsiTargetCommonParams" + "$ref": "#/components/schemas/ContentLibraryImageUpdationClusterParamsData" }, "where": { - "$ref": "#/components/schemas/IscsiTargetWhereInput" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" } }, "required": [ @@ -67605,7 +64757,7 @@ ], "type": "object" }, - "DeleteIscsiTarget": { + "DeleteContentLibraryImage": { "properties": { "id": { "type": "string" @@ -67616,14 +64768,14 @@ ], "type": "object" }, - "WithTask_DeleteIscsiTarget_": { + "WithTask_DeleteContentLibraryImage_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteIscsiTarget" + "$ref": "#/components/schemas/DeleteContentLibraryImage" } }, "required": [ @@ -67631,10 +64783,10 @@ ], "type": "object" }, - "IscsiTargetDeletionParams": { + "ContentLibraryImageDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/IscsiTargetWhereInput" + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" } }, "required": [ @@ -67642,187 +64794,224 @@ ], "type": "object" }, - "NestedContentLibraryImage": { + "ContentLibraryImageImportData": { "properties": { - "id": { + "url": { "type": "string" }, "name": { "type": "string" + }, + "description": { + "type": "string" + }, + "cluster": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ - "id", - "name" + "url", + "name", + "cluster" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "ElfImage": { + "ContentLibraryImageImportParams": { "properties": { - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], - "nullable": true - }, - "content_library_image": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedContentLibraryImage" - } - ], - "nullable": true + "data": { + "$ref": "#/components/schemas/ContentLibraryImageImportData" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "OvfCpu": { + "properties": { + "sockets": { + "type": "integer", + "format": "int32" }, - "description": { + "cores": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "sockets", + "cores" + ], + "type": "object" + }, + "OvfNic": { + "properties": { + "mac": { "type": "string" + } + }, + "required": [ + "mac" + ], + "type": "object" + }, + "OvfDisk": { + "properties": { + "size": { + "type": "integer", + "format": "int64" }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true + "type": { + "$ref": "#/components/schemas/VmDiskType" }, - "id": { + "bus": { + "$ref": "#/components/schemas/Bus" + }, + "name": { "type": "string" + } + }, + "required": [ + "size", + "type", + "bus", + "name" + ], + "type": "object" + }, + "ParsedOVF": { + "properties": { + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "labels": { + "disks": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "$ref": "#/components/schemas/OvfDisk" }, - "type": "array", - "nullable": true - }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" + "type": "array" }, - "path": { - "type": "string" + "nics": { + "items": { + "$ref": "#/components/schemas/OvfNic" + }, + "type": "array" }, - "size": { + "memory": { "type": "integer", "format": "int64" }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedVmDisk" - }, - "type": "array", - "nullable": true + "cpu": { + "$ref": "#/components/schemas/OvfCpu" }, - "vm_snapshots": { - "items": { - "$ref": "#/components/schemas/NestedVmSnapshot" - }, - "type": "array", - "nullable": true + "vcpu": { + "type": "integer", + "format": "int32" }, - "vm_templates": { - "items": { - "$ref": "#/components/schemas/NestedVmTemplate" - }, - "type": "array", - "nullable": true + "description": { + "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "description", - "id", - "local_created_at", - "local_id", - "name", - "path", - "size" + "firmware", + "disks", + "nics", + "memory", + "cpu", + "vcpu", + "name" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_ElfImage_": { + "ExportFileDownloadLinks": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "link": { + "type": "string" }, - "data": { - "$ref": "#/components/schemas/ElfImage" + "filename": { + "type": "string" } }, "required": [ - "data" + "link", + "filename" ], "type": "object" }, - "ElfImageUpdationParams": { + "VmExportFileWhereUniqueInput": { "properties": { - "data": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "data_port_id": { + "type": "string", + "nullable": true }, + "id": { + "type": "string", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "GetExportFileDownloadLinksParams": { + "properties": { "where": { - "$ref": "#/components/schemas/ElfImageWhereInput" + "$ref": "#/components/schemas/VmExportFileWhereUniqueInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "DeleteElfImage": { + "NestedBackupPlan": { "properties": { "id": { "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "id" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "WithTask_DeleteElfImage_": { + "NestedCpu": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "cores": { + "type": "integer", + "format": "int32" }, - "data": { - "$ref": "#/components/schemas/DeleteElfImage" + "sockets": { + "type": "integer", + "format": "int32" } }, "required": [ - "data" + "cores", + "sockets" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "ElfImageDeletionParams": { + "NestedVmEntityFilterResult": { "properties": { - "where": { - "$ref": "#/components/schemas/ElfImageWhereInput" + "id": { + "type": "string" } }, "required": [ - "where" + "id" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "NestedNamespaceGroup": { + "NestedGpuDevice": { "properties": { "id": { "type": "string" @@ -67838,23 +65027,19 @@ "type": "object", "additionalProperties": false }, - "NestedNfsExport": { + "NestedIsolationPolicy": { "properties": { "id": { "type": "string" - }, - "name": { - "type": "string" } }, "required": [ - "id", - "name" + "id" ], "type": "object", "additionalProperties": false }, - "NestedNfsInode": { + "NestedNic": { "properties": { "id": { "type": "string" @@ -67870,7 +65055,7 @@ "type": "object", "additionalProperties": false }, - "NestedNvmfSubsystem": { + "NestedSnapshotPlan": { "properties": { "id": { "type": "string" @@ -67886,7 +65071,7 @@ "type": "object", "additionalProperties": false }, - "NestedSecurityPolicy": { + "NestedUsbDevice": { "properties": { "id": { "type": "string" @@ -67902,23 +65087,19 @@ "type": "object", "additionalProperties": false }, - "NestedVlan": { + "NestedVmNic": { "properties": { "id": { "type": "string" - }, - "name": { - "type": "string" } }, "required": [ - "id", - "name" + "id" ], "type": "object", "additionalProperties": false }, - "NestedVmVolumeSnapshot": { + "NestedVmPlacementGroup": { "properties": { "id": { "type": "string" @@ -67934,396 +65115,380 @@ "type": "object", "additionalProperties": false }, - "Label": { + "Vm": { "properties": { - "cluster_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "clusters": { + "backup_plans": { "items": { - "$ref": "#/components/schemas/NestedCluster" + "$ref": "#/components/schemas/NestedBackupPlan" }, "type": "array", "nullable": true }, - "consistency_group_num": { - "type": "integer", - "format": "int32", + "bios_uuid": { + "type": "string", "nullable": true }, - "consistency_group_snapshot_num": { - "type": "integer", - "format": "int32", - "nullable": true + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" }, - "consistency_group_snapshots": { - "items": { - "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" - }, - "type": "array", + "cloud_init_supported": { + "type": "boolean", "nullable": true }, - "consistency_groups": { - "items": { - "$ref": "#/components/schemas/NestedConsistencyGroup" - }, - "type": "array", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedCluster" + } + ], "nullable": true }, - "content_library_image_num": { - "type": "integer", - "format": "int32", - "nullable": true + "cpu": { + "$ref": "#/components/schemas/NestedCpu" }, - "content_library_images": { - "items": { - "$ref": "#/components/schemas/NestedContentLibraryImage" - }, - "type": "array", - "nullable": true + "cpu_model": { + "type": "string" }, - "content_library_vm_template_num": { - "type": "integer", - "format": "int32", + "cpu_usage": { + "type": "number", + "format": "double", "nullable": true }, - "content_library_vm_templates": { - "items": { - "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" - }, - "type": "array", + "deleted_at": { + "type": "string", "nullable": true }, - "createdAt": { + "description": { "type": "string" }, - "datacenter_num": { - "type": "integer", - "format": "int32", + "dns_servers": { + "type": "string", "nullable": true }, - "datacenters": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entity_filter_results": { "items": { - "$ref": "#/components/schemas/NestedDatacenter" + "$ref": "#/components/schemas/NestedVmEntityFilterResult" }, "type": "array", "nullable": true }, - "disk_num": { - "type": "integer", - "format": "int32", + "firmware": { + "$ref": "#/components/schemas/VmFirmware" + }, + "folder": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVmFolder" + } + ], "nullable": true }, - "disks": { + "gpu_devices": { "items": { - "$ref": "#/components/schemas/NestedDisk" + "$ref": "#/components/schemas/NestedGpuDevice" }, "type": "array", "nullable": true }, - "elf_image_num": { - "type": "integer", - "format": "int32", + "guest_cpu_model": { + "type": "string", "nullable": true }, - "elf_images": { - "items": { - "$ref": "#/components/schemas/NestedElfImage" - }, - "type": "array", + "guest_os_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmGuestsOperationSystem" + } + ], "nullable": true }, - "gpu_device_num": { - "type": "integer", - "format": "int32", + "guest_size_usage": { + "type": "number", + "format": "double", "nullable": true }, - "gpu_devices": { - "items": { - "$ref": "#/components/schemas/NestedGpuDevice" - }, - "type": "array", + "guest_used_size": { + "type": "integer", + "format": "int64", "nullable": true }, - "host_num": { - "type": "integer", - "format": "int32", + "ha": { + "type": "boolean" + }, + "host": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedHost" + } + ], "nullable": true }, - "hosts": { - "items": { - "$ref": "#/components/schemas/NestedHost" - }, - "type": "array", + "hostname": { + "type": "string", "nullable": true }, "id": { "type": "string" }, - "iscsi_lun_num": { - "type": "integer", - "format": "int32", - "nullable": true + "in_recycle_bin": { + "type": "boolean" }, - "iscsi_lun_snapshot_num": { - "type": "integer", - "format": "int32", - "nullable": true + "internal": { + "type": "boolean" }, - "iscsi_lun_snapshots": { - "items": { - "$ref": "#/components/schemas/NestedIscsiLunSnapshot" - }, - "type": "array", + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], "nullable": true }, - "iscsi_luns": { - "items": { - "$ref": "#/components/schemas/NestedIscsiLun" - }, - "type": "array", + "ips": { + "type": "string" + }, + "isolation_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedIsolationPolicy" + } + ], "nullable": true }, - "iscsi_target_num": { - "type": "integer", - "format": "int32", + "kernel_info": { + "type": "string", "nullable": true }, - "iscsi_targets": { + "labels": { "items": { - "$ref": "#/components/schemas/NestedIscsiTarget" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "isolation_policies": { - "items": { - "$ref": "#/components/schemas/NestedIsolationPolicy" - }, - "type": "array", + "last_shutdown_time": { + "type": "string", "nullable": true }, - "isolation_policy_num": { - "type": "integer", - "format": "int32", + "local_created_at": { + "type": "string", "nullable": true }, - "key": { + "local_id": { "type": "string" }, - "namespace_group_num": { + "logical_size_bytes": { "type": "integer", - "format": "int32", - "nullable": true - }, - "namespace_groups": { - "items": { - "$ref": "#/components/schemas/NestedNamespaceGroup" - }, - "type": "array", + "format": "int64", "nullable": true }, - "nfs_export_num": { + "max_bandwidth": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "nfs_exports": { - "items": { - "$ref": "#/components/schemas/NestedNfsExport" - }, - "type": "array", + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "nfs_inode_num": { + "max_iops": { "type": "integer", "format": "int32", "nullable": true }, - "nfs_inodes": { - "items": { - "$ref": "#/components/schemas/NestedNfsInode" - }, - "type": "array", + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "nic_num": { + "memory": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "nics": { - "items": { - "$ref": "#/components/schemas/NestedNic" - }, - "type": "array", + "memory_usage": { + "type": "number", + "format": "double", "nullable": true }, - "nvmf_namespace_num": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" }, - "nvmf_namespace_snapshot_num": { - "type": "integer", - "format": "int32", - "nullable": true + "nested_virtualization": { + "type": "boolean" }, - "nvmf_namespace_snapshots": { - "items": { - "$ref": "#/components/schemas/NestedNvmfNamespaceSnapshot" - }, - "type": "array", - "nullable": true + "node_ip": { + "type": "string" }, - "nvmf_namespaces": { - "items": { - "$ref": "#/components/schemas/NestedNvmfNamespace" - }, - "type": "array", + "original_name": { + "type": "string", "nullable": true }, - "nvmf_subsystem_num": { - "type": "integer", - "format": "int32", + "os": { + "type": "string", "nullable": true }, - "nvmf_subsystems": { + "out_uninstall_usb": { "items": { - "$ref": "#/components/schemas/NestedNvmfSubsystem" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "security_policies": { + "pci_nics": { "items": { - "$ref": "#/components/schemas/NestedSecurityPolicy" + "$ref": "#/components/schemas/NestedNic" }, "type": "array", "nullable": true }, - "security_policy_num": { - "type": "integer", - "format": "int32", - "nullable": true + "protected": { + "type": "boolean" }, - "system_vlan_num": { + "provisioned_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "total_num": { + "size": { "type": "integer", - "format": "int32", - "nullable": true - }, - "value": { - "type": "string", + "format": "int64", "nullable": true }, - "vds_num": { - "type": "integer", - "format": "int32", + "snapshot_plan": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedSnapshotPlan" + } + ], "nullable": true }, - "vdses": { + "snapshots": { "items": { - "$ref": "#/components/schemas/NestedVds" + "$ref": "#/components/schemas/NestedVmSnapshot" }, "type": "array", "nullable": true }, - "vlans": { - "items": { - "$ref": "#/components/schemas/NestedVlan" - }, - "type": "array", - "nullable": true + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "vm_num": { - "type": "integer", - "format": "int32", + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true }, - "vm_snapshot_num": { + "unique_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "vm_snapshots": { + "usb_devices": { "items": { - "$ref": "#/components/schemas/NestedVmSnapshot" + "$ref": "#/components/schemas/NestedUsbDevice" }, "type": "array", "nullable": true }, - "vm_template_num": { + "vcpu": { "type": "integer", - "format": "int32", + "format": "int32" + }, + "video_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVideoType" + } + ], "nullable": true }, - "vm_templates": { + "vm_disks": { "items": { - "$ref": "#/components/schemas/NestedVmTemplate" + "$ref": "#/components/schemas/NestedVmDisk" }, "type": "array", "nullable": true }, - "vm_vlan_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vm_volume_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vm_volume_snapshot_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vm_volume_snapshots": { + "vm_nics": { "items": { - "$ref": "#/components/schemas/NestedVmVolumeSnapshot" + "$ref": "#/components/schemas/NestedVmNic" }, "type": "array", "nullable": true }, - "vm_volumes": { + "vm_placement_group": { "items": { - "$ref": "#/components/schemas/NestedVmVolume" + "$ref": "#/components/schemas/NestedVmPlacementGroup" }, "type": "array", "nullable": true }, - "vms": { - "items": { - "$ref": "#/components/schemas/NestedVm" - }, - "type": "array", + "vm_tools_status": { + "$ref": "#/components/schemas/VmToolsStatus" + }, + "vm_tools_version": { + "type": "string", + "nullable": true + }, + "vm_usage": { + "allOf": [ + { + "$ref": "#/components/schemas/VmUsage" + } + ], "nullable": true + }, + "win_opt": { + "type": "boolean" } }, "required": [ - "createdAt", + "clock_offset", + "cpu", + "cpu_model", + "description", + "firmware", + "ha", "id", - "key" + "in_recycle_bin", + "internal", + "ips", + "local_id", + "memory", + "name", + "nested_virtualization", + "node_ip", + "out_uninstall_usb", + "protected", + "status", + "vcpu", + "vm_tools_status", + "win_opt" ], "type": "object", "additionalProperties": false }, - "WithTask_Label_": { + "WithTask_Vm_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/Label" + "$ref": "#/components/schemas/Vm" } }, "required": [ @@ -68331,997 +65496,1234 @@ ], "type": "object" }, - "LabelCreationParams": { - "properties": { - "value": { - "type": "string" - }, - "key": { - "type": "string" - } - }, - "required": [ - "key" - ], - "type": "object" + "BPSUnit": { + "type": "string", + "enum": [ + "Bps", + "KBps", + "MBps", + "GBps", + "TBps" + ] }, - "LabelUpdationParams": { + "MountNewCreateDisksParams": { "properties": { - "data": { + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "max_bandwidth": { + "type": "integer", + "format": "int64" + }, + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_iops": { + "type": "integer", + "format": "int64" + }, + "vm_volume": { "properties": { - "value": { + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "path": { "type": "string" }, - "key": { + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "name": { "type": "string" } }, + "required": [ + "elf_storage_policy", + "size", + "name" + ], "type": "object" }, - "where": { - "$ref": "#/components/schemas/LabelWhereInput" + "index": { + "type": "integer", + "format": "int32" + }, + "key": { + "type": "integer", + "format": "int32" + }, + "bus": { + "$ref": "#/components/schemas/Bus" + }, + "boot": { + "type": "integer", + "format": "int32" } }, "required": [ - "data", - "where" + "vm_volume", + "bus", + "boot" ], "type": "object" }, - "AddLabelsToResourcesParams": { + "MountDisksParams": { "properties": { - "data": { - "properties": { - "gpu_devices": { - "$ref": "#/components/schemas/GpuDeviceWhereInput" - }, - "content_library_vm_templates": { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" - }, - "content_library_images": { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - }, - "isolation_policies": { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" - }, - "security_policies": { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "vm_volume_snapshots": { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" - }, - "vm_volumes": { - "$ref": "#/components/schemas/VmVolumeWhereInput" - }, - "vm_templates": { - "$ref": "#/components/schemas/VmTemplateWhereInput" - }, - "vm_snapshots": { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - }, - "vlans": { - "$ref": "#/components/schemas/VlanWhereInput" - }, - "vdses": { - "$ref": "#/components/schemas/VdsWhereInput" - }, - "nvmf_subsystems": { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - }, - "nvmf_namespace_snapshots": { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - }, - "nvmf_namespaces": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - }, - "nics": { - "$ref": "#/components/schemas/NicWhereInput" - }, - "nfs_inodes": { - "$ref": "#/components/schemas/NfsInodeWhereInput" - }, - "nfs_exports": { - "$ref": "#/components/schemas/NfsExportWhereInput" - }, - "namespace_groups": { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" - }, - "iscsi_targets": { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - }, - "iscsi_lun_snapshots": { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" - }, - "iscsi_luns": { - "$ref": "#/components/schemas/IscsiLunWhereInput" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "elf_images": { - "$ref": "#/components/schemas/ElfImageWhereInput" - }, - "disks": { - "$ref": "#/components/schemas/DiskWhereInput" - }, - "datacenters": { - "$ref": "#/components/schemas/DatacenterWhereInput" - }, - "consistency_group_snapshots": { - "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" - }, - "consistency_groups": { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "type": "object" + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "where": { - "$ref": "#/components/schemas/LabelWhereInput" + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "max_bandwidth": { + "type": "integer", + "format": "int64" + }, + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_iops": { + "type": "integer", + "format": "int64" + }, + "vm_volume_id": { + "type": "string" + }, + "index": { + "type": "integer", + "format": "int32" + }, + "key": { + "type": "integer", + "format": "int32" + }, + "bus": { + "$ref": "#/components/schemas/Bus" + }, + "boot": { + "type": "integer", + "format": "int32" } }, "required": [ - "data", - "where" + "vm_volume_id", + "bus", + "boot" ], "type": "object" }, - "RemoveLabelsFromResourcesParams": { - "$ref": "#/components/schemas/AddLabelsToResourcesParams" - }, - "DeleteLabel": { + "VmCdRomParams": { "properties": { - "id": { + "content_library_image_id": { + "type": "string" + }, + "elf_image_id": { "type": "string" + }, + "index": { + "type": "integer", + "format": "int32" + }, + "key": { + "type": "integer", + "format": "int32" + }, + "boot": { + "type": "integer", + "format": "int32" } }, "required": [ - "id" + "boot" ], "type": "object" }, - "WithTask_DeleteLabel_": { + "VmDiskParams": { "properties": { - "task_id": { - "type": "string", + "mount_cd_roms": { + "items": { + "$ref": "#/components/schemas/VmCdRomParams" + }, + "type": "array" + }, + "mount_disks": { + "items": { + "$ref": "#/components/schemas/MountDisksParams" + }, + "type": "array" + }, + "mount_new_create_disks": { + "items": { + "$ref": "#/components/schemas/MountNewCreateDisksParams" + }, + "type": "array" + } + }, + "type": "object" + }, + "BitUnit": { + "type": "string", + "enum": [ + "bit", + "Kb", + "Mb", + "Gb", + "Tb", + "Pb" + ] + }, + "BitPSUnit": { + "type": "string", + "enum": [ + "bps", + "Kbps", + "Mbps", + "Gbps", + "Tbps" + ] + }, + "VmNicQosTraffic": { + "properties": { + "rate_limit_unit": { + "$ref": "#/components/schemas/BitPSUnit" + }, + "rate_limit": { + "type": "integer", + "format": "int64", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteLabel" + "burst_unit": { + "$ref": "#/components/schemas/BitUnit" + }, + "burst": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ - "data" + "enabled" ], "type": "object" }, - "LabelDeletionParams": { + "VmNicQosOption": { "properties": { - "where": { - "$ref": "#/components/schemas/LabelWhereInput" + "egress": { + "$ref": "#/components/schemas/VmNicQosTraffic" + }, + "ingress": { + "$ref": "#/components/schemas/VmNicQosTraffic" + } + }, + "type": "object" + }, + "VpcNicParams": { + "properties": { + "ip_addresses": { + "items": { + "type": "string" + }, + "type": "array" + }, + "floating_ip_id": { + "type": "string" + }, + "vpc_subnet_id": { + "type": "string" + }, + "vpc_id": { + "type": "string" } }, "required": [ - "where" + "vpc_subnet_id", + "vpc_id" ], "type": "object" }, - "License": { + "VmNicParams": { "properties": { - "expire_date": { + "vpc_nic": { + "$ref": "#/components/schemas/VpcNicParams" + }, + "type": { + "$ref": "#/components/schemas/VmNicType" + }, + "qos": { + "$ref": "#/components/schemas/VmNicQosOption" + }, + "subnet_mask": { "type": "string" }, - "id": { + "gateway": { "type": "string" }, - "license_serial": { + "ip_address": { "type": "string" }, - "maintenance_end_date": { - "type": "string", - "nullable": true + "nic_id": { + "type": "string" }, - "maintenance_start_date": { - "type": "string", - "nullable": true + "connect_vlan_id": { + "type": "string" }, - "max_chunk_num": { - "type": "integer", - "format": "int32" + "mirror": { + "type": "boolean" }, - "max_cluster_num": { - "type": "integer", - "format": "int32" + "model": { + "$ref": "#/components/schemas/VmNicModel" }, - "sign_date": { - "type": "string" + "enabled": { + "type": "boolean" }, - "software_edition": { - "$ref": "#/components/schemas/SoftwareEdition" + "mac_address": { + "type": "string" }, - "type": { - "$ref": "#/components/schemas/LicenseType" + "local_id": { + "type": "string" } }, - "required": [ - "expire_date", - "id", - "license_serial", - "max_chunk_num", - "max_cluster_num", - "sign_date", - "software_edition", - "type" - ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_License_": { + "VmGpuOperationParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "amount": { + "type": "integer", + "format": "int32" }, - "data": { - "$ref": "#/components/schemas/License" + "gpu_id": { + "type": "string" } }, "required": [ - "data" + "gpu_id" ], "type": "object" }, - "LicenseUpdationParams": { + "VmOwnerParams": { "properties": { - "data": { - "properties": { - "license": { - "type": "string" - } - }, - "required": [ - "license" - ], - "type": "object" + "search_for": { + "type": "string", + "enum": [ + "username", + "id" + ] + }, + "value": { + "type": "string" } }, "required": [ - "data" + "value" ], "type": "object" }, - "LogCollectionStatus": { - "enum": [ - "EXECUTING", - "FAILED", - "STOPPING", - "SUCCESSED" - ], - "type": "string" - }, - "LogCollection": { + "VmCreationParams": { "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "owner": { + "$ref": "#/components/schemas/VmOwnerParams" }, - "groups": { + "gpu_devices": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmGpuOperationParams" }, "type": "array" }, - "hosts": { - "items": { - "$ref": "#/components/schemas/NestedHost" - }, - "type": "array", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "id": { - "type": "string" + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "local_id": { - "type": "string" + "max_bandwidth": { + "type": "integer", + "format": "int64" }, - "log_ended_at": { - "type": "string" + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "log_started_at": { - "type": "string" + "max_iops": { + "type": "integer", + "format": "int64" }, - "owner": { - "type": "string" + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy" }, - "path": { - "type": "string" + "vcpu": { + "type": "integer", + "format": "int32" }, - "progress": { - "type": "number", - "format": "double" + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "service_groups": { - "properties": {}, - "type": "object", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "services": { + "ha": { + "type": "boolean" + }, + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "vm_placement_group": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + }, + "vm_nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmNicParams" }, "type": "array" }, - "size": { + "vm_disks": { + "$ref": "#/components/schemas/VmDiskParams" + }, + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "memory": { "type": "integer", "format": "int64" }, - "started_at": { + "cpu_cores": { + "type": "integer", + "format": "int32" + }, + "cpu_sockets": { + "type": "integer", + "format": "int32" + }, + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" + }, + "folder_id": { "type": "string" }, - "status": { - "$ref": "#/components/schemas/LogCollectionStatus" + "description": { + "type": "string" }, - "witness": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedWitness" - } - ], - "nullable": true + "name": { + "type": "string" + }, + "host_id": { + "type": "string" + }, + "cluster_id": { + "type": "string" } }, "required": [ - "cluster", - "groups", - "id", - "local_id", - "log_ended_at", - "log_started_at", - "owner", - "path", - "progress", - "services", - "size", - "started_at", - "status" + "status", + "firmware", + "ha", + "vm_nics", + "vm_disks", + "memory", + "cpu_cores", + "cpu_sockets", + "name", + "cluster_id" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_LogCollection_": { + "DiskOperateModifyDisk": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "vm_volume_id": { + "type": "string" }, - "data": { - "$ref": "#/components/schemas/LogCollection" + "bus": { + "$ref": "#/components/schemas/Bus" + }, + "disk_index": { + "type": "integer", + "format": "int32" } }, "required": [ - "data" + "disk_index" ], "type": "object" }, - "LogCollectionServiceGroupParams": { + "VmDiskOperate": { "properties": { - "services": { + "remove_disks": { + "properties": { + "disk_index": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array" + } + }, + "required": [ + "disk_index" + ], + "type": "object" + }, + "modify_disks": { "items": { - "type": "string" + "$ref": "#/components/schemas/DiskOperateModifyDisk" }, "type": "array" }, - "group_name": { + "new_disks": { + "$ref": "#/components/schemas/VmDiskParams" + } + }, + "type": "object" + }, + "CloudInitNetworkTypeEnum": { + "enum": [ + "IPV4", + "IPV4_DHCP" + ], + "type": "string" + }, + "CloudInitNetWorkRoute": { + "properties": { + "network": { + "type": "string" + }, + "netmask": { + "type": "string" + }, + "gateway": { "type": "string" } }, "required": [ - "group_name" + "network", + "netmask", + "gateway" ], "type": "object" }, - "LogCollectionCreationParams": { + "CloudInitNetWork": { "properties": { - "witness_id": { - "type": "string" - }, - "service_groups": { + "routes": { "items": { - "$ref": "#/components/schemas/LogCollectionServiceGroupParams" + "$ref": "#/components/schemas/CloudInitNetWorkRoute" }, "type": "array" }, - "log_ended_at": { - "type": "string", - "format": "date-time" + "type": { + "$ref": "#/components/schemas/CloudInitNetworkTypeEnum" }, - "log_started_at": { - "type": "string", - "format": "date-time" + "nic_index": { + "type": "integer", + "format": "int32" }, - "cluster_id": { + "netmask": { "type": "string" }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" + "ip_address": { + "type": "string" } }, "required": [ - "log_ended_at", - "log_started_at", - "cluster_id", - "hosts" + "type", + "nic_index" ], "type": "object" }, - "LogCollectionWhereInput": { + "TemplateCloudInit": { "properties": { - "AND": { + "user_data": { + "type": "string" + }, + "public_keys": { "items": { - "$ref": "#/components/schemas/LogCollectionWhereInput" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "NOT": { + "hostname": { + "type": "string" + }, + "networks": { "items": { - "$ref": "#/components/schemas/LogCollectionWhereInput" + "$ref": "#/components/schemas/CloudInitNetWork" }, - "type": "array", - "nullable": true + "type": "array" }, - "OR": { + "nameservers": { "items": { - "$ref": "#/components/schemas/LogCollectionWhereInput" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true + "default_user_password": { + "type": "string" + } + }, + "type": "object" + }, + "VmCreateVmFromTemplateParams": { + "properties": { + "owner": { + "$ref": "#/components/schemas/VmOwnerParams" }, - "hosts_every": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true + "gpu_devices": { + "items": { + "$ref": "#/components/schemas/VmGpuOperationParams" + }, + "type": "array" }, - "hosts_none": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true + "cloud_init": { + "$ref": "#/components/schemas/TemplateCloudInit" }, - "hosts_some": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true + "is_full_copy": { + "type": "boolean" }, - "id": { - "type": "string", - "nullable": true + "template_id": { + "type": "string" }, - "id_contains": { - "type": "string", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "id_ends_with": { - "type": "string", - "nullable": true + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "id_gt": { - "type": "string", - "nullable": true + "max_bandwidth": { + "type": "integer", + "format": "int64" }, - "id_gte": { - "type": "string", - "nullable": true + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "max_iops": { + "type": "integer", + "format": "int64" }, - "id_lt": { - "type": "string", - "nullable": true + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy", + "deprecated": true }, - "id_lte": { - "type": "string", - "nullable": true + "vcpu": { + "type": "integer", + "format": "int32" }, - "id_not": { - "type": "string", - "nullable": true + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "id_not_contains": { - "type": "string", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "id_not_ends_with": { - "type": "string", - "nullable": true + "ha": { + "type": "boolean" }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" }, - "id_not_starts_with": { - "type": "string", - "nullable": true + "vm_placement_group": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" }, - "id_starts_with": { - "type": "string", - "nullable": true + "vm_nics": { + "items": { + "$ref": "#/components/schemas/VmNicParams" + }, + "type": "array" }, - "local_id": { - "type": "string", - "nullable": true + "disk_operate": { + "$ref": "#/components/schemas/VmDiskOperate" }, - "local_id_contains": { - "type": "string", - "nullable": true + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "local_id_ends_with": { - "type": "string", - "nullable": true + "memory": { + "type": "integer", + "format": "int64" }, - "local_id_gt": { - "type": "string", - "nullable": true + "cpu_cores": { + "type": "integer", + "format": "int32" }, - "local_id_gte": { - "type": "string", - "nullable": true + "cpu_sockets": { + "type": "integer", + "format": "int32" }, - "local_id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" }, - "local_id_lt": { - "type": "string", - "nullable": true + "folder_id": { + "type": "string" }, - "local_id_lte": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "local_id_not": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "local_id_not_contains": { - "type": "string", - "nullable": true + "host_id": { + "type": "string" }, - "local_id_not_ends_with": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" + } + }, + "required": [ + "is_full_copy", + "template_id", + "name" + ], + "type": "object" + }, + "VmCreateVmFromContentLibraryTemplateParams": { + "properties": { + "owner": { + "$ref": "#/components/schemas/VmOwnerParams" }, - "local_id_not_in": { + "gpu_devices": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmGpuOperationParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true + "cloud_init": { + "$ref": "#/components/schemas/TemplateCloudInit" }, - "local_id_starts_with": { - "type": "string", - "nullable": true + "is_full_copy": { + "type": "boolean" }, - "log_ended_at": { - "type": "string", - "nullable": true + "template_id": { + "type": "string" }, - "log_ended_at_gt": { - "type": "string", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "log_ended_at_gte": { - "type": "string", - "nullable": true + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "log_ended_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "max_bandwidth": { + "type": "integer", + "format": "int64" }, - "log_ended_at_lt": { - "type": "string", - "nullable": true + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "log_ended_at_lte": { - "type": "string", - "nullable": true + "max_iops": { + "type": "integer", + "format": "int64" }, - "log_ended_at_not": { - "type": "string", - "nullable": true + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy", + "deprecated": true }, - "log_ended_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "vcpu": { + "type": "integer", + "format": "int32" }, - "log_started_at": { - "type": "string", - "nullable": true + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "log_started_at_gt": { - "type": "string", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "log_started_at_gte": { - "type": "string", - "nullable": true + "ha": { + "type": "boolean" }, - "log_started_at_in": { + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "vm_placement_group": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + }, + "vm_nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmNicParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "log_started_at_lt": { - "type": "string", - "nullable": true + "disk_operate": { + "$ref": "#/components/schemas/VmDiskOperate" }, - "log_started_at_lte": { - "type": "string", - "nullable": true + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "log_started_at_not": { - "type": "string", - "nullable": true + "memory": { + "type": "integer", + "format": "int64" }, - "log_started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "cpu_cores": { + "type": "integer", + "format": "int32" }, - "owner": { - "type": "string", - "nullable": true + "cpu_sockets": { + "type": "integer", + "format": "int32" }, - "owner_contains": { - "type": "string", - "nullable": true + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" }, - "owner_ends_with": { - "type": "string", - "nullable": true + "folder_id": { + "type": "string" }, - "owner_gt": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "owner_gte": { + "name": { + "type": "string" + }, + "host_id": { + "type": "string" + }, + "cluster_id": { + "type": "string" + } + }, + "required": [ + "is_full_copy", + "template_id", + "name", + "cluster_id" + ], + "type": "object" + }, + "WithTask_Vm-Array_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "owner_in": { + "data": { "items": { - "type": "string" + "$ref": "#/components/schemas/Vm" }, - "type": "array", - "nullable": true + "type": "array" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmCreateVmFromContentLibraryTemplateBatchVmParams": { + "properties": { + "owner": { + "$ref": "#/components/schemas/VmOwnerParams" }, - "owner_lt": { - "type": "string", - "nullable": true + "gpu_devices": { + "items": { + "$ref": "#/components/schemas/VmGpuOperationParams" + }, + "type": "array" }, - "owner_lte": { - "type": "string", - "nullable": true + "cloud_init": { + "$ref": "#/components/schemas/TemplateCloudInit" }, - "owner_not": { - "type": "string", - "nullable": true + "is_full_copy": { + "type": "boolean" }, - "owner_not_contains": { - "type": "string", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "owner_not_ends_with": { - "type": "string", - "nullable": true + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "owner_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "max_bandwidth": { + "type": "integer", + "format": "int64" }, - "owner_not_starts_with": { - "type": "string", - "nullable": true + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "owner_starts_with": { - "type": "string", - "nullable": true + "max_iops": { + "type": "integer", + "format": "int64" }, - "path": { - "type": "string", - "nullable": true + "vcpu": { + "type": "integer", + "format": "int32" }, - "path_contains": { - "type": "string", - "nullable": true + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "path_ends_with": { - "type": "string", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "path_gt": { - "type": "string", - "nullable": true + "ha": { + "type": "boolean" }, - "path_gte": { - "type": "string", - "nullable": true + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" }, - "path_in": { + "vm_placement_group": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + }, + "vm_nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmNicParams" }, - "type": "array", - "nullable": true - }, - "path_lt": { - "type": "string", - "nullable": true + "type": "array" }, - "path_lte": { - "type": "string", - "nullable": true + "disk_operate": { + "$ref": "#/components/schemas/VmDiskOperate" }, - "path_not": { - "type": "string", - "nullable": true + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "path_not_contains": { - "type": "string", - "nullable": true + "memory": { + "type": "integer", + "format": "int64" }, - "path_not_ends_with": { - "type": "string", - "nullable": true + "cpu_cores": { + "type": "integer", + "format": "int32" }, - "path_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "cpu_sockets": { + "type": "integer", + "format": "int32" }, - "path_not_starts_with": { - "type": "string", - "nullable": true + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" }, - "path_starts_with": { - "type": "string", - "nullable": true + "folder_id": { + "type": "string" }, - "progress": { - "type": "number", - "format": "double", - "nullable": true + "description": { + "type": "string" }, - "progress_gt": { - "type": "number", - "format": "double", - "nullable": true + "name": { + "type": "string" }, - "progress_gte": { - "type": "number", - "format": "double", - "nullable": true + "host_id": { + "type": "string" }, - "progress_in": { + "cluster_id": { + "type": "string" + } + }, + "required": [ + "is_full_copy", + "name", + "cluster_id" + ], + "type": "object" + }, + "VmCreateVmFromContentLibraryTemplateBatchParams": { + "properties": { + "vms": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchVmParams" }, - "type": "array", - "nullable": true - }, - "progress_lt": { - "type": "number", - "format": "double", - "nullable": true + "type": "array" }, - "progress_lte": { - "type": "number", - "format": "double", - "nullable": true + "template_id": { + "type": "string" + } + }, + "required": [ + "vms", + "template_id" + ], + "type": "object" + }, + "ConvertVmTemplateToVmParams": { + "properties": { + "name": { + "type": "string" }, - "progress_not": { - "type": "number", - "format": "double", - "nullable": true + "converted_from_template_id": { + "type": "string" + } + }, + "required": [ + "name", + "converted_from_template_id" + ], + "type": "object" + }, + "VmCloneParams": { + "properties": { + "owner": { + "$ref": "#/components/schemas/VmOwnerParams" }, - "progress_not_in": { + "gpu_devices": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/VmGpuOperationParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "size": { + "is_full_copy": { + "type": "boolean" + }, + "src_vm_id": { + "type": "string" + }, + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "max_bandwidth": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int64" }, - "size_gt": { + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_iops": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int64" }, - "size_gte": { + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy", + "deprecated": true + }, + "vcpu": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int32" }, - "size_in": { + "status": { + "$ref": "#/components/schemas/VmStatus" + }, + "firmware": { + "$ref": "#/components/schemas/VmFirmware" + }, + "ha": { + "type": "boolean" + }, + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "vm_placement_group": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + }, + "vm_nics": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VmNicParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "size_lt": { + "vm_disks": { + "$ref": "#/components/schemas/VmDiskParams" + }, + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "memory": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int64" }, - "size_lte": { + "cpu_cores": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int32" }, - "size_not": { + "cpu_sockets": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int32" }, - "size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" }, - "started_at": { - "type": "string", - "nullable": true + "folder_id": { + "type": "string" }, - "started_at_gt": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "started_at_gte": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "started_at_in": { + "host_id": { + "type": "string" + }, + "cluster_id": { + "type": "string" + } + }, + "required": [ + "src_vm_id", + "name" + ], + "type": "object" + }, + "VmRebuildParams": { + "properties": { + "owner": { + "$ref": "#/components/schemas/VmOwnerParams" + }, + "gpu_devices": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmGpuOperationParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "started_at_lt": { - "type": "string", - "nullable": true + "is_full_copy": { + "type": "boolean" }, - "started_at_lte": { - "type": "string", - "nullable": true + "rebuild_from_snapshot_id": { + "type": "string" }, - "started_at_not": { - "type": "string", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "max_bandwidth": { + "type": "integer", + "format": "int64" + }, + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_iops": { + "type": "integer", + "format": "int64" + }, + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy", + "deprecated": true + }, + "vcpu": { + "type": "integer", + "format": "int32" }, "status": { - "allOf": [ - { - "$ref": "#/components/schemas/LogCollectionStatus" - } - ], - "nullable": true + "$ref": "#/components/schemas/VmStatus" }, - "status_in": { - "items": { - "$ref": "#/components/schemas/LogCollectionStatus" - }, - "type": "array", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/LogCollectionStatus" - } - ], - "nullable": true + "ha": { + "type": "boolean" }, - "status_not_in": { + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "vm_placement_group": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + }, + "vm_nics": { "items": { - "$ref": "#/components/schemas/LogCollectionStatus" + "$ref": "#/components/schemas/VmNicParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "witness": { - "allOf": [ - { - "$ref": "#/components/schemas/WitnessWhereInput" + "vm_disks": { + "$ref": "#/components/schemas/VmDiskParams" + }, + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "memory": { + "type": "integer", + "format": "int64" + }, + "cpu_cores": { + "type": "integer", + "format": "int32" + }, + "cpu_sockets": { + "type": "integer", + "format": "int32" + }, + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" + }, + "folder_id": { + "type": "string" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "host_id": { + "type": "string" + }, + "cluster_id": { + "type": "string" + } + }, + "required": [ + "rebuild_from_snapshot_id", + "name" + ], + "type": "object" + }, + "VmRollbackParams": { + "properties": { + "data": { + "properties": { + "snapshot_id": { + "type": "string" } + }, + "required": [ + "snapshot_id" ], - "nullable": true + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data", + "where" + ], + "type": "object" }, - "ForceStopLogCollectionParams": { + "VmUpdateParams": { "properties": { + "data": { + "properties": { + "vcpu": { + "type": "integer", + "format": "int32" + }, + "ha": { + "type": "boolean" + }, + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "memory": { + "type": "integer", + "format": "int64" + }, + "cpu_cores": { + "type": "integer", + "format": "int32" + }, + "cpu_sockets": { + "type": "integer", + "format": "int32" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, "where": { - "$ref": "#/components/schemas/LogCollectionWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "DeleteLogCollection": { + "DeleteVm": { "properties": { "id": { "type": "string" @@ -69332,14 +66734,14 @@ ], "type": "object" }, - "WithTask_DeleteLogCollection_": { + "WithTask_DeleteVm_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteLogCollection" + "$ref": "#/components/schemas/DeleteVm" } }, "required": [ @@ -69347,10 +66749,10 @@ ], "type": "object" }, - "LogCollectionDeletionParams": { + "VmOperateParams": { "properties": { "where": { - "$ref": "#/components/schemas/LogCollectionWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ @@ -69358,2459 +66760,1852 @@ ], "type": "object" }, - "MetricLabel": { + "VmDeleteParams": { "properties": { - "to_hostname": { - "type": "string", - "nullable": true - }, - "serial_number": { - "type": "string", - "nullable": true - }, - "pool": { - "type": "string", - "nullable": true - }, - "name": { - "type": "string", - "nullable": true - }, - "metric_name": { - "type": "string", - "nullable": true - }, - "job": { - "type": "string", - "nullable": true - }, - "instance": { - "type": "string", - "nullable": true - }, - "_zone": { - "type": "string", - "nullable": true - }, - "_witness": { - "type": "string", - "nullable": true - }, - "_volume": { - "type": "string", - "nullable": true - }, - "_vm": { - "type": "string", - "nullable": true - }, - "_to_uuid": { - "type": "string", - "nullable": true - }, - "_service": { - "type": "string", - "nullable": true - }, - "_scvm": { - "type": "string", - "nullable": true - }, - "_network": { - "type": "string", - "nullable": true - }, - "_mac": { - "type": "string", - "nullable": true - }, - "_host": { - "type": "string", - "nullable": true - }, - "_esxi_uuid": { - "type": "string", - "nullable": true - }, - "_device": { - "type": "string", - "nullable": true - }, - "_cluster": { - "type": "string", - "nullable": true - }, - "_chunk": { - "type": "string", - "nullable": true + "effect": { + "properties": { + "include_snapshots": { + "type": "boolean" + } + }, + "type": "object" }, - "__typename": { - "type": "string", - "enum": [ - "MetricLabel" - ], - "nullable": false + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, + "required": [ + "where" + ], "type": "object" }, - "DataPoint": { + "VmStartParams": { "properties": { - "v": { - "type": "number", - "format": "double", - "nullable": true - }, - "t": { - "type": "integer", - "format": "int64" - }, - "__typename": { - "type": "string", - "enum": [ - "DataPoint" + "data": { + "properties": { + "host_id": { + "type": "string" + } + }, + "required": [ + "host_id" ], - "nullable": false + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "t" + "where" ], "type": "object" }, - "MetricStream": { + "VmAddDiskParams": { "properties": { - "points": { - "items": { - "$ref": "#/components/schemas/DataPoint" + "data": { + "properties": { + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "max_bandwidth": { + "type": "integer", + "format": "int64" + }, + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + }, + "max_iops": { + "type": "integer", + "format": "int64" + }, + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy" + }, + "vm_disks": { + "properties": { + "mount_disks": { + "items": { + "$ref": "#/components/schemas/MountDisksParams" + }, + "type": "array" + }, + "mount_new_create_disks": { + "items": { + "$ref": "#/components/schemas/MountNewCreateDisksParams" + }, + "type": "array" + } + }, + "type": "object" + } }, - "type": "array", - "nullable": true - }, - "labels": { - "$ref": "#/components/schemas/MetricLabel" - }, - "__typename": { - "type": "string", - "enum": [ - "MetricStream" + "required": [ + "vm_disks" ], - "nullable": false + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "labels" + "data", + "where" ], "type": "object" }, - "MetricSample": { + "VmUpdateDiskParams": { "properties": { - "point": { - "allOf": [ - { - "$ref": "#/components/schemas/DataPoint" + "data": { + "properties": { + "content_library_image_id": { + "type": "string", + "nullable": true + }, + "elf_image_id": { + "type": "string", + "nullable": true + }, + "vm_volume_id": { + "type": "string" + }, + "vm_disk_id": { + "type": "string" + }, + "bus": { + "$ref": "#/components/schemas/Bus" } + }, + "required": [ + "vm_disk_id" ], - "nullable": true - }, - "labels": { - "$ref": "#/components/schemas/MetricLabel" + "type": "object" }, - "__typename": { - "type": "string", - "enum": [ - "MetricSample" - ], - "nullable": false + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "labels" + "data", + "where" ], "type": "object" }, - "MetricUnit": { - "enum": [ - "COUNT", - "DATA_RATE_BIT", - "DATA_RATE_BYTE", - "DATA_SIZE", - "FREQUENCY", - "LOAD", - "PERCENT", - "RATIO", - "TEMPERATURE", - "TIME" - ], - "type": "string" - }, - "Metric": { + "VmExpandVmDiskParams": { "properties": { - "unit": { - "$ref": "#/components/schemas/MetricUnit" + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "step": { + "size": { "type": "integer", - "format": "int32" - }, - "samples": { - "items": { - "$ref": "#/components/schemas/MetricSample" - }, - "type": "array", - "nullable": true - }, - "sample_streams": { - "items": { - "$ref": "#/components/schemas/MetricStream" - }, - "type": "array", - "nullable": true - }, - "dropped": { - "type": "boolean" + "format": "int64" }, - "__typename": { - "type": "string", - "enum": [ - "Metric" - ], - "nullable": false + "where": { + "$ref": "#/components/schemas/VmDiskWhereInput" } }, "required": [ - "unit", - "step", - "dropped" + "size", + "where" ], "type": "object" }, - "WithTask_Metric_": { + "VmRemoveDiskParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, "data": { - "$ref": "#/components/schemas/Metric" + "properties": { + "disk_ids": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "disk_ids" + ], + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "data" + "data", + "where" ], "type": "object" }, - "GetVmMetricInput": { + "VmAddCdRomParams": { "properties": { - "range": { - "type": "string" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "vm_cd_roms": { + "items": { + "$ref": "#/components/schemas/VmCdRomParams" + }, + "type": "array" + } }, - "type": "array" + "required": [ + "vm_cd_roms" + ], + "type": "object" }, - "vms": { + "where": { "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "range", - "metrics", - "vms" + "data", + "where" ], "type": "object" }, - "GetVmNetWorkMetricInput": { + "VmRemoveCdRomParams": { "properties": { - "range": { - "type": "string" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "cd_rom_ids": { + "items": { + "type": "string" + }, + "type": "array" + } }, - "type": "array" - }, - "nics": { - "$ref": "#/components/schemas/VmNicWhereInput" + "required": [ + "cd_rom_ids" + ], + "type": "object" }, - "vms": { + "where": { "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "range", - "metrics", - "vms" + "data", + "where" ], "type": "object" }, - "GetDiskMetricInput": { + "VmEjectCdRomParams": { "properties": { - "range": { - "type": "string" - }, - "disks": { - "$ref": "#/components/schemas/DiskWhereInput" - }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "where": { + "$ref": "#/components/schemas/VmDiskWhereInput" } }, "required": [ - "range", - "disks", - "metrics" + "where" ], "type": "object" }, - "GetVmVolumeMetricInput": { + "VmToggleCdRomDisableParams": { "properties": { - "range": { - "type": "string" - }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "disabled": { + "type": "boolean" }, - "vmVolumes": { - "$ref": "#/components/schemas/VmVolumeWhereInput" + "where": { + "$ref": "#/components/schemas/VmDiskWhereInput" } }, "required": [ - "range", - "metrics", - "vmVolumes" + "disabled", + "where" ], "type": "object" }, - "GetLunMetricInput": { + "VmAddNicParams": { "properties": { - "range": { - "type": "string" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "luns": { - "$ref": "#/components/schemas/IscsiLunWhereInput" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "vm_nics": { + "items": { + "$ref": "#/components/schemas/VmNicParams" + }, + "type": "array" + } }, - "type": "array" + "required": [ + "vm_nics" + ], + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "range", - "luns", - "metrics" + "data", + "where" ], "type": "object" }, - "GetNvmfNamespaceMetricInput": { + "UpdateVpcNicPayloads": { "properties": { - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "nvmfNamespaces": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + "floating_ip_id": { + "type": "string", + "nullable": true }, - "metrics": { + "ip_addresses": { "items": { "type": "string" }, "type": "array" }, - "range": { + "vpc_subnet_id": { "type": "string" } }, - "required": [ - "nvmfNamespaces", - "metrics", - "range" - ], "type": "object" }, - "GetClusterMetricInput": { + "VmUpdateNicParams": { "properties": { - "range": { - "type": "string" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "vpc_nic": { + "$ref": "#/components/schemas/UpdateVpcNicPayloads" + }, + "subnet_mask": { + "type": "string" + }, + "gateway": { + "type": "string" + }, + "ip_address": { + "type": "string" + }, + "nic_id": { + "type": "string" + }, + "connect_vlan_id": { + "type": "string" + }, + "mirror": { + "type": "boolean" + }, + "model": { + "$ref": "#/components/schemas/VmNicModel" + }, + "enabled": { + "type": "boolean" + }, + "mac_address": { + "type": "string" + }, + "nic_index": { + "type": "integer", + "format": "int32" + } }, - "type": "array" - } - }, - "required": [ - "range", - "clusters", - "metrics" - ], - "type": "object" - }, - "GetHostMetricInput": { - "properties": { - "range": { - "type": "string" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" + "required": [ + "nic_index" + ], + "type": "object" }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "range", - "hosts", - "metrics" + "data", + "where" ], "type": "object" }, - "GetHostNetworkMetricInput": { + "VmUpdateNicBasicInfoParams": { "properties": { - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "range": { - "type": "string" - }, - "nics": { - "$ref": "#/components/schemas/NicWhereInput" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "subnet_mask": { + "type": "string" + }, + "gateway": { + "type": "string" + }, + "ip_address": { + "type": "string" + } }, - "type": "array" + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmNicWhereInput" } }, "required": [ - "hosts", - "range", - "metrics" + "data", + "where" ], "type": "object" }, - "GetHostServiceMetricInput": { + "VmUpdateNicAdvanceInfoParams": { "properties": { - "range": { - "type": "string" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "services": { - "items": { - "type": "string" + "data": { + "properties": { + "mirror": { + "type": "boolean" + }, + "enabled": { + "type": "boolean" + }, + "mac_address": { + "type": "string" + }, + "nic_id": { + "type": "string" + }, + "connect_vlan_id": { + "type": "string" + } }, - "type": "array" + "type": "object" }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "where": { + "$ref": "#/components/schemas/VmNicWhereInput" } }, "required": [ - "range", - "hosts", - "services", - "metrics" + "data", + "where" ], "type": "object" }, - "GetScvmMetricInput": { + "VmUpdateNicQosOptionsParams": { "properties": { - "range": { - "type": "string" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "qos": { + "$ref": "#/components/schemas/VmNicQosOption" + } }, - "type": "array" - } - }, - "required": [ - "range", - "hosts", - "metrics" - ], - "type": "object" - }, - "GetScvmNetworkInput": { - "properties": { - "range": { - "type": "string" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "nics": { - "$ref": "#/components/schemas/NicWhereInput" + "type": "object" }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "where": { + "$ref": "#/components/schemas/VmNicWhereInput" } }, "required": [ - "range", - "hosts", - "metrics" + "data", + "where" ], "type": "object" }, - "GetScvmServiceMetricInput": { + "VmOperatePciNicParams": { "properties": { - "range": { - "type": "string" - }, - "hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "services": { - "items": { - "type": "string" + "data": { + "properties": { + "pci_nics": { + "$ref": "#/components/schemas/NicWhereInput" + } }, - "type": "array" + "type": "object" }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "range", - "hosts", - "services", - "metrics" + "data", + "where" ], "type": "object" }, - "GetSCVMDiskMetricInput": { + "VmRemoveNicParams": { "properties": { - "range": { - "type": "string" - }, - "disks": { - "$ref": "#/components/schemas/DiskWhereInput" - }, - "metrics": { - "items": { - "type": "string" + "data": { + "properties": { + "nic_index": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array" + } }, - "type": "array" - } - }, - "required": [ - "range", - "disks", - "metrics" - ], - "type": "object" - }, - "GetZoneMetricInput": { - "properties": { - "range": { - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "primary-to-secondary", - "secondary-to-primary" - ] - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" + "required": [ + "nic_index" + ], + "type": "object" }, - "metrics": { - "items": { - "type": "string" - }, - "type": "array" + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "range", - "type", - "clusters", - "metrics" + "data", + "where" ], "type": "object" }, - "GetWitnessMetricInput": { + "VmRemoveNicByWhereParams": { "properties": { - "range": { - "type": "string" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "metrics": { - "items": { - "type": "string" + "effect": { + "properties": { + "vm_ids": { + "items": { + "type": "string" + }, + "type": "array", + "minItems": 1 + } }, - "type": "array" + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmNicWhereInput" } }, "required": [ - "range", - "clusters", - "metrics" + "effect", + "where" ], "type": "object" }, - "GetTopNMetricInput": { + "VmAddGpuDeviceParams": { "properties": { - "metrics": { + "data": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmGpuOperationParams" }, - "type": "array" - }, - "clusters": { - "$ref": "#/components/schemas/ClusterWhereInput" - }, - "type": { - "type": "string", - "enum": [ - "top", - "bottom" - ] - }, - "n": { - "type": "integer", - "format": "int32" + "type": "array", + "minItems": 1 }, - "range": { - "type": "string" + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "metrics", - "clusters", - "type", - "n", - "range" + "data", + "where" ], "type": "object" }, - "NamespaceGroup": { + "VmRemoveGpuDeviceParams": { "properties": { - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "id": { - "type": "string" - }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", - "nullable": true - }, - "local_create_time": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "namespaces": { + "data": { "items": { - "$ref": "#/components/schemas/NestedNvmfNamespace" + "$ref": "#/components/schemas/VmGpuOperationParams" }, "type": "array", - "nullable": true - }, - "nvmf_subsystem": { - "$ref": "#/components/schemas/NestedNvmfSubsystem" - } - }, - "required": [ - "id", - "local_create_time", - "local_id", - "name", - "nvmf_subsystem" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_NamespaceGroup_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true + "minItems": 1 }, - "data": { - "$ref": "#/components/schemas/NamespaceGroup" + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "data" + "data", + "where" ], "type": "object" }, - "NamespaceGroupCreationParams": { + "InstallVmtoolsParams": { "properties": { - "nvmf_subsystem_id": { - "type": "string" + "data": { + "properties": { + "svt_image_id": { + "type": "string" + }, + "cd_rom_id": { + "type": "string" + } + }, + "required": [ + "svt_image_id", + "cd_rom_id" + ], + "type": "object", + "deprecated": true }, - "name": { - "type": "string" + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "nvmf_subsystem_id", - "name" + "where" ], "type": "object" }, - "NamespaceGroupUpdationParams": { + "VmMigrateParams": { "properties": { "data": { "properties": { - "name": { + "host_id": { "type": "string" } }, + "required": [ + "host_id" + ], "type": "object" }, "where": { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "DeleteNamespaceGroup": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" + "MigrateType": { + "enum": [ + "COLD_MIGRATE", + "CUTOVER_MIGRATE", + "LIVE_MIGRATE" ], - "type": "object" + "type": "string" }, - "WithTask_DeleteNamespaceGroup_": { + "VlanMapping": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "src_vlan_local_id": { + "type": "string" }, - "data": { - "$ref": "#/components/schemas/DeleteNamespaceGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NamespaceGroupDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" + "dest_vlan_local_id": { + "type": "string" } }, "required": [ - "where" + "src_vlan_local_id", + "dest_vlan_local_id" ], "type": "object" }, - "NfsExport": { + "MigrateVmConfig": { "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "description": { - "type": "string" - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "export_inode_id": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inodes": { - "items": { - "$ref": "#/components/schemas/NestedNfsInode" - }, - "type": "array", - "nullable": true - }, - "internal": { + "remove_unmovable_devices": { "type": "boolean" }, - "ip_whitelist": { + "new_name": { "type": "string" }, - "labels": { + "network_mapping": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "$ref": "#/components/schemas/VlanMapping" }, - "type": "array", - "nullable": true - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "replica_num": { - "type": "integer", - "format": "int32" - }, - "thin_provision": { - "type": "boolean" - } - }, - "required": [ - "cluster", - "description", - "export_inode_id", - "id", - "internal", - "ip_whitelist", - "local_id", - "name", - "replica_num", - "thin_provision" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_NfsExport_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true + "type": "array" }, - "data": { - "$ref": "#/components/schemas/NfsExport" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NfsExportCreationParams": { - "properties": { - "cluster_id": { - "type": "string" + "migrate_type": { + "$ref": "#/components/schemas/MigrateType" }, - "ip_whitelist": { - "type": "string" + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "thin_provision": { + "delete_src_vm": { "type": "boolean" - }, - "replica_num": { - "type": "integer", - "format": "int32" - }, - "name": { - "type": "string" } }, "required": [ - "cluster_id", - "thin_provision", - "replica_num", - "name" + "network_mapping", + "migrate_type", + "elf_storage_policy" ], "type": "object" }, - "NfsExportUpdationParams": { + "VmMigrateAcrossClusterParams": { "properties": { "data": { "properties": { - "ip_whitelist": { + "vm_config": { + "$ref": "#/components/schemas/MigrateVmConfig" + }, + "cluster_id": { "type": "string" }, - "name": { + "host_id": { "type": "string" } }, + "required": [ + "vm_config", + "cluster_id" + ], "type": "object" }, "where": { - "$ref": "#/components/schemas/NfsExportWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "DeleteNfsExport": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteNfsExport_": { + "TaskWhereInput": { "properties": { - "task_id": { - "type": "string", + "AND": { + "items": { + "$ref": "#/components/schemas/TaskWhereInput" + }, + "type": "array", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteNfsExport" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NfsExportDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/NfsExportWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "Nic": { - "properties": { - "driver": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/TaskWhereInput" + }, + "type": "array", "nullable": true }, - "driver_state": { - "allOf": [ - { - "$ref": "#/components/schemas/NicDriverState" - } - ], + "OR": { + "items": { + "$ref": "#/components/schemas/TaskWhereInput" + }, + "type": "array", "nullable": true }, - "entityAsyncStatus": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "gateway_ip": { + "description": { "type": "string", "nullable": true }, - "host": { - "$ref": "#/components/schemas/NestedHost" - }, - "ibdev": { + "description_contains": { "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "iommu_status": { - "allOf": [ - { - "$ref": "#/components/schemas/IommuStatus" - } - ], + "description_ends_with": { + "type": "string", "nullable": true }, - "ip_address": { + "description_gt": { "type": "string", "nullable": true }, - "is_sriov": { - "type": "boolean", + "description_gte": { + "type": "string", "nullable": true }, - "labels": { + "description_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" + "description_lt": { + "type": "string", + "nullable": true }, - "mac_address": { - "type": "string" + "description_lte": { + "type": "string", + "nullable": true }, - "max_vf_num": { - "type": "integer", - "format": "int32", + "description_not": { + "type": "string", "nullable": true }, - "model": { + "description_not_contains": { "type": "string", "nullable": true }, - "mtu": { - "type": "integer", - "format": "int32" + "description_not_ends_with": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "description_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "nic_uuid": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "physical": { - "type": "boolean" + "description_starts_with": { + "type": "string", + "nullable": true }, - "rdma_enabled": { - "type": "boolean", + "error_code": { + "type": "string", "nullable": true }, - "running": { - "type": "boolean" + "error_code_contains": { + "type": "string", + "nullable": true }, - "speed": { - "type": "integer", - "format": "int64", + "error_code_ends_with": { + "type": "string", "nullable": true }, - "subnet_mask": { + "error_code_gt": { "type": "string", "nullable": true }, - "total_vf_num": { - "type": "integer", - "format": "int32", + "error_code_gte": { + "type": "string", "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/NetworkType" - } - ], + "error_code_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "up": { - "type": "boolean" + "error_code_lt": { + "type": "string", + "nullable": true }, - "used_vf_num": { - "type": "integer", - "format": "int32", + "error_code_lte": { + "type": "string", "nullable": true }, - "user_usage": { - "allOf": [ - { - "$ref": "#/components/schemas/NicUserUsage" - } - ], + "error_code_not": { + "type": "string", "nullable": true }, - "vds": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVds" - } - ], + "error_code_not_contains": { + "type": "string", "nullable": true }, - "vms": { + "error_code_not_ends_with": { + "type": "string", + "nullable": true + }, + "error_code_not_in": { "items": { - "$ref": "#/components/schemas/NestedVm" + "type": "string" }, "type": "array", "nullable": true - } - }, - "required": [ - "host", - "id", - "local_id", - "mac_address", - "mtu", - "name", - "physical", - "running", - "up" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_Nic_": { - "properties": { - "task_id": { + }, + "error_code_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Nic" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NicUpdationParams": { - "properties": { - "data": { - "properties": { - "nic_user_usage": { - "$ref": "#/components/schemas/NicUserUsage" - }, - "total_vf_num": { - "type": "integer", - "format": "int32" - }, - "mtu": { - "type": "integer", - "format": "int32" - } - }, - "type": "object" + "error_code_starts_with": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/NicWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NestedBrickTopo": { - "properties": { - "id": { - "type": "string" + "error_message": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedPosition": { - "properties": { - "column": { - "type": "integer", - "format": "int32", + "error_message_contains": { + "type": "string", "nullable": true }, - "row": { - "type": "integer", - "format": "int32", + "error_message_ends_with": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NodeTopo": { - "properties": { - "brick_topo": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedBrickTopo" - } - ], + }, + "error_message_gt": { + "type": "string", "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "error_message_gte": { + "type": "string", + "nullable": true }, - "cluster_topo": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedClusterTopo" - } - ], + "error_message_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "host": { - "$ref": "#/components/schemas/NestedHost" + "error_message_lt": { + "type": "string", + "nullable": true }, - "id": { - "type": "string" + "error_message_lte": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "error_message_not": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "error_message_not_contains": { + "type": "string", + "nullable": true }, - "position": { - "$ref": "#/components/schemas/NestedPosition" - } - }, - "required": [ - "cluster", - "host", - "id", - "local_id", - "name", - "position" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_NodeTopo_": { - "properties": { - "task_id": { + "error_message_not_ends_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/NodeTopo" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NodeTopoWhereUniqueInput": { - "properties": { - "id": { - "type": "string", + "error_message_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "local_id": { + "error_message_not_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "Position": { - "properties": { - "row": { - "type": "integer", - "format": "int32", - "nullable": true }, - "column": { - "type": "integer", - "format": "int32", + "error_message_starts_with": { + "type": "string", "nullable": true }, - "__typename": { + "finished_at": { "type": "string", - "enum": [ - "position" - ], - "nullable": false - } - }, - "type": "object" - }, - "NodeTopoUpdationParamsData": { - "properties": { - "cluster_topo_id": { - "type": "string" - }, - "position": { - "$ref": "#/components/schemas/Position" - }, - "brick_topo_id": { - "type": "string" - } - }, - "type": "object" - }, - "NodeTopUpdationParam": { - "properties": { - "data": { - "$ref": "#/components/schemas/NodeTopoUpdationParamsData" - }, - "where": { - "$ref": "#/components/schemas/NodeTopoWhereUniqueInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NodeTopoUpdationParams": { - "items": { - "$ref": "#/components/schemas/NodeTopUpdationParam" - }, - "type": "array" - }, - "NvmfNamespaceSnapshot": { - "properties": { - "consistency_group_snapshot": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" - } - ], "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "finished_at_gt": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "finished_at_gte": { + "type": "string", + "nullable": true }, - "labels": { + "finished_at_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "nvmf_namespace": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedNvmfNamespace" - } - ], + "finished_at_lt": { + "type": "string", "nullable": true }, - "nvmf_subsystem": { - "$ref": "#/components/schemas/NestedNvmfSubsystem" - }, - "unique_size": { - "type": "integer", - "format": "int64" - } - }, - "required": [ - "id", - "local_created_at", - "local_id", - "name", - "nvmf_subsystem", - "unique_size" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_NvmfNamespaceSnapshot_": { - "properties": { - "task_id": { + "finished_at_lte": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/NvmfNamespaceSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NvmfNamespaceSnapshotCreationParams": { - "properties": { - "nvmf_subsystem_id": { - "type": "string" + "finished_at_not": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "finished_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "nvmf_namespace_id": { - "type": "string" - } - }, - "required": [ - "nvmf_subsystem_id", - "name", - "nvmf_namespace_id" - ], - "type": "object" - }, - "DeleteNvmfNamespaceSnapshot": { - "properties": { "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteNvmfNamespaceSnapshot_": { - "properties": { - "task_id": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteNvmfNamespaceSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NvmfNamespaceSnapshotDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NvmfNamespace": { - "properties": { - "assigned_size": { - "type": "integer", - "format": "int64" - }, - "bps": { - "type": "integer", - "format": "int64" - }, - "bps_max": { - "type": "integer", - "format": "int64" - }, - "bps_max_length": { - "type": "integer", - "format": "int64" - }, - "bps_rd": { - "type": "integer", - "format": "int64" + "id_contains": { + "type": "string", + "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64" + "id_ends_with": { + "type": "string", + "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64" + "id_gt": { + "type": "string", + "nullable": true }, - "bps_wr": { - "type": "integer", - "format": "int64" + "id_gte": { + "type": "string", + "nullable": true }, - "bps_wr_max": { - "type": "integer", - "format": "int64" + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "bps_wr_max_length": { - "type": "integer", - "format": "int64" + "id_lt": { + "type": "string", + "nullable": true }, - "consistency_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedConsistencyGroup" - } - ], + "id_lte": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "id_not": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "id_not_contains": { + "type": "string", + "nullable": true }, - "io_size": { - "type": "integer", - "format": "int64" + "id_not_ends_with": { + "type": "string", + "nullable": true }, - "iops": { - "type": "integer", - "format": "int64" + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "iops_max": { - "type": "integer", - "format": "int64" + "id_not_starts_with": { + "type": "string", + "nullable": true }, - "iops_max_length": { - "type": "integer", - "format": "int64" + "id_starts_with": { + "type": "string", + "nullable": true }, - "iops_rd": { - "type": "integer", - "format": "int64" + "internal": { + "type": "boolean", + "nullable": true }, - "iops_rd_max": { - "type": "integer", - "format": "int64" + "internal_not": { + "type": "boolean", + "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64" + "key": { + "type": "string", + "nullable": true }, - "iops_wr": { - "type": "integer", - "format": "int64" + "key_contains": { + "type": "string", + "nullable": true }, - "iops_wr_max": { - "type": "integer", - "format": "int64" + "key_ends_with": { + "type": "string", + "nullable": true }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64" + "key_gt": { + "type": "string", + "nullable": true }, - "is_shared": { - "type": "boolean" + "key_gte": { + "type": "string", + "nullable": true }, - "labels": { + "key_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { - "type": "string" - }, - "local_id": { - "type": "string" + "key_lt": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "key_lte": { + "type": "string", + "nullable": true }, - "namespace_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedNamespaceGroup" - } - ], + "key_not": { + "type": "string", "nullable": true }, - "namespace_id": { - "type": "integer", - "format": "int32" + "key_not_contains": { + "type": "string", + "nullable": true }, - "nqn_whitelist": { - "type": "string" + "key_not_ends_with": { + "type": "string", + "nullable": true }, - "nvmf_subsystem": { - "$ref": "#/components/schemas/NestedNvmfSubsystem" + "key_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "replica_num": { - "type": "integer", - "format": "int32" + "key_not_starts_with": { + "type": "string", + "nullable": true }, - "shared_size": { - "type": "integer", - "format": "int64" + "key_starts_with": { + "type": "string", + "nullable": true }, - "snapshot_num": { - "type": "integer", - "format": "int32" + "local_created_at": { + "type": "string", + "nullable": true }, - "stripe_num": { - "type": "integer", - "format": "int32" + "local_created_at_gt": { + "type": "string", + "nullable": true }, - "stripe_size": { - "type": "integer", - "format": "int64" + "local_created_at_gte": { + "type": "string", + "nullable": true }, - "thin_provision": { - "type": "boolean" + "local_created_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "unique_logical_size": { - "type": "number", - "format": "double", + "local_created_at_lt": { + "type": "string", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64" + "local_created_at_lte": { + "type": "string", + "nullable": true }, - "zbs_volume_id": { - "type": "string" - } - }, - "required": [ - "assigned_size", - "bps", - "bps_max", - "bps_max_length", - "bps_rd", - "bps_rd_max", - "bps_rd_max_length", - "bps_wr", - "bps_wr_max", - "bps_wr_max_length", - "id", - "io_size", - "iops", - "iops_max", - "iops_max_length", - "iops_rd", - "iops_rd_max", - "iops_rd_max_length", - "iops_wr", - "iops_wr_max", - "iops_wr_max_length", - "is_shared", - "local_created_at", - "local_id", - "name", - "namespace_id", - "nqn_whitelist", - "nvmf_subsystem", - "replica_num", - "shared_size", - "snapshot_num", - "stripe_num", - "stripe_size", - "thin_provision", - "unique_size", - "zbs_volume_id" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_NvmfNamespace_": { - "properties": { - "task_id": { + "local_created_at_not": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/NvmfNamespace" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NvmfNamespaceCommonParams": { - "properties": { - "bps_wr_max_length": { - "type": "integer", - "format": "int64" + "local_created_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "bps_wr_max_unit": { - "$ref": "#/components/schemas/BPSUnit" + "progress": { + "type": "number", + "format": "double", + "nullable": true }, - "bps_wr_max": { - "type": "integer", - "format": "int64" + "progress_gt": { + "type": "number", + "format": "double", + "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64" + "progress_gte": { + "type": "number", + "format": "double", + "nullable": true }, - "bps_rd_max_unit": { - "$ref": "#/components/schemas/BPSUnit" + "progress_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64" + "progress_lt": { + "type": "number", + "format": "double", + "nullable": true }, - "bps_max_length": { - "type": "integer", - "format": "int64" + "progress_lte": { + "type": "number", + "format": "double", + "nullable": true }, - "bps_max_unit": { - "$ref": "#/components/schemas/BPSUnit" + "progress_not": { + "type": "number", + "format": "double", + "nullable": true }, - "bps_max": { - "type": "integer", - "format": "int64" + "progress_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64" + "resource_id": { + "type": "string", + "nullable": true }, - "iops_wr_max": { - "type": "integer", - "format": "int64" + "resource_id_contains": { + "type": "string", + "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64" + "resource_id_ends_with": { + "type": "string", + "nullable": true }, - "iops_rd_max": { - "type": "integer", - "format": "int64" + "resource_id_gt": { + "type": "string", + "nullable": true }, - "iops_max_length": { - "type": "integer", - "format": "int64" + "resource_id_gte": { + "type": "string", + "nullable": true }, - "iops_max": { - "type": "integer", - "format": "int64" + "resource_id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "bps_wr_unit": { - "$ref": "#/components/schemas/BPSUnit" + "resource_id_lt": { + "type": "string", + "nullable": true }, - "bps_wr": { - "type": "integer", - "format": "int64" + "resource_id_lte": { + "type": "string", + "nullable": true }, - "bps_rd_unit": { - "$ref": "#/components/schemas/BPSUnit" + "resource_id_not": { + "type": "string", + "nullable": true }, - "bps_rd": { - "type": "integer", - "format": "int64" + "resource_id_not_contains": { + "type": "string", + "nullable": true }, - "bps_unit": { - "$ref": "#/components/schemas/BPSUnit" + "resource_id_not_ends_with": { + "type": "string", + "nullable": true }, - "bps": { - "type": "integer", - "format": "int64" + "resource_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "iops_wr": { - "type": "integer", - "format": "int64" + "resource_id_not_starts_with": { + "type": "string", + "nullable": true }, - "iops_rd": { - "type": "integer", - "format": "int64" + "resource_id_starts_with": { + "type": "string", + "nullable": true }, - "iops": { - "type": "integer", - "format": "int64" + "resource_mutation": { + "type": "string", + "nullable": true }, - "nqn_whitelist": { - "type": "string" - } - }, - "type": "object" - }, - "NvmfNamespaceCreationParams": { - "allOf": [ - { - "properties": { - "namespace_id": { - "type": "integer", - "format": "int32" - }, - "group_id": { - "type": "string" - }, - "is_shared": { - "type": "boolean" - }, - "assigned_size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "assigned_size": { - "type": "integer", - "format": "int64" - }, - "replica_num": { - "type": "integer", - "format": "int32" - }, - "nvmf_subsystem_id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "assigned_size", - "replica_num", - "nvmf_subsystem_id", - "name" - ], - "type": "object" + "resource_mutation_contains": { + "type": "string", + "nullable": true }, - { - "$ref": "#/components/schemas/NvmfNamespaceCommonParams" - } - ] - }, - "NvmfNamespaceUpdationParamsData": { - "allOf": [ - { - "properties": { - "assigned_size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "assigned_size": { - "type": "integer", - "format": "int64" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "resource_mutation_ends_with": { + "type": "string", + "nullable": true }, - { - "$ref": "#/components/schemas/NvmfNamespaceCommonParams" - } - ] - }, - "NvmfNamespaceUpdationParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/NvmfNamespaceUpdationParamsData" + "resource_mutation_gt": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteNvmfNamespace": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteNvmfNamespace_": { - "properties": { - "task_id": { + "resource_mutation_gte": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteNvmfNamespace" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NvmfNamespaceDeletionParams": { - "properties": { - "data": { - "properties": { - "remove_snapshot": { - "type": "boolean" - } + "resource_mutation_in": { + "items": { + "type": "string" }, - "required": [ - "remove_snapshot" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NvmfNamespaceCloneParams": { - "properties": { - "namespace_group_id": { - "type": "string" + "resource_mutation_lt": { + "type": "string", + "nullable": true }, - "nvmf_subsystem_id": { - "type": "string" + "resource_mutation_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "resource_mutation_not": { + "type": "string", + "nullable": true }, - "snapshot_id": { - "type": "string" - } - }, - "required": [ - "nvmf_subsystem_id", - "name", - "snapshot_id" - ], - "type": "object" - }, - "NvmfNamespaceRollbackParams": { - "properties": { - "namespace_id": { - "type": "string" + "resource_mutation_not_contains": { + "type": "string", + "nullable": true }, - "snapshot_id": { - "type": "string" - } - }, - "required": [ - "namespace_id", - "snapshot_id" - ], - "type": "object" - }, - "NvmfSubsystem": { - "properties": { - "bps": { - "type": "integer", - "format": "int64", + "resource_mutation_not_ends_with": { + "type": "string", "nullable": true }, - "bps_max": { - "type": "integer", - "format": "int64", + "resource_mutation_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "bps_max_length": { - "type": "integer", - "format": "int64", + "resource_mutation_not_starts_with": { + "type": "string", "nullable": true }, - "bps_rd": { - "type": "integer", - "format": "int64", + "resource_mutation_starts_with": { + "type": "string", "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64", + "resource_rollback_error": { + "type": "string", "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64", + "resource_rollback_error_contains": { + "type": "string", "nullable": true }, - "bps_wr": { - "type": "integer", - "format": "int64", + "resource_rollback_error_ends_with": { + "type": "string", "nullable": true }, - "bps_wr_max": { - "type": "integer", - "format": "int64", + "resource_rollback_error_gt": { + "type": "string", "nullable": true }, - "bps_wr_max_length": { - "type": "integer", - "format": "int64", + "resource_rollback_error_gte": { + "type": "string", "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "resource_rollback_error_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "description": { - "type": "string" + "resource_rollback_error_lt": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "resource_rollback_error_lte": { + "type": "string", "nullable": true }, - "external_use": { - "type": "boolean" + "resource_rollback_error_not": { + "type": "string", + "nullable": true }, - "id": { - "type": "string" + "resource_rollback_error_not_contains": { + "type": "string", + "nullable": true }, - "internal": { - "type": "boolean" + "resource_rollback_error_not_ends_with": { + "type": "string", + "nullable": true }, - "io_size": { - "type": "integer", - "format": "int64", + "resource_rollback_error_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "iops": { - "type": "integer", - "format": "int64", + "resource_rollback_error_not_starts_with": { + "type": "string", "nullable": true }, - "iops_max": { - "type": "integer", - "format": "int64", + "resource_rollback_error_starts_with": { + "type": "string", "nullable": true }, - "iops_max_length": { + "resource_rollback_retry_count": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd": { + "resource_rollback_retry_count_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max": { + "resource_rollback_retry_count_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64", + "resource_rollback_retry_count_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "iops_wr": { + "resource_rollback_retry_count_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max": { + "resource_rollback_retry_count_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "iops_wr_max_length": { + "resource_rollback_retry_count_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "ip_whitelist": { - "type": "string" - }, - "labels": { + "resource_rollback_retry_count_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" + "resource_rollbacked": { + "type": "boolean", + "nullable": true }, - "name": { - "type": "string" + "resource_rollbacked_not": { + "type": "boolean", + "nullable": true }, - "namespace_groups": { - "items": { - "$ref": "#/components/schemas/NestedNamespaceGroup" - }, - "type": "array", + "resource_type": { + "type": "string", "nullable": true }, - "namespaces": { + "resource_type_contains": { + "type": "string", + "nullable": true + }, + "resource_type_ends_with": { + "type": "string", + "nullable": true + }, + "resource_type_gt": { + "type": "string", + "nullable": true + }, + "resource_type_gte": { + "type": "string", + "nullable": true + }, + "resource_type_in": { "items": { - "$ref": "#/components/schemas/NestedNvmfNamespace" + "type": "string" }, "type": "array", "nullable": true }, - "nqn_name": { - "type": "string" + "resource_type_lt": { + "type": "string", + "nullable": true }, - "nqn_whitelist": { - "type": "string" + "resource_type_lte": { + "type": "string", + "nullable": true }, - "policy": { - "$ref": "#/components/schemas/NvmfSubsystemPolicyType" + "resource_type_not": { + "type": "string", + "nullable": true }, - "replica_num": { - "type": "integer", - "format": "int32" + "resource_type_not_contains": { + "type": "string", + "nullable": true }, - "stripe_num": { - "type": "integer", - "format": "int32" + "resource_type_not_ends_with": { + "type": "string", + "nullable": true }, - "stripe_size": { - "type": "integer", - "format": "int64" + "resource_type_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "thin_provision": { - "type": "boolean" - } - }, - "required": [ - "cluster", - "description", - "external_use", - "id", - "internal", - "ip_whitelist", - "local_id", - "name", - "nqn_name", - "nqn_whitelist", - "policy", - "replica_num", - "stripe_num", - "stripe_size", - "thin_provision" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_NvmfSubsystem_": { - "properties": { - "task_id": { + "resource_type_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/NvmfSubsystem" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "NvmfSubsystemCommonParams": { - "properties": { - "bps_wr_max_length": { - "type": "integer", - "format": "int64" + "resource_type_starts_with": { + "type": "string", + "nullable": true }, - "bps_wr_max_unit": { - "$ref": "#/components/schemas/BPSUnit" + "snapshot": { + "type": "string", + "nullable": true }, - "bps_wr_max": { - "type": "integer", - "format": "int64" + "snapshot_contains": { + "type": "string", + "nullable": true }, - "bps_rd_max_length": { - "type": "integer", - "format": "int64" + "snapshot_ends_with": { + "type": "string", + "nullable": true }, - "bps_rd_max_unit": { - "$ref": "#/components/schemas/BPSUnit" + "snapshot_gt": { + "type": "string", + "nullable": true }, - "bps_rd_max": { - "type": "integer", - "format": "int64" + "snapshot_gte": { + "type": "string", + "nullable": true }, - "bps_max_length": { - "type": "integer", - "format": "int64" + "snapshot_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "bps_max_unit": { - "$ref": "#/components/schemas/BPSUnit" + "snapshot_lt": { + "type": "string", + "nullable": true }, - "bps_max": { - "type": "integer", - "format": "int64" + "snapshot_lte": { + "type": "string", + "nullable": true }, - "iops_wr_max_length": { - "type": "integer", - "format": "int64" + "snapshot_not": { + "type": "string", + "nullable": true }, - "iops_wr_max": { - "type": "integer", - "format": "int64" + "snapshot_not_contains": { + "type": "string", + "nullable": true }, - "iops_rd_max_length": { - "type": "integer", - "format": "int64" + "snapshot_not_ends_with": { + "type": "string", + "nullable": true }, - "iops_rd_max": { - "type": "integer", - "format": "int64" + "snapshot_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "iops_max_length": { - "type": "integer", - "format": "int64" + "snapshot_not_starts_with": { + "type": "string", + "nullable": true }, - "iops_max": { - "type": "integer", - "format": "int64" + "snapshot_starts_with": { + "type": "string", + "nullable": true }, - "bps_wr_unit": { - "$ref": "#/components/schemas/BPSUnit" + "started_at": { + "type": "string", + "nullable": true }, - "bps_wr": { - "type": "integer", - "format": "int64" + "started_at_gt": { + "type": "string", + "nullable": true }, - "bps_rd_unit": { - "$ref": "#/components/schemas/BPSUnit" + "started_at_gte": { + "type": "string", + "nullable": true }, - "bps_rd": { - "type": "integer", - "format": "int64" + "started_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "bps_unit": { - "$ref": "#/components/schemas/BPSUnit" + "started_at_lt": { + "type": "string", + "nullable": true }, - "bps": { - "type": "integer", - "format": "int64" + "started_at_lte": { + "type": "string", + "nullable": true }, - "iops_wr": { - "type": "integer", - "format": "int64" + "started_at_not": { + "type": "string", + "nullable": true }, - "iops_rd": { - "type": "integer", - "format": "int64" + "started_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "iops": { - "type": "integer", - "format": "int64" + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskStatus" + } + ], + "nullable": true }, - "description": { - "type": "string" + "status_in": { + "items": { + "$ref": "#/components/schemas/TaskStatus" + }, + "type": "array", + "nullable": true }, - "nqn_whitelist": { - "type": "string" + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskStatus" + } + ], + "nullable": true }, - "ip_whitelist": { - "type": "string" - } - }, - "type": "object" - }, - "NvmfSubsystemCreationParams": { - "allOf": [ - { - "properties": { - "replica_num": { - "type": "integer", - "format": "int32" - }, - "thin_provision": { - "type": "boolean" - }, - "stripe_size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "stripe_size": { - "type": "integer", - "format": "int64" - }, - "stripe_num": { - "type": "integer", - "format": "int32" - }, - "policy": { - "$ref": "#/components/schemas/NvmfSubsystemPolicyType" - }, - "cluster_id": { - "type": "string" - }, - "name": { - "type": "string" + "status_not_in": { + "items": { + "$ref": "#/components/schemas/TaskStatus" + }, + "type": "array", + "nullable": true + }, + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskType" } + ], + "nullable": true + }, + "type_in": { + "items": { + "$ref": "#/components/schemas/TaskType" }, - "required": [ - "replica_num", - "thin_provision", - "stripe_size", - "stripe_num", - "policy", - "cluster_id", - "name" + "type": "array", + "nullable": true + }, + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskType" + } ], - "type": "object" + "nullable": true }, - { - "$ref": "#/components/schemas/NvmfSubsystemCommonParams" - } - ] - }, - "NvmfSubsystemUpdationParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/NvmfSubsystemCommonParams" + "type_not_in": { + "items": { + "$ref": "#/components/schemas/TaskType" + }, + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "user": { + "allOf": [ + { + "$ref": "#/components/schemas/UserWhereInput" + } + ], + "nullable": true } }, - "required": [ - "data", - "where" + "type": "object", + "additionalProperties": false + }, + "TaskStatus": { + "enum": [ + "EXECUTING", + "FAILED", + "PAUSED", + "PENDING", + "SUCCESSED" ], - "type": "object" + "type": "string" }, - "DeleteNvmfSubsystem": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" + "TaskType": { + "enum": [ + "APPLICATION", + "BACKUP", + "HOST_PLUGIN", + "REPLICATION", + "RESOLVER", + "SFS" ], - "type": "object" + "type": "string" }, - "WithTask_DeleteNvmfSubsystem_": { + "StopVmInCutoverMigrationParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "force": { + "type": "boolean" }, - "data": { - "$ref": "#/components/schemas/DeleteNvmfSubsystem" + "tasks": { + "$ref": "#/components/schemas/TaskWhereInput" } }, "required": [ - "data" + "tasks" ], "type": "object" }, - "NvmfSubsystemDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - }, - "required": [ - "where" + "StepUnit": { + "enum": [ + "BIT", + "BYTE", + "COUNT", + "PERCENT" ], - "type": "object" + "type": "string" }, - "Organization": { + "NestedStep": { "properties": { - "datacenters": { - "items": { - "$ref": "#/components/schemas/NestedDatacenter" - }, - "type": "array", + "current": { + "type": "number", + "format": "double", "nullable": true }, - "id": { - "type": "string" + "finished": { + "type": "boolean", + "nullable": true }, - "name": { - "type": "string" + "key": { + "type": "string", + "nullable": true + }, + "per_second": { + "type": "number", + "format": "double", + "nullable": true + }, + "total": { + "type": "number", + "format": "double", + "nullable": true + }, + "unit": { + "allOf": [ + { + "$ref": "#/components/schemas/StepUnit" + } + ], + "nullable": true } }, - "required": [ - "id", - "name" - ], "type": "object", "additionalProperties": false }, - "WithTask_Organization_": { + "Task": { "properties": { - "task_id": { + "args": { + "properties": {}, + "type": "object" + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedCluster" + } + ], + "nullable": true + }, + "description": { + "type": "string" + }, + "error_code": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Organization" + "error_message": { + "type": "string", + "nullable": true + }, + "finished_at": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string" + }, + "internal": { + "type": "boolean" + }, + "key": { + "type": "string", + "nullable": true + }, + "local_created_at": { + "type": "string" + }, + "progress": { + "type": "number", + "format": "double" + }, + "resource_id": { + "type": "string", + "nullable": true + }, + "resource_mutation": { + "type": "string", + "nullable": true + }, + "resource_rollback_error": { + "type": "string", + "nullable": true + }, + "resource_rollback_retry_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "resource_rollbacked": { + "type": "boolean", + "nullable": true + }, + "resource_type": { + "type": "string", + "nullable": true + }, + "snapshot": { + "type": "string" + }, + "started_at": { + "type": "string", + "nullable": true + }, + "status": { + "$ref": "#/components/schemas/TaskStatus" + }, + "steps": { + "items": { + "$ref": "#/components/schemas/NestedStep" + }, + "type": "array" + }, + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskType" + } + ], + "nullable": true + }, + "user": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedUser" + } + ], + "nullable": true } }, "required": [ - "data" + "args", + "description", + "id", + "internal", + "local_created_at", + "progress", + "snapshot", + "status", + "steps" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "OrganizationCreationParams": { + "AbortMigrateVmAcrossClusterParams": { "properties": { - "name": { - "type": "string" + "tasks": { + "$ref": "#/components/schemas/TaskWhereInput" } }, "required": [ - "name" + "tasks" ], "type": "object" }, - "OrganizationUpdationParams": { + "VmAddFolderParams": { "properties": { "data": { "properties": { - "name": { + "folder_id": { "type": "string" } }, + "required": [ + "folder_id" + ], "type": "object" }, "where": { - "$ref": "#/components/schemas/OrganizationWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ @@ -71819,162 +68614,189 @@ ], "type": "object" }, - "DeleteOrganization": { + "VmUpdateAdvancedOptionsParams": { "properties": { - "id": { - "type": "string" + "data": { + "properties": { + "video_type": { + "$ref": "#/components/schemas/VmVideoType" + }, + "windows_optimize": { + "type": "boolean" + }, + "cpu_model": { + "type": "string" + }, + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "id" + "data", + "where" ], "type": "object" }, - "WithTask_DeleteOrganization_": { + "VmUpdateHostOptionsParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, "data": { - "$ref": "#/components/schemas/DeleteOrganization" + "properties": { + "ntp_servers": { + "items": { + "type": "string" + }, + "type": "array" + }, + "dns_servers": { + "items": { + "type": "string" + }, + "type": "array" + }, + "hostname": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "data" + "data", + "where" ], "type": "object" }, - "OrganizationDeletionParams": { + "VmResetGuestOsPasswordParams": { "properties": { + "data": { + "properties": { + "password": { + "type": "string" + }, + "username": { + "type": "string" + } + }, + "required": [ + "password", + "username" + ], + "type": "object" + }, "where": { - "$ref": "#/components/schemas/OrganizationWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "NestedZoneTopo": { + "VmUpdateOwnerParams": { "properties": { - "id": { - "type": "string" + "data": { + "properties": { + "search_for": { + "type": "string", + "enum": [ + "username", + "id" + ] + }, + "value": { + "type": "string" + } + }, + "required": [ + "search_for", + "value" + ], + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "id" + "data", + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "RackTopo": { + "VmRestrictIoParamsData": { "properties": { - "brick_topoes": { - "items": { - "$ref": "#/components/schemas/NestedBrickTopo" - }, - "type": "array", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "height": { + "max_bandwidth": { "type": "integer", - "format": "int32" - }, - "id": { - "type": "string" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" + "format": "int64" }, - "zone_topo": { - "$ref": "#/components/schemas/NestedZoneTopo" - } - }, - "required": [ - "cluster", - "height", - "id", - "local_id", - "name", - "zone_topo" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_RackTopo_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "data": { - "$ref": "#/components/schemas/RackTopo" + "max_iops": { + "type": "integer", + "format": "int64" } }, - "required": [ - "data" - ], "type": "object" }, - "RackTopoCreationParams": { + "VmUpdateEachDiskIoPolicyParams": { "properties": { - "brick_topoes": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - }, - "cluster_id": { - "type": "string" - }, - "zone_topo_id": { - "type": "string" + "data": { + "$ref": "#/components/schemas/VmRestrictIoParamsData" }, - "height": { + "boot": { "type": "integer", "format": "int32" - }, - "name": { - "type": "string" } }, "required": [ - "cluster_id", - "zone_topo_id", - "height", - "name" + "data", + "boot" ], "type": "object" }, - "RackTopoUpdationParams": { + "VmUpdateIoPolicyParams": { "properties": { "data": { "properties": { - "brick_topoes": { - "$ref": "#/components/schemas/BrickTopoWhereInput" - }, - "cluster_id": { - "type": "string" - }, - "zone_topo_id": { - "type": "string" + "each_disk": { + "items": { + "$ref": "#/components/schemas/VmUpdateEachDiskIoPolicyParams" + }, + "type": "array" }, - "height": { - "type": "integer", - "format": "int32" + "whole_vm": { + "$ref": "#/components/schemas/VmRestrictIoParamsData" }, - "name": { - "type": "string" + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], + "nullable": true } }, "type": "object" }, "where": { - "$ref": "#/components/schemas/RackTopoWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ @@ -71983,144 +68805,157 @@ ], "type": "object" }, - "DeleteRackTopo": { + "NestedContentLibraryVmTemplate": { "properties": { "id": { "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "id" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "WithTask_DeleteRackTopo_": { + "VmExportFileType": { + "enum": [ + "OVF", + "QCOW2", + "RAW" + ], + "type": "string" + }, + "VmExportFileFile": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "md5": { + "type": "string" }, - "data": { - "$ref": "#/components/schemas/DeleteRackTopo" + "fileSize": { + "type": "integer", + "format": "int64" + }, + "fileSecret": { + "type": "string" + }, + "fileUUID": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/VmExportFileType" + }, + "fileName": { + "type": "string" } }, "required": [ - "data" + "md5", + "fileSize", + "fileSecret", + "fileUUID", + "type", + "fileName" ], "type": "object" }, - "RackTopoDeletionParams": { + "NestedVmVolume": { "properties": { - "where": { - "$ref": "#/components/schemas/RackTopoWhereInput" + "id": { + "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "where" - ], - "type": "object" - }, - "AccessMode": { - "enum": [ - "ALLOW", - "DENY", - "NONE" - ], - "type": "string" - }, - "PasswordComplexity": { - "enum": [ - "HIGH", - "LOW", - "MIDDLE" + "id", + "name" ], - "type": "string" + "type": "object", + "additionalProperties": false }, - "NestedAuthSettings": { + "VmExportFile": { "properties": { - "access_list": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "access_mode": { + "content_library_vm_template": { "allOf": [ { - "$ref": "#/components/schemas/AccessMode" + "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" } ], "nullable": true }, - "enable_single_session_login": { - "type": "boolean", - "nullable": true + "createdAt": { + "type": "string" }, - "login_miss_num_threshold": { - "type": "integer", - "format": "int32", - "nullable": true + "damaged": { + "type": "boolean" }, - "login_miss_time_threshold": { - "type": "integer", - "format": "int32", - "nullable": true + "data_port_id": { + "type": "string" }, - "password_complexity": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/PasswordComplexity" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "password_expire_days": { - "type": "integer", - "format": "int32", - "nullable": true + "files": { + "items": { + "$ref": "#/components/schemas/VmExportFileFile" + }, + "type": "array" }, - "session_max_age": { - "type": "integer", - "format": "int32", - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "GlobalSettings": { - "properties": { - "auth": { + "id": { + "type": "string" + }, + "storage_cluster_id": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/VmExportFileType" + }, + "vm": { "allOf": [ { - "$ref": "#/components/schemas/NestedAuthSettings" + "$ref": "#/components/schemas/NestedVm" } ], "nullable": true }, - "id": { - "type": "string" - }, - "vm_recycle_bin": { - "$ref": "#/components/schemas/NestedVmRecycleBin" + "vm_volume": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVmVolume" + } + ], + "nullable": true } }, "required": [ + "createdAt", + "damaged", + "data_port_id", + "files", "id", - "vm_recycle_bin" + "storage_cluster_id", + "type" ], "type": "object", "additionalProperties": false }, - "WithTask_GlobalSettings_": { + "WithTask_VmExportFile_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/GlobalSettings" + "$ref": "#/components/schemas/VmExportFile" } }, "required": [ @@ -72128,70 +68963,27 @@ ], "type": "object" }, - "GlobalRecycleBinUpdationParams": { + "VmExportParamsData": { "properties": { - "retain": { - "type": "integer", - "format": "int32" - }, - "enabled": { + "keep_mac": { "type": "boolean" + }, + "type": { + "$ref": "#/components/schemas/VmExportFileType" } }, "required": [ - "retain", - "enabled" + "type" ], "type": "object" }, - "ClusterRecycleBinCreationParams": { + "VmExportParams": { "properties": { "data": { - "properties": { - "retain": { - "type": "integer", - "format": "int32" - }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "retain", - "enabled" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "ClusterRecycleBinUpdationParams": { - "properties": { - "data": { - "properties": { - "retain": { - "type": "integer", - "format": "int32" - }, - "enabled": { - "type": "boolean" - } - }, - "required": [ - "retain", - "enabled" - ], - "type": "object" + "$ref": "#/components/schemas/VmExportParamsData" }, "where": { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ @@ -72200,480 +68992,255 @@ ], "type": "object" }, - "DeleteClusterRecycleBin": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteClusterRecycleBin_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/DeleteClusterRecycleBin" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ClusterRecycleBinDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/ClusterWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedExecutePlan": { + "VmdkDiskModify": { "properties": { - "enabled": { - "type": "boolean" + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, - "id": { - "type": "string" + "bus": { + "$ref": "#/components/schemas/Bus" }, - "period": { + "volume_name": { "type": "string" }, - "retain": { + "boot": { "type": "integer", "format": "int32" }, - "start_at": { + "vmdk_name": { "type": "string" } }, "required": [ - "enabled", - "id", - "period", - "retain", - "start_at" - ], - "type": "object", - "additionalProperties": false - }, - "ReportResourceInputEnum": { - "enum": [ - "ALERT", - "ALL", - "CLUSTER", - "DATA_CENTER", - "DISK", - "ELF_IMAGE", - "ENTITY_FILTERS", - "GLOBAL_ALERT_RULE", - "HOST", - "TASK", - "VDS", - "VLAN", - "VM", - "VM_TEMPLATE" + "vmdk_name" ], - "type": "string" + "type": "object" }, - "NestedResourceMeta": { + "VmdkCdromModify": { "properties": { - "fields": { - "items": { - "type": "string" - }, - "type": "array" - }, - "filter": { - "properties": {}, - "type": "object" + "removed": { + "type": "boolean" }, - "name": { + "content_library_image_id": { "type": "string" }, - "type": { - "$ref": "#/components/schemas/ReportResourceInputEnum" - } - }, - "required": [ - "fields", - "filter", - "name", - "type" - ], - "type": "object", - "additionalProperties": false - }, - "NestedReportTask": { - "properties": { - "id": { + "elf_image_id": { "type": "string" }, - "name": { - "type": "string" + "boot": { + "type": "integer", + "format": "int32" + }, + "index": { + "type": "integer", + "format": "int32" } }, "required": [ - "id", - "name" + "index" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "ReportTemplate": { + "OvfDiskOperate": { "properties": { - "createdAt": { - "type": "string" - }, - "description": { - "type": "string" + "new_disks": { + "$ref": "#/components/schemas/VmDiskParams" }, - "execute_plan": { + "modify_cd_roms": { "items": { - "$ref": "#/components/schemas/NestedExecutePlan" + "$ref": "#/components/schemas/VmdkCdromModify" }, "type": "array" }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "preset": { - "type": "string", - "nullable": true - }, - "resource_meta": { + "modify_vmdk_disks": { "items": { - "$ref": "#/components/schemas/NestedResourceMeta" + "$ref": "#/components/schemas/VmdkDiskModify" }, "type": "array" - }, - "task_num": { - "type": "integer", - "format": "int32" - }, - "tasks": { - "items": { - "$ref": "#/components/schemas/NestedReportTask" - }, - "type": "array", - "nullable": true - } - }, - "required": [ - "createdAt", - "description", - "execute_plan", - "id", - "name", - "resource_meta", - "task_num" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_ReportTemplate_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/ReportTemplate" } }, - "required": [ - "data" - ], "type": "object" }, - "ExecutePlan": { + "VmImportNicParams": { "properties": { - "start_at": { + "subnet_mask": { "type": "string" }, - "retain": { - "type": "integer", - "format": "int32" - }, - "period": { + "gateway": { "type": "string" }, - "id": { + "ip_address": { "type": "string" }, - "enabled": { - "type": "boolean" - }, - "__typename": { - "type": "string", - "enum": [ - "ExecutePlan" - ], - "nullable": false - } - }, - "required": [ - "start_at", - "retain", - "period", - "id", - "enabled" - ], - "type": "object" - }, - "ResourceMeta": { - "properties": { - "type": { - "$ref": "#/components/schemas/ReportResourceInputEnum" + "nic_id": { + "type": "string" }, - "name": { + "connect_vlan_id": { "type": "string" }, - "filter": {}, - "fields": { - "items": { - "type": "string" - }, - "type": "array" + "mirror": { + "type": "boolean" }, - "__typename": { - "type": "string", - "enum": [ - "ResourceMeta" - ], - "nullable": false - } - }, - "required": [ - "type", - "name", - "filter", - "fields" - ], - "type": "object" - }, - "ReportTemplateCreationParams": { - "properties": { - "resource_meta": { - "items": { - "$ref": "#/components/schemas/ResourceMeta" - }, - "type": "array" + "model": { + "$ref": "#/components/schemas/VmNicModel" }, - "execute_plan": { - "items": { - "$ref": "#/components/schemas/ExecutePlan" - }, - "type": "array" + "enabled": { + "type": "boolean" }, - "description": { + "mac_address": { "type": "string" }, - "name": { + "local_id": { "type": "string" } }, "required": [ - "resource_meta", - "execute_plan", - "name" + "connect_vlan_id" ], "type": "object" }, - "ReportTemplateWhereInput": { + "VmImportParams": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ReportTemplateWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ReportTemplateWhereInput" - }, - "type": "array", - "nullable": true + "max_bandwidth_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "OR": { - "items": { - "$ref": "#/components/schemas/ReportTemplateWhereInput" - }, - "type": "array", - "nullable": true + "max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "createdAt": { - "type": "string", - "nullable": true + "max_bandwidth": { + "type": "integer", + "format": "int64" }, - "createdAt_gt": { - "type": "string", - "nullable": true + "max_iops_policy": { + "$ref": "#/components/schemas/VmDiskIoRestrictType" }, - "createdAt_gte": { - "type": "string", - "nullable": true + "max_iops": { + "type": "integer", + "format": "int64" }, - "createdAt_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "io_policy": { + "$ref": "#/components/schemas/VmDiskIoPolicy" }, - "createdAt_lt": { - "type": "string", - "nullable": true + "vcpu": { + "type": "integer", + "format": "int32" }, - "createdAt_lte": { - "type": "string", - "nullable": true + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "createdAt_not": { - "type": "string", - "nullable": true + "ha": { + "type": "boolean" }, - "createdAt_not_in": { + "vm_nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/VmImportNicParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "description": { - "type": "string", - "nullable": true + "disk_operate": { + "$ref": "#/components/schemas/OvfDiskOperate" }, - "description_contains": { - "type": "string", - "nullable": true + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "description_ends_with": { - "type": "string", - "nullable": true + "memory": { + "type": "integer", + "format": "int64" }, - "description_gt": { - "type": "string", - "nullable": true + "cpu_cores": { + "type": "integer", + "format": "int32" }, - "description_gte": { - "type": "string", - "nullable": true + "cpu_sockets": { + "type": "integer", + "format": "int32" }, - "description_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "guest_os_type": { + "$ref": "#/components/schemas/VmGuestsOperationSystem" }, - "description_lt": { - "type": "string", - "nullable": true + "folder_id": { + "type": "string" }, - "description_lte": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "description_not": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "description_not_contains": { - "type": "string", - "nullable": true + "host_id": { + "type": "string" }, - "description_not_ends_with": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" }, - "description_not_in": { + "upload_tasks": { "items": { "type": "string" }, - "type": "array", - "nullable": true - }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true + "type": "array" }, - "id_ends_with": { - "type": "string", - "nullable": true + "owner_id": { + "type": "string" }, - "id_gt": { + "parsed_ovf": { + "$ref": "#/components/schemas/ParsedOVF" + } + }, + "required": [ + "name", + "cluster_id", + "upload_tasks", + "parsed_ovf" + ], + "type": "object" + }, + "NestedGpuDriverInfo": { + "properties": { + "filename": { "type": "string", "nullable": true }, - "id_gte": { + "name": { "type": "string", "nullable": true }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { + "rhelversion": { "type": "string", "nullable": true }, - "id_lte": { + "srcversion": { "type": "string", "nullable": true }, - "id_not": { + "supported": { "type": "string", "nullable": true }, - "id_not_contains": { + "vermagic": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "version": { "type": "string", "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + } + }, + "type": "object", + "additionalProperties": false + }, + "NestedVgpuType": { + "properties": { + "framebuffer": { + "type": "number", + "format": "double", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "max_instance": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_starts_with": { + "max_resolution": { "type": "string", "nullable": true }, @@ -72681,192 +69248,307 @@ "type": "string", "nullable": true }, - "name_contains": { + "vgpu_type_id": { "type": "string", "nullable": true - }, - "name_ends_with": { - "type": "string", + } + }, + "type": "object", + "additionalProperties": false + }, + "VmGpuDetail": { + "properties": { + "vgpu_instance_on_vm_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_gt": { - "type": "string", + "vgpu_instance_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_gte": { + "user_vgpu_type_name": { "type": "string", "nullable": true }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_lt": { + "user_vgpu_type_id": { "type": "string", "nullable": true }, - "name_lte": { - "type": "string", + "user_usage": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceUsage" + } + ], "nullable": true }, - "name_not": { - "type": "string", - "nullable": true + "status": { + "$ref": "#/components/schemas/GpuDeviceStatus" }, - "name_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "name_not_ends_with": { - "type": "string", - "nullable": true + "model": { + "type": "string" }, - "name_not_in": { + "mdev_supported_types": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVgpuType" }, "type": "array", "nullable": true }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "preset": { - "type": "string", - "nullable": true - }, - "preset_contains": { - "type": "string", - "nullable": true - }, - "preset_ends_with": { - "type": "string", - "nullable": true - }, - "preset_gt": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "preset_gte": { - "type": "string", - "nullable": true + "local_created_at": { + "type": "string" }, - "preset_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "preset_lt": { - "type": "string", + "is_nvidia_vfs_supported": { + "type": "boolean", "nullable": true }, - "preset_lte": { - "type": "string", + "is_nvidia_vfs_enabled": { + "type": "boolean", "nullable": true }, - "preset_not": { - "type": "string", + "is_nvidia_tools_ready": { + "type": "boolean", "nullable": true }, - "preset_not_contains": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "preset_not_ends_with": { - "type": "string", - "nullable": true + "host": { + "$ref": "#/components/schemas/NestedHost" }, - "preset_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "preset_not_starts_with": { - "type": "string", + "driver_info": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedGpuDriverInfo" + } + ], "nullable": true }, - "preset_starts_with": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "task_num": { - "type": "integer", - "format": "int32", - "nullable": true + "bus_location": { + "type": "string" }, - "task_num_gt": { + "brand": { + "type": "string" + }, + "available_vgpus_num": { "type": "integer", "format": "int32", "nullable": true }, - "task_num_gte": { + "assigned_vgpus_num": { "type": "integer", "format": "int32", "nullable": true - }, - "task_num_in": { + } + }, + "required": [ + "status", + "name", + "model", + "local_id", + "local_created_at", + "id", + "host", + "description", + "bus_location", + "brand" + ], + "type": "object" + }, + "VmGpuInfo": { + "properties": { + "gpu_devices": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/VmGpuDetail" }, - "type": "array", + "type": "array" + }, + "name": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "id": { + "type": "string" + } + }, + "required": [ + "gpu_devices", + "name", + "local_id", + "id" + ], + "type": "object" + }, + "VmOrderByInput": { + "enum": [ + "bios_uuid_ASC", + "bios_uuid_DESC", + "clock_offset_ASC", + "clock_offset_DESC", + "cloud_init_supported_ASC", + "cloud_init_supported_DESC", + "cpu_ASC", + "cpu_DESC", + "cpu_model_ASC", + "cpu_model_DESC", + "cpu_usage_ASC", + "cpu_usage_DESC", + "deleted_at_ASC", + "deleted_at_DESC", + "description_ASC", + "description_DESC", + "dns_servers_ASC", + "dns_servers_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "firmware_ASC", + "firmware_DESC", + "guest_cpu_model_ASC", + "guest_cpu_model_DESC", + "guest_os_type_ASC", + "guest_os_type_DESC", + "guest_size_usage_ASC", + "guest_size_usage_DESC", + "guest_used_size_ASC", + "guest_used_size_DESC", + "ha_ASC", + "ha_DESC", + "hostname_ASC", + "hostname_DESC", + "id_ASC", + "id_DESC", + "in_recycle_bin_ASC", + "in_recycle_bin_DESC", + "internal_ASC", + "internal_DESC", + "io_policy_ASC", + "io_policy_DESC", + "ips_ASC", + "ips_DESC", + "kernel_info_ASC", + "kernel_info_DESC", + "last_shutdown_time_ASC", + "last_shutdown_time_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "logical_size_bytes_ASC", + "logical_size_bytes_DESC", + "max_bandwidth_ASC", + "max_bandwidth_DESC", + "max_bandwidth_policy_ASC", + "max_bandwidth_policy_DESC", + "max_iops_ASC", + "max_iops_DESC", + "max_iops_policy_ASC", + "max_iops_policy_DESC", + "memory_ASC", + "memory_DESC", + "memory_usage_ASC", + "memory_usage_DESC", + "name_ASC", + "name_DESC", + "nested_virtualization_ASC", + "nested_virtualization_DESC", + "node_ip_ASC", + "node_ip_DESC", + "original_name_ASC", + "original_name_DESC", + "os_ASC", + "os_DESC", + "protected_ASC", + "protected_DESC", + "provisioned_size_ASC", + "provisioned_size_DESC", + "size_ASC", + "size_DESC", + "status_ASC", + "status_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC", + "vcpu_ASC", + "vcpu_DESC", + "video_type_ASC", + "video_type_DESC", + "vm_tools_status_ASC", + "vm_tools_status_DESC", + "vm_tools_version_ASC", + "vm_tools_version_DESC", + "vm_usage_ASC", + "vm_usage_DESC", + "win_opt_ASC", + "win_opt_DESC" + ], + "type": "string" + }, + "GetVmsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "task_num_lt": { - "type": "integer", - "format": "int32", + "before": { + "type": "string", "nullable": true }, - "task_num_lte": { + "first": { "type": "integer", "format": "int32", "nullable": true }, - "task_num_not": { + "last": { "type": "integer", "format": "int32", "nullable": true }, - "task_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "tasks_every": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/ReportTaskWhereInput" + "$ref": "#/components/schemas/VmOrderByInput" } ], "nullable": true }, - "tasks_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ReportTaskWhereInput" - } - ], + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "tasks_some": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/ReportTaskWhereInput" + "$ref": "#/components/schemas/VmWhereInput" } ], "nullable": true @@ -72875,341 +69557,194 @@ "type": "object", "additionalProperties": false }, - "ReportTaskWhereInput": { + "VmVncInfo": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ReportTaskWhereInput" - }, - "type": "array", - "nullable": true + "vm": { + "$ref": "#/components/schemas/Vm" }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ReportTaskWhereInput" - }, - "type": "array", - "nullable": true + "terminal": { + "type": "string" }, - "OR": { - "items": { - "$ref": "#/components/schemas/ReportTaskWhereInput" - }, - "type": "array", - "nullable": true + "redirect": { + "type": "string" }, - "createdAt": { - "type": "string", - "nullable": true + "direct": { + "type": "string" }, - "createdAt_gt": { + "cluster_ip": { + "type": "string" + } + }, + "required": [ + "vm", + "terminal", + "redirect", + "cluster_ip" + ], + "type": "object" + }, + "VmWhereUniqueInput": { + "properties": { + "id": { "type": "string", "nullable": true }, - "createdAt_gte": { + "local_id": { "type": "string", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "GetVmVncInfoParams": { + "properties": { + "vm": { + "$ref": "#/components/schemas/VmWhereUniqueInput" + } + }, + "required": [ + "vm" + ], + "type": "object" + }, + "VmUpdateVpcNicParams": { + "properties": { + "data": { + "properties": { + "vpc_nic": { + "$ref": "#/components/schemas/UpdateVpcNicPayloads" + } + }, + "required": [ + "vpc_nic" + ], + "type": "object" }, - "createdAt_in": { + "where": { + "$ref": "#/components/schemas/VmNicWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "ContentLibraryVmTemplate": { + "properties": { + "architecture": { + "$ref": "#/components/schemas/Architecture" + }, + "cloud_init_supported": { + "type": "boolean" + }, + "clusters": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedCluster" }, "type": "array", "nullable": true }, - "createdAt_lt": { - "type": "string", - "nullable": true + "createdAt": { + "type": "string" }, - "createdAt_lte": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "createdAt_not": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "createdAt_not_in": { + "id": { + "type": "string" + }, + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "id": { - "type": "string", - "nullable": true + "memory": { + "type": "integer", + "format": "int64" }, - "id_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "id_ends_with": { + "os": { "type": "string", "nullable": true }, - "id_gt": { - "type": "string", - "nullable": true + "size": { + "type": "integer", + "format": "int64" }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", - "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "internal": { - "type": "boolean", - "nullable": true - }, - "internal_not": { - "type": "boolean", - "nullable": true - }, - "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true - }, - "name_gt": { - "type": "string", - "nullable": true - }, - "name_gte": { - "type": "string", - "nullable": true - }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_lt": { - "type": "string", - "nullable": true - }, - "name_lte": { - "type": "string", - "nullable": true - }, - "name_not": { - "type": "string", - "nullable": true - }, - "name_not_contains": { - "type": "string", - "nullable": true - }, - "name_not_ends_with": { - "type": "string", - "nullable": true - }, - "name_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "name_not_starts_with": { - "type": "string", - "nullable": true - }, - "name_starts_with": { - "type": "string", - "nullable": true - }, - "plan_id": { - "type": "string", - "nullable": true - }, - "plan_id_contains": { - "type": "string", - "nullable": true - }, - "plan_id_ends_with": { - "type": "string", - "nullable": true - }, - "plan_id_gt": { - "type": "string", - "nullable": true - }, - "plan_id_gte": { - "type": "string", - "nullable": true - }, - "plan_id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "plan_id_lt": { - "type": "string", - "nullable": true - }, - "plan_id_lte": { - "type": "string", - "nullable": true - }, - "plan_id_not": { - "type": "string", - "nullable": true - }, - "plan_id_not_contains": { - "type": "string", - "nullable": true - }, - "plan_id_not_ends_with": { - "type": "string", - "nullable": true + "vcpu": { + "type": "integer", + "format": "int32" }, - "plan_id_not_in": { + "vm_template_uuids": { "items": { "type": "string" }, - "type": "array", - "nullable": true - }, - "plan_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "plan_id_starts_with": { - "type": "string", - "nullable": true - }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskStatus" - } - ], - "nullable": true - }, - "status_in": { - "items": { - "$ref": "#/components/schemas/TaskStatus" - }, - "type": "array", - "nullable": true - }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskStatus" - } - ], - "nullable": true + "type": "array" }, - "status_not_in": { + "vm_templates": { "items": { - "$ref": "#/components/schemas/TaskStatus" + "$ref": "#/components/schemas/NestedVmTemplate" }, "type": "array", "nullable": true - }, - "template": { - "allOf": [ - { - "$ref": "#/components/schemas/ReportTemplateWhereInput" - } - ], - "nullable": true } }, + "required": [ + "architecture", + "cloud_init_supported", + "createdAt", + "description", + "id", + "memory", + "name", + "size", + "vcpu", + "vm_template_uuids" + ], "type": "object", "additionalProperties": false }, - "ReportTemplateUpdationParams": { + "WithTask_ContentLibraryVmTemplate_": { "properties": { - "data": { - "properties": { - "resource_meta": { - "items": { - "$ref": "#/components/schemas/ResourceMeta" - }, - "type": "array" - }, - "execute_plan": { - "items": { - "$ref": "#/components/schemas/ExecutePlan" - }, - "type": "array" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "task_id": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/ReportTemplateWhereInput" + "data": { + "$ref": "#/components/schemas/ContentLibraryVmTemplate" } }, "required": [ - "data", - "where" + "data" ], "type": "object" }, - "NestedReportTemplate": { + "ContentLibraryVmTemplateCreationParams": { "properties": { - "id": { + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" + }, + "cloud_init_supported": { + "type": "boolean" + }, + "vm": { + "$ref": "#/components/schemas/VmWhereUniqueInput" + }, + "description": { "type": "string" }, "name": { @@ -73217,75 +69752,71 @@ } }, "required": [ - "id", + "clusters", + "vm", "name" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "ReportTask": { + "ContentLibraryVmTemplateUpdationParamsData": { "properties": { - "createdAt": { - "type": "string" - }, - "id": { - "type": "string" + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "internal": { + "cloud_init_supported": { "type": "boolean" }, - "name": { + "description": { "type": "string" }, - "plan_id": { - "type": "string", - "nullable": true - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" + "name": { + "type": "string" + } + }, + "type": "object" + }, + "ContentLibraryVmTemplateUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateUpdationParamsData" }, - "template": { - "$ref": "#/components/schemas/NestedReportTemplate" + "where": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" } }, "required": [ - "createdAt", - "id", - "internal", - "name", - "status", - "template" + "data", + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_ReportTask_": { + "ContentLibraryVmTemplateUpdationClusterParamsData": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/ReportTask" + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, "required": [ - "data" + "clusters" ], "type": "object" }, - "ReporteTemplateGenerationParams": { + "ContentLibraryVmTemplateUpdationClusterParams": { "properties": { + "data": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateUpdationClusterParamsData" + }, "where": { - "$ref": "#/components/schemas/ReportTemplateWhereInput" + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "DeleteReportTemplate": { + "DeleteContentLibraryVmTemplate": { "properties": { "id": { "type": "string" @@ -73296,14 +69827,14 @@ ], "type": "object" }, - "WithTask_DeleteReportTemplate_": { + "WithTask_DeleteContentLibraryVmTemplate_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteReportTemplate" + "$ref": "#/components/schemas/DeleteContentLibraryVmTemplate" } }, "required": [ @@ -73311,10 +69842,10 @@ ], "type": "object" }, - "ReportTemplateDeletionParams": { + "ContentLibraryVmTemplateDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/ReportTemplateWhereInput" + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" } }, "required": [ @@ -73322,346 +69853,197 @@ ], "type": "object" }, - "UserRoleNext": { + "ContentLibraryVmTemplateExportParams": { "properties": { - "actions": { - "items": { - "type": "string" - }, - "type": "array" - }, - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "platform": { - "$ref": "#/components/schemas/UserRolePlatform" - }, - "preset": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRolePreset" - } - ], - "nullable": true - }, - "users": { - "items": { - "$ref": "#/components/schemas/NestedUser" - }, - "type": "array", - "nullable": true + "where": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" } }, "required": [ - "actions", - "id", - "name", - "platform" + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_UserRoleNext_": { + "ContentLibraryVmdkCdromModify": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "enabled": { + "type": "boolean" }, - "data": { - "$ref": "#/components/schemas/UserRoleNext" + "removed": { + "type": "boolean" + }, + "boot": { + "type": "integer", + "format": "int32" + }, + "index": { + "type": "integer", + "format": "int32" } }, "required": [ - "data" + "index" ], "type": "object" }, - "ROLE_ACTION": { - "enum": [ - "*", - "MANAGE_DATA_CENTER", - "MANAGE_CLUSTER_CONNECTION", - "MANAGE_STORAGE_CLUSTER_CONNECTION", - "MANAGE_HOST", - "MANAGE_NIC_MTU", - "MANAGE_DISK", - "MANAGE_HARDWARE_TOPO", - "MANAGE_USB_DEVICE", - "MANAGE_GPU_DEVICE", - "MANAGE_VDS", - "MANAGE_VLAN", - "MANAGE_SYSTEM_VLAN", - "MANAGE_ISCSI_DATA_STORE", - "MANAGE_NFS_DATA_STORE", - "MANAGE_NVMF_DATA_STORE", - "CREATE_VM", - "UPDATE_VM", - "DELETE_VM", - "UPDATE_VM_ADVANCED_SETTING", - "UPDATE_VM_GUEST", - "VM_OPERATION_OPEN_TERMINAL", - "VM_OPERATION_MIGRATE", - "VM_OPERATION_VM_FOLDER", - "VM_OPERATION_VM_POWER", - "VM_OPERATION_CLONE", - "VM_OPERATION_INSTALL_TOOLS", - "VM_IMPORT_EXPORT", - "CREATE_VM_TEMPLATE", - "MANAGE_VM_TEMPLATE", - "VM_TEMPLATE_IMPORT_EXPORT", - "MANAGE_VM_SNAPSHOT", - "MANAGE_VM_VOLUME", - "VM_VOLUME_IMPORT_EXPORT", - "MANAGE_ISO", - "DOWNLOAD_ISO", - "QUERY_SENSITIVE_RESOURCE_LIST", - "QUERY_SENSITIVE_RESOURCE", - "MANAGE_SENSITIVE_RESOURCE", - "MANAGE_VM_PLACEMENT_GROUP", - "MANAGE_SNAPSHOT_PLAN", - "MANAGE_ALERT", - "MANAGE_MONITOR_VIEW", - "MANAGE_ENTITY_FILTER", - "MANAGE_CLUSTER_BASIC_INFO", - "MANAGE_CLUSTER_LICENCE", - "MANAGE_CLUSTER_SNMP_TRANSPORT", - "MANAGE_SNMP_TRAP", - "MANAGE_CLUSTER_VIP", - "MANAGE_CLUSTER_MANAGEMENT_IP", - "MANAGE_DNS_SERVER", - "MANAGE_NTP_SERVER", - "MANAGE_IPMI", - "MANAGE_CLUSTER_VM_CPU_MODEL", - "MANAGE_CLUSTER_VM_TOOLS", - "MANAGE_CLUSTER_HOT_MIGRATION", - "MANAGE_CLUSTER_HA", - "MANAGE_SSL_CERTIFICATE", - "MANAGE_LOG_COLLECTION", - "MANAGE_SYSLOG", - "MANAGE_LOG_FIND", - "MANAGE_LABEL", - "MANAGE_USER_AND_ROLE", - "MANAGE_PASSWORD_SETTINGS", - "MANAGE_ACCESS_CONTROL", - "MANAGE_SESSION_EXPIRATION", - "MANAGE_VCENTER_ASSOCIATION", - "MANAGE_ESXI_ASSOCIATION", - "MANAGE_AUDIT_LOG", - "MANAGE_ALERT_EMAIL_SETTING", - "MANAGE_SMTP_SERVER", - "MANAGE_UPGRADE_CENTER", - "MANAGE_VM_RECYCLE_BIN_SETTING", - "MANAGE_REPORT", - "MANAGE_SHARING_VM_TOOLS", - "MANAGE_ADVANCED_MONITOR", - "MANAGE_THIRD_PARTY_DRIVER", - "MANAGE_ORGANIZATION_NAME", - "MANAGE_CLOUD_TOWER_LICENSE", - "MANAGE_CONSISTENCY_GROUP", - "MANAGE_NIC", - "MANAGE_CLUSTER_ISCSI", - "MANAGE_BACKUP_LICENSE", - "MANAGE_BACKUP_PACKAGE", - "MANAGE_BACKUP_SERVICE", - "MANAGE_BACKUP_STORE_REPOSITORY", - "MANAGE_BACKUP_PLAN", - "MANAGE_BACKUP_TASK", - "MANAGE_BACKUP_RESTORE_POINT", - "MANAGE_BACKUP_RESTORE_POINT_TASK", - "MANAGE_SECURITY_POLICY", - "MANAGE_SECURITY_GROUP", - "ISOLATE_VM", - "MANAGE_EVEROUTE_LICENSE", - "MANAGE_EVEROUTE_PACKAGE", - "DEPLOY_EVEROUTE_CLUSTER", - "UNDEPLOY_EVEROUTE_CLUSTER", - "UPDATE_EVEROUTE_CLUSTER", - "UPGRADE_EVEROUTE_CLUSTER", - "MANAGE_EVEROUTE_NETWORK_POLICY_RULE_SERVICE", - "MANAGE_EVEROUTE_CLUSTER_ASSOCIATION", - "MANAGE_EVEROUTE_CLUSTER_GLOBAL_POLICY", - "MANAGE_MICRO_SEGMENTATION", - "MANAGE_LOAD_BALANCER_RESOURCE", - "MANAGE_LOAD_BALANCER", - "MANAGE_LOAD_BALANCER_VNET_BOND", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_SERVICE", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_CLUSTER_BINDING", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_EDGE_GATEWAY", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_EXTERNAL_SUBNET", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_BASIC_RESOURCE", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_SECURITY_GROUP", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_SECURITY_POLICY", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_ISOLATION_POLICY", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_FLOATING_IP", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_ROUTER_GATEWAY", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_NAT_GATEWAY", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_LAYER2_GATEWAY", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_PEERING", - "MANAGE_VIRTUAL_PRIVATE_CLOUD_LOAD_BALANCER_RESOURCE", - "MANAGE_LDAP_AD_CONFIG", - "MANAGE_MFA_CONFIG", - "MANAGE_DEFAULT_LOGIN_OPTION", - "MANAGE_CLUSTER_STORAGE_POLICY", - "MANAGE_SKS_SERVICE", - "MANAGE_SKS_LICENSE", - "CONFIGURE_SKS_SERVICE", - "CREATE_SKS_WORKLOAD_CLUSTER", - "DELETE_SKS_WORKLOAD_CLUSTER", - "UPDATE_SKS_WORKLOAD_CLUSTER", - "MANAGE_CONTAINER_REGISTRY", - "DOWNLOAD_SKS_WORKLOAD_CLUSTER_KUBECONFIG", - "DOWNLOAD_SKS_WORKLOAD_SPEC_FILE", - "MANAGE_SKS_WORKLOAD_CLUSTER_RECONCILE", - "MANAGE_OBSERVABILITY_PACKAGE", - "MANAGE_OBSERVABILITY_SERVICE", - "CONFIG_DYNAMIC_RESOURCE_SCHEDULE", - "GENERATE_DRS_PROPOSALS", - "APPLY_DRS_PROPOSAL", - "MANAGE_AGENT_MESH", - "MANAGE_REPLICATION_SERVICE", - "MANAGE_REPLICATION_RESTORE_POINT", - "MANAGE_REPLICATION_PLAN", - "MANAGE_REPLICATION_TASK", - "MANAGE_REPLICATION_FAULT_TASK", - "MANAGE_REPLICA_OBJECT", - "MANAGE_CLUSTER_PRIORITIZED", - "SMTX_INSPECTOR", - "MANAGE_SFS_LICENSE", - "MANAGE_SFS_IMAGE", - "MANAGE_SFS_FILE_STORAGE_CLUSTER", - "MANAGE_SFS_FILE_SYSTEM_CONFIG", - "MANAGE_SFS_FILE_SYSTEM_ACCESSIBILITY", - "MANAGE_SFS_SNAPSHOT", - "MANAGE_CLOUDTOWER_SNMP_TRANSPORT", - "MANAGE_CLOUD_TOWER_NTP", - "MANAGE_CLOUDTOWER_WEBHOOK_NOTIFIER", - "MANAGE_API_KEY" - ], - "type": "string" - }, - "RoleCreationParams": { + "ContentLibraryVmdkCdromMount": { "properties": { - "actions": { - "items": { - "$ref": "#/components/schemas/ROLE_ACTION" - }, - "type": "array" + "enabled": { + "type": "boolean" }, - "name": { - "type": "string", - "minLength": 1 + "boot": { + "type": "integer", + "format": "int32" } }, - "required": [ - "actions", - "name" - ], "type": "object" }, - "RoleUpdationParams": { + "ContentLibraryVmTemplateOvfDiskOperate": { "properties": { - "data": { - "properties": { - "actions": { - "items": { - "$ref": "#/components/schemas/ROLE_ACTION" - }, - "type": "array" - }, - "name": { - "type": "string", - "minLength": 1 - } + "mount_new_cd_roms": { + "items": { + "$ref": "#/components/schemas/ContentLibraryVmdkCdromMount" }, - "type": "object" + "type": "array" }, - "where": { - "$ref": "#/components/schemas/UserRoleNextWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteRole": { - "properties": { - "id": { - "type": "string" + "modify_cd_roms": { + "items": { + "$ref": "#/components/schemas/ContentLibraryVmdkCdromModify" + }, + "type": "array" + }, + "modify_vmdk_disks": { + "items": { + "$ref": "#/components/schemas/VmdkDiskModify" + }, + "type": "array" } }, - "required": [ - "id" - ], "type": "object" }, - "WithTask_DeleteRole_": { + "ContentLibraryImportVmNic": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "mirror": { + "type": "boolean" }, - "data": { - "$ref": "#/components/schemas/DeleteRole" + "model": { + "$ref": "#/components/schemas/VmNicModel" + }, + "enabled": { + "type": "boolean" } }, "required": [ - "data" + "model" ], "type": "object" }, - "RoleDeletionParams": { + "ContentLibraryVmTemplateImportParams": { "properties": { - "where": { - "$ref": "#/components/schemas/UserRoleNextWhereInput" + "vm_nics": { + "items": { + "$ref": "#/components/schemas/ContentLibraryImportVmNic" + }, + "type": "array" + }, + "disk_operate": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateOvfDiskOperate" + }, + "ha": { + "type": "boolean" + }, + "memory_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "memory": { + "type": "integer", + "format": "int64" + }, + "vcpu": { + "type": "integer", + "format": "int32" + }, + "cpu_cores": { + "type": "integer", + "format": "int32" + }, + "cpu_sockets": { + "type": "integer", + "format": "int32" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + }, + "upload_tasks": { + "items": { + "type": "string" + }, + "type": "array" + }, + "parsed_ovf": { + "$ref": "#/components/schemas/ParsedOVF" + }, + "cluster_id": { + "type": "string" } }, "required": [ - "where" + "name", + "upload_tasks", + "parsed_ovf", + "cluster_id" ], "type": "object" }, - "NestedLabelGroup": { + "NestedOrganization": { "properties": { - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array" + "id": { + "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "labels" + "id", + "name" ], "type": "object", "additionalProperties": false }, - "SecurityGroup": { + "Datacenter": { "properties": { - "description": { - "type": "string", + "cluster_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "everoute_cluster": { - "$ref": "#/components/schemas/NestedEverouteCluster" - }, - "id": { - "type": "string" - }, - "isolation_policies": { + "clusters": { "items": { - "$ref": "#/components/schemas/NestedIsolationPolicy" + "$ref": "#/components/schemas/NestedCluster" }, "type": "array", "nullable": true }, - "label_groups": { + "failure_data_space": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "host_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "id": { + "type": "string" + }, + "labels": { "items": { - "$ref": "#/components/schemas/NestedLabelGroup" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true @@ -73669,37 +70051,61 @@ "name": { "type": "string" }, - "security_policies": { - "items": { - "$ref": "#/components/schemas/NestedSecurityPolicy" - }, - "type": "array", + "organization": { + "$ref": "#/components/schemas/NestedOrganization" + }, + "total_cpu_hz": { + "type": "integer", + "format": "int64", "nullable": true }, - "vms": { - "items": { - "$ref": "#/components/schemas/NestedVm" - }, - "type": "array", + "total_data_capacity": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "total_memory_bytes": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_cpu_hz": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_data_space": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "used_memory_bytes": { + "type": "number", + "format": "double", + "nullable": true + }, + "vm_num": { + "type": "integer", + "format": "int32", "nullable": true } }, "required": [ - "everoute_cluster", "id", - "name" + "name", + "organization" ], "type": "object", "additionalProperties": false }, - "WithTask_SecurityGroup_": { + "WithTask_Datacenter_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/SecurityGroup" + "$ref": "#/components/schemas/Datacenter" } }, "required": [ @@ -73707,36 +70113,98 @@ ], "type": "object" }, - "SecurityGroupCreateParams": { + "DatacenterCreationParams": { "properties": { - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "label_groups": { - "items": { - "$ref": "#/components/schemas/LabelWhereInput" - }, - "type": "array", - "minItems": 1 + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "description": { + "organization_id": { "type": "string" }, - "everoute_cluster_id": { + "name": { "type": "string" + } + }, + "required": [ + "organization_id", + "name" + ], + "type": "object" + }, + "DatacenterUpdationParams": { + "properties": { + "data": { + "properties": { + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "name": { + "where": { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DatacenterWhereUniqueInput": { + "properties": { + "id": { "type": "string", - "minLength": 1 + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "AddClustersToDatacenterParams": { + "properties": { + "data": { + "properties": { + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/DatacenterWhereUniqueInput" } }, "required": [ - "everoute_cluster_id", - "name" + "data", + "where" ], "type": "object" }, - "DeleteSecurityGroup": { + "RemoveClustersFromDatacenterParams": { + "properties": { + "data": { + "properties": { + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/DatacenterWhereUniqueInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteDatacenter": { "properties": { "id": { "type": "string" @@ -73747,14 +70215,14 @@ ], "type": "object" }, - "WithTask_DeleteSecurityGroup_": { + "WithTask_DeleteDatacenter_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteSecurityGroup" + "$ref": "#/components/schemas/DeleteDatacenter" } }, "required": [ @@ -73762,337 +70230,297 @@ ], "type": "object" }, - "SecurityGroupWhereInput": { + "DatacenterDeletionParams": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" - }, - "type": "array", - "nullable": true - }, - "description": { - "type": "string", + "where": { + "$ref": "#/components/schemas/DatacenterWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedDiskFailureInformation": { + "properties": { + "chunk_checksum_error": { + "type": "boolean", "nullable": true }, - "description_contains": { - "type": "string", + "chunk_errflag": { + "type": "boolean", "nullable": true }, - "description_ends_with": { - "type": "string", + "chunk_io_error": { + "type": "boolean", "nullable": true }, - "description_gt": { - "type": "string", + "chunk_warnflag": { + "type": "boolean", "nullable": true }, - "description_gte": { - "type": "string", + "iostat_latency": { + "type": "boolean", "nullable": true }, - "description_in": { - "items": { - "type": "string" - }, - "type": "array", + "iostat_latency_ms": { + "type": "integer", + "format": "int64", "nullable": true }, - "description_lt": { - "type": "string", + "smart_check": { + "type": "boolean", "nullable": true - }, - "description_lte": { + } + }, + "type": "object", + "additionalProperties": false + }, + "PartitionUsage": { + "enum": [ + "BOOT", + "CACHE", + "EFI_SYSTEM", + "JOURNAL", + "METAD", + "PARTITION", + "SWAP", + "SYSTEM", + "UNMOUNTED", + "UNPARTED", + "ZOOKEEPER" + ], + "type": "string" + }, + "NestedPartition": { + "properties": { + "name": { "type": "string", "nullable": true }, - "description_not": { + "path": { "type": "string", "nullable": true }, - "description_not_contains": { - "type": "string", - "nullable": true + "size": { + "type": "integer", + "format": "int64" }, - "description_not_ends_with": { - "type": "string", - "nullable": true + "usage": { + "$ref": "#/components/schemas/PartitionUsage" }, - "description_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "description_not_starts_with": { - "type": "string", - "nullable": true - }, - "description_starts_with": { - "type": "string", - "nullable": true + "used_size": { + "type": "integer", + "format": "int64" + } + }, + "required": [ + "size", + "usage", + "used_size" + ], + "type": "object", + "additionalProperties": false + }, + "NestedPmemDimm": { + "properties": { + "id": { + "type": "string" }, - "everoute_cluster": { + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "Disk": { + "properties": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/EverouteClusterWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true - }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true - }, - "id_lte": { - "type": "string", - "nullable": true - }, - "id_not": { - "type": "string", - "nullable": true - }, - "id_not_contains": { - "type": "string", - "nullable": true - }, - "id_not_ends_with": { - "type": "string", - "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_not_starts_with": { - "type": "string", - "nullable": true - }, - "id_starts_with": { - "type": "string", - "nullable": true - }, - "isolation_policies_every": { + "failure_information": { "allOf": [ { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" + "$ref": "#/components/schemas/NestedDiskFailureInformation" } ], "nullable": true }, - "isolation_policies_none": { + "firmware": { + "type": "string" + }, + "function": { "allOf": [ { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" + "$ref": "#/components/schemas/DiskFunction" } ], "nullable": true }, - "isolation_policies_some": { + "health_status": { "allOf": [ { - "$ref": "#/components/schemas/IsolationPolicyWhereInput" + "$ref": "#/components/schemas/DiskHealthStatus" } ], "nullable": true }, - "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true + "healthy": { + "type": "boolean" }, - "name_gt": { - "type": "string", - "nullable": true + "host": { + "$ref": "#/components/schemas/NestedHost" }, - "name_gte": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "name_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "name_lt": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "name_lte": { - "type": "string", - "nullable": true + "model": { + "type": "string" }, - "name_not": { - "type": "string", - "nullable": true + "mounted": { + "type": "boolean" }, - "name_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "name_not_ends_with": { - "type": "string", + "numa_node": { + "type": "integer", + "format": "int32", "nullable": true }, - "name_not_in": { + "offline": { + "type": "boolean" + }, + "partitions": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedPartition" }, - "type": "array", - "nullable": true + "type": "array" }, - "name_not_starts_with": { - "type": "string", - "nullable": true + "path": { + "type": "string" }, - "name_starts_with": { + "persistent_memory_type": { "type": "string", "nullable": true }, - "security_policies_every": { - "allOf": [ - { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - } - ], + "physical_slot_on_brick": { + "type": "integer", + "format": "int32", "nullable": true }, - "security_policies_none": { - "allOf": [ - { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - } - ], + "pmem_dimms": { + "items": { + "$ref": "#/components/schemas/NestedPmemDimm" + }, + "type": "array", "nullable": true }, - "security_policies_some": { + "recommended_usage": { "allOf": [ { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" + "$ref": "#/components/schemas/DiskUsage" } ], "nullable": true }, - "vms_every": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], + "remaining_life_percent": { + "type": "integer", + "format": "int32", "nullable": true }, - "vms_none": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" - } - ], - "nullable": true + "serial": { + "type": "string" }, - "vms_some": { + "size": { + "type": "integer", + "format": "int64" + }, + "type": { + "$ref": "#/components/schemas/DiskType" + }, + "usage": { + "$ref": "#/components/schemas/DiskUsage" + }, + "usage_status": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/DiskUsageStatus" } ], "nullable": true } }, + "required": [ + "firmware", + "healthy", + "host", + "id", + "local_id", + "model", + "mounted", + "name", + "offline", + "partitions", + "path", + "serial", + "size", + "type", + "usage" + ], "type": "object", "additionalProperties": false }, - "SecurityGroupDeleteParams": { + "WithTask_Disk_": { "properties": { - "where": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/Disk" } }, "required": [ - "where" + "data" ], "type": "object" }, - "SecurityGroupUpdateParams": { - "properties": { - "label_groups": { - "items": { - "$ref": "#/components/schemas/LabelWhereInput" - }, - "type": "array" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "SecurityGroupUpdateBody": { + "DiskMountParams": { "properties": { "data": { - "$ref": "#/components/schemas/SecurityGroupUpdateParams" + "properties": { + "function": { + "$ref": "#/components/schemas/DiskFunction" + } + }, + "required": [ + "function" + ], + "type": "object" }, "where": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" + "$ref": "#/components/schemas/DiskWhereInput" } }, "required": [ @@ -74101,220 +70529,167 @@ ], "type": "object" }, - "NestedSecurityGroup": { + "DiskUnmountParams": { "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "where": { + "$ref": "#/components/schemas/DiskWhereInput" } }, "required": [ - "id", - "name" + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "NestedSecurityPolicyApply": { - "properties": { - "communicable": { - "type": "boolean" - }, - "security_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedSecurityGroup" - } - ], - "nullable": true - }, - "security_group_id": { - "type": "string", - "nullable": true - }, - "selector": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array" - }, - "selector_ids": { - "items": { - "type": "string" - }, - "type": "array" - } - }, - "required": [ - "communicable", - "selector", - "selector_ids" + "FilterRuleAggregationEnum": { + "enum": [ + "AVG", + "MAX", + "MIN", + "QUANTILE", + "SUM" ], - "type": "object", - "additionalProperties": false + "type": "string" }, - "NetworkPolicyRuleAlgProtocol": { + "FilterRuleMetricEnum": { "enum": [ - "FTP", - "TFTP" + "VM_CPU_USAGE", + "VM_MEMORY_USAGE", + "VM_POWEROFF_DAYS", + "VM_POWERON_DAYS", + "VM_READWRITE_IO" ], "type": "string" }, - "NetworkPolicyRulePortProtocol": { + "FilterRuleOpEnum": { "enum": [ - "ALG", - "ICMP", - "IPIP", - "TCP", - "UDP" + "GT", + "GTE", + "LT", + "LTE" ], "type": "string" }, - "NestedNetworkPolicyRulePort": { + "NestedFilterRule": { "properties": { - "alg_protocol": { - "allOf": [ - { - "$ref": "#/components/schemas/NetworkPolicyRuleAlgProtocol" - } - ], - "nullable": true + "aggregation": { + "$ref": "#/components/schemas/FilterRuleAggregationEnum" }, - "port": { - "type": "string", - "nullable": true + "duration": { + "type": "integer", + "format": "int32" }, - "protocol": { - "$ref": "#/components/schemas/NetworkPolicyRulePortProtocol" + "metric": { + "$ref": "#/components/schemas/FilterRuleMetricEnum" + }, + "op": { + "$ref": "#/components/schemas/FilterRuleOpEnum" + }, + "quantile": { + "type": "integer", + "format": "int32" + }, + "threshold": { + "type": "number", + "format": "double" } }, "required": [ - "protocol" + "aggregation", + "duration", + "metric", + "op", + "quantile", + "threshold" ], "type": "object", "additionalProperties": false }, - "NetworkPolicyRuleType": { - "enum": [ - "ALL", - "IP_BLOCK", - "SECURITY_GROUP", - "SELECTOR" - ], - "type": "string" - }, - "NestedNetworkPolicyRule": { + "EntityFilter": { "properties": { - "ip_block": { - "type": "string", + "apply_to_all_clusters": { + "type": "boolean", "nullable": true }, - "ports": { + "clusters": { "items": { - "$ref": "#/components/schemas/NestedNetworkPolicyRulePort" + "$ref": "#/components/schemas/NestedCluster" }, "type": "array", "nullable": true }, - "security_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedSecurityGroup" - } - ], - "nullable": true - }, - "security_group_id": { - "type": "string", - "nullable": true + "entity_type": { + "$ref": "#/components/schemas/EntityType" }, - "selector": { + "exclude_ids": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "selector_ids": { + "exec_failed_cluster": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedCluster" }, "type": "array", "nullable": true }, - "type": { - "$ref": "#/components/schemas/NetworkPolicyRuleType" - } - }, - "required": [ - "type" - ], - "type": "object", - "additionalProperties": false - }, - "SecurityPolicy": { - "properties": { - "apply_to": { + "filter_error": { "items": { - "$ref": "#/components/schemas/NestedSecurityPolicyApply" + "type": "string" }, "type": "array" }, - "description": { - "type": "string" - }, - "egress": { - "items": { - "$ref": "#/components/schemas/NestedNetworkPolicyRule" - }, - "type": "array", - "nullable": true - }, - "everoute_cluster": { - "$ref": "#/components/schemas/NestedEverouteCluster" + "filter_status": { + "$ref": "#/components/schemas/FilterStatus" }, "id": { "type": "string" }, - "ingress": { + "ids": { "items": { - "$ref": "#/components/schemas/NestedNetworkPolicyRule" + "type": "string" }, - "type": "array", + "type": "array" + }, + "last_executed_at": { + "type": "string", "nullable": true }, "name": { "type": "string" }, - "policy_mode": { - "allOf": [ - { - "$ref": "#/components/schemas/PolicyMode" - } - ], + "preset": { + "type": "string", "nullable": true + }, + "rules": { + "items": { + "$ref": "#/components/schemas/NestedFilterRule" + }, + "type": "array" } }, "required": [ - "apply_to", - "description", - "everoute_cluster", + "entity_type", + "exclude_ids", + "filter_error", + "filter_status", "id", - "name" + "ids", + "name", + "rules" ], "type": "object", "additionalProperties": false }, - "WithTask_SecurityPolicy_": { + "WithTask_EntityFilter_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/SecurityPolicy" + "$ref": "#/components/schemas/EntityFilter" } }, "required": [ @@ -74322,153 +70697,103 @@ ], "type": "object" }, - "SecurityPolicyApplyToInputTarget": { + "FilterRuleInput": { "properties": { - "security_groups": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" + "threshold": { + "type": "number", + "format": "double" }, - "label_groups": { - "items": { - "$ref": "#/components/schemas/LabelWhereInput" - }, - "type": "array" - } - }, - "type": "object" - }, - "SecurityPolicyApplyToInput": { - "properties": { - "communicable": { - "type": "boolean" + "quantile": { + "type": "integer", + "format": "int32" }, - "target": { - "$ref": "#/components/schemas/SecurityPolicyApplyToInputTarget" - } - }, - "required": [ - "target" - ], - "type": "object" - }, - "IPSecurityPolicy": { - "properties": { - "except_ip_block": { - "items": { - "type": "string" - }, - "type": "array" + "op": { + "$ref": "#/components/schemas/FilterRuleOpEnum" }, - "ip_block": { - "type": "string" + "metric": { + "$ref": "#/components/schemas/FilterRuleMetricEnum" + }, + "duration": { + "type": "integer", + "format": "int32" + }, + "aggregation": { + "$ref": "#/components/schemas/FilterRuleAggregationEnum" } }, "required": [ - "ip_block" + "threshold", + "quantile", + "op", + "metric", + "duration", + "aggregation" ], "type": "object" }, - "SecurityPolicyIngressEgressInputTarget": { + "EntityFilterCreationParams": { "properties": { - "security_groups": { - "$ref": "#/components/schemas/SecurityGroupWhereInput" + "exclude_vms": { + "$ref": "#/components/schemas/VmWhereInput" }, - "ips": { - "items": { - "$ref": "#/components/schemas/IPSecurityPolicy" - }, - "type": "array" + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "label_groups": { + "apply_to_all_clusters": { + "type": "boolean" + }, + "rules": { "items": { - "$ref": "#/components/schemas/LabelWhereInput" + "$ref": "#/components/schemas/FilterRuleInput" }, "type": "array" - } - }, - "type": "object" - }, - "NetworkPolicyRulePortInput": { - "properties": { - "alg_protocol": { - "$ref": "#/components/schemas/NetworkPolicyRuleAlgProtocol" - }, - "protocol": { - "$ref": "#/components/schemas/NetworkPolicyRulePortProtocol" }, - "port": { + "name": { "type": "string" } }, "required": [ - "protocol" - ], - "type": "object" - }, - "SecurityPolicyFlowControlType": { - "enum": [ - "ALL" + "rules", + "name" ], - "type": "string" - }, - "SecurityPolicyIngressEgressInput": { - "properties": { - "type": { - "$ref": "#/components/schemas/SecurityPolicyFlowControlType" - }, - "ports": { - "items": { - "$ref": "#/components/schemas/NetworkPolicyRulePortInput" - }, - "type": "array" - }, - "target": { - "$ref": "#/components/schemas/SecurityPolicyIngressEgressInputTarget" - } - }, "type": "object" }, - "SecurityPolicyCreateParams": { + "EntityFilterUpdationParams": { "properties": { - "ingress": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" - }, - "type": "array" - }, - "egress": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" - }, - "type": "array" - }, - "apply_to": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyApplyToInput" + "data": { + "properties": { + "exclude_vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" + }, + "apply_to_all_clusters": { + "type": "boolean" + }, + "rules": { + "items": { + "$ref": "#/components/schemas/FilterRuleInput" + }, + "type": "array" + }, + "name": { + "type": "string" + } }, - "type": "array", - "minItems": 1 - }, - "policy_mode": { - "$ref": "#/components/schemas/PolicyMode" - }, - "everoute_cluster_id": { - "type": "string" - }, - "description": { - "type": "string" + "type": "object" }, - "name": { - "type": "string", - "minLength": 1 + "where": { + "$ref": "#/components/schemas/EntityFilterWhereInput" } }, "required": [ - "everoute_cluster_id", - "name" + "data", + "where" ], "type": "object" }, - "DeleteSecurityPolicy": { + "DeleteEntityFilter": { "properties": { "id": { "type": "string" @@ -74479,14 +70804,14 @@ ], "type": "object" }, - "WithTask_DeleteSecurityPolicy_": { + "WithTask_DeleteEntityFilter_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteSecurityPolicy" + "$ref": "#/components/schemas/DeleteEntityFilter" } }, "required": [ @@ -74494,179 +70819,45 @@ ], "type": "object" }, - "SecurityPolicyDeleteParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "SecurityPolicyUpdateParams": { - "properties": { - "ingress": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" - }, - "type": "array" - }, - "egress": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" - }, - "type": "array" - }, - "apply_to": { - "items": { - "$ref": "#/components/schemas/SecurityPolicyApplyToInput" - }, - "type": "array" - }, - "policy_mode": { - "$ref": "#/components/schemas/PolicyMode" - } - }, - "type": "object" - }, - "SecurityPolicyUpdateBody": { + "EntityFilterDeletionParams": { "properties": { - "data": { - "$ref": "#/components/schemas/SecurityPolicyUpdateParams" - }, "where": { - "$ref": "#/components/schemas/SecurityPolicyWhereInput" + "$ref": "#/components/schemas/EntityFilterWhereInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "UpdatePassrodSecurityParams": { + "GpuDevice": { "properties": { - "password_expire_days": { - "type": "integer", - "format": "int32" - }, - "password_complexity": { - "$ref": "#/components/schemas/PasswordComplexity" - }, - "login_miss_time_threshold": { + "assigned_vgpus_num": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "login_miss_num_threshold": { + "available_vgpus_num": { "type": "integer", - "format": "int32" - } - }, - "type": "object" - }, - "UpdateAccessRestrictionParams": { - "properties": { - "access_list": { - "items": { - "type": "string" - }, - "type": "array" + "format": "int32", + "nullable": true }, - "access_mode": { - "$ref": "#/components/schemas/AccessMode" - } - }, - "required": [ - "access_list", - "access_mode" - ], - "type": "object" - }, - "UpdateSessionTimeoutParams": { - "properties": { - "session_max_age": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "session_max_age" - ], - "type": "object" - }, - "NestedSnapshotPlanTask": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object", - "additionalProperties": false - }, - "ProtectSnapshotStatus": { - "enum": [ - "PROTECT_SNAPSHOT_STATUS_CREATED", - "PROTECT_SNAPSHOT_STATUS_CREATING", - "PROTECT_SNAPSHOT_STATUS_DELETED", - "PROTECT_SNAPSHOT_STATUS_FAILED" - ], - "type": "string" - }, - "NestedSnapshotGroupVmDiskInfo": { - "properties": { - "disk_id": { + "brand": { "type": "string" }, - "disk_snapshot_status": { - "$ref": "#/components/schemas/ProtectSnapshotStatus" - } - }, - "required": [ - "disk_id", - "disk_snapshot_status" - ], - "type": "object", - "additionalProperties": false - }, - "NestedSnapshotGroupVmInfo": { - "properties": { - "disks": { - "items": { - "$ref": "#/components/schemas/NestedSnapshotGroupVmDiskInfo" - }, - "type": "array" - }, - "vm_id": { + "bus_location": { "type": "string" }, - "vm_name": { + "description": { "type": "string" }, - "vm_snapshot_status": { - "$ref": "#/components/schemas/ProtectSnapshotStatus" - } - }, - "required": [ - "disks", - "vm_id", - "vm_name", - "vm_snapshot_status" - ], - "type": "object", - "additionalProperties": false - }, - "SnapshotGroup": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "deleted": { - "type": "boolean" + "driver_info": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedGpuDriverInfo" + } + ], + "nullable": true }, "entityAsyncStatus": { "allOf": [ @@ -74676,19 +70867,30 @@ ], "nullable": true }, - "estimated_recycling_time": { - "type": "string", - "nullable": true + "host": { + "$ref": "#/components/schemas/NestedHost" }, "id": { "type": "string" }, - "internal": { + "is_nvidia_tools_ready": { "type": "boolean", "nullable": true }, - "keep": { - "type": "boolean" + "is_nvidia_vfs_enabled": { + "type": "boolean", + "nullable": true + }, + "is_nvidia_vfs_supported": { + "type": "boolean", + "nullable": true + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true }, "local_created_at": { "type": "string" @@ -74696,58 +70898,74 @@ "local_id": { "type": "string" }, - "logical_size_bytes": { - "type": "integer", - "format": "int64" + "mdev_supported_types": { + "items": { + "$ref": "#/components/schemas/NestedVgpuType" + }, + "type": "array", + "nullable": true + }, + "model": { + "type": "string" }, "name": { "type": "string" }, - "object_num": { - "type": "integer", - "format": "int32" + "status": { + "$ref": "#/components/schemas/GpuDeviceStatus" }, - "snapshotPlanTask": { - "$ref": "#/components/schemas/NestedSnapshotPlanTask" + "user_usage": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceUsage" + } + ], + "nullable": true }, - "vm_info": { - "items": { - "$ref": "#/components/schemas/NestedSnapshotGroupVmInfo" - }, - "type": "array" + "user_vgpu_type_id": { + "type": "string", + "nullable": true }, - "vm_snapshots": { + "user_vgpu_type_name": { + "type": "string", + "nullable": true + }, + "vgpu_instance_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vms": { "items": { - "$ref": "#/components/schemas/NestedVmSnapshot" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true } }, "required": [ - "cluster", - "deleted", + "brand", + "bus_location", + "description", + "host", "id", - "keep", "local_created_at", "local_id", - "logical_size_bytes", + "model", "name", - "object_num", - "snapshotPlanTask", - "vm_info" + "status" ], "type": "object", "additionalProperties": false }, - "WithTask_SnapshotGroup_": { + "WithTask_GpuDevice_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/SnapshotGroup" + "$ref": "#/components/schemas/GpuDevice" } }, "required": [ @@ -74755,819 +70973,696 @@ ], "type": "object" }, - "SnapshotGroupRollbackParams": { + "GpuDeviceUsageUpdationParams": { "properties": { + "data": { + "properties": { + "vgpu_spec": { + "type": "string" + }, + "usage": { + "$ref": "#/components/schemas/GpuDeviceUsage" + } + }, + "type": "object" + }, "where": { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" + "$ref": "#/components/schemas/GpuDeviceWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "SnapshotGroupCloneParam": { + "GpuDeviceDescriptionUpdationParams": { "properties": { - "from_source_vm_id": { - "type": "string" + "data": { + "properties": { + "description": { + "type": "string" + } + }, + "required": [ + "description" + ], + "type": "object" }, - "to_cloned_vm_name": { - "type": "string" + "where": { + "$ref": "#/components/schemas/GpuDeviceWhereInput" } }, "required": [ - "from_source_vm_id", - "to_cloned_vm_name" + "data", + "where" ], "type": "object" }, - "SnapshotGroupCloneParams": { + "GpuDeviceSriovSwitchParams": { "properties": { - "clone": { - "items": { - "$ref": "#/components/schemas/SnapshotGroupCloneParam" - }, - "type": "array" - }, - "id": { - "type": "string" - } - }, - "required": [ - "clone", - "id" - ], - "type": "object" - }, - "SnapshotGroupKeepParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "DeleteSnapshotGroup": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteSnapshotGroup_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, "data": { - "$ref": "#/components/schemas/DeleteSnapshotGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "SnapshotGroupDeletionParams": { - "properties": { + "properties": { + "enable": { + "type": "boolean" + } + }, + "required": [ + "enable" + ], + "type": "object" + }, "where": { - "$ref": "#/components/schemas/SnapshotGroupWhereInput" + "$ref": "#/components/schemas/GpuDeviceWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "SnapshotPlan": { + "GpuVmDetail": { "properties": { - "auto_delete_num": { - "type": "integer", - "format": "int32" - }, - "auto_execute_num": { + "vgpu_instance_on_vm_num": { "type": "integer", "format": "int32" }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "description": { - "type": "string" - }, - "end_time": { - "type": "string", - "nullable": true + "win_opt": { + "type": "boolean" }, - "entityAsyncStatus": { + "vm_usage": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmUsage" } ], "nullable": true }, - "exec_h_m": { - "properties": {}, - "type": "object", + "vm_tools_version": { + "type": "string", "nullable": true }, - "execute_intervals": { + "vm_tools_status": { + "$ref": "#/components/schemas/VmToolsStatus" + }, + "vm_placement_group": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedVmPlacementGroup" }, - "type": "array" - }, - "execute_plan_type": { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" + "type": "array", + "nullable": true }, - "execution_tasks": { + "vm_nics": { "items": { - "$ref": "#/components/schemas/NestedSnapshotPlanTask" + "$ref": "#/components/schemas/NestedVmNic" }, "type": "array", "nullable": true }, - "healthy": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "last_execute_end_time": { - "type": "string", + "vm_disks": { + "items": { + "$ref": "#/components/schemas/NestedVmDisk" + }, + "type": "array", "nullable": true }, - "last_execute_status": { - "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" - }, - "last_execute_time": { - "type": "string", + "video_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVideoType" + } + ], "nullable": true }, - "local_id": { - "type": "string" - }, - "logical_size_bytes": { - "type": "integer", - "format": "int64" - }, - "manual_delete_num": { + "vcpu": { "type": "integer", "format": "int32" }, - "manual_execute_num": { - "type": "integer", - "format": "int32" + "usb_devices": { + "items": { + "$ref": "#/components/schemas/NestedUsbDevice" + }, + "type": "array", + "nullable": true }, - "mirror": { - "type": "boolean" + "unique_size": { + "type": "integer", + "format": "int64", + "nullable": true }, - "name": { - "type": "string" + "status": { + "$ref": "#/components/schemas/VmStatus" }, - "next_execute_time": { - "type": "string", + "snapshots": { + "items": { + "$ref": "#/components/schemas/NestedVmSnapshot" + }, + "type": "array", "nullable": true }, - "object_num": { - "type": "integer", - "format": "int32" - }, - "physical_size_bytes": { - "type": "integer", - "format": "int64" + "snapshot_plan": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedSnapshotPlan" + } + ], + "nullable": true }, - "remain_snapshot_num": { + "size": { "type": "integer", - "format": "int32" + "format": "int64", + "nullable": true }, - "snapshot_group_num": { + "provisioned_size": { "type": "integer", - "format": "int32" - }, - "start_time": { - "type": "string" + "format": "int64", + "nullable": true }, - "status": { - "$ref": "#/components/schemas/SnapshotPlanStatus" + "protected": { + "type": "boolean" }, - "vms": { + "pci_nics": { "items": { - "$ref": "#/components/schemas/NestedVm" + "$ref": "#/components/schemas/NestedNic" }, "type": "array", "nullable": true - } - }, - "required": [ - "auto_delete_num", - "auto_execute_num", - "cluster", - "description", - "execute_intervals", - "execute_plan_type", - "healthy", - "id", - "last_execute_status", - "local_id", - "logical_size_bytes", - "manual_delete_num", - "manual_execute_num", - "mirror", - "name", - "object_num", - "physical_size_bytes", - "remain_snapshot_num", - "snapshot_group_num", - "start_time", - "status" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_SnapshotPlan_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true }, - "data": { - "$ref": "#/components/schemas/SnapshotPlan" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "SnapshotPlanCreationParams": { - "properties": { - "vm_ids": { + "out_uninstall_usb": { "items": { "type": "string" }, "type": "array" }, - "execute_intervals": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array" - }, - "execute_plan_type": { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" - }, - "exec_h_m": { - "type": "string" + "os": { + "type": "string", + "nullable": true }, - "end_time": { - "type": "string" + "original_name": { + "type": "string", + "nullable": true }, - "start_time": { + "node_ip": { "type": "string" }, - "remain_snapshot_num": { - "type": "integer", - "format": "int32" - }, - "cluster_id": { - "type": "string" + "nested_virtualization": { + "type": "boolean" }, "name": { "type": "string" - } - }, - "required": [ - "vm_ids", - "execute_intervals", - "execute_plan_type", - "start_time", - "remain_snapshot_num", - "cluster_id", - "name" - ], - "type": "object" - }, - "SnapshotPlanUpdationParams": { - "properties": { - "data": { - "properties": { - "vm_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "execute_intervals": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array" - }, - "execute_plan_type": { - "$ref": "#/components/schemas/SnapshotPlanExecuteType" - }, - "exec_h_m": { - "type": "string" - }, - "end_time": { - "type": "string" - }, - "remain_snapshot_num": { - "type": "integer", - "format": "int32" - }, - "name": { - "type": "string" - } - }, - "type": "object" }, - "where": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "DeleteSnapshotPlan": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteSnapshotPlan_": { - "properties": { - "task_id": { - "type": "string", + "memory_usage": { + "type": "number", + "format": "double", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteSnapshotPlan" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "SnapshotPlanDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "SnapshotPlanExecutionParams": { - "properties": { - "data": { - "properties": { - "task_name": { - "type": "string" - } - }, - "required": [ - "task_name" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "SnapshotPlanSuspendedParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "SnapshotPlanResumeParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "SnmpAuthProtocol": { - "enum": [ - "MD5", - "SHA" - ], - "type": "string" - }, - "SnmpPrivacyProtocol": { - "enum": [ - "AES", - "DES" - ], - "type": "string" - }, - "SnmpProtocol": { - "enum": [ - "TCP", - "UDP" - ], - "type": "string" - }, - "SnmpVersion": { - "enum": [ - "V2C", - "V3" - ], - "type": "string" - }, - "SnmpTransport": { - "properties": { - "auth_pass_phrase": { - "type": "string", - "nullable": true + "memory": { + "type": "integer", + "format": "int64" }, - "auth_protocol": { + "max_iops_policy": { "allOf": [ { - "$ref": "#/components/schemas/SnmpAuthProtocol" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "community": { - "type": "string", + "max_iops": { + "type": "integer", + "format": "int32", "nullable": true }, - "disabled": { - "type": "boolean" - }, - "entityAsyncStatus": { + "max_bandwidth_policy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "id": { - "type": "string" + "max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "logical_size_bytes": { + "type": "integer", + "format": "int64", + "nullable": true }, "local_id": { "type": "string" }, - "name": { - "type": "string" + "local_created_at": { + "type": "string", + "nullable": true }, - "port": { - "type": "integer", - "format": "int32" + "last_shutdown_time": { + "type": "string", + "nullable": true }, - "privacy_pass_phrase": { + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true + }, + "kernel_info": { "type": "string", "nullable": true }, - "privacy_protocol": { + "isolation_policy": { "allOf": [ { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" + "$ref": "#/components/schemas/NestedIsolationPolicy" } ], "nullable": true }, - "protocol": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "username": { - "type": "string", - "nullable": true + "ips": { + "type": "string" }, - "version": { - "$ref": "#/components/schemas/SnmpVersion" - } - }, - "required": [ - "cluster", - "disabled", - "id", - "local_id", - "name", - "port", - "protocol", - "version" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_SnmpTransport_": { - "properties": { - "task_id": { - "type": "string", + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], "nullable": true }, - "data": { - "$ref": "#/components/schemas/SnmpTransport" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "SnmpTransportCreationParams": { - "properties": { - "disabled": { + "internal": { "type": "boolean" }, - "privacy_protocol": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" + "in_recycle_bin": { + "type": "boolean" }, - "privacy_pass_phrase": { + "id": { "type": "string" }, - "auth_protocol": { - "$ref": "#/components/schemas/SnmpAuthProtocol" - }, - "auth_pass_phrase": { - "type": "string" + "hostname": { + "type": "string", + "nullable": true }, - "username": { - "type": "string" + "host": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedHost" + } + ], + "nullable": true }, - "community": { - "type": "string" + "ha": { + "type": "boolean" }, - "port": { + "guest_used_size": { "type": "integer", - "format": "int32" - }, - "protocol": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "version": { - "$ref": "#/components/schemas/SnmpVersion" - }, - "name": { - "type": "string" - }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "port", - "protocol", - "version", - "name", - "cluster_id" - ], - "type": "object" - }, - "SnmpTransportWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/SnmpTransportWhereInput" - }, - "type": "array", + "format": "int64", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SnmpTransportWhereInput" - }, - "type": "array", + "guest_size_usage": { + "type": "number", + "format": "double", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/SnmpTransportWhereInput" - }, - "type": "array", + "guest_os_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmGuestsOperationSystem" + } + ], "nullable": true }, - "auth_pass_phrase": { + "guest_cpu_model": { "type": "string", "nullable": true }, - "auth_pass_phrase_contains": { - "type": "string", + "gpu_devices": { + "items": { + "$ref": "#/components/schemas/NestedGpuDevice" + }, + "type": "array", "nullable": true }, - "auth_pass_phrase_ends_with": { - "type": "string", + "folder": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVmFolder" + } + ], "nullable": true }, - "auth_pass_phrase_gt": { - "type": "string", - "nullable": true + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "auth_pass_phrase_gte": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "auth_pass_phrase_in": { + "entity_filter_results": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVmEntityFilterResult" }, "type": "array", "nullable": true }, - "auth_pass_phrase_lt": { + "dns_servers": { "type": "string", "nullable": true }, - "auth_pass_phrase_lte": { + "description": { + "type": "string" + }, + "deleted_at": { "type": "string", "nullable": true }, - "auth_pass_phrase_not": { - "type": "string", + "cpu_usage": { + "type": "number", + "format": "double", "nullable": true }, - "auth_pass_phrase_not_contains": { - "type": "string", + "cpu_model": { + "type": "string" + }, + "cpu": { + "$ref": "#/components/schemas/NestedCpu" + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedCluster" + } + ], "nullable": true }, - "auth_pass_phrase_not_ends_with": { - "type": "string", + "cloud_init_supported": { + "type": "boolean", "nullable": true }, - "auth_pass_phrase_not_in": { + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" + } + }, + "required": [ + "win_opt", + "vm_tools_status", + "vcpu", + "status", + "protected", + "out_uninstall_usb", + "node_ip", + "nested_virtualization", + "name", + "memory", + "local_id", + "ips", + "internal", + "in_recycle_bin", + "id", + "ha", + "firmware", + "description", + "cpu_model", + "cpu", + "clock_offset" + ], + "type": "object" + }, + "GpuVmInfo": { + "properties": { + "vms": { "items": { - "type": "string" + "$ref": "#/components/schemas/GpuVmDetail" }, - "type": "array", + "type": "array" + }, + "vgpu_instance_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "auth_pass_phrase_not_starts_with": { + "user_vgpu_type_name": { "type": "string", "nullable": true }, - "auth_pass_phrase_starts_with": { + "user_vgpu_type_id": { "type": "string", "nullable": true }, - "auth_protocol": { + "user_usage": { "allOf": [ { - "$ref": "#/components/schemas/SnmpAuthProtocol" + "$ref": "#/components/schemas/GpuDeviceUsage" } ], "nullable": true }, - "auth_protocol_in": { + "status": { + "$ref": "#/components/schemas/GpuDeviceStatus" + }, + "name": { + "type": "string" + }, + "model": { + "type": "string" + }, + "mdev_supported_types": { "items": { - "$ref": "#/components/schemas/SnmpAuthProtocol" + "$ref": "#/components/schemas/NestedVgpuType" }, "type": "array", "nullable": true }, - "auth_protocol_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpAuthProtocol" - } - ], - "nullable": true + "local_id": { + "type": "string" }, - "auth_protocol_not_in": { + "local_created_at": { + "type": "string" + }, + "labels": { "items": { - "$ref": "#/components/schemas/SnmpAuthProtocol" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], + "is_nvidia_vfs_supported": { + "type": "boolean", "nullable": true }, - "community": { - "type": "string", + "is_nvidia_vfs_enabled": { + "type": "boolean", "nullable": true }, - "community_contains": { - "type": "string", + "is_nvidia_tools_ready": { + "type": "boolean", "nullable": true }, - "community_ends_with": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "community_gt": { - "type": "string", - "nullable": true + "host": { + "$ref": "#/components/schemas/NestedHost" }, - "community_gte": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "community_in": { - "items": { - "type": "string" - }, - "type": "array", + "driver_info": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedGpuDriverInfo" + } + ], "nullable": true }, - "community_lt": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "community_lte": { - "type": "string", - "nullable": true + "bus_location": { + "type": "string" }, - "community_not": { - "type": "string", + "brand": { + "type": "string" + }, + "available_vgpus_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "community_not_contains": { + "assigned_vgpus_num": { + "type": "integer", + "format": "int32", + "nullable": true + } + }, + "required": [ + "vms", + "status", + "name", + "model", + "local_id", + "local_created_at", + "id", + "host", + "description", + "bus_location", + "brand" + ], + "type": "object" + }, + "GpuDeviceOrderByInput": { + "enum": [ + "assigned_vgpus_num_ASC", + "assigned_vgpus_num_DESC", + "available_vgpus_num_ASC", + "available_vgpus_num_DESC", + "brand_ASC", + "brand_DESC", + "bus_location_ASC", + "bus_location_DESC", + "description_ASC", + "description_DESC", + "driver_info_ASC", + "driver_info_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "is_nvidia_tools_ready_ASC", + "is_nvidia_tools_ready_DESC", + "is_nvidia_vfs_enabled_ASC", + "is_nvidia_vfs_enabled_DESC", + "is_nvidia_vfs_supported_ASC", + "is_nvidia_vfs_supported_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "mdev_supported_types_ASC", + "mdev_supported_types_DESC", + "model_ASC", + "model_DESC", + "name_ASC", + "name_DESC", + "status_ASC", + "status_DESC", + "user_usage_ASC", + "user_usage_DESC", + "user_vgpu_type_id_ASC", + "user_vgpu_type_id_DESC", + "user_vgpu_type_name_ASC", + "user_vgpu_type_name_DESC", + "vgpu_instance_num_ASC", + "vgpu_instance_num_DESC" + ], + "type": "string" + }, + "GetGpuDevicesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "community_not_ends_with": { + "before": { "type": "string", "nullable": true }, - "community_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "community_not_starts_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "community_starts_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceOrderByInput" + } + ], "nullable": true }, - "disabled": { - "type": "boolean", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "disabled_not": { - "type": "boolean", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/GpuDeviceWhereInput" + } + ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "MetricType": { + "enum": [ + "BOTTOMK", + "NORMAL", + "TOPK" + ], + "type": "string" + }, + "GraphType": { + "enum": [ + "AREA", + "STACK" + ], + "type": "string" + }, + "NestedView": { + "properties": { + "id": { + "type": "string" }, - "entityAsyncStatus": { + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "Graph": { + "properties": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedCluster" } ], "nullable": true }, - "entityAsyncStatus_in": { + "disks": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedDisk" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "entityAsyncStatus": { "allOf": [ { "$ref": "#/components/schemas/EntityAsyncStatus" @@ -75575,1078 +71670,1112 @@ ], "nullable": true }, - "entityAsyncStatus_not_in": { + "hosts": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedHost" }, "type": "array", "nullable": true }, "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true - }, - "id_gte": { - "type": "string", - "nullable": true + "type": "string" }, - "id_in": { + "instance_ids": { "items": { "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "id_lt": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "id_lte": { - "type": "string", + "luns": { + "items": { + "$ref": "#/components/schemas/NestedIscsiLun" + }, + "type": "array", "nullable": true }, - "id_not": { - "type": "string", - "nullable": true + "metric_count": { + "type": "integer", + "format": "int32" }, - "id_not_contains": { - "type": "string", - "nullable": true + "metric_name": { + "type": "string" }, - "id_not_ends_with": { - "type": "string", - "nullable": true + "metric_type": { + "$ref": "#/components/schemas/MetricType" }, - "id_not_in": { + "namespaces": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedNvmfNamespace" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "network": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "id_starts_with": { - "type": "string", + "nics": { + "items": { + "$ref": "#/components/schemas/NestedNic" + }, + "type": "array", "nullable": true }, - "local_id": { - "type": "string", - "nullable": true + "resource_type": { + "type": "string" }, - "local_id_contains": { + "service": { "type": "string", "nullable": true }, - "local_id_ends_with": { - "type": "string", - "nullable": true + "targets": { + "properties": {}, + "type": "object" }, - "local_id_gt": { - "type": "string", - "nullable": true + "title": { + "type": "string" }, - "local_id_gte": { - "type": "string", + "type": { + "$ref": "#/components/schemas/GraphType" + }, + "view": { + "$ref": "#/components/schemas/NestedView" + }, + "vmNics": { + "items": { + "$ref": "#/components/schemas/NestedVmNic" + }, + "type": "array", "nullable": true }, - "local_id_in": { + "vmVolumes": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVmVolume" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", + "vms": { + "items": { + "$ref": "#/components/schemas/NestedVm" + }, + "type": "array", "nullable": true }, - "local_id_lte": { - "type": "string", + "witnesses": { + "items": { + "$ref": "#/components/schemas/NestedWitness" + }, + "type": "array", "nullable": true }, - "local_id_not": { + "zones": { + "items": { + "$ref": "#/components/schemas/NestedZone" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "id", + "instance_ids", + "local_id", + "metric_count", + "metric_name", + "metric_type", + "resource_type", + "targets", + "title", + "type", + "view" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_Graph_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "local_id_not_contains": { - "type": "string", + "data": { + "$ref": "#/components/schemas/Graph" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "GraphCreationParams": { + "properties": { + "instance_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "network": { + "$ref": "#/components/schemas/NetworkType" + }, + "service": { + "type": "string" + }, + "metric_type": { + "$ref": "#/components/schemas/MetricType" + }, + "metric_count": { + "type": "integer", + "format": "int32" + }, + "type": { + "$ref": "#/components/schemas/GraphType" + }, + "resource_type": { + "type": "string" + }, + "view_id": { + "type": "string" + }, + "title": { + "type": "string" + }, + "cluster_id": { + "type": "string" + }, + "connect_id": { + "items": { + "type": "string" + }, + "type": "array" + }, + "metric_name": { + "type": "string" + } + }, + "required": [ + "type", + "resource_type", + "view_id", + "title", + "cluster_id", + "connect_id", + "metric_name" + ], + "type": "object" + }, + "GraphWhereInput": { + "properties": { + "AND": { + "items": { + "$ref": "#/components/schemas/GraphWhereInput" + }, + "type": "array", "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/GraphWhereInput" + }, + "type": "array", "nullable": true }, - "local_id_not_in": { + "OR": { "items": { - "type": "string" + "$ref": "#/components/schemas/GraphWhereInput" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "disks_every": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "name": { - "type": "string", + "disks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "name_contains": { - "type": "string", + "disks_some": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true }, - "name_ends_with": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "name_gt": { - "type": "string", + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", "nullable": true }, - "name_gte": { - "type": "string", + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "name_in": { + "entityAsyncStatus_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "name_lt": { + "hosts_every": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "hosts_none": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "hosts_some": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "name_lte": { + "id_contains": { "type": "string", "nullable": true }, - "name_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "name_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_lt": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_lte": { "type": "string", "nullable": true }, - "port": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "port_gt": { - "type": "integer", - "format": "int32", + "id_not_contains": { + "type": "string", "nullable": true }, - "port_gte": { - "type": "integer", - "format": "int32", + "id_not_ends_with": { + "type": "string", "nullable": true }, - "port_in": { + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "port_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "port_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "port_not": { - "type": "integer", - "format": "int32", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "port_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "id_starts_with": { + "type": "string", "nullable": true }, - "privacy_pass_phrase": { + "local_id": { "type": "string", "nullable": true }, - "privacy_pass_phrase_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "privacy_pass_phrase_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "privacy_pass_phrase_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "privacy_pass_phrase_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "privacy_pass_phrase_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "privacy_pass_phrase_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "privacy_pass_phrase_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "privacy_pass_phrase_not": { + "local_id_not": { "type": "string", "nullable": true }, - "privacy_pass_phrase_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "privacy_pass_phrase_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "privacy_pass_phrase_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "privacy_pass_phrase_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "privacy_pass_phrase_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "privacy_protocol": { + "luns_every": { "allOf": [ { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true }, - "privacy_protocol_in": { - "items": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - }, - "type": "array", - "nullable": true - }, - "privacy_protocol_not": { + "luns_none": { "allOf": [ { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true }, - "privacy_protocol_not_in": { - "items": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - }, - "type": "array", - "nullable": true - }, - "protocol": { + "luns_some": { "allOf": [ { - "$ref": "#/components/schemas/SnmpProtocol" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true }, - "protocol_in": { + "metric_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "metric_count_gt": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "metric_count_gte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "metric_count_in": { "items": { - "$ref": "#/components/schemas/SnmpProtocol" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "protocol_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpProtocol" - } - ], + "metric_count_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "protocol_not_in": { + "metric_count_lte": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "metric_count_not": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "metric_count_not_in": { "items": { - "$ref": "#/components/schemas/SnmpProtocol" + "type": "integer", + "format": "int32" }, "type": "array", "nullable": true }, - "username": { + "metric_name": { "type": "string", "nullable": true }, - "username_contains": { + "metric_name_contains": { "type": "string", "nullable": true }, - "username_ends_with": { + "metric_name_ends_with": { "type": "string", "nullable": true }, - "username_gt": { + "metric_name_gt": { "type": "string", "nullable": true }, - "username_gte": { + "metric_name_gte": { "type": "string", "nullable": true }, - "username_in": { + "metric_name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_lt": { + "metric_name_lt": { "type": "string", "nullable": true }, - "username_lte": { + "metric_name_lte": { "type": "string", "nullable": true }, - "username_not": { + "metric_name_not": { "type": "string", "nullable": true }, - "username_not_contains": { + "metric_name_not_contains": { "type": "string", "nullable": true }, - "username_not_ends_with": { + "metric_name_not_ends_with": { "type": "string", "nullable": true }, - "username_not_in": { + "metric_name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_not_starts_with": { + "metric_name_not_starts_with": { "type": "string", "nullable": true }, - "username_starts_with": { + "metric_name_starts_with": { "type": "string", "nullable": true }, - "version": { + "metric_type": { "allOf": [ { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/MetricType" } ], "nullable": true }, - "version_in": { + "metric_type_in": { "items": { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/MetricType" }, "type": "array", "nullable": true }, - "version_not": { + "metric_type_not": { "allOf": [ { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/MetricType" } ], "nullable": true }, - "version_not_in": { + "metric_type_not_in": { "items": { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/MetricType" }, "type": "array", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "SnmpTransportUpdationParams": { - "properties": { - "data": { - "properties": { - "disabled": { - "type": "boolean" - }, - "privacy_protocol": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - }, - "privacy_pass_phrase": { - "type": "string" - }, - "auth_protocol": { - "$ref": "#/components/schemas/SnmpAuthProtocol" - }, - "auth_pass_phrase": { - "type": "string" - }, - "username": { - "type": "string" - }, - "community": { - "type": "string" - }, - "port": { - "type": "integer", - "format": "int32" - }, - "protocol": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "version": { - "$ref": "#/components/schemas/SnmpVersion" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/SnmpTransportWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteSnmpTransport": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteSnmpTransport_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/DeleteSnmpTransport" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "SnmpTransportDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/SnmpTransportWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "SnmpLanguageCode": { - "enum": [ - "EN_US", - "ZH_CN" - ], - "type": "string" - }, - "SnmpTrapReceiver": { - "properties": { - "auth_pass_phrase": { - "type": "string", - "nullable": true }, - "auth_protocol": { + "namespaces_every": { "allOf": [ { - "$ref": "#/components/schemas/SnmpAuthProtocol" + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" } ], "nullable": true }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, - "community": { - "type": "string", - "nullable": true - }, - "disabled": { - "type": "boolean" - }, - "engine_id": { - "type": "string", - "nullable": true - }, - "entityAsyncStatus": { + "namespaces_none": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" } ], "nullable": true }, - "host": { - "type": "string" - }, - "id": { - "type": "string" - }, - "inform": { - "type": "boolean" - }, - "language_code": { - "$ref": "#/components/schemas/SnmpLanguageCode" - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "port": { - "type": "integer", - "format": "int32" - }, - "privacy_pass_phrase": { - "type": "string", + "namespaces_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], "nullable": true }, - "privacy_protocol": { + "network": { "allOf": [ { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" + "$ref": "#/components/schemas/NetworkType" } ], "nullable": true }, - "protocol": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "username": { - "type": "string", + "network_in": { + "items": { + "$ref": "#/components/schemas/NetworkType" + }, + "type": "array", "nullable": true }, - "version": { - "$ref": "#/components/schemas/SnmpVersion" - } - }, - "required": [ - "cluster", - "disabled", - "host", - "id", - "inform", - "language_code", - "local_id", - "name", - "port", - "protocol", - "version" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_SnmpTrapReceiver_": { - "properties": { - "task_id": { - "type": "string", + "network_not": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "data": { - "$ref": "#/components/schemas/SnmpTrapReceiver" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "SnmpTrapReceiverCreationParams": { - "properties": { - "disabled": { - "type": "boolean" - }, - "inform": { - "type": "boolean" - }, - "engine_id": { - "type": "string" - }, - "privacy_protocol": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - }, - "privacy_pass_phrase": { - "type": "string" - }, - "auth_protocol": { - "$ref": "#/components/schemas/SnmpAuthProtocol" - }, - "auth_pass_phrase": { - "type": "string" - }, - "username": { - "type": "string" - }, - "community": { - "type": "string" - }, - "language_code": { - "$ref": "#/components/schemas/SnmpLanguageCode" - }, - "port": { - "type": "integer", - "format": "int32" - }, - "host": { - "type": "string" - }, - "protocol": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "version": { - "$ref": "#/components/schemas/SnmpVersion" - }, - "name": { - "type": "string" - }, - "cluster_id": { - "type": "string" - } - }, - "required": [ - "language_code", - "port", - "host", - "protocol", - "version", - "name", - "cluster_id" - ], - "type": "object" - }, - "SnmpTrapReceiverWhereInput": { - "properties": { - "AND": { + "network_not_in": { "items": { - "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" + "$ref": "#/components/schemas/NetworkType" }, "type": "array", "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" - }, - "type": "array", + "nics_every": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" - }, - "type": "array", + "nics_none": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], "nullable": true }, - "auth_pass_phrase": { + "nics_some": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], + "nullable": true + }, + "resource_type": { "type": "string", "nullable": true }, - "auth_pass_phrase_contains": { + "resource_type_contains": { "type": "string", "nullable": true }, - "auth_pass_phrase_ends_with": { + "resource_type_ends_with": { "type": "string", "nullable": true }, - "auth_pass_phrase_gt": { + "resource_type_gt": { "type": "string", "nullable": true }, - "auth_pass_phrase_gte": { + "resource_type_gte": { "type": "string", "nullable": true }, - "auth_pass_phrase_in": { + "resource_type_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "auth_pass_phrase_lt": { + "resource_type_lt": { "type": "string", "nullable": true }, - "auth_pass_phrase_lte": { + "resource_type_lte": { "type": "string", "nullable": true }, - "auth_pass_phrase_not": { + "resource_type_not": { "type": "string", "nullable": true }, - "auth_pass_phrase_not_contains": { + "resource_type_not_contains": { "type": "string", "nullable": true }, - "auth_pass_phrase_not_ends_with": { + "resource_type_not_ends_with": { "type": "string", "nullable": true }, - "auth_pass_phrase_not_in": { + "resource_type_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "auth_pass_phrase_not_starts_with": { + "resource_type_not_starts_with": { "type": "string", "nullable": true }, - "auth_pass_phrase_starts_with": { + "resource_type_starts_with": { "type": "string", "nullable": true }, - "auth_protocol": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpAuthProtocol" - } - ], - "nullable": true - }, - "auth_protocol_in": { - "items": { - "$ref": "#/components/schemas/SnmpAuthProtocol" - }, - "type": "array", - "nullable": true - }, - "auth_protocol_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpAuthProtocol" - } - ], - "nullable": true - }, - "auth_protocol_not_in": { - "items": { - "$ref": "#/components/schemas/SnmpAuthProtocol" - }, - "type": "array", - "nullable": true - }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "community": { + "service": { "type": "string", "nullable": true }, - "community_contains": { + "service_contains": { "type": "string", "nullable": true }, - "community_ends_with": { + "service_ends_with": { "type": "string", "nullable": true }, - "community_gt": { + "service_gt": { "type": "string", "nullable": true }, - "community_gte": { + "service_gte": { "type": "string", "nullable": true }, - "community_in": { + "service_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "community_lt": { + "service_lt": { "type": "string", "nullable": true }, - "community_lte": { + "service_lte": { "type": "string", "nullable": true }, - "community_not": { + "service_not": { "type": "string", "nullable": true }, - "community_not_contains": { + "service_not_contains": { "type": "string", "nullable": true }, - "community_not_ends_with": { + "service_not_ends_with": { "type": "string", "nullable": true }, - "community_not_in": { + "service_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "community_not_starts_with": { + "service_not_starts_with": { "type": "string", "nullable": true }, - "community_starts_with": { + "service_starts_with": { "type": "string", "nullable": true }, - "disabled": { - "type": "boolean", - "nullable": true - }, - "disabled_not": { - "type": "boolean", - "nullable": true - }, - "engine_id": { + "title": { "type": "string", "nullable": true }, - "engine_id_contains": { + "title_contains": { "type": "string", "nullable": true }, - "engine_id_ends_with": { + "title_ends_with": { "type": "string", "nullable": true }, - "engine_id_gt": { + "title_gt": { "type": "string", "nullable": true }, - "engine_id_gte": { + "title_gte": { "type": "string", "nullable": true }, - "engine_id_in": { + "title_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "engine_id_lt": { + "title_lt": { "type": "string", "nullable": true }, - "engine_id_lte": { + "title_lte": { "type": "string", "nullable": true }, - "engine_id_not": { + "title_not": { "type": "string", "nullable": true }, - "engine_id_not_contains": { + "title_not_contains": { "type": "string", "nullable": true }, - "engine_id_not_ends_with": { + "title_not_ends_with": { "type": "string", "nullable": true }, - "engine_id_not_in": { + "title_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "engine_id_not_starts_with": { + "title_not_starts_with": { "type": "string", "nullable": true }, - "engine_id_starts_with": { + "title_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { + "type": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/GraphType" } ], "nullable": true }, - "entityAsyncStatus_in": { + "type_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/GraphType" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "type_not": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/GraphType" } ], "nullable": true }, - "entityAsyncStatus_not_in": { + "type_not_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/GraphType" }, "type": "array", "nullable": true }, - "host": { - "type": "string", + "view": { + "allOf": [ + { + "$ref": "#/components/schemas/ViewWhereInput" + } + ], "nullable": true }, - "host_contains": { - "type": "string", + "vmNics_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicWhereInput" + } + ], "nullable": true }, - "host_ends_with": { - "type": "string", + "vmNics_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicWhereInput" + } + ], "nullable": true }, - "host_gt": { - "type": "string", + "vmNics_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicWhereInput" + } + ], "nullable": true }, - "host_gte": { - "type": "string", + "vmVolumes_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true }, - "host_in": { - "items": { - "type": "string" - }, - "type": "array", + "vmVolumes_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true }, - "host_lt": { - "type": "string", + "vmVolumes_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true }, - "host_lte": { - "type": "string", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "host_not": { - "type": "string", + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "host_not_contains": { - "type": "string", + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "host_not_ends_with": { - "type": "string", + "witnesses_every": { + "allOf": [ + { + "$ref": "#/components/schemas/WitnessWhereInput" + } + ], "nullable": true }, - "host_not_in": { + "witnesses_none": { + "allOf": [ + { + "$ref": "#/components/schemas/WitnessWhereInput" + } + ], + "nullable": true + }, + "witnesses_some": { + "allOf": [ + { + "$ref": "#/components/schemas/WitnessWhereInput" + } + ], + "nullable": true + }, + "zones_every": { + "allOf": [ + { + "$ref": "#/components/schemas/ZoneWhereInput" + } + ], + "nullable": true + }, + "zones_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ZoneWhereInput" + } + ], + "nullable": true + }, + "zones_some": { + "allOf": [ + { + "$ref": "#/components/schemas/ZoneWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "ViewWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/ViewWhereInput" }, "type": "array", "nullable": true }, - "host_not_starts_with": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/ViewWhereInput" + }, + "type": "array", "nullable": true }, - "host_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/ViewWhereInput" + }, + "type": "array", + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "entityAsyncStatus_not": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "entityAsyncStatus_not_in": { + "items": { + "$ref": "#/components/schemas/EntityAsyncStatus" + }, + "type": "array", + "nullable": true + }, + "graphs_every": { + "allOf": [ + { + "$ref": "#/components/schemas/GraphWhereInput" + } + ], + "nullable": true + }, + "graphs_none": { + "allOf": [ + { + "$ref": "#/components/schemas/GraphWhereInput" + } + ], + "nullable": true + }, + "graphs_some": { + "allOf": [ + { + "$ref": "#/components/schemas/GraphWhereInput" + } + ], "nullable": true }, "id": { @@ -76711,44 +72840,6 @@ "type": "string", "nullable": true }, - "inform": { - "type": "boolean", - "nullable": true - }, - "inform_not": { - "type": "boolean", - "nullable": true - }, - "language_code": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpLanguageCode" - } - ], - "nullable": true - }, - "language_code_in": { - "items": { - "$ref": "#/components/schemas/SnmpLanguageCode" - }, - "type": "array", - "nullable": true - }, - "language_code_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpLanguageCode" - } - ], - "nullable": true - }, - "language_code_not_in": { - "items": { - "$ref": "#/components/schemas/SnmpLanguageCode" - }, - "type": "array", - "nullable": true - }, "local_id": { "type": "string", "nullable": true @@ -76873,22 +72964,22 @@ "type": "string", "nullable": true }, - "port": { + "time_span": { "type": "integer", "format": "int32", "nullable": true }, - "port_gt": { + "time_span_gt": { "type": "integer", "format": "int32", "nullable": true }, - "port_gte": { + "time_span_gte": { "type": "integer", "format": "int32", "nullable": true }, - "port_in": { + "time_span_in": { "items": { "type": "integer", "format": "int32" @@ -76896,22 +72987,22 @@ "type": "array", "nullable": true }, - "port_lt": { + "time_span_lt": { "type": "integer", "format": "int32", "nullable": true }, - "port_lte": { + "time_span_lte": { "type": "integer", "format": "int32", "nullable": true }, - "port_not": { + "time_span_not": { "type": "integer", "format": "int32", "nullable": true }, - "port_not_in": { + "time_span_not_in": { "items": { "type": "integer", "format": "int32" @@ -76919,216 +73010,32 @@ "type": "array", "nullable": true }, - "privacy_pass_phrase": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_contains": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_ends_with": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_gt": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_gte": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "privacy_pass_phrase_lt": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_lte": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_not": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_not_contains": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_not_ends_with": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "privacy_pass_phrase_not_starts_with": { - "type": "string", - "nullable": true - }, - "privacy_pass_phrase_starts_with": { - "type": "string", - "nullable": true - }, - "privacy_protocol": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - } - ], - "nullable": true - }, - "privacy_protocol_in": { - "items": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - }, - "type": "array", - "nullable": true - }, - "privacy_protocol_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - } - ], - "nullable": true - }, - "privacy_protocol_not_in": { - "items": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" - }, - "type": "array", - "nullable": true - }, - "protocol": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpProtocol" - } - ], - "nullable": true - }, - "protocol_in": { - "items": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "type": "array", - "nullable": true - }, - "protocol_not": { - "allOf": [ - { - "$ref": "#/components/schemas/SnmpProtocol" - } - ], - "nullable": true - }, - "protocol_not_in": { - "items": { - "$ref": "#/components/schemas/SnmpProtocol" - }, - "type": "array", - "nullable": true - }, - "username": { - "type": "string", - "nullable": true - }, - "username_contains": { - "type": "string", - "nullable": true - }, - "username_ends_with": { - "type": "string", - "nullable": true - }, - "username_gt": { - "type": "string", - "nullable": true - }, - "username_gte": { - "type": "string", - "nullable": true - }, - "username_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "username_lt": { - "type": "string", - "nullable": true - }, - "username_lte": { - "type": "string", - "nullable": true - }, - "username_not": { - "type": "string", - "nullable": true - }, - "username_not_contains": { - "type": "string", - "nullable": true - }, - "username_not_ends_with": { - "type": "string", - "nullable": true - }, - "username_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "username_not_starts_with": { - "type": "string", - "nullable": true - }, - "username_starts_with": { - "type": "string", - "nullable": true - }, - "version": { + "time_unit": { "allOf": [ { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/TimeUnit" } ], "nullable": true }, - "version_in": { + "time_unit_in": { "items": { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/TimeUnit" }, "type": "array", "nullable": true }, - "version_not": { + "time_unit_not": { "allOf": [ { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/TimeUnit" } ], "nullable": true }, - "version_not_in": { + "time_unit_not_in": { "items": { - "$ref": "#/components/schemas/SnmpVersion" + "$ref": "#/components/schemas/TimeUnit" }, "type": "array", "nullable": true @@ -77137,70 +73044,92 @@ "type": "object", "additionalProperties": false }, - "SnmpTrapReceiverUpdationParams": { + "TimeUnit": { + "enum": [ + "DAY", + "HOUR", + "MONTH" + ], + "type": "string" + }, + "GraphUpdationParams": { "properties": { "data": { "properties": { - "disabled": { - "type": "boolean" + "instance_ids": { + "items": { + "type": "string" + }, + "type": "array" }, - "inform": { - "type": "boolean" + "luns": { + "$ref": "#/components/schemas/IscsiLunWhereInput" }, - "engine_id": { - "type": "string" + "vmNics": { + "$ref": "#/components/schemas/VmNicWhereInput" }, - "privacy_protocol": { - "$ref": "#/components/schemas/SnmpPrivacyProtocol" + "nics": { + "$ref": "#/components/schemas/NicWhereInput" }, - "privacy_pass_phrase": { - "type": "string" + "disks": { + "$ref": "#/components/schemas/DiskWhereInput" }, - "auth_protocol": { - "$ref": "#/components/schemas/SnmpAuthProtocol" + "vmVolumes": { + "$ref": "#/components/schemas/VmVolumeWhereInput" }, - "auth_pass_phrase": { - "type": "string" + "vms": { + "$ref": "#/components/schemas/VmWhereInput" }, - "username": { - "type": "string" + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" }, - "community": { + "network": { + "$ref": "#/components/schemas/NetworkType" + }, + "cluster": { + "$ref": "#/components/schemas/ClusterWhereInput" + }, + "service": { "type": "string" }, - "language_code": { - "$ref": "#/components/schemas/SnmpLanguageCode" + "metric_type": { + "$ref": "#/components/schemas/MetricType" }, - "port": { + "metric_count": { "type": "integer", "format": "int32" }, - "host": { - "type": "string" + "type": { + "$ref": "#/components/schemas/GraphType" }, - "protocol": { - "$ref": "#/components/schemas/SnmpProtocol" + "resource_type": { + "type": "string" }, - "version": { - "$ref": "#/components/schemas/SnmpVersion" + "title": { + "type": "string" }, - "name": { + "metric_name": { "type": "string" + }, + "connect_id": { + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" }, "where": { - "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" + "$ref": "#/components/schemas/GraphWhereInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "DeleteSnmpTrapReceiver": { + "DeleteGraph": { "properties": { "id": { "type": "string" @@ -77211,14 +73140,14 @@ ], "type": "object" }, - "WithTask_DeleteSnmpTrapReceiver_": { + "WithTask_DeleteGraph_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteSnmpTrapReceiver" + "$ref": "#/components/schemas/DeleteGraph" } }, "required": [ @@ -77226,10 +73155,10 @@ ], "type": "object" }, - "SnmpTrapReceiverDeletionParams": { + "GraphDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" + "$ref": "#/components/schemas/GraphWhereInput" } }, "required": [ @@ -77237,461 +73166,654 @@ ], "type": "object" }, - "UploadTaskWhereInput": { + "NestedTask": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/UploadTaskWhereInput" - }, - "type": "array", - "nullable": true + "args": { + "properties": {}, + "type": "object" }, - "NOT": { - "items": { - "$ref": "#/components/schemas/UploadTaskWhereInput" - }, - "type": "array", - "nullable": true + "description": { + "type": "string" }, - "OR": { - "items": { - "$ref": "#/components/schemas/UploadTaskWhereInput" - }, - "type": "array", - "nullable": true + "id": { + "type": "string" }, - "chunk_size": { - "type": "integer", - "format": "int64", - "nullable": true + "internal": { + "type": "boolean" }, - "chunk_size_gt": { - "type": "integer", - "format": "int64", - "nullable": true + "local_created_at": { + "type": "string" }, - "chunk_size_gte": { - "type": "integer", - "format": "int64", - "nullable": true + "progress": { + "type": "number", + "format": "double" }, - "chunk_size_in": { + "snapshot": { + "type": "string" + }, + "status": { + "$ref": "#/components/schemas/TaskStatus" + }, + "steps": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/NestedStep" }, - "type": "array", + "type": "array" + } + }, + "required": [ + "args", + "description", + "id", + "internal", + "local_created_at", + "progress", + "snapshot", + "status", + "steps" + ], + "type": "object", + "additionalProperties": false + }, + "BatchHosts": { + "properties": { + "task": { + "$ref": "#/components/schemas/NestedTask" + } + }, + "required": [ + "task" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_BatchHosts_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "chunk_size_lt": { - "type": "integer", - "format": "int64", + "data": { + "$ref": "#/components/schemas/BatchHosts" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "HostBatchCreateIpmiInput": { + "properties": { + "username": { + "type": "string" + }, + "password": { + "type": "string" + }, + "ip": { + "type": "string" + } + }, + "required": [ + "username", + "password", + "ip" + ], + "type": "object" + }, + "HostBatchCreateDiskInput": { + "properties": { + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskType" + } + ], "nullable": true }, - "chunk_size_lte": { - "type": "integer", - "format": "int64", + "size": { + "type": "number", + "format": "double", "nullable": true }, - "chunk_size_not": { - "type": "integer", - "format": "int64", + "function": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskFunction" + } + ], "nullable": true }, - "chunk_size_not_in": { + "drive": { + "type": "string" + } + }, + "required": [ + "drive" + ], + "type": "object" + }, + "HostBatchCreateIfaceFunction": { + "enum": [ + "ACCESS", + "MANAGEMENT", + "MIGRATION", + "STORAGE", + "VMWARE_ACCESS" + ], + "type": "string" + }, + "HostBatchCreateIfaceInput": { + "properties": { + "netmask": { + "type": "string" + }, + "name": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, - "type": "array", - "nullable": true - }, - "current_chunk": { - "type": "integer", - "format": "int32", - "nullable": true + "type": "array" }, - "current_chunk_gt": { - "type": "integer", - "format": "int32", - "nullable": true + "ip": { + "type": "string" }, - "current_chunk_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "gateway_ip": { + "type": "string" }, - "current_chunk_in": { + "function": { + "$ref": "#/components/schemas/HostBatchCreateIfaceFunction" + } + }, + "required": [ + "netmask", + "name", + "ip", + "gateway_ip", + "function" + ], + "type": "object" + }, + "ZbsSpec": { + "enum": [ + "normal", + "large" + ], + "type": "string" + }, + "HostVdsConfig": { + "properties": { + "nics": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "current_chunk_lt": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "nics", + "name" + ], + "type": "object" + }, + "HostCreationParamsData": { + "properties": { + "vdses": { + "items": { + "$ref": "#/components/schemas/HostVdsConfig" + }, + "type": "array" }, - "current_chunk_lte": { - "type": "integer", - "format": "int32", - "nullable": true + "zbs_spec": { + "$ref": "#/components/schemas/ZbsSpec" }, - "current_chunk_not": { - "type": "integer", - "format": "int32", - "nullable": true + "ifaces": { + "items": { + "$ref": "#/components/schemas/HostBatchCreateIfaceInput" + }, + "type": "array" }, - "current_chunk_not_in": { + "disks": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/HostBatchCreateDiskInput" }, - "type": "array", - "nullable": true + "type": "array" }, - "finished_at": { - "type": "string", - "nullable": true + "platform_password": { + "type": "string" }, - "finished_at_gt": { - "type": "string", - "nullable": true + "platform_username": { + "type": "string" }, - "finished_at_gte": { - "type": "string", - "nullable": true + "platform_ip": { + "type": "string" }, - "finished_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "ipmi": { + "$ref": "#/components/schemas/HostBatchCreateIpmiInput" }, - "finished_at_lt": { - "type": "string", - "nullable": true + "hostname": { + "type": "string" }, - "finished_at_lte": { - "type": "string", - "nullable": true + "host_uuid": { + "type": "string" }, - "finished_at_not": { - "type": "string", - "nullable": true + "host_ip": { + "type": "string" + } + }, + "required": [ + "ifaces", + "disks", + "hostname", + "host_uuid", + "host_ip" + ], + "type": "object" + }, + "HostAuthInfo": { + "properties": { + "root_user_password": { + "type": "string" }, - "finished_at_not_in": { + "default_user_password": { + "type": "string" + } + }, + "type": "object" + }, + "HostCreationParams": { + "properties": { + "auth_info": { + "$ref": "#/components/schemas/HostAuthInfo" + }, + "data": { "items": { - "type": "string" + "$ref": "#/components/schemas/HostCreationParamsData" }, - "type": "array", - "nullable": true + "type": "array" + }, + "cluster_id": { + "type": "string" + } + }, + "required": [ + "data", + "cluster_id" + ], + "type": "object" + }, + "MaintenanceModeEnum": { + "enum": [ + "ENTERING_MAINTENANCE_MODE", + "IN_USE", + "MAINTENANCE_MODE", + "REMOVING" + ], + "type": "string" + }, + "NestedMaintenanceHostState": { + "properties": { + "enter_maintenance_time": { + "type": "string" + }, + "maintenance_job_id": { + "type": "string" }, + "state": { + "$ref": "#/components/schemas/MaintenanceModeEnum" + } + }, + "required": [ + "enter_maintenance_time", + "maintenance_job_id", + "state" + ], + "type": "object", + "additionalProperties": false + }, + "NestedIpmi": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVsphereEsxiAccount": { + "properties": { "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "Host": { + "properties": { + "access_ip": { "type": "string", "nullable": true }, - "id_contains": { - "type": "string", + "allocable_cpu_cores_for_vm_exclusive": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_ends_with": { - "type": "string", - "nullable": true + "allocatable_memory_bytes": { + "type": "integer", + "format": "int64" }, - "id_gt": { - "type": "string", - "nullable": true + "chunk_id": { + "type": "string" }, - "id_gte": { - "type": "string", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "id_in": { + "compatible_cpu_models": { "items": { "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "id_lt": { - "type": "string", - "nullable": true + "cpu_brand": { + "type": "string" }, - "id_lte": { - "type": "string", - "nullable": true + "cpu_fan_speed": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array" }, - "id_not": { - "type": "string", + "cpu_fan_speed_unit": { + "allOf": [ + { + "$ref": "#/components/schemas/CpuFanSpeedUnit" + } + ], "nullable": true }, - "id_not_contains": { - "type": "string", - "nullable": true + "cpu_hz_per_core": { + "type": "integer", + "format": "int64" }, - "id_not_ends_with": { - "type": "string", - "nullable": true + "cpu_model": { + "type": "string" }, - "id_not_in": { + "cpu_temperature_celsius": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, - "type": "array", - "nullable": true + "type": "array" }, - "id_not_starts_with": { + "cpu_vendor": { "type": "string", "nullable": true }, - "id_starts_with": { + "data_ip": { "type": "string", "nullable": true }, - "resource_type": { - "allOf": [ - { - "$ref": "#/components/schemas/UploadResourceType" - } - ], - "nullable": true - }, - "resource_type_in": { + "disks": { "items": { - "$ref": "#/components/schemas/UploadResourceType" + "$ref": "#/components/schemas/NestedDisk" }, "type": "array", "nullable": true }, - "resource_type_not": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/UploadResourceType" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "resource_type_not_in": { + "failure_data_space": { + "type": "integer", + "format": "int64" + }, + "gpu_devices": { "items": { - "$ref": "#/components/schemas/UploadResourceType" + "$ref": "#/components/schemas/NestedGpuDevice" }, "type": "array", "nullable": true }, - "size": { + "hdd_data_capacity": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int64" }, - "size_gt": { + "hdd_disk_count": { "type": "integer", - "format": "int64", - "nullable": true + "format": "int32" }, - "size_gte": { - "type": "integer", - "format": "int64", + "host_state": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedMaintenanceHostState" + } + ], "nullable": true }, - "size_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "hypervisor_ip": { + "type": "string", "nullable": true }, - "size_lt": { - "type": "integer", - "format": "int64", - "nullable": true + "id": { + "type": "string" }, - "size_lte": { - "type": "integer", - "format": "int64", - "nullable": true + "iommu": { + "allOf": [ + { + "$ref": "#/components/schemas/IommuStatus" + } + ], + "nullable": true }, - "size_not": { - "type": "integer", - "format": "int64", + "ipmi": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedIpmi" + } + ], "nullable": true }, - "size_not_in": { + "is_os_in_raid1": { + "type": "boolean", + "nullable": true + }, + "labels": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "started_at": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "started_at_gt": { - "type": "string", - "nullable": true + "lsm_cap_disk_safe_umount": { + "type": "boolean" }, - "started_at_gte": { - "type": "string", - "nullable": true + "management_ip": { + "type": "string" }, - "started_at_in": { + "model": { + "type": "string" + }, + "name": { + "type": "string" + }, + "nested_virtualization": { + "type": "boolean" + }, + "nic_count": { + "type": "integer", + "format": "int32" + }, + "nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedNic" }, "type": "array", "nullable": true }, - "started_at_lt": { + "node_topo_local_id": { "type": "string", "nullable": true }, - "started_at_lte": { - "type": "string", - "nullable": true + "os_memory_bytes": { + "type": "integer", + "format": "int64" }, - "started_at_not": { + "os_version": { "type": "string", "nullable": true }, - "started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "pmem_dimm_capacity": { + "type": "integer", + "format": "int64" }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/UploadTaskStatus" - } - ], - "nullable": true + "pmem_dimm_count": { + "type": "integer", + "format": "int32" }, - "status_in": { + "pmem_dimms": { "items": { - "$ref": "#/components/schemas/UploadTaskStatus" + "$ref": "#/components/schemas/NestedPmemDimm" }, "type": "array", "nullable": true }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/UploadTaskStatus" - } - ], - "nullable": true + "pmem_disk_count": { + "type": "integer", + "format": "int32" }, - "status_not_in": { - "items": { - "$ref": "#/components/schemas/UploadTaskStatus" - }, - "type": "array", - "nullable": true + "provisioned_cpu_cores": { + "type": "integer", + "format": "int32" }, - "updatedAt": { - "type": "string", - "nullable": true + "provisioned_memory_bytes": { + "type": "integer", + "format": "int64" }, - "updatedAt_gt": { - "type": "string", - "nullable": true + "running_pause_vm_memory_bytes": { + "type": "integer", + "format": "int64" }, - "updatedAt_gte": { - "type": "string", + "running_vm_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "updatedAt_in": { - "items": { - "type": "string" - }, - "type": "array", + "scvm_cpu": { + "type": "integer", + "format": "int32", "nullable": true }, - "updatedAt_lt": { - "type": "string", + "scvm_memory": { + "type": "integer", + "format": "int64", "nullable": true }, - "updatedAt_lte": { + "scvm_name": { "type": "string", "nullable": true }, - "updatedAt_not": { + "serial": { "type": "string", "nullable": true }, - "updatedAt_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "ssd_data_capacity": { + "type": "integer", + "format": "int64" + }, + "ssd_disk_count": { + "type": "integer", + "format": "int32" + }, + "state": { + "$ref": "#/components/schemas/HostState" + }, + "status": { + "$ref": "#/components/schemas/HostStatus" + }, + "stopped_vm_num": { + "type": "integer", + "format": "int32", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "CancelUploadTaskParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/UploadTaskWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "UsbDevice": { - "properties": { - "binded": { - "type": "boolean" }, - "description": { - "type": "string" + "suspended_vm_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "total_cache_capacity": { + "type": "integer", + "format": "int64", "nullable": true }, - "host": { - "$ref": "#/components/schemas/NestedHost" + "total_cpu_cores": { + "type": "integer", + "format": "int32" }, - "id": { - "type": "string" + "total_cpu_hz": { + "type": "integer", + "format": "int64" }, - "local_created_at": { - "type": "string" + "total_cpu_sockets": { + "type": "integer", + "format": "int32", + "nullable": true }, - "local_id": { - "type": "string" + "total_data_capacity": { + "type": "integer", + "format": "int64" }, - "manufacturer": { - "type": "string" + "total_memory_bytes": { + "type": "integer", + "format": "int64" }, - "name": { - "type": "string" + "usb_devices": { + "items": { + "$ref": "#/components/schemas/NestedUsbDevice" + }, + "type": "array", + "nullable": true }, - "size": { + "used_cpu_hz": { + "type": "number", + "format": "double", + "nullable": true + }, + "used_data_space": { "type": "integer", "format": "int64" }, - "status": { - "$ref": "#/components/schemas/UsbDeviceStatus" + "used_memory_bytes": { + "type": "number", + "format": "double", + "nullable": true }, - "usb_type": { - "type": "string" + "vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vmotion_ip": { + "type": "string", + "nullable": true }, "vms": { "items": { @@ -77700,40 +73822,76 @@ "type": "array", "nullable": true }, - "vm": { + "vsphereEsxiAccount": { "allOf": [ { - "$ref": "#/components/schemas/NestedVm" + "$ref": "#/components/schemas/NestedVsphereEsxiAccount" } ], - "nullable": true, - "deprecated": true + "nullable": true + }, + "with_faster_ssd_as_cache": { + "type": "boolean", + "nullable": true + }, + "zone": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedZone" + } + ], + "nullable": true } }, "required": [ - "binded", - "description", - "host", + "allocatable_memory_bytes", + "chunk_id", + "cluster", + "compatible_cpu_models", + "cpu_brand", + "cpu_fan_speed", + "cpu_hz_per_core", + "cpu_model", + "cpu_temperature_celsius", + "failure_data_space", + "hdd_data_capacity", + "hdd_disk_count", "id", - "local_created_at", "local_id", - "manufacturer", + "lsm_cap_disk_safe_umount", + "management_ip", + "model", "name", - "size", + "nested_virtualization", + "nic_count", + "os_memory_bytes", + "pmem_dimm_capacity", + "pmem_dimm_count", + "pmem_disk_count", + "provisioned_cpu_cores", + "provisioned_memory_bytes", + "running_pause_vm_memory_bytes", + "ssd_data_capacity", + "ssd_disk_count", + "state", "status", - "usb_type" + "total_cpu_cores", + "total_cpu_hz", + "total_data_capacity", + "total_memory_bytes", + "used_data_space" ], "type": "object", "additionalProperties": false }, - "WithTask_UsbDevice_": { + "WithTask_Host_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/UsbDevice" + "$ref": "#/components/schemas/Host" } }, "required": [ @@ -77741,404 +73899,333 @@ ], "type": "object" }, - "UsbDeviceMountParams": { + "TriggerDiskBlinkParams": { "properties": { - "data": { - "properties": { - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "vm_id": { - "type": "string", - "deprecated": true - } - }, - "type": "object" + "led_status": { + "type": "string", + "enum": [ + "on", + "off" + ] }, - "where": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "disk_name": { + "type": "string" + }, + "host_id": { + "type": "string" } }, "required": [ - "data", - "where" + "disk_name", + "host_id" ], "type": "object" }, - "UsbDeviceUnmountParams": { + "HostUpdationParams": { "properties": { "data": { "properties": { - "vms": { - "$ref": "#/components/schemas/VmWhereInput" + "ipmi": { + "$ref": "#/components/schemas/HostBatchCreateIpmiInput" + }, + "scvm_name": { + "type": "string" + }, + "name": { + "type": "string" } }, - "required": [ - "vms" - ], "type": "object" }, "where": { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "$ref": "#/components/schemas/HostWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "UsbDeviceOrderByInput": { + "OperateActionEnum": { "enum": [ - "binded_ASC", - "binded_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "manufacturer_ASC", - "manufacturer_DESC", - "name_ASC", - "name_DESC", - "size_ASC", - "size_DESC", - "status_ASC", - "status_DESC", - "usb_type_ASC", - "usb_type_DESC" + "poweroff", + "reboot" ], "type": "string" }, - "GetUsbDevicesRequestBody": { + "OperateHostPowerData": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "reason": { + "type": "string" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/UsbDeviceOrderByInput" - } - ], - "nullable": true + "force": { + "type": "boolean" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "action": { + "$ref": "#/components/schemas/OperateActionEnum" + } + }, + "required": [ + "force", + "action" + ], + "type": "object" + }, + "OperateHostPowerParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/OperateHostPowerData" }, "where": { - "allOf": [ - { - "$ref": "#/components/schemas/UsbDeviceWhereInput" + "properties": { + "host_id": { + "type": "string" } + }, + "required": [ + "host_id" ], - "nullable": true + "type": "object" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data", + "where" + ], + "type": "object" }, - "LoginResponse": { + "EnterMaintenanceModeCheckResult": { "properties": { - "token": { + "task_id": { "type": "string" } }, "required": [ - "token" + "task_id" ], "type": "object" }, - "WithTask_LoginResponse_": { + "EnterMaintenanceModeCheckParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/LoginResponse" + "where": { + "$ref": "#/components/schemas/HostWhereInput" } }, "required": [ - "data" + "where" ], "type": "object" }, - "MfaType": { - "enum": [ - "Mail" + "ShutdownVmID": { + "properties": { + "vm_uuid": { + "type": "string" + } + }, + "required": [ + "vm_uuid" ], - "type": "string" + "type": "object" }, - "LoginInput": { + "EnterMaintenanceModeResult": { "properties": { - "username": { - "type": "string" - }, - "source": { - "allOf": [ - { - "$ref": "#/components/schemas/UserSource" - } - ], - "nullable": true - }, - "password": { - "type": "string" - }, - "mfa_type": { - "allOf": [ - { - "$ref": "#/components/schemas/MfaType" - } - ], - "nullable": true + "shutdownVms": { + "items": { + "$ref": "#/components/schemas/ShutdownVmID" + }, + "type": "array" }, - "auth_config_id": { - "type": "string", - "nullable": true + "done": { + "type": "boolean" } }, "required": [ - "username", - "password" + "shutdownVms", + "done" ], "type": "object" }, - "NestedPasswordReoverQaItem": { + "EnterMaintenanceModeResultParams": { "properties": { - "question": { - "type": "string" + "where": { + "properties": { + "task_id": { + "type": "string" + } + }, + "required": [ + "task_id" + ], + "type": "object" } }, "required": [ - "question" + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "NestedPasswordRecoverQa": { + "EnterMaintenanceModeInput": { "properties": { - "enabled": { - "type": "boolean" - }, - "items": { + "shutdown_vms": { "items": { - "$ref": "#/components/schemas/NestedPasswordReoverQaItem" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" } }, - "required": [ - "enabled" - ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "NestedUserRoleNext": { + "EnterMaintenanceModeParams": { "properties": { - "id": { - "type": "string" + "data": { + "$ref": "#/components/schemas/EnterMaintenanceModeInput" }, - "name": { - "type": "string" + "where": { + "properties": { + "host_id": { + "type": "string" + } + }, + "required": [ + "host_id" + ], + "type": "object" } }, "required": [ - "id", - "name" + "data", + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "User": { + "MaintenanceModeVerify": { "properties": { - "auth_config_id": { + "reason": { "type": "string", "nullable": true }, - "display_username": { - "type": "string" - }, - "email_address": { + "changed": { + "type": "boolean", + "nullable": true + } + }, + "type": "object" + }, + "MaintenanceModeVmInfo": { + "properties": { + "vm_uuid": { "type": "string", "nullable": true }, - "id": { - "type": "string" - }, - "internal": { - "type": "boolean" - }, - "ldap_dn": { + "vm_state": { "type": "string", "nullable": true }, - "mobile_phone": { + "vm_name": { "type": "string", "nullable": true }, - "name": { - "type": "string" - }, - "password_expired": { + "vm_ha": { "type": "boolean", "nullable": true }, - "password_recover_qa": { + "verify": { "allOf": [ { - "$ref": "#/components/schemas/NestedPasswordRecoverQa" + "$ref": "#/components/schemas/MaintenanceModeVerify" } ], "nullable": true }, - "password_updated_at": { + "target_host_name": { "type": "string", "nullable": true }, - "role": { - "allOf": [ - { - "$ref": "#/components/schemas/UserRole" - } - ], + "state": { + "type": "string", "nullable": true - }, - "roles": { + } + }, + "type": "object" + }, + "ExitMaintenanceModeResult": { + "properties": { + "offlineMigrateVms": { "items": { - "$ref": "#/components/schemas/NestedUserRoleNext" + "$ref": "#/components/schemas/MaintenanceModeVmInfo" }, - "type": "array", - "nullable": true + "type": "array" }, - "source": { - "$ref": "#/components/schemas/UserSource" + "liveMigrateVms": { + "items": { + "$ref": "#/components/schemas/MaintenanceModeVmInfo" + }, + "type": "array" }, - "username": { - "type": "string" + "shutDownVms": { + "items": { + "$ref": "#/components/schemas/MaintenanceModeVmInfo" + }, + "type": "array" } }, "required": [ - "display_username", - "id", - "internal", - "name", - "source", - "username" + "offlineMigrateVms", + "liveMigrateVms", + "shutDownVms" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_User_": { + "ExitMaintenanceModeResultParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/User" + "where": { + "$ref": "#/components/schemas/HostWhereInput" } }, "required": [ - "data" + "where" ], "type": "object" }, - "UserCreationParams": { + "ExitMaintenanceModeInput": { "properties": { - "auth_config_id": { - "type": "string" - }, - "ldap_dn": { - "type": "string" - }, - "source": { - "$ref": "#/components/schemas/UserSource" - }, - "mobile_phone": { - "type": "string" - }, - "email_address": { - "type": "string" - }, - "internal": { - "type": "boolean" - }, - "role_id": { - "type": "string" - }, - "name": { - "type": "string" + "poweron_vms": { + "items": { + "type": "string" + }, + "type": "array" }, - "password": { - "type": "string" + "offline_migrate_back_vms": { + "items": { + "type": "string" + }, + "type": "array" }, - "username": { - "type": "string" + "live_migrate_back_vms": { + "items": { + "type": "string" + }, + "type": "array" } }, - "required": [ - "role_id", - "name", - "username" - ], "type": "object" }, - "UserUpdationParams": { + "ExitMaintenanceModeParams": { "properties": { "data": { + "$ref": "#/components/schemas/ExitMaintenanceModeInput" + }, + "where": { "properties": { - "internal": { - "type": "boolean" - }, - "mobile_phone": { - "type": "string", - "nullable": true - }, - "email_address": { - "type": "string", - "nullable": true - }, - "role_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "password": { - "type": "string" - }, - "username": { + "host_id": { "type": "string" } }, + "required": [ + "host_id" + ], "type": "object" - }, - "where": { - "$ref": "#/components/schemas/UserWhereInput" } }, "required": [ @@ -78147,60 +74234,36 @@ ], "type": "object" }, - "DeleteUser": { + "NestedIscsiTarget": { "properties": { "id": { "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteUser_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteUser" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "UserDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/UserWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "RootUserCreationParams": { - "properties": { - "password": { + "name": { "type": "string" } }, "required": [ - "password" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VcenterAccount": { + "IscsiLunSnapshot": { "properties": { - "cluster": { + "consistency_group_snapshot": { "allOf": [ { - "$ref": "#/components/schemas/NestedCluster" + "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" + } + ], + "nullable": true + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true @@ -78208,42 +74271,57 @@ "id": { "type": "string" }, - "ip": { - "type": "string" + "iscsi_lun": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedIscsiLun" + } + ], + "nullable": true }, - "is_valid": { - "type": "boolean" + "iscsi_target": { + "$ref": "#/components/schemas/NestedIscsiTarget" }, - "local_id": { + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true + }, + "local_created_at": { "type": "string" }, - "port": { - "type": "integer", - "format": "int32" + "local_id": { + "type": "string" }, - "username": { + "name": { "type": "string" + }, + "unique_size": { + "type": "integer", + "format": "int64" } }, "required": [ "id", - "ip", - "is_valid", + "iscsi_target", + "local_created_at", "local_id", - "port", - "username" + "name", + "unique_size" ], "type": "object", "additionalProperties": false }, - "WithTask_VcenterAccount_": { + "WithTask_IscsiLunSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VcenterAccount" + "$ref": "#/components/schemas/IscsiLunSnapshot" } }, "required": [ @@ -78251,118 +74329,130 @@ ], "type": "object" }, - "CreateVcenterAccountParamsData": { + "IscsiLunSnapshotCreationEffect": { "properties": { - "port": { - "type": "integer", - "format": "int32" - }, - "password": { - "type": "string" + "sync": { + "type": "boolean" + } + }, + "type": "object" + }, + "IscsiLunSnapshotCreationParams": { + "properties": { + "effect": { + "$ref": "#/components/schemas/IscsiLunSnapshotCreationEffect" }, - "username": { + "iscsi_target_id": { "type": "string" }, - "ip": { + "name": { "type": "string" }, - "cluster_id": { + "iscsi_lun_id": { "type": "string" } }, "required": [ - "port", - "password", - "username", - "ip", - "cluster_id" + "iscsi_target_id", + "name", + "iscsi_lun_id" ], "type": "object" }, - "CreateVcenterAccountParams": { + "DeleteIscsiLunSnapshot": { "properties": { - "data": { - "$ref": "#/components/schemas/CreateVcenterAccountParamsData" + "id": { + "type": "string" } }, "required": [ - "data" + "id" ], "type": "object" }, - "VcenterAccountWhereUniqueInput": { + "WithTask_DeleteIscsiLunSnapshot_": { "properties": { - "id": { - "type": "string", - "nullable": true - }, - "local_id": { + "task_id": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UpdateVcenterAccountParamsData": { - "properties": { - "port": { - "type": "integer", - "format": "int32" - }, - "password": { - "type": "string" - }, - "username": { - "type": "string" }, - "ip": { - "type": "string" + "data": { + "$ref": "#/components/schemas/DeleteIscsiLunSnapshot" } }, "required": [ - "port", - "password", - "username", - "ip" + "data" ], "type": "object" }, - "UpdateVcenterAccountParams": { + "IscsiLunSnapshotDeletionParams": { "properties": { - "data": { - "$ref": "#/components/schemas/UpdateVcenterAccountParamsData" - }, "where": { - "$ref": "#/components/schemas/VcenterAccountWhereUniqueInput" + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "Vds": { + "IscsiLun": { "properties": { - "bond_mode": { + "allowed_initiators": { "type": "string" }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "assigned_size": { + "type": "integer", + "format": "int64" }, - "entityAsyncStatus": { + "bps": { + "type": "integer", + "format": "int64" + }, + "bps_max": { + "type": "integer", + "format": "int64" + }, + "bps_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_rd": { + "type": "integer", + "format": "int64" + }, + "bps_rd_max": { + "type": "integer", + "format": "int64" + }, + "bps_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_wr": { + "type": "integer", + "format": "int64" + }, + "bps_wr_max": { + "type": "integer", + "format": "int64" + }, + "bps_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "consistency_group": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedConsistencyGroup" } ], "nullable": true }, - "everoute_cluster": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/NestedEverouteCluster" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true @@ -78370,73 +74460,153 @@ "id": { "type": "string" }, - "internal": { - "type": "boolean" - }, - "labels": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", - "nullable": true + "io_size": { + "type": "integer", + "format": "int64" }, - "local_id": { - "type": "string" + "iops": { + "type": "integer", + "format": "int64" }, - "name": { - "type": "string" + "iops_max": { + "type": "integer", + "format": "int64" }, - "nics": { + "iops_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_rd": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_wr": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "iscsi_target": { + "$ref": "#/components/schemas/NestedIscsiTarget" + }, + "labels": { "items": { - "$ref": "#/components/schemas/NestedNic" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "ovsbr_name": { + "local_created_at": { "type": "string" }, - "type": { - "$ref": "#/components/schemas/NetworkType" + "local_id": { + "type": "string" }, - "vlans": { - "items": { - "$ref": "#/components/schemas/NestedVlan" - }, - "type": "array", - "nullable": true + "lun_id": { + "type": "integer", + "format": "int32" }, - "vlans_num": { + "name": { + "type": "string" + }, + "replica_num": { "type": "integer", "format": "int32" }, - "work_mode": { - "type": "string", + "shared_size": { + "type": "integer", + "format": "int64" + }, + "snapshot_num": { + "type": "integer", + "format": "int32" + }, + "stripe_num": { + "type": "integer", + "format": "int32" + }, + "stripe_size": { + "type": "integer", + "format": "int64" + }, + "thin_provision": { + "type": "boolean" + }, + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true + }, + "unique_size": { + "type": "integer", + "format": "int64" + }, + "zbs_volume_id": { + "type": "string" } }, "required": [ - "bond_mode", - "cluster", + "allowed_initiators", + "assigned_size", + "bps", + "bps_max", + "bps_max_length", + "bps_rd", + "bps_rd_max", + "bps_rd_max_length", + "bps_wr", + "bps_wr_max", + "bps_wr_max_length", "id", - "internal", + "io_size", + "iops", + "iops_max", + "iops_max_length", + "iops_rd", + "iops_rd_max", + "iops_rd_max_length", + "iops_wr", + "iops_wr_max", + "iops_wr_max_length", + "iscsi_target", + "local_created_at", "local_id", + "lun_id", "name", - "ovsbr_name", - "type", - "vlans_num" + "replica_num", + "shared_size", + "snapshot_num", + "stripe_num", + "stripe_size", + "thin_provision", + "unique_size", + "zbs_volume_id" ], "type": "object", "additionalProperties": false }, - "WithTask_Vds_": { + "WithTask_IscsiLun_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/Vds" + "$ref": "#/components/schemas/IscsiLun" } }, "required": [ @@ -78444,170 +74614,172 @@ ], "type": "object" }, - "VdsCreationParams": { + "IscsiLunCommonParams": { "properties": { - "nic_ids": { - "items": { - "type": "string" - }, - "type": "array" + "bps_wr_max_length": { + "type": "integer", + "format": "int64" }, - "cluster_id": { - "type": "string" + "bps_wr_max_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "work_mode": { - "type": "string" + "bps_wr_max": { + "type": "integer", + "format": "int64" }, - "bond_mode": { - "type": "string" + "bps_rd_max_length": { + "type": "integer", + "format": "int64" }, - "name": { + "bps_rd_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd_max": { + "type": "integer", + "format": "int64" + }, + "bps_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_max": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max": { + "type": "integer", + "format": "int64" + }, + "iops_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_max": { + "type": "integer", + "format": "int64" + }, + "bps_wr_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr": { + "type": "integer", + "format": "int64" + }, + "bps_rd_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd": { + "type": "integer", + "format": "int64" + }, + "bps_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps": { + "type": "integer", + "format": "int64" + }, + "iops_wr": { + "type": "integer", + "format": "int64" + }, + "iops_rd": { + "type": "integer", + "format": "int64" + }, + "iops": { + "type": "integer", + "format": "int64" + }, + "allowed_initiators": { "type": "string" } }, - "required": [ - "nic_ids", - "cluster_id", - "name" - ], "type": "object" }, - "VdsCreationWithMigrateVlanParams": { + "IscsiLunCreationParams": { "allOf": [ - { - "$ref": "#/components/schemas/VdsCreationParams" - }, { "properties": { - "vlan": { - "properties": { - "extra_ip": { - "items": { - "properties": { - "management_ip": { - "type": "string" - }, - "host_id": { - "type": "string" - } - }, - "required": [ - "management_ip", - "host_id" - ], - "type": "object" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "extra_ip", - "subnetmask", - "vlan_id" - ], - "type": "object" + "lun_id": { + "type": "integer", + "format": "int32" + }, + "assigned_size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "assigned_size": { + "type": "integer", + "format": "int64" + }, + "replica_num": { + "type": "integer", + "format": "int32" + }, + "iscsi_target_id": { + "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "vlan" + "assigned_size", + "replica_num", + "iscsi_target_id", + "name" ], "type": "object" + }, + { + "$ref": "#/components/schemas/IscsiLunCommonParams" } ] }, - "VdsCreationWithMAccessVlanParams": { + "IscsiLunUpdationParamsData": { "allOf": [ - { - "$ref": "#/components/schemas/VdsCreationParams" - }, { "properties": { - "vlan": { - "properties": { - "extra_ip": { - "items": { - "properties": { - "management_ip": { - "type": "string" - }, - "host_id": { - "type": "string" - } - }, - "required": [ - "management_ip", - "host_id" - ], - "type": "object" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "extra_ip", - "subnetmask", - "vlan_id" - ], - "type": "object" + "assigned_size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "assigned_size": { + "type": "integer", + "format": "int64" + }, + "name": { + "type": "string" } }, - "required": [ - "vlan" - ], "type": "object" + }, + { + "$ref": "#/components/schemas/IscsiLunCommonParams" } ] }, - "VdsUpdationParams": { + "IscsiLunUpdationParams": { "properties": { "data": { - "properties": { - "nicIds": { - "items": { - "type": "string" - }, - "type": "array" - }, - "work_mode": { - "type": "string" - }, - "bond_mode": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "$ref": "#/components/schemas/IscsiLunUpdationParamsData" }, "where": { - "$ref": "#/components/schemas/VdsWhereInput" + "$ref": "#/components/schemas/IscsiLunWhereInput" } }, "required": [ @@ -78616,7 +74788,7 @@ ], "type": "object" }, - "DeleteVds": { + "DeleteIscsiLun": { "properties": { "id": { "type": "string" @@ -78627,14 +74799,14 @@ ], "type": "object" }, - "WithTask_DeleteVds_": { + "WithTask_DeleteIscsiLun_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVds" + "$ref": "#/components/schemas/DeleteIscsiLun" } }, "required": [ @@ -78642,34 +74814,165 @@ ], "type": "object" }, - "VdsDeletionParams": { + "IscsiLunDeletionParams": { "properties": { + "data": { + "properties": { + "remove_snapshot": { + "type": "boolean" + } + }, + "required": [ + "remove_snapshot" + ], + "type": "object" + }, "where": { - "$ref": "#/components/schemas/VdsWhereInput" + "$ref": "#/components/schemas/IscsiLunWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "NestedGraph": { + "IscsiLunCloneParams": { "properties": { - "id": { + "iscsi_target_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "snapshot_id": { "type": "string" } }, "required": [ - "id" + "iscsi_target_id", + "name", + "snapshot_id" + ], + "type": "object" + }, + "IscsiLunRollbackParams": { + "properties": { + "lun_id": { + "type": "string" + }, + "snapshot_id": { + "type": "string" + } + }, + "required": [ + "lun_id", + "snapshot_id" + ], + "type": "object" + }, + "CopyIscsiLunParams": { + "properties": { + "dest_iscsi_target_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "src_lun_id": { + "type": "string" + } + }, + "required": [ + "name", + "src_lun_id" + ], + "type": "object" + }, + "NestedInitiatorChap": { + "properties": { + "chap_name": { + "type": "string" + }, + "chap_secret": { + "type": "string" + }, + "initiator_iqn": { + "type": "string" + } + }, + "required": [ + "chap_name", + "chap_secret", + "initiator_iqn" ], "type": "object", "additionalProperties": false }, - "View": { + "IscsiTarget": { "properties": { + "bps": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_rd_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "bps_wr_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "chap_enabled": { + "type": "boolean" + }, + "chap_name": { + "type": "string", + "nullable": true + }, + "chap_secret": { + "type": "string", + "nullable": true + }, "cluster": { "$ref": "#/components/schemas/NestedCluster" }, + "description": { + "type": "string" + }, "entityAsyncStatus": { "allOf": [ { @@ -78678,49 +74981,145 @@ ], "nullable": true }, - "graphs": { + "external_use": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "initiator_chaps": { "items": { - "$ref": "#/components/schemas/NestedGraph" + "$ref": "#/components/schemas/NestedInitiatorChap" }, "type": "array", "nullable": true }, - "id": { + "internal": { + "type": "boolean" + }, + "io_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_rd": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_rd_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_rd_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "ip_whitelist": { + "type": "string" + }, + "iqn_name": { "type": "string" }, + "iqn_whitelist": { + "type": "string" + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true + }, "local_id": { "type": "string" }, + "luns": { + "items": { + "$ref": "#/components/schemas/NestedIscsiLun" + }, + "type": "array", + "nullable": true + }, "name": { "type": "string" }, - "time_span": { + "replica_num": { "type": "integer", "format": "int32" }, - "time_unit": { - "$ref": "#/components/schemas/TimeUnit" + "stripe_num": { + "type": "integer", + "format": "int32" + }, + "stripe_size": { + "type": "integer", + "format": "int64" + }, + "thin_provision": { + "type": "boolean" } }, "required": [ + "chap_enabled", "cluster", + "description", + "external_use", "id", + "internal", + "ip_whitelist", + "iqn_name", + "iqn_whitelist", "local_id", "name", - "time_span", - "time_unit" + "replica_num", + "stripe_num", + "stripe_size", + "thin_provision" ], "type": "object", "additionalProperties": false }, - "WithTask_View_": { + "WithTask_IscsiTarget_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/View" + "$ref": "#/components/schemas/IscsiTarget" } }, "required": [ @@ -78728,57 +75127,208 @@ ], "type": "object" }, - "ViewCreationParams": { + "IscsiTargetCommonParamsInitiatorChaps": { "properties": { - "time_unit": { - "$ref": "#/components/schemas/TimeUnit" - }, - "time_span": { - "type": "integer", - "format": "int32" + "chap_secret": { + "type": "string" }, - "cluster_id": { + "chap_name": { "type": "string" }, - "name": { + "initiator_iqn": { "type": "string" } }, "required": [ - "time_unit", - "time_span", - "cluster_id", - "name" + "chap_secret", + "chap_name", + "initiator_iqn" ], "type": "object" }, - "ViewUpdationParams": { + "IscsiTargetCommonParams": { "properties": { - "data": { + "bps_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_wr_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr_max_size": { + "$ref": "#/components/schemas/BPSUnit", + "deprecated": true + }, + "bps_wr_max": { + "type": "integer", + "format": "int64" + }, + "bps_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_rd_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd_max": { + "type": "integer", + "format": "int64" + }, + "bps_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_max": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max": { + "type": "integer", + "format": "int64" + }, + "iops_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_max": { + "type": "integer", + "format": "int64" + }, + "bps_wr_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr": { + "type": "integer", + "format": "int64" + }, + "bps_rd_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd": { + "type": "integer", + "format": "int64" + }, + "bps_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps": { + "type": "integer", + "format": "int64" + }, + "iops_wr": { + "type": "integer", + "format": "int64" + }, + "iops_rd": { + "type": "integer", + "format": "int64" + }, + "iops": { + "type": "integer", + "format": "int64" + }, + "initiator_chaps": { + "items": { + "$ref": "#/components/schemas/IscsiTargetCommonParamsInitiatorChaps" + }, + "type": "array" + }, + "chap_secret": { + "type": "string" + }, + "chap_name": { + "type": "string" + }, + "chap_enabled": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "iqn_whitelist": { + "type": "string" + }, + "ip_whitelist": { + "type": "string" + } + }, + "type": "object" + }, + "IscsiTargetCreationParams": { + "allOf": [ + { "properties": { - "time_unit": { - "$ref": "#/components/schemas/TimeUnit" + "stripe_size_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "time_span": { + "stripe_size": { + "type": "integer", + "format": "int64" + }, + "stripe_num": { + "type": "integer", + "format": "int32" + }, + "replica_num": { "type": "integer", "format": "int32" }, + "thin_provision": { + "type": "boolean" + }, + "cluster_id": { + "type": "string" + }, "name": { "type": "string" } }, + "required": [ + "stripe_size", + "stripe_num", + "replica_num", + "thin_provision", + "cluster_id", + "name" + ], "type": "object" }, + { + "$ref": "#/components/schemas/IscsiTargetCommonParams" + } + ] + }, + "IscsiTargetUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/IscsiTargetCommonParams" + }, "where": { - "$ref": "#/components/schemas/ViewWhereInput" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "DeleteView": { + "DeleteIscsiTarget": { "properties": { "id": { "type": "string" @@ -78789,14 +75339,14 @@ ], "type": "object" }, - "WithTask_DeleteView_": { + "WithTask_DeleteIscsiTarget_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteView" + "$ref": "#/components/schemas/DeleteIscsiTarget" } }, "required": [ @@ -78804,10 +75354,10 @@ ], "type": "object" }, - "ViewDeletionParams": { + "IscsiTargetDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/ViewWhereInput" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } }, "required": [ @@ -78815,22 +75365,49 @@ ], "type": "object" }, - "Vlan": { + "NestedContentLibraryImage": { "properties": { - "entityAsyncStatus": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "ElfImage": { + "properties": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedCluster" } ], "nullable": true }, - "gateway_ip": { - "type": "string", + "content_library_image": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedContentLibraryImage" + } + ], "nullable": true }, - "gateway_subnetmask": { - "type": "string", + "description": { + "type": "string" + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, "id": { @@ -78843,88 +75420,64 @@ "type": "array", "nullable": true }, - "local_id": { + "local_created_at": { "type": "string" }, - "mode_type": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanModeType" - } - ], - "nullable": true + "local_id": { + "type": "string" }, "name": { "type": "string" }, - "network_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "qos_burst": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_max_bandwidth": { - "type": "number", - "format": "double", - "nullable": true - }, - "qos_min_bandwidth": { - "type": "number", - "format": "double", - "nullable": true + "path": { + "type": "string" }, - "qos_priority": { + "size": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "subnetmask": { - "type": "string", + "vm_disks": { + "items": { + "$ref": "#/components/schemas/NestedVmDisk" + }, + "type": "array", "nullable": true }, - "type": { - "$ref": "#/components/schemas/NetworkType" - }, - "vds": { - "$ref": "#/components/schemas/NestedVds" - }, - "vlan_id": { - "type": "integer", - "format": "int32" + "vm_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedVmSnapshot" + }, + "type": "array", + "nullable": true }, - "vm_nics": { + "vm_templates": { "items": { - "$ref": "#/components/schemas/NestedVmNic" + "$ref": "#/components/schemas/NestedVmTemplate" }, "type": "array", "nullable": true } }, "required": [ + "description", "id", + "local_created_at", "local_id", "name", - "network_ids", - "type", - "vds", - "vlan_id" + "path", + "size" ], "type": "object", "additionalProperties": false }, - "WithTask_Vlan_": { + "WithTask_ElfImage_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/Vlan" + "$ref": "#/components/schemas/ElfImage" } }, "required": [ @@ -78932,299 +75485,165 @@ ], "type": "object" }, - "VlanId": { - "type": "integer", - "format": "int32", - "minimum": 0, - "maximum": 4095 + "ElfImageUpdationParams": { + "properties": { + "data": { + "properties": { + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" }, - "Priority": { - "type": "number", - "format": "double", - "minimum": 0 + "DeleteElfImage": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" }, - "VmVlanCreationParams": { + "WithTask_DeleteElfImage_": { "properties": { - "qos_burst_unit": { - "$ref": "#/components/schemas/ByteUnit" + "task_id": { + "type": "string", + "nullable": true }, - "qos_burst": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "qos_max_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_min_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "qos_min_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_priority": { - "$ref": "#/components/schemas/Priority" - }, - "mode_type": { - "$ref": "#/components/schemas/VlanModeType" - }, - "network_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vds_id": { - "type": "string" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - }, - "name": { - "type": "string" + "data": { + "$ref": "#/components/schemas/DeleteElfImage" } }, "required": [ - "vds_id", - "name" + "data" ], "type": "object" }, - "VmVlanUpdationParams": { + "ElfImageDeletionParams": { "properties": { - "data": { - "properties": { - "qos_burst_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "qos_burst": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_max_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "qos_max_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_min_bandwidth_unit": { - "$ref": "#/components/schemas/BPSUnit" - }, - "qos_min_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "qos_priority": { - "$ref": "#/components/schemas/Priority" - }, - "mode_type": { - "$ref": "#/components/schemas/VlanModeType" - }, - "network_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, "where": { - "$ref": "#/components/schemas/VlanWhereInput" + "$ref": "#/components/schemas/ElfImageWhereInput" } }, "required": [ - "data", "where" ], "type": "object" }, - "ExtraIp": { + "NestedNamespaceGroup": { "properties": { - "management_ip": { + "id": { "type": "string" }, - "host_id": { + "name": { "type": "string" } }, "required": [ - "management_ip", - "host_id" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "ManagementVlanUpdationParams": { + "NestedNfsExport": { "properties": { - "data": { - "properties": { - "extra_ip": { - "items": { - "$ref": "#/components/schemas/ExtraIp" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - } - }, - "type": "object" + "id": { + "type": "string" }, - "where": { - "$ref": "#/components/schemas/VlanWhereInput" + "name": { + "type": "string" } }, "required": [ - "data", - "where" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "MigrationVlanUpdationParams": { + "NestedNfsInode": { "properties": { - "data": { - "properties": { - "extra_ip": { - "items": { - "$ref": "#/components/schemas/ExtraIp" - }, - "type": "array" - }, - "subnetmask": { - "type": "string" - }, - "gateway_ip": { - "type": "string" - }, - "vlan_id": { - "$ref": "#/components/schemas/VlanId" - } - }, - "type": "object" + "id": { + "type": "string" }, - "where": { - "$ref": "#/components/schemas/VlanWhereInput" + "name": { + "type": "string" } }, "required": [ - "where" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "DeleteVlan": { + "NestedNvmfSubsystem": { "properties": { "id": { "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVlan_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVlan" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VlanDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VlanWhereInput" + "name": { + "type": "string" } }, "required": [ - "where" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VmFolder": { + "NestedSecurityPolicy": { "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" - }, "id": { "type": "string" }, - "local_id": { - "type": "string", - "nullable": true - }, "name": { "type": "string" - }, - "vm_num": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "vms": { - "items": { - "$ref": "#/components/schemas/NestedVm" - }, - "type": "array", - "nullable": true } }, "required": [ - "cluster", "id", "name" ], "type": "object", "additionalProperties": false }, - "WithTask_VmFolder_": { + "NestedVlan": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "data": { - "$ref": "#/components/schemas/VmFolder" + "name": { + "type": "string" } }, "required": [ - "data" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VmFolderCreationParams": { + "NestedVmVolumeSnapshot": { "properties": { - "cluster_id": { + "id": { "type": "string" }, "name": { @@ -79232,136 +75651,377 @@ } }, "required": [ - "cluster_id", + "id", "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VmFolderUpdationParams": { + "Label": { "properties": { - "data": { - "properties": { - "name": { - "type": "string" - } + "cluster_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "clusters": { + "items": { + "$ref": "#/components/schemas/NestedCluster" }, - "required": [ - "name" - ], - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmFolderWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVmFolder": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmFolder_": { - "properties": { - "task_id": { - "type": "string", + "consistency_group_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmFolder" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmFolderDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmFolderWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmPlacementGroup": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "consistency_group_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "description": { + "consistency_group_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" + }, + "type": "array", + "nullable": true + }, + "consistency_groups": { + "items": { + "$ref": "#/components/schemas/NestedConsistencyGroup" + }, + "type": "array", + "nullable": true + }, + "content_library_image_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "content_library_images": { + "items": { + "$ref": "#/components/schemas/NestedContentLibraryImage" + }, + "type": "array", + "nullable": true + }, + "content_library_vm_template_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "content_library_vm_templates": { + "items": { + "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" + }, + "type": "array", + "nullable": true + }, + "createdAt": { "type": "string" }, - "enabled": { - "type": "boolean" + "datacenter_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "datacenters": { + "items": { + "$ref": "#/components/schemas/NestedDatacenter" + }, + "type": "array", + "nullable": true + }, + "disk_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "disks": { + "items": { + "$ref": "#/components/schemas/NestedDisk" + }, + "type": "array", + "nullable": true + }, + "elf_image_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "elf_images": { + "items": { + "$ref": "#/components/schemas/NestedElfImage" + }, + "type": "array", + "nullable": true + }, + "gpu_device_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "gpu_devices": { + "items": { + "$ref": "#/components/schemas/NestedGpuDevice" + }, + "type": "array", + "nullable": true + }, + "host_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "hosts": { + "items": { + "$ref": "#/components/schemas/NestedHost" + }, + "type": "array", "nullable": true }, "id": { "type": "string" }, - "local_created_at": { - "type": "string" + "iscsi_lun_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "local_id": { - "type": "string" + "iscsi_lun_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "local_updated_at": { - "type": "string" + "iscsi_lun_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedIscsiLunSnapshot" + }, + "type": "array", + "nullable": true }, - "name": { + "iscsi_luns": { + "items": { + "$ref": "#/components/schemas/NestedIscsiLun" + }, + "type": "array", + "nullable": true + }, + "iscsi_target_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "iscsi_targets": { + "items": { + "$ref": "#/components/schemas/NestedIscsiTarget" + }, + "type": "array", + "nullable": true + }, + "isolation_policies": { + "items": { + "$ref": "#/components/schemas/NestedIsolationPolicy" + }, + "type": "array", + "nullable": true + }, + "isolation_policy_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "key": { "type": "string" }, - "vm_host_must_enabled": { - "type": "boolean" + "namespace_group_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_host_must_host_uuids": { + "namespace_groups": { "items": { - "$ref": "#/components/schemas/NestedHost" + "$ref": "#/components/schemas/NestedNamespaceGroup" }, "type": "array", "nullable": true }, - "vm_host_must_policy": { - "type": "boolean" + "nfs_export_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_host_prefer_enabled": { - "type": "boolean" + "nfs_exports": { + "items": { + "$ref": "#/components/schemas/NestedNfsExport" + }, + "type": "array", + "nullable": true }, - "vm_host_prefer_host_uuids": { + "nfs_inode_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nfs_inodes": { "items": { - "$ref": "#/components/schemas/NestedHost" + "$ref": "#/components/schemas/NestedNfsInode" }, "type": "array", "nullable": true }, - "vm_host_prefer_policy": { - "type": "boolean" + "nic_num": { + "type": "integer", + "format": "int32", + "nullable": true }, - "vm_vm_policy": { - "$ref": "#/components/schemas/VmVmPolicy" + "nics": { + "items": { + "$ref": "#/components/schemas/NestedNic" + }, + "type": "array", + "nullable": true }, - "vm_vm_policy_enabled": { - "type": "boolean" + "nvmf_namespace_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_namespace_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedNvmfNamespaceSnapshot" + }, + "type": "array", + "nullable": true + }, + "nvmf_namespaces": { + "items": { + "$ref": "#/components/schemas/NestedNvmfNamespace" + }, + "type": "array", + "nullable": true + }, + "nvmf_subsystem_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "nvmf_subsystems": { + "items": { + "$ref": "#/components/schemas/NestedNvmfSubsystem" + }, + "type": "array", + "nullable": true + }, + "security_policies": { + "items": { + "$ref": "#/components/schemas/NestedSecurityPolicy" + }, + "type": "array", + "nullable": true + }, + "security_policy_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "system_vlan_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "value": { + "type": "string", + "nullable": true + }, + "vds_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vdses": { + "items": { + "$ref": "#/components/schemas/NestedVds" + }, + "type": "array", + "nullable": true + }, + "vlans": { + "items": { + "$ref": "#/components/schemas/NestedVlan" + }, + "type": "array", + "nullable": true + }, + "vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedVmSnapshot" + }, + "type": "array", + "nullable": true + }, + "vm_template_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_templates": { + "items": { + "$ref": "#/components/schemas/NestedVmTemplate" + }, + "type": "array", + "nullable": true + }, + "vm_vlan_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshot_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vm_volume_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedVmVolumeSnapshot" + }, + "type": "array", + "nullable": true + }, + "vm_volumes": { + "items": { + "$ref": "#/components/schemas/NestedVmVolume" + }, + "type": "array", + "nullable": true }, "vms": { "items": { @@ -79372,32 +76032,21 @@ } }, "required": [ - "cluster", - "description", - "enabled", + "createdAt", "id", - "local_created_at", - "local_id", - "local_updated_at", - "name", - "vm_host_must_enabled", - "vm_host_must_policy", - "vm_host_prefer_enabled", - "vm_host_prefer_policy", - "vm_vm_policy", - "vm_vm_policy_enabled" + "key" ], "type": "object", "additionalProperties": false }, - "WithTask_VmPlacementGroup_": { + "WithTask_Label_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VmPlacementGroup" + "$ref": "#/components/schemas/Label" } }, "required": [ @@ -79405,100 +76054,139 @@ ], "type": "object" }, - "VmPlacementGroupCreationParams": { + "LabelCreationParams": { "properties": { - "vm_vm_policy": { - "$ref": "#/components/schemas/VmVmPolicy" - }, - "vm_host_prefer_enabled": { - "type": "boolean" - }, - "vm_host_must_policy": { - "type": "boolean" - }, - "vm_host_must_enabled": { - "type": "boolean" - }, - "vm_host_prefer_policy": { - "type": "boolean" - }, - "vm_vm_policy_enabled": { - "type": "boolean" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "prefer_hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "must_hosts": { - "$ref": "#/components/schemas/HostWhereInput" - }, - "name": { + "value": { "type": "string" }, - "description": { + "key": { "type": "string" + } + }, + "required": [ + "key" + ], + "type": "object" + }, + "LabelUpdationParams": { + "properties": { + "data": { + "properties": { + "value": { + "type": "string" + }, + "key": { + "type": "string" + } + }, + "type": "object" }, - "enabled": { - "type": "boolean" - }, - "cluster_id": { - "type": "string" + "where": { + "$ref": "#/components/schemas/LabelWhereInput" } }, "required": [ - "name", - "enabled", - "cluster_id" + "data", + "where" ], "type": "object" }, - "VmPlacementGroupUpdationParams": { + "AddLabelsToResourcesParams": { "properties": { "data": { "properties": { - "vm_vm_policy": { - "$ref": "#/components/schemas/VmVmPolicy" + "gpu_devices": { + "$ref": "#/components/schemas/GpuDeviceWhereInput" + }, + "content_library_vm_templates": { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + }, + "content_library_images": { + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + }, + "isolation_policies": { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + }, + "security_policies": { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" }, "vms": { "$ref": "#/components/schemas/VmWhereInput" }, - "prefer_hosts": { - "$ref": "#/components/schemas/HostWhereInput" + "vm_volume_snapshots": { + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" }, - "must_hosts": { - "$ref": "#/components/schemas/HostWhereInput" + "vm_volumes": { + "$ref": "#/components/schemas/VmVolumeWhereInput" }, - "vm_host_prefer_enabled": { - "type": "boolean" + "vm_templates": { + "$ref": "#/components/schemas/VmTemplateWhereInput" }, - "vm_host_must_policy": { - "type": "boolean" + "vm_snapshots": { + "$ref": "#/components/schemas/VmSnapshotWhereInput" }, - "vm_host_must_enabled": { - "type": "boolean" + "vlans": { + "$ref": "#/components/schemas/VlanWhereInput" }, - "vm_host_prefer_policy": { - "type": "boolean" + "vdses": { + "$ref": "#/components/schemas/VdsWhereInput" }, - "vm_vm_policy_enabled": { - "type": "boolean" + "nvmf_subsystems": { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" }, - "name": { - "type": "string" + "nvmf_namespace_snapshots": { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" }, - "description": { - "type": "string" + "nvmf_namespaces": { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" }, - "enabled": { - "type": "boolean" + "nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "nfs_inodes": { + "$ref": "#/components/schemas/NfsInodeWhereInput" + }, + "nfs_exports": { + "$ref": "#/components/schemas/NfsExportWhereInput" + }, + "namespace_groups": { + "$ref": "#/components/schemas/NamespaceGroupWhereInput" + }, + "iscsi_targets": { + "$ref": "#/components/schemas/IscsiTargetWhereInput" + }, + "iscsi_lun_snapshots": { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + }, + "iscsi_luns": { + "$ref": "#/components/schemas/IscsiLunWhereInput" + }, + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "elf_images": { + "$ref": "#/components/schemas/ElfImageWhereInput" + }, + "disks": { + "$ref": "#/components/schemas/DiskWhereInput" + }, + "datacenters": { + "$ref": "#/components/schemas/DatacenterWhereInput" + }, + "consistency_group_snapshots": { + "$ref": "#/components/schemas/ConsistencyGroupSnapshotWhereInput" + }, + "consistency_groups": { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + }, + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" } }, "type": "object" }, "where": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/LabelWhereInput" } }, "required": [ @@ -79507,7 +76195,10 @@ ], "type": "object" }, - "DeleteVmPlacementGroup": { + "RemoveLabelsFromResourcesParams": { + "$ref": "#/components/schemas/AddLabelsToResourcesParams" + }, + "DeleteLabel": { "properties": { "id": { "type": "string" @@ -79518,14 +76209,14 @@ ], "type": "object" }, - "WithTask_DeleteVmPlacementGroup_": { + "WithTask_DeleteLabel_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVmPlacementGroup" + "$ref": "#/components/schemas/DeleteLabel" } }, "required": [ @@ -79533,10 +76224,10 @@ ], "type": "object" }, - "VmPlacementGroupDeletionParams": { + "LabelDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/LabelWhereInput" } }, "required": [ @@ -79544,364 +76235,195 @@ ], "type": "object" }, - "NestedSnapshotGroup": { + "License": { "properties": { - "id": { + "expire_date": { "type": "string" }, - "name": { + "id": { "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedFrozenDisks": { - "properties": { - "boot": { - "type": "integer", - "format": "int32" - }, - "bus": { - "$ref": "#/components/schemas/Bus" }, - "disabled": { - "type": "boolean", - "nullable": true + "license_serial": { + "type": "string" }, - "disk_name": { + "maintenance_end_date": { "type": "string", "nullable": true }, - "elf_image_local_id": { - "type": "string" - }, - "image_name": { + "maintenance_start_date": { "type": "string", "nullable": true }, - "index": { + "max_chunk_num": { "type": "integer", "format": "int32" }, - "key": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], - "nullable": true - }, - "max_iops": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], - "nullable": true - }, - "path": { - "type": "string" - }, - "size": { + "max_cluster_num": { "type": "integer", - "format": "int64" - }, - "snapshot_local_id": { - "type": "string", - "nullable": true + "format": "int32" }, - "storage_policy_uuid": { + "sign_date": { "type": "string" }, - "svt_image_local_id": { - "type": "string" + "software_edition": { + "$ref": "#/components/schemas/SoftwareEdition" }, "type": { - "$ref": "#/components/schemas/VmDiskType" - }, - "vm_volume_local_id": { - "type": "string" - }, - "vm_volume_snapshot_uuid": { - "type": "string", - "nullable": true - }, - "vm_volume_template_uuid": { - "type": "string", - "nullable": true + "$ref": "#/components/schemas/LicenseType" } }, "required": [ - "boot", - "bus", - "elf_image_local_id", - "index", - "path", - "size", - "storage_policy_uuid", - "svt_image_local_id", - "type", - "vm_volume_local_id" + "expire_date", + "id", + "license_serial", + "max_chunk_num", + "max_cluster_num", + "sign_date", + "software_edition", + "type" ], "type": "object", "additionalProperties": false }, - "NestedFrozenVlan": { + "WithTask_License_": { "properties": { - "name": { - "type": "string" - }, - "vds_ovs": { - "type": "string" - }, - "vlan_id": { - "type": "integer", - "format": "int32" + "task_id": { + "type": "string", + "nullable": true }, - "vlan_local_id": { - "type": "string" + "data": { + "$ref": "#/components/schemas/License" } }, "required": [ - "name", - "vds_ovs", - "vlan_id", - "vlan_local_id" + "data" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "NestedFrozenNic": { + "LicenseUpdationParams": { "properties": { - "enabled": { - "type": "boolean", - "nullable": true - }, - "gateway": { - "type": "string" - }, - "index": { - "type": "integer", - "format": "int32" - }, - "ip_address": { - "type": "string" - }, - "mac_address": { - "type": "string" - }, - "mirror": { - "type": "boolean", - "nullable": true - }, - "model": { - "allOf": [ - { - "$ref": "#/components/schemas/VmNicModel" + "data": { + "properties": { + "license": { + "type": "string" } + }, + "required": [ + "license" ], - "nullable": true - }, - "subnet_mask": { - "type": "string" - }, - "vlan": { - "$ref": "#/components/schemas/NestedFrozenVlan" + "type": "object" } }, "required": [ - "gateway", - "index", - "ip_address", - "mac_address", - "subnet_mask", - "vlan" + "data" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "VmSnapshot": { + "LogCollectionStatus": { + "enum": [ + "EXECUTING", + "FAILED", + "STOPPING", + "SUCCESSED" + ], + "type": "string" + }, + "LogCollection": { "properties": { - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" - }, "cluster": { "$ref": "#/components/schemas/NestedCluster" }, - "consistent_type": { - "$ref": "#/components/schemas/ConsistentType" - }, - "cpu": { - "$ref": "#/components/schemas/NestedCpu" - }, - "cpu_model": { - "type": "string" - }, - "description": { - "type": "string" - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" - }, - "ha": { - "type": "boolean" - }, - "id": { - "type": "string" - }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], - "nullable": true + "groups": { + "items": { + "type": "string" + }, + "type": "array" }, - "labels": { + "hosts": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "$ref": "#/components/schemas/NestedHost" }, "type": "array", "nullable": true }, - "local_created_at": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, "local_id": { "type": "string" }, - "max_bandwidth": { - "type": "integer", - "format": "int64", - "nullable": true + "log_ended_at": { + "type": "string" }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], - "nullable": true + "log_started_at": { + "type": "string" }, - "max_iops": { - "type": "integer", - "format": "int32", - "nullable": true + "owner": { + "type": "string" }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], - "nullable": true + "path": { + "type": "string" }, - "memory": { - "type": "integer", - "format": "int64" + "progress": { + "type": "number", + "format": "double" }, - "name": { - "type": "string" + "service_groups": { + "properties": {}, + "type": "object", + "nullable": true + }, + "services": { + "items": { + "type": "string" + }, + "type": "array" }, "size": { "type": "integer", "format": "int64" }, - "snapshot_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedSnapshotGroup" - } - ], - "nullable": true + "started_at": { + "type": "string" }, - "vcpu": { - "type": "integer", - "format": "int32" + "status": { + "$ref": "#/components/schemas/LogCollectionStatus" }, - "vm": { + "witness": { "allOf": [ { - "$ref": "#/components/schemas/NestedVm" + "$ref": "#/components/schemas/NestedWitness" } ], "nullable": true - }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedFrozenDisks" - }, - "type": "array", - "nullable": true - }, - "vm_nics": { - "items": { - "$ref": "#/components/schemas/NestedFrozenNic" - }, - "type": "array", - "nullable": true - }, - "win_opt": { - "type": "boolean" } }, "required": [ - "clock_offset", "cluster", - "consistent_type", - "cpu", - "cpu_model", - "description", - "firmware", - "ha", + "groups", "id", "local_id", - "memory", - "name", + "log_ended_at", + "log_started_at", + "owner", + "path", + "progress", + "services", "size", - "vcpu", - "win_opt" + "started_at", + "status" ], "type": "object", "additionalProperties": false }, - "WithTask_VmSnapshot_": { + "WithTask_LogCollection_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VmSnapshot" + "$ref": "#/components/schemas/LogCollection" } }, "required": [ @@ -79909,724 +76431,620 @@ ], "type": "object" }, - "VmSnapshotCreationParamsData": { + "LogCollectionServiceGroupParams": { "properties": { - "consistent_type": { - "$ref": "#/components/schemas/ConsistentType" - }, - "name": { - "type": "string" + "services": { + "items": { + "type": "string" + }, + "type": "array" }, - "vm_id": { + "group_name": { "type": "string" } }, "required": [ - "name", - "vm_id" + "group_name" ], "type": "object" }, - "VmSnapshotCreationParams": { + "LogCollectionCreationParams": { "properties": { - "data": { + "witness_id": { + "type": "string" + }, + "service_groups": { "items": { - "$ref": "#/components/schemas/VmSnapshotCreationParamsData" + "$ref": "#/components/schemas/LogCollectionServiceGroupParams" }, "type": "array" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "DeleteVmSnapshot": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmSnapshot_": { - "properties": { - "task_id": { + }, + "log_ended_at": { "type": "string", - "nullable": true + "format": "date-time" }, - "data": { - "$ref": "#/components/schemas/DeleteVmSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmSnapshotDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmSnapshotWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedTemplateVpcNic": { - "properties": { - "vpc_local_id": { - "type": "string" + "log_started_at": { + "type": "string", + "format": "date-time" }, - "vpc_subnet_local_id": { + "cluster_id": { "type": "string" + }, + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" } }, "required": [ - "vpc_local_id", - "vpc_subnet_local_id" + "log_ended_at", + "log_started_at", + "cluster_id", + "hosts" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "NestedTemplateNic": { + "LogCollectionWhereInput": { "properties": { - "enabled": { - "type": "boolean", - "nullable": true - }, - "index": { - "type": "integer", - "format": "int32" - }, - "ip_address": { - "type": "string", + "AND": { + "items": { + "$ref": "#/components/schemas/LogCollectionWhereInput" + }, + "type": "array", "nullable": true }, - "mac_address": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/LogCollectionWhereInput" + }, + "type": "array", "nullable": true }, - "mirror": { - "type": "boolean", + "OR": { + "items": { + "$ref": "#/components/schemas/LogCollectionWhereInput" + }, + "type": "array", "nullable": true }, - "model": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/VmNicModel" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "type": { + "hosts_every": { "allOf": [ { - "$ref": "#/components/schemas/VmNicType" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "vlan": { - "$ref": "#/components/schemas/NestedFrozenVlan" - }, - "vpc_nic": { + "hosts_none": { "allOf": [ { - "$ref": "#/components/schemas/NestedTemplateVpcNic" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true - } - }, - "required": [ - "index", - "vlan" - ], - "type": "object", - "additionalProperties": false - }, - "VmTemplate": { - "properties": { - "clock_offset": { - "$ref": "#/components/schemas/VmClockOffset" - }, - "cloud_init_supported": { - "type": "boolean" - }, - "cluster": { - "$ref": "#/components/schemas/NestedCluster" }, - "content_library_vm_template": { + "hosts_some": { "allOf": [ { - "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true }, - "cpu": { - "$ref": "#/components/schemas/NestedCpu" + "id": { + "type": "string", + "nullable": true }, - "cpu_model": { - "type": "string" + "id_contains": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "id_ends_with": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "id_gt": { + "type": "string", "nullable": true }, - "firmware": { - "$ref": "#/components/schemas/VmFirmware" + "id_gte": { + "type": "string", + "nullable": true }, - "ha": { - "type": "boolean" + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "id": { - "type": "string" + "id_lt": { + "type": "string", + "nullable": true }, - "io_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoPolicy" - } - ], + "id_lte": { + "type": "string", "nullable": true }, - "labels": { + "id_not": { + "type": "string", + "nullable": true + }, + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { "type": "string", "nullable": true }, "local_id": { - "type": "string" + "type": "string", + "nullable": true }, - "max_bandwidth": { - "type": "integer", - "format": "int64", + "local_id_contains": { + "type": "string", "nullable": true }, - "max_bandwidth_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "local_id_ends_with": { + "type": "string", "nullable": true }, - "max_iops": { - "type": "integer", - "format": "int32", + "local_id_gt": { + "type": "string", "nullable": true }, - "max_iops_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmDiskIoRestrictType" - } - ], + "local_id_gte": { + "type": "string", "nullable": true }, - "memory": { - "type": "integer", - "format": "int64" + "local_id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "name": { - "type": "string" + "local_id_lt": { + "type": "string", + "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "local_id_lte": { + "type": "string", + "nullable": true }, - "vcpu": { - "type": "integer", - "format": "int32" + "local_id_not": { + "type": "string", + "nullable": true }, - "video_type": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "vm_disks": { - "items": { - "$ref": "#/components/schemas/NestedFrozenDisks" - }, - "type": "array", + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "vm_nics": { + "local_id_not_in": { "items": { - "$ref": "#/components/schemas/NestedTemplateNic" + "type": "string" }, "type": "array", "nullable": true }, - "win_opt": { - "type": "boolean" - } - }, - "required": [ - "clock_offset", - "cloud_init_supported", - "cluster", - "cpu", - "cpu_model", - "description", - "firmware", - "ha", - "id", - "local_id", - "memory", - "name", - "size", - "vcpu", - "win_opt" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmTemplate_": { - "properties": { - "task_id": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmTemplate" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmTemplateCreationParams": { - "properties": { - "cluster_id": { - "type": "string" + "local_id_starts_with": { + "type": "string", + "nullable": true }, - "cloud_init_supported": { - "type": "boolean" + "log_ended_at": { + "type": "string", + "nullable": true }, - "vm_id": { - "type": "string" + "log_ended_at_gt": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "log_ended_at_gte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "cloud_init_supported", - "vm_id", - "name" - ], - "type": "object" - }, - "VmTemplateUpdationParams": { - "properties": { - "data": { - "properties": { - "cloud_init_supported": { - "type": "boolean" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } + "log_ended_at_in": { + "items": { + "type": "string" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "DeleteVmTemplate": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmTemplate_": { - "properties": { - "task_id": { + "log_ended_at_lt": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmTemplate" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmTemplateDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmTemplateWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmVolumeSnapshot": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "log_ended_at_lte": { + "type": "string", + "nullable": true }, - "createAt": { + "log_ended_at_not": { "type": "string", "nullable": true }, - "description": { - "type": "string" + "log_ended_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "log_started_at": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "log_started_at_gt": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "log_started_at_gte": { + "type": "string", + "nullable": true }, - "labels": { + "log_started_at_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { - "type": "string" + "log_started_at_lt": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "log_started_at_lte": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "log_started_at_not": { + "type": "string", + "nullable": true }, - "shared_size": { - "type": "number", - "format": "double", + "log_started_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "size": { - "type": "number", - "format": "double", + "owner": { + "type": "string", "nullable": true }, - "type": { - "$ref": "#/components/schemas/VmVolumeSnapshotType" + "owner_contains": { + "type": "string", + "nullable": true }, - "unique_size": { - "type": "number", - "format": "double", + "owner_ends_with": { + "type": "string", "nullable": true }, - "vm_volume": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVmVolume" - } - ], + "owner_gt": { + "type": "string", "nullable": true }, - "volume_sharing": { - "type": "boolean", + "owner_gte": { + "type": "string", "nullable": true }, - "volume_size": { - "type": "number", - "format": "double", + "owner_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "zbs_snapshot_uuid": { + "owner_lt": { "type": "string", "nullable": true - } - }, - "required": [ - "cluster", - "description", - "elf_storage_policy", - "id", - "local_created_at", - "local_id", - "name", - "type" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmVolumeSnapshot_": { - "properties": { - "task_id": { + }, + "owner_lte": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmVolumeSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeSnapshotCreationParams": { - "properties": { - "volume_id": { - "type": "string" + "owner_not": { + "type": "string", + "nullable": true }, - "description": { - "type": "string" + "owner_not_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "volume_id", - "description", - "name" - ], - "type": "object" - }, - "DeleteVmVolumeSnapshot": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVmVolumeSnapshot_": { - "properties": { - "task_id": { + "owner_not_ends_with": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVmVolumeSnapshot" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeSnapshotDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VmVolume": { - "properties": { - "cluster": { - "$ref": "#/components/schemas/NestedCluster" + "owner_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "description": { + "owner_not_starts_with": { "type": "string", "nullable": true }, - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "owner_starts_with": { + "type": "string", + "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "path": { + "type": "string", "nullable": true }, - "guest_size_usage": { - "type": "number", - "format": "double", + "path_contains": { + "type": "string", "nullable": true }, - "guest_used_size": { - "type": "integer", - "format": "int64", + "path_ends_with": { + "type": "string", "nullable": true }, - "id": { - "type": "string" + "path_gt": { + "type": "string", + "nullable": true }, - "labels": { + "path_gte": { + "type": "string", + "nullable": true + }, + "path_in": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "string" }, "type": "array", "nullable": true }, - "local_created_at": { - "type": "string" + "path_lt": { + "type": "string", + "nullable": true }, - "local_id": { - "type": "string" + "path_lte": { + "type": "string", + "nullable": true }, - "lun": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedIscsiLun" - } - ], + "path_not": { + "type": "string", "nullable": true }, - "mounting": { - "type": "boolean" + "path_not_contains": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "path_not_ends_with": { + "type": "string", + "nullable": true }, - "path": { - "type": "string" + "path_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "sharing": { - "type": "boolean" + "path_not_starts_with": { + "type": "string", + "nullable": true }, - "size": { - "type": "integer", - "format": "int64" + "path_starts_with": { + "type": "string", + "nullable": true }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeType" - } - ], + "progress": { + "type": "number", + "format": "double", "nullable": true }, - "unique_logical_size": { + "progress_gt": { "type": "number", "format": "double", "nullable": true }, - "unique_size": { - "type": "integer", - "format": "int64", + "progress_gte": { + "type": "number", + "format": "double", "nullable": true }, - "vm_disks": { + "progress_in": { "items": { - "$ref": "#/components/schemas/NestedVmDisk" + "type": "number", + "format": "double" }, "type": "array", "nullable": true - } - }, - "required": [ - "cluster", - "elf_storage_policy", - "id", - "local_created_at", - "local_id", - "mounting", - "name", - "path", - "sharing", - "size" - ], - "type": "object", - "additionalProperties": false - }, - "WithTask_VmVolume_": { - "properties": { - "task_id": { - "type": "string", + }, + "progress_lt": { + "type": "number", + "format": "double", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VmVolume" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VmVolumeCreationParams": { - "properties": { - "elf_storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "progress_lte": { + "type": "number", + "format": "double", + "nullable": true }, - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" + "progress_not": { + "type": "number", + "format": "double", + "nullable": true + }, + "progress_not_in": { + "items": { + "type": "number", + "format": "double" + }, + "type": "array", + "nullable": true }, "size": { "type": "integer", - "format": "int64" - }, - "sharing": { - "type": "boolean" + "format": "int64", + "nullable": true }, - "cluster_id": { - "type": "string" + "size_gt": { + "type": "integer", + "format": "int64", + "nullable": true }, - "name": { - "type": "string" + "size_gte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "size_lt": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_lte": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "size_not_in": { + "items": { + "type": "integer", + "format": "int64" + }, + "type": "array", + "nullable": true + }, + "started_at": { + "type": "string", + "nullable": true + }, + "started_at_gt": { + "type": "string", + "nullable": true + }, + "started_at_gte": { + "type": "string", + "nullable": true + }, + "started_at_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "started_at_lt": { + "type": "string", + "nullable": true + }, + "started_at_lte": { + "type": "string", + "nullable": true + }, + "started_at_not": { + "type": "string", + "nullable": true + }, + "started_at_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/LogCollectionStatus" + } + ], + "nullable": true + }, + "status_in": { + "items": { + "$ref": "#/components/schemas/LogCollectionStatus" + }, + "type": "array", + "nullable": true + }, + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/LogCollectionStatus" + } + ], + "nullable": true + }, + "status_not_in": { + "items": { + "$ref": "#/components/schemas/LogCollectionStatus" + }, + "type": "array", + "nullable": true + }, + "witness": { + "allOf": [ + { + "$ref": "#/components/schemas/WitnessWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "ForceStopLogCollectionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/LogCollectionWhereInput" } }, "required": [ - "elf_storage_policy", - "size", - "sharing", - "cluster_id", - "name" + "where" ], "type": "object" }, - "DeleteVmVolume": { + "DeleteLogCollection": { "properties": { "id": { "type": "string" @@ -80637,14 +77055,14 @@ ], "type": "object" }, - "WithTask_DeleteVmVolume_": { + "WithTask_DeleteLogCollection_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVmVolume" + "$ref": "#/components/schemas/DeleteLogCollection" } }, "required": [ @@ -80652,2586 +77070,3526 @@ ], "type": "object" }, - "VmVolumeDeletionParamsEffect": { + "LogCollectionDeletionParams": { "properties": { - "include_snapshots": { - "type": "boolean" + "where": { + "$ref": "#/components/schemas/LogCollectionWhereInput" } }, + "required": [ + "where" + ], "type": "object" }, - "VmVolumeDeletionParams": { + "MetricLabel": { "properties": { - "effect": { - "$ref": "#/components/schemas/VmVolumeDeletionParamsEffect" + "to_hostname": { + "type": "string", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VmVolumeWhereInput" + "serial_number": { + "type": "string", + "nullable": true + }, + "pool": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "metric_name": { + "type": "string", + "nullable": true + }, + "job": { + "type": "string", + "nullable": true + }, + "instance": { + "type": "string", + "nullable": true + }, + "_zone": { + "type": "string", + "nullable": true + }, + "_witness": { + "type": "string", + "nullable": true + }, + "_volume": { + "type": "string", + "nullable": true + }, + "_vm": { + "type": "string", + "nullable": true + }, + "_to_uuid": { + "type": "string", + "nullable": true + }, + "_service": { + "type": "string", + "nullable": true + }, + "_scvm": { + "type": "string", + "nullable": true + }, + "_network": { + "type": "string", + "nullable": true + }, + "_mac": { + "type": "string", + "nullable": true + }, + "_host": { + "type": "string", + "nullable": true + }, + "_esxi_uuid": { + "type": "string", + "nullable": true + }, + "_device": { + "type": "string", + "nullable": true + }, + "_cluster": { + "type": "string", + "nullable": true + }, + "_chunk": { + "type": "string", + "nullable": true + }, + "__typename": { + "type": "string", + "enum": [ + "MetricLabel" + ], + "nullable": false } }, - "required": [ - "where" - ], "type": "object" }, - "VmVolumeRebuildParams": { + "DataPoint": { "properties": { - "name": { - "type": "string" + "v": { + "type": "number", + "format": "double", + "nullable": true }, - "description": { - "type": "string" + "t": { + "type": "number", + "format": "double" }, - "volume_snapshot_id": { - "type": "string" + "__typename": { + "type": "string", + "enum": [ + "DataPoint" + ], + "nullable": false } }, "required": [ - "name", - "description", - "volume_snapshot_id" + "t" ], "type": "object" }, - "VmVolumeRollbackParams": { + "MetricStream": { "properties": { - "volume_snapshot_id": { - "type": "string" + "points": { + "items": { + "$ref": "#/components/schemas/DataPoint" + }, + "type": "array", + "nullable": true + }, + "labels": { + "$ref": "#/components/schemas/MetricLabel" + }, + "__typename": { + "type": "string", + "enum": [ + "MetricStream" + ], + "nullable": false } }, "required": [ - "volume_snapshot_id" + "labels" ], "type": "object" }, - "VmVolumeWhereUniqueInput": { + "MetricSample": { "properties": { - "id": { - "type": "string", + "point": { + "allOf": [ + { + "$ref": "#/components/schemas/DataPoint" + } + ], "nullable": true }, - "local_id": { + "labels": { + "$ref": "#/components/schemas/MetricLabel" + }, + "__typename": { "type": "string", - "nullable": true + "enum": [ + "MetricSample" + ], + "nullable": false } }, - "type": "object", - "additionalProperties": false + "required": [ + "labels" + ], + "type": "object" }, - "CloneVmVolumeParams": { + "MetricUnit": { + "enum": [ + "COUNT", + "DATA_RATE_BIT", + "DATA_RATE_BYTE", + "DATA_SIZE", + "FREQUENCY", + "LOAD", + "PERCENT", + "RATIO", + "TEMPERATURE", + "TIME" + ], + "type": "string" + }, + "Metric": { "properties": { - "where": { - "$ref": "#/components/schemas/VmVolumeWhereUniqueInput" + "unit": { + "$ref": "#/components/schemas/MetricUnit" }, - "data": { - "properties": { - "description": { - "type": "string" - }, - "name": { - "type": "string" - } + "step": { + "type": "integer", + "format": "int32" + }, + "samples": { + "items": { + "$ref": "#/components/schemas/MetricSample" }, - "required": [ - "name" + "type": "array", + "nullable": true + }, + "sample_streams": { + "items": { + "$ref": "#/components/schemas/MetricStream" + }, + "type": "array", + "nullable": true + }, + "dropped": { + "type": "boolean" + }, + "__typename": { + "type": "string", + "enum": [ + "Metric" ], - "type": "object" + "nullable": false } }, "required": [ - "where", - "data" + "unit", + "step", + "dropped" ], "type": "object" }, - "UpdateVmVolumeParams": { + "WithTask_Metric_": { "properties": { - "where": { - "$ref": "#/components/schemas/VmVolumeWhereInput" + "task_id": { + "type": "string", + "nullable": true }, "data": { - "properties": { - "size_unit": { - "$ref": "#/components/schemas/ByteUnit" - }, - "size": { - "type": "integer", - "format": "int64" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" + "$ref": "#/components/schemas/Metric" } }, "required": [ - "where", "data" ], "type": "object" }, - "VmVolumeExportFileType": { - "type": "string", - "enum": [ - "QCOW2", - "RAW" - ] - }, - "ExportVmVolumeParams": { + "GetVmMetricInput": { "properties": { - "data": { - "properties": { - "type": { - "$ref": "#/components/schemas/VmVolumeExportFileType" - } + "range": { + "type": "string" + }, + "metrics": { + "items": { + "type": "string" }, - "required": [ - "type" - ], - "type": "object" + "type": "array" }, - "where": { - "$ref": "#/components/schemas/VmVolumeWhereInput" + "vms": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "data", - "where" + "range", + "metrics", + "vms" ], "type": "object" }, - "ImportVmVolumeParams": { + "GetVmNetWorkMetricInput": { "properties": { - "upload_task_id": { + "range": { "type": "string" }, - "name": { - "type": "string" + "metrics": { + "items": { + "type": "string" + }, + "type": "array" }, - "storage_policy": { - "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + "nics": { + "$ref": "#/components/schemas/VmNicWhereInput" }, - "cluster_id": { - "type": "string" + "vms": { + "$ref": "#/components/schemas/VmWhereInput" } }, "required": [ - "upload_task_id", - "name", - "storage_policy", - "cluster_id" + "range", + "metrics", + "vms" ], "type": "object" }, - "VsphereEsxiAccount": { + "GetDiskMetricInput": { "properties": { - "host": { - "$ref": "#/components/schemas/NestedHost" - }, - "id": { + "range": { "type": "string" }, - "ip": { + "disks": { + "$ref": "#/components/schemas/DiskWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "range", + "disks", + "metrics" + ], + "type": "object" + }, + "GetVmVolumeMetricInput": { + "properties": { + "range": { "type": "string" }, - "is_valid": { - "type": "boolean" + "metrics": { + "items": { + "type": "string" + }, + "type": "array" }, - "local_id": { + "vmVolumes": { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + }, + "required": [ + "range", + "metrics", + "vmVolumes" + ], + "type": "object" + }, + "GetLunMetricInput": { + "properties": { + "range": { "type": "string" }, - "port": { - "type": "integer", - "format": "int32" + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" }, - "username": { - "type": "string" + "luns": { + "$ref": "#/components/schemas/IscsiLunWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" } }, "required": [ - "host", - "id", - "ip", - "is_valid", - "local_id", - "port", - "username" + "range", + "luns", + "metrics" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_VsphereEsxiAccount-Array_": { + "GetNvmfNamespaceMetricInput": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" }, - "data": { + "nvmfNamespaces": { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + }, + "metrics": { "items": { - "$ref": "#/components/schemas/VsphereEsxiAccount" + "type": "string" }, "type": "array" + }, + "range": { + "type": "string" } }, "required": [ - "data" + "nvmfNamespaces", + "metrics", + "range" ], "type": "object" }, - "UpdateVsphereEsxiAccountParamsData": { + "GetClusterMetricInput": { "properties": { - "port": { - "type": "integer", - "format": "int32" - }, - "password": { + "range": { "type": "string" }, - "username": { + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "range", + "clusters", + "metrics" + ], + "type": "object" + }, + "GetHostMetricInput": { + "properties": { + "range": { "type": "string" }, - "ip": { + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "range", + "hosts", + "metrics" + ], + "type": "object" + }, + "GetHostNetworkMetricInput": { + "properties": { + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "range": { "type": "string" }, - "esxi_account_id": { + "nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "hosts", + "range", + "metrics" + ], + "type": "object" + }, + "GetHostServiceMetricInput": { + "properties": { + "range": { "type": "string" + }, + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "services": { + "items": { + "type": "string" + }, + "type": "array" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" } }, "required": [ - "username", - "ip", - "esxi_account_id" + "range", + "hosts", + "services", + "metrics" ], "type": "object" }, - "UpdateVsphereEsxiAccountParams": { + "GetScvmMetricInput": { "properties": { - "data": { + "range": { + "type": "string" + }, + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "metrics": { "items": { - "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParamsData" + "type": "string" }, "type": "array" } }, "required": [ - "data" + "range", + "hosts", + "metrics" ], "type": "object" }, - "ColumnConfig": { + "GetScvmNetworkInput": { "properties": { - "name": { + "range": { "type": "string" }, - "path": { + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "nics": { + "$ref": "#/components/schemas/NicWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "range", + "hosts", + "metrics" + ], + "type": "object" + }, + "GetScvmServiceMetricInput": { + "properties": { + "range": { "type": "string" + }, + "hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "services": { + "items": { + "type": "string" + }, + "type": "array" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" } }, "required": [ - "name", - "path" + "range", + "hosts", + "services", + "metrics" ], "type": "object" }, - "HostOrderByInput": { - "enum": [ - "access_ip_ASC", - "access_ip_DESC", - "allocable_cpu_cores_for_vm_exclusive_ASC", - "allocable_cpu_cores_for_vm_exclusive_DESC", - "allocatable_memory_bytes_ASC", - "allocatable_memory_bytes_DESC", - "chunk_id_ASC", - "chunk_id_DESC", - "cpu_brand_ASC", - "cpu_brand_DESC", - "cpu_fan_speed_unit_ASC", - "cpu_fan_speed_unit_DESC", - "cpu_hz_per_core_ASC", - "cpu_hz_per_core_DESC", - "cpu_model_ASC", - "cpu_model_DESC", - "cpu_vendor_ASC", - "cpu_vendor_DESC", - "data_ip_ASC", - "data_ip_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "failure_data_space_ASC", - "failure_data_space_DESC", - "hdd_data_capacity_ASC", - "hdd_data_capacity_DESC", - "hdd_disk_count_ASC", - "hdd_disk_count_DESC", - "host_state_ASC", - "host_state_DESC", - "hypervisor_ip_ASC", - "hypervisor_ip_DESC", - "id_ASC", - "id_DESC", - "iommu_ASC", - "iommu_DESC", - "is_os_in_raid1_ASC", - "is_os_in_raid1_DESC", - "local_id_ASC", - "local_id_DESC", - "lsm_cap_disk_safe_umount_ASC", - "lsm_cap_disk_safe_umount_DESC", - "management_ip_ASC", - "management_ip_DESC", - "model_ASC", - "model_DESC", - "name_ASC", - "name_DESC", - "nested_virtualization_ASC", - "nested_virtualization_DESC", - "nic_count_ASC", - "nic_count_DESC", - "node_topo_local_id_ASC", - "node_topo_local_id_DESC", - "os_memory_bytes_ASC", - "os_memory_bytes_DESC", - "os_version_ASC", - "os_version_DESC", - "pmem_dimm_capacity_ASC", - "pmem_dimm_capacity_DESC", - "pmem_dimm_count_ASC", - "pmem_dimm_count_DESC", - "pmem_disk_count_ASC", - "pmem_disk_count_DESC", - "provisioned_cpu_cores_ASC", - "provisioned_cpu_cores_DESC", - "provisioned_memory_bytes_ASC", - "provisioned_memory_bytes_DESC", - "running_pause_vm_memory_bytes_ASC", - "running_pause_vm_memory_bytes_DESC", - "running_vm_num_ASC", - "running_vm_num_DESC", - "scvm_cpu_ASC", - "scvm_cpu_DESC", - "scvm_memory_ASC", - "scvm_memory_DESC", - "scvm_name_ASC", - "scvm_name_DESC", - "serial_ASC", - "serial_DESC", - "ssd_data_capacity_ASC", - "ssd_data_capacity_DESC", - "ssd_disk_count_ASC", - "ssd_disk_count_DESC", - "state_ASC", - "state_DESC", - "status_ASC", - "status_DESC", - "stopped_vm_num_ASC", - "stopped_vm_num_DESC", - "suspended_vm_num_ASC", - "suspended_vm_num_DESC", - "total_cache_capacity_ASC", - "total_cache_capacity_DESC", - "total_cpu_cores_ASC", - "total_cpu_cores_DESC", - "total_cpu_hz_ASC", - "total_cpu_hz_DESC", - "total_cpu_sockets_ASC", - "total_cpu_sockets_DESC", - "total_data_capacity_ASC", - "total_data_capacity_DESC", - "total_memory_bytes_ASC", - "total_memory_bytes_DESC", - "used_cpu_hz_ASC", - "used_cpu_hz_DESC", - "used_data_space_ASC", - "used_data_space_DESC", - "used_memory_bytes_ASC", - "used_memory_bytes_DESC", - "vm_num_ASC", - "vm_num_DESC", - "vmotion_ip_ASC", - "vmotion_ip_DESC", - "with_faster_ssd_as_cache_ASC", - "with_faster_ssd_as_cache_DESC" + "GetSCVMDiskMetricInput": { + "properties": { + "range": { + "type": "string" + }, + "disks": { + "$ref": "#/components/schemas/DiskWhereInput" + }, + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "range", + "disks", + "metrics" ], - "type": "string" + "type": "object" }, - "GetHostsRequestBody": { + "GetZoneMetricInput": { "properties": { - "after": { - "type": "string", - "nullable": true + "range": { + "type": "string" }, - "before": { + "type": { "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "enum": [ + "primary-to-secondary", + "secondary-to-primary" + ] }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/HostOrderByInput" - } - ], - "nullable": true + "metrics": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "range", + "type", + "clusters", + "metrics" + ], + "type": "object" + }, + "GetWitnessMetricInput": { + "properties": { + "range": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true + "metrics": { + "items": { + "type": "string" + }, + "type": "array" } }, - "type": "object", - "additionalProperties": false - }, - "DatacenterOrderByInput": { - "enum": [ - "cluster_num_ASC", - "cluster_num_DESC", - "failure_data_space_ASC", - "failure_data_space_DESC", - "host_num_ASC", - "host_num_DESC", - "id_ASC", - "id_DESC", - "name_ASC", - "name_DESC", - "total_cpu_hz_ASC", - "total_cpu_hz_DESC", - "total_data_capacity_ASC", - "total_data_capacity_DESC", - "total_memory_bytes_ASC", - "total_memory_bytes_DESC", - "used_cpu_hz_ASC", - "used_cpu_hz_DESC", - "used_data_space_ASC", - "used_data_space_DESC", - "used_memory_bytes_ASC", - "used_memory_bytes_DESC", - "vm_num_ASC", - "vm_num_DESC" + "required": [ + "range", + "clusters", + "metrics" ], - "type": "string" + "type": "object" }, - "GetDatacentersRequestBody": { + "GetTopNMetricInput": { "properties": { - "after": { - "type": "string", - "nullable": true + "metrics": { + "items": { + "type": "string" + }, + "type": "array" }, - "before": { - "type": "string", - "nullable": true + "clusters": { + "$ref": "#/components/schemas/ClusterWhereInput" }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "type": { + "type": "string", + "enum": [ + "top", + "bottom" + ] }, - "last": { + "n": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "orderBy": { + "range": { + "type": "string" + } + }, + "required": [ + "metrics", + "clusters", + "type", + "n", + "range" + ], + "type": "object" + }, + "NamespaceGroup": { + "properties": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/DatacenterOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "id": { + "type": "string" + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/DatacenterWhereInput" - } - ], + "local_create_time": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "namespaces": { + "items": { + "$ref": "#/components/schemas/NestedNvmfNamespace" + }, + "type": "array", "nullable": true + }, + "nvmf_subsystem": { + "$ref": "#/components/schemas/NestedNvmfSubsystem" } }, + "required": [ + "id", + "local_create_time", + "local_id", + "name", + "nvmf_subsystem" + ], "type": "object", "additionalProperties": false }, - "ClusterOrderByInput": { - "enum": [ - "application_highest_version_ASC", - "application_highest_version_DESC", - "architecture_ASC", - "architecture_DESC", - "auto_converge_ASC", - "auto_converge_DESC", - "connect_state_ASC", - "connect_state_DESC", - "current_cpu_model_ASC", - "current_cpu_model_DESC", - "disconnected_date_ASC", - "disconnected_date_DESC", - "disconnected_reason_ASC", - "disconnected_reason_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "failure_data_space_ASC", - "failure_data_space_DESC", - "has_metrox_ASC", - "has_metrox_DESC", - "host_num_ASC", - "host_num_DESC", - "hypervisor_ASC", - "hypervisor_DESC", - "id_ASC", - "id_DESC", - "ip_ASC", - "ip_DESC", - "is_all_flash_ASC", - "is_all_flash_DESC", - "iscsi_vip_ASC", - "iscsi_vip_DESC", - "license_expire_date_ASC", - "license_expire_date_DESC", - "license_serial_ASC", - "license_serial_DESC", - "license_sign_date_ASC", - "license_sign_date_DESC", - "license_type_ASC", - "license_type_DESC", - "local_id_ASC", - "local_id_DESC", - "maintenance_end_date_ASC", - "maintenance_end_date_DESC", - "maintenance_start_date_ASC", - "maintenance_start_date_DESC", - "management_vip_ASC", - "management_vip_DESC", - "max_chunk_num_ASC", - "max_chunk_num_DESC", - "max_physical_data_capacity_ASC", - "max_physical_data_capacity_DESC", - "max_physical_data_capacity_per_node_ASC", - "max_physical_data_capacity_per_node_DESC", - "metro_availability_checklist_ASC", - "metro_availability_checklist_DESC", - "mgt_gateway_ASC", - "mgt_gateway_DESC", - "mgt_netmask_ASC", - "mgt_netmask_DESC", - "migration_data_size_ASC", - "migration_data_size_DESC", - "migration_speed_ASC", - "migration_speed_DESC", - "name_ASC", - "name_DESC", - "ntp_mode_ASC", - "ntp_mode_DESC", - "nvme_over_rdma_enabled_ASC", - "nvme_over_rdma_enabled_DESC", - "nvme_over_tcp_enabled_ASC", - "nvme_over_tcp_enabled_DESC", - "nvmf_enabled_ASC", - "nvmf_enabled_DESC", - "pmem_enabled_ASC", - "pmem_enabled_DESC", - "provisioned_cpu_cores_ASC", - "provisioned_cpu_cores_DESC", - "provisioned_cpu_cores_for_active_vm_ASC", - "provisioned_cpu_cores_for_active_vm_DESC", - "provisioned_for_active_vm_ratio_ASC", - "provisioned_for_active_vm_ratio_DESC", - "provisioned_memory_bytes_ASC", - "provisioned_memory_bytes_DESC", - "provisioned_ratio_ASC", - "provisioned_ratio_DESC", - "rdma_enabled_ASC", - "rdma_enabled_DESC", - "recover_data_size_ASC", - "recover_data_size_DESC", - "recover_speed_ASC", - "recover_speed_DESC", - "reserved_cpu_cores_for_system_service_ASC", - "reserved_cpu_cores_for_system_service_DESC", - "running_vm_num_ASC", - "running_vm_num_DESC", - "software_edition_ASC", - "software_edition_DESC", - "stopped_vm_num_ASC", - "stopped_vm_num_DESC", - "stretch_ASC", - "stretch_DESC", - "suspended_vm_num_ASC", - "suspended_vm_num_DESC", - "total_cache_capacity_ASC", - "total_cache_capacity_DESC", - "total_cpu_cores_ASC", - "total_cpu_cores_DESC", - "total_cpu_hz_ASC", - "total_cpu_hz_DESC", - "total_cpu_sockets_ASC", - "total_cpu_sockets_DESC", - "total_data_capacity_ASC", - "total_data_capacity_DESC", - "total_memory_bytes_ASC", - "total_memory_bytes_DESC", - "type_ASC", - "type_DESC", - "upgrade_tool_version_ASC", - "upgrade_tool_version_DESC", - "used_cpu_hz_ASC", - "used_cpu_hz_DESC", - "used_data_space_ASC", - "used_data_space_DESC", - "used_memory_bytes_ASC", - "used_memory_bytes_DESC", - "valid_data_space_ASC", - "valid_data_space_DESC", - "version_ASC", - "version_DESC", - "vhost_enabled_ASC", - "vhost_enabled_DESC", - "vm_num_ASC", - "vm_num_DESC" - ], - "type": "string" - }, - "GetClustersRequestBody": { + "WithTask_NamespaceGroup_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "data": { + "$ref": "#/components/schemas/NamespaceGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NamespaceGroupCreationParams": { + "properties": { + "nvmf_subsystem_id": { + "type": "string" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterOrderByInput" + "name": { + "type": "string" + } + }, + "required": [ + "nvmf_subsystem_id", + "name" + ], + "type": "object" + }, + "NamespaceGroupUpdationParams": { + "properties": { + "data": { + "properties": { + "name": { + "type": "string" } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + }, + "type": "object" }, "where": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true + "$ref": "#/components/schemas/NamespaceGroupWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data", + "where" + ], + "type": "object" }, - "NicOrderByInput": { - "enum": [ - "driver_ASC", - "driver_DESC", - "driver_state_ASC", - "driver_state_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "gateway_ip_ASC", - "gateway_ip_DESC", - "ibdev_ASC", - "ibdev_DESC", - "id_ASC", - "id_DESC", - "iommu_status_ASC", - "iommu_status_DESC", - "ip_address_ASC", - "ip_address_DESC", - "is_sriov_ASC", - "is_sriov_DESC", - "local_id_ASC", - "local_id_DESC", - "mac_address_ASC", - "mac_address_DESC", - "max_vf_num_ASC", - "max_vf_num_DESC", - "model_ASC", - "model_DESC", - "mtu_ASC", - "mtu_DESC", - "name_ASC", - "name_DESC", - "nic_uuid_ASC", - "nic_uuid_DESC", - "physical_ASC", - "physical_DESC", - "rdma_enabled_ASC", - "rdma_enabled_DESC", - "running_ASC", - "running_DESC", - "speed_ASC", - "speed_DESC", - "subnet_mask_ASC", - "subnet_mask_DESC", - "total_vf_num_ASC", - "total_vf_num_DESC", - "type_ASC", - "type_DESC", - "up_ASC", - "up_DESC", - "used_vf_num_ASC", - "used_vf_num_DESC", - "user_usage_ASC", - "user_usage_DESC" + "DeleteNamespaceGroup": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "GetNicsRequestBody": { + "WithTask_DeleteNamespaceGroup_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteNamespaceGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NamespaceGroupDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/NamespaceGroupWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NfsExport": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "description": { + "type": "string" }, - "orderBy": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/NicOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "export_inode_id": { + "type": "string" + }, + "id": { + "type": "string" + }, + "inodes": { + "items": { + "$ref": "#/components/schemas/NestedNfsInode" + }, + "type": "array", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/NicWhereInput" - } - ], + "internal": { + "type": "boolean" + }, + "ip_whitelist": { + "type": "string" + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", "nullable": true + }, + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "replica_num": { + "type": "integer", + "format": "int32" + }, + "thin_provision": { + "type": "boolean" } }, + "required": [ + "cluster", + "description", + "export_inode_id", + "id", + "internal", + "ip_whitelist", + "local_id", + "name", + "replica_num", + "thin_provision" + ], "type": "object", "additionalProperties": false }, - "IscsiTargetOrderByInput": { - "enum": [ - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", - "chap_enabled_ASC", - "chap_enabled_DESC", - "chap_name_ASC", - "chap_name_DESC", - "chap_secret_ASC", - "chap_secret_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "external_use_ASC", - "external_use_DESC", - "id_ASC", - "id_DESC", - "initiator_chaps_ASC", - "initiator_chaps_DESC", - "internal_ASC", - "internal_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "iqn_name_ASC", - "iqn_name_DESC", - "iqn_whitelist_ASC", - "iqn_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC" - ], - "type": "string" - }, - "GetIscsiTargetsRequestBody": { + "WithTask_NfsExport_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/NfsExport" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NfsExportCreationParams": { + "properties": { + "cluster_id": { + "type": "string" }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "ip_whitelist": { + "type": "string" }, - "last": { + "thin_provision": { + "type": "boolean" + }, + "replica_num": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetOrderByInput" + "name": { + "type": "string" + } + }, + "required": [ + "cluster_id", + "thin_provision", + "replica_num", + "name" + ], + "type": "object" + }, + "NfsExportUpdationParams": { + "properties": { + "data": { + "properties": { + "ip_whitelist": { + "type": "string" + }, + "name": { + "type": "string" } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + }, + "type": "object" }, "where": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], - "nullable": true + "$ref": "#/components/schemas/NfsExportWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "where" + ], + "type": "object" }, - "NfsExportOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "export_inode_id_ASC", - "export_inode_id_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "thin_provision_ASC", - "thin_provision_DESC" + "DeleteNfsExport": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "GetNfsExportsRequestBody": { + "WithTask_DeleteNfsExport_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { + "data": { + "$ref": "#/components/schemas/DeleteNfsExport" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NfsExportDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/NfsExportWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "Nic": { + "properties": { + "driver": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { + "driver_state": { "allOf": [ { - "$ref": "#/components/schemas/NfsExportOrderByInput" + "$ref": "#/components/schemas/NicDriverState" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "where": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/NfsExportWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ElfDataStoreOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "external_use_ASC", - "external_use_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "thin_provision_ASC", - "thin_provision_DESC", - "type_ASC", - "type_DESC" - ], - "type": "string" - }, - "ElfDataStoreWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - }, - "type": "array", - "nullable": true }, - "NOT": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - }, - "type": "array", + "gateway_ip": { + "type": "string", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" - }, - "type": "array", + "host": { + "$ref": "#/components/schemas/NestedHost" + }, + "ibdev": { + "type": "string", "nullable": true }, - "cluster": { + "id": { + "type": "string" + }, + "iommu_status": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/IommuStatus" } ], "nullable": true }, - "description": { - "type": "string", - "nullable": true - }, - "description_contains": { - "type": "string", - "nullable": true - }, - "description_ends_with": { - "type": "string", - "nullable": true - }, - "description_gt": { + "ip_address": { "type": "string", "nullable": true }, - "description_gte": { - "type": "string", + "is_sriov": { + "type": "boolean", "nullable": true }, - "description_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "description_lt": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "description_lte": { - "type": "string", - "nullable": true + "mac_address": { + "type": "string" }, - "description_not": { - "type": "string", + "max_vf_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_contains": { + "model": { "type": "string", "nullable": true }, - "description_not_ends_with": { - "type": "string", - "nullable": true + "mtu": { + "type": "integer", + "format": "int32" }, - "description_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "name": { + "type": "string" }, - "description_not_starts_with": { + "nic_uuid": { "type": "string", "nullable": true }, - "description_starts_with": { - "type": "string", - "nullable": true + "physical": { + "type": "boolean" }, - "external_use": { + "rdma_enabled": { "type": "boolean", "nullable": true }, - "external_use_not": { - "type": "boolean", + "running": { + "type": "boolean" + }, + "speed": { + "type": "integer", + "format": "int64", "nullable": true }, - "id": { + "subnet_mask": { "type": "string", "nullable": true }, - "id_contains": { - "type": "string", + "total_vf_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_ends_with": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkType" + } + ], "nullable": true }, - "id_gt": { - "type": "string", + "up": { + "type": "boolean" + }, + "used_vf_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_gte": { - "type": "string", + "user_usage": { + "allOf": [ + { + "$ref": "#/components/schemas/NicUserUsage" + } + ], "nullable": true }, - "id_in": { + "vds": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVds" + } + ], + "nullable": true + }, + "vms": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true - }, - "id_lt": { + } + }, + "required": [ + "host", + "id", + "local_id", + "mac_address", + "mtu", + "name", + "physical", + "running", + "up" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_Nic_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_lte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/Nic" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NicUpdationParams": { + "properties": { + "data": { + "properties": { + "nic_user_usage": { + "$ref": "#/components/schemas/NicUserUsage" + }, + "total_vf_num": { + "type": "integer", + "format": "int32" + }, + "mtu": { + "type": "integer", + "format": "int32" + } + }, + "type": "object" }, - "id_not": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/NicWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "NestedBrickTopo": { + "properties": { + "id": { + "type": "string" }, - "id_not_contains": { - "type": "string", + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedPosition": { + "properties": { + "column": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "row": { + "type": "integer", + "format": "int32", "nullable": true - }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + } + }, + "type": "object", + "additionalProperties": false + }, + "NodeTopo": { + "properties": { + "brick_topo": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedBrickTopo" + } + ], "nullable": true }, - "id_not_starts_with": { - "type": "string", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "id_starts_with": { - "type": "string", + "cluster_topo": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedClusterTopo" + } + ], "nullable": true }, - "internal": { - "type": "boolean", - "nullable": true + "host": { + "$ref": "#/components/schemas/NestedHost" }, - "internal_not": { - "type": "boolean", - "nullable": true + "id": { + "type": "string" }, - "ip_whitelist": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "ip_whitelist_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "ip_whitelist_ends_with": { + "position": { + "$ref": "#/components/schemas/NestedPosition" + } + }, + "required": [ + "cluster", + "host", + "id", + "local_id", + "name", + "position" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_NodeTopo_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "ip_whitelist_gt": { + "data": { + "$ref": "#/components/schemas/NodeTopo" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NodeTopoWhereUniqueInput": { + "properties": { + "id": { "type": "string", "nullable": true }, - "ip_whitelist_gte": { + "local_id": { "type": "string", "nullable": true - }, - "ip_whitelist_in": { - "items": { - "type": "string" - }, - "type": "array", + } + }, + "type": "object", + "additionalProperties": false + }, + "Position": { + "properties": { + "row": { + "type": "integer", + "format": "int32", "nullable": true }, - "ip_whitelist_lt": { - "type": "string", + "column": { + "type": "integer", + "format": "int32", "nullable": true }, - "ip_whitelist_lte": { + "__typename": { "type": "string", - "nullable": true - }, - "ip_whitelist_not": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not_contains": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not_ends_with": { - "type": "string", - "nullable": true - }, - "ip_whitelist_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "enum": [ + "position" + ], + "nullable": false + } + }, + "type": "object" + }, + "NodeTopoUpdationParamsData": { + "properties": { + "cluster_topo_id": { + "type": "string" }, - "ip_whitelist_not_starts_with": { - "type": "string", - "nullable": true + "position": { + "$ref": "#/components/schemas/Position" }, - "ip_whitelist_starts_with": { - "type": "string", - "nullable": true + "brick_topo_id": { + "type": "string" + } + }, + "type": "object" + }, + "NodeTopUpdationParam": { + "properties": { + "data": { + "$ref": "#/components/schemas/NodeTopoUpdationParamsData" }, - "iscsi_target": { + "where": { + "$ref": "#/components/schemas/NodeTopoWhereUniqueInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "NodeTopoUpdationParams": { + "items": { + "$ref": "#/components/schemas/NodeTopUpdationParam" + }, + "type": "array" + }, + "NvmfNamespaceSnapshot": { + "properties": { + "consistency_group_snapshot": { "allOf": [ { - "$ref": "#/components/schemas/IscsiTargetWhereInput" + "$ref": "#/components/schemas/NestedConsistencyGroupSnapshot" } ], "nullable": true }, - "local_id": { - "type": "string", - "nullable": true - }, - "local_id_contains": { - "type": "string", - "nullable": true - }, - "local_id_ends_with": { - "type": "string", - "nullable": true - }, - "local_id_gt": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_gte": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "local_id_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true + "local_created_at": { + "type": "string" }, - "local_id_not": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "local_id_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "local_id_not_ends_with": { - "type": "string", + "nvmf_namespace": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedNvmfNamespace" + } + ], "nullable": true }, - "local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "nvmf_subsystem": { + "$ref": "#/components/schemas/NestedNvmfSubsystem" }, - "local_id_not_starts_with": { + "unique_size": { + "type": "integer", + "format": "int64" + } + }, + "required": [ + "id", + "local_created_at", + "local_id", + "name", + "nvmf_subsystem", + "unique_size" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_NvmfNamespaceSnapshot_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "local_id_starts_with": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/NvmfNamespaceSnapshot" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NvmfNamespaceSnapshotCreationParams": { + "properties": { + "nvmf_subsystem_id": { + "type": "string" }, "name": { - "type": "string", - "nullable": true - }, - "name_contains": { - "type": "string", - "nullable": true - }, - "name_ends_with": { - "type": "string", - "nullable": true + "type": "string" }, - "name_gt": { + "nvmf_namespace_id": { + "type": "string" + } + }, + "required": [ + "nvmf_subsystem_id", + "name", + "nvmf_namespace_id" + ], + "type": "object" + }, + "DeleteNvmfNamespaceSnapshot": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteNvmfNamespaceSnapshot_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "name_gte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteNvmfNamespaceSnapshot" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NvmfNamespaceSnapshotDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NvmfNamespace": { + "properties": { + "assigned_size": { + "type": "integer", + "format": "int64" }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "bps": { + "type": "integer", + "format": "int64" }, - "name_lt": { - "type": "string", - "nullable": true + "bps_max": { + "type": "integer", + "format": "int64" }, - "name_lte": { - "type": "string", - "nullable": true + "bps_max_length": { + "type": "integer", + "format": "int64" }, - "name_not": { - "type": "string", - "nullable": true + "bps_rd": { + "type": "integer", + "format": "int64" }, - "name_not_contains": { - "type": "string", - "nullable": true + "bps_rd_max": { + "type": "integer", + "format": "int64" }, - "name_not_ends_with": { - "type": "string", - "nullable": true + "bps_rd_max_length": { + "type": "integer", + "format": "int64" }, - "name_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "bps_wr": { + "type": "integer", + "format": "int64" }, - "name_not_starts_with": { - "type": "string", - "nullable": true + "bps_wr_max": { + "type": "integer", + "format": "int64" }, - "name_starts_with": { - "type": "string", - "nullable": true + "bps_wr_max_length": { + "type": "integer", + "format": "int64" }, - "nfs_export": { + "consistency_group": { "allOf": [ { - "$ref": "#/components/schemas/NfsExportWhereInput" + "$ref": "#/components/schemas/NestedConsistencyGroup" } ], "nullable": true }, - "nvmf_subsystem": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "replica_num": { + "id": { + "type": "string" + }, + "io_size": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "replica_num_gt": { + "iops": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "replica_num_gte": { + "iops_max": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "replica_num_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "iops_max_length": { + "type": "integer", + "format": "int64" }, - "replica_num_lt": { + "iops_rd": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "replica_num_lte": { + "iops_rd_max": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "replica_num_not": { + "iops_rd_max_length": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "replica_num_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "iops_wr": { + "type": "integer", + "format": "int64" }, - "thin_provision": { - "type": "boolean", - "nullable": true + "iops_wr_max": { + "type": "integer", + "format": "int64" }, - "thin_provision_not": { - "type": "boolean", - "nullable": true + "iops_wr_max_length": { + "type": "integer", + "format": "int64" }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreType" - } - ], - "nullable": true + "is_shared": { + "type": "boolean" }, - "type_in": { + "labels": { "items": { - "$ref": "#/components/schemas/ElfDataStoreType" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "type_not": { + "local_created_at": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "namespace_group": { "allOf": [ { - "$ref": "#/components/schemas/ElfDataStoreType" + "$ref": "#/components/schemas/NestedNamespaceGroup" } ], "nullable": true }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/ElfDataStoreType" - }, - "type": "array", + "namespace_id": { + "type": "integer", + "format": "int32" + }, + "nqn_whitelist": { + "type": "string" + }, + "nvmf_subsystem": { + "$ref": "#/components/schemas/NestedNvmfSubsystem" + }, + "replica_num": { + "type": "integer", + "format": "int32" + }, + "shared_size": { + "type": "integer", + "format": "int64" + }, + "snapshot_num": { + "type": "integer", + "format": "int32" + }, + "stripe_num": { + "type": "integer", + "format": "int32" + }, + "stripe_size": { + "type": "integer", + "format": "int64" + }, + "thin_provision": { + "type": "boolean" + }, + "unique_logical_size": { + "type": "number", + "format": "double", "nullable": true + }, + "unique_size": { + "type": "integer", + "format": "int64" + }, + "zbs_volume_id": { + "type": "string" } }, + "required": [ + "assigned_size", + "bps", + "bps_max", + "bps_max_length", + "bps_rd", + "bps_rd_max", + "bps_rd_max_length", + "bps_wr", + "bps_wr_max", + "bps_wr_max_length", + "id", + "io_size", + "iops", + "iops_max", + "iops_max_length", + "iops_rd", + "iops_rd_max", + "iops_rd_max_length", + "iops_wr", + "iops_wr_max", + "iops_wr_max_length", + "is_shared", + "local_created_at", + "local_id", + "name", + "namespace_id", + "nqn_whitelist", + "nvmf_subsystem", + "replica_num", + "shared_size", + "snapshot_num", + "stripe_num", + "stripe_size", + "thin_provision", + "unique_size", + "zbs_volume_id" + ], "type": "object", "additionalProperties": false }, - "ElfDataStoreType": { - "enum": [ - "ISCSI", - "NFS", - "NVMe" - ], - "type": "string" - }, - "GetElfDataStoresRequestBody": { + "WithTask_NvmfNamespace_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/NvmfNamespace" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NvmfNamespaceCommonParams": { + "properties": { + "bps_wr_max_length": { + "type": "integer", + "format": "int64" }, - "first": { + "bps_wr_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr_max": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "last": { + "bps_rd_max_length": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreOrderByInput" - } - ], - "nullable": true + "bps_rd_max_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "skip": { + "bps_rd_max": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfDataStoreWhereInput" + "bps_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_max": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max": { + "type": "integer", + "format": "int64" + }, + "iops_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_max": { + "type": "integer", + "format": "int64" + }, + "bps_wr_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr": { + "type": "integer", + "format": "int64" + }, + "bps_rd_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd": { + "type": "integer", + "format": "int64" + }, + "bps_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps": { + "type": "integer", + "format": "int64" + }, + "iops_wr": { + "type": "integer", + "format": "int64" + }, + "iops_rd": { + "type": "integer", + "format": "int64" + }, + "iops": { + "type": "integer", + "format": "int64" + }, + "nqn_whitelist": { + "type": "string" + } + }, + "type": "object" + }, + "NvmfNamespaceCreationParams": { + "allOf": [ + { + "properties": { + "namespace_id": { + "type": "integer", + "format": "int32" + }, + "group_id": { + "type": "string" + }, + "is_shared": { + "type": "boolean" + }, + "assigned_size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "assigned_size": { + "type": "integer", + "format": "int64" + }, + "replica_num": { + "type": "integer", + "format": "int32" + }, + "nvmf_subsystem_id": { + "type": "string" + }, + "name": { + "type": "string" } + }, + "required": [ + "assigned_size", + "replica_num", + "nvmf_subsystem_id", + "name" ], - "nullable": true + "type": "object" + }, + { + "$ref": "#/components/schemas/NvmfNamespaceCommonParams" + } + ] + }, + "NvmfNamespaceUpdationParamsData": { + "allOf": [ + { + "properties": { + "assigned_size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "assigned_size": { + "type": "integer", + "format": "int64" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + { + "$ref": "#/components/schemas/NvmfNamespaceCommonParams" + } + ] + }, + "NvmfNamespaceUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/NvmfNamespaceUpdationParamsData" + }, + "where": { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data", + "where" + ], + "type": "object" }, - "VdsOrderByInput": { - "enum": [ - "bond_mode_ASC", - "bond_mode_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "ovsbr_name_ASC", - "ovsbr_name_DESC", - "type_ASC", - "type_DESC", - "vlans_num_ASC", - "vlans_num_DESC", - "work_mode_ASC", - "work_mode_DESC" + "DeleteNvmfNamespace": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "GetVdsesRequestBody": { + "WithTask_DeleteNvmfNamespace_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteNvmfNamespace" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NvmfNamespaceDeletionParams": { + "properties": { + "data": { + "properties": { + "remove_snapshot": { + "type": "boolean" + } + }, + "required": [ + "remove_snapshot" + ], + "type": "object" }, - "first": { + "where": { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "NvmfNamespaceCloneParams": { + "properties": { + "namespace_group_id": { + "type": "string" + }, + "nvmf_subsystem_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "snapshot_id": { + "type": "string" + } + }, + "required": [ + "nvmf_subsystem_id", + "name", + "snapshot_id" + ], + "type": "object" + }, + "NvmfNamespaceRollbackParams": { + "properties": { + "namespace_id": { + "type": "string" + }, + "snapshot_id": { + "type": "string" + } + }, + "required": [ + "namespace_id", + "snapshot_id" + ], + "type": "object" + }, + "NvmfSubsystem": { + "properties": { + "bps": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "last": { + "bps_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsOrderByInput" - } - ], + "bps_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "skip": { + "bps_rd": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VdsWhereInput" - } - ], + "bps_rd_max": { + "type": "integer", + "format": "int64", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "DiskOrderByInput": { - "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "failure_information_ASC", - "failure_information_DESC", - "firmware_ASC", - "firmware_DESC", - "function_ASC", - "function_DESC", - "health_status_ASC", - "health_status_DESC", - "healthy_ASC", - "healthy_DESC", - "id_ASC", - "id_DESC", - "local_id_ASC", - "local_id_DESC", - "model_ASC", - "model_DESC", - "mounted_ASC", - "mounted_DESC", - "name_ASC", - "name_DESC", - "numa_node_ASC", - "numa_node_DESC", - "offline_ASC", - "offline_DESC", - "partitions_ASC", - "partitions_DESC", - "path_ASC", - "path_DESC", - "persistent_memory_type_ASC", - "persistent_memory_type_DESC", - "physical_slot_on_brick_ASC", - "physical_slot_on_brick_DESC", - "recommended_usage_ASC", - "recommended_usage_DESC", - "remaining_life_percent_ASC", - "remaining_life_percent_DESC", - "serial_ASC", - "serial_DESC", - "size_ASC", - "size_DESC", - "type_ASC", - "type_DESC", - "usage_ASC", - "usage_DESC", - "usage_status_ASC", - "usage_status_DESC" - ], - "type": "string" - }, - "GetDisksRequestBody": { - "properties": { - "after": { - "type": "string", + }, + "bps_rd_max_length": { + "type": "integer", + "format": "int64", "nullable": true }, - "before": { - "type": "string", + "bps_wr": { + "type": "integer", + "format": "int64", "nullable": true }, - "first": { + "bps_wr_max": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "last": { + "bps_wr_max_length": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "orderBy": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "description": { + "type": "string" + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/DiskOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { + "external_use": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "internal": { + "type": "boolean" + }, + "io_size": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/DiskWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "VlanOrderByInput": { - "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "gateway_ip_ASC", - "gateway_ip_DESC", - "gateway_subnetmask_ASC", - "gateway_subnetmask_DESC", - "id_ASC", - "id_DESC", - "local_id_ASC", - "local_id_DESC", - "mode_type_ASC", - "mode_type_DESC", - "name_ASC", - "name_DESC", - "qos_burst_ASC", - "qos_burst_DESC", - "qos_max_bandwidth_ASC", - "qos_max_bandwidth_DESC", - "qos_min_bandwidth_ASC", - "qos_min_bandwidth_DESC", - "qos_priority_ASC", - "qos_priority_DESC", - "subnetmask_ASC", - "subnetmask_DESC", - "type_ASC", - "type_DESC", - "vlan_id_ASC", - "vlan_id_DESC" - ], - "type": "string" - }, - "GetVlansRequestBody": { - "properties": { - "after": { - "type": "string", + "iops": { + "type": "integer", + "format": "int64", "nullable": true }, - "before": { - "type": "string", + "iops_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "first": { + "iops_max_length": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "last": { + "iops_rd": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanOrderByInput" - } - ], + "iops_rd_max": { + "type": "integer", + "format": "int64", "nullable": true }, - "skip": { + "iops_rd_max_length": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VlanWhereInput" - } - ], + "iops_wr": { + "type": "integer", + "format": "int64", "nullable": true + }, + "iops_wr_max": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "ip_whitelist": { + "type": "string" + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true + }, + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "namespace_groups": { + "items": { + "$ref": "#/components/schemas/NestedNamespaceGroup" + }, + "type": "array", + "nullable": true + }, + "namespaces": { + "items": { + "$ref": "#/components/schemas/NestedNvmfNamespace" + }, + "type": "array", + "nullable": true + }, + "nqn_name": { + "type": "string" + }, + "nqn_whitelist": { + "type": "string" + }, + "policy": { + "$ref": "#/components/schemas/NvmfSubsystemPolicyType" + }, + "replica_num": { + "type": "integer", + "format": "int32" + }, + "stripe_num": { + "type": "integer", + "format": "int32" + }, + "stripe_size": { + "type": "integer", + "format": "int64" + }, + "thin_provision": { + "type": "boolean" } }, + "required": [ + "cluster", + "description", + "external_use", + "id", + "internal", + "ip_whitelist", + "local_id", + "name", + "nqn_name", + "nqn_whitelist", + "policy", + "replica_num", + "stripe_num", + "stripe_size", + "thin_provision" + ], "type": "object", "additionalProperties": false }, - "VmVolumeOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "elf_storage_policy_ASC", - "elf_storage_policy_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "guest_size_usage_ASC", - "guest_size_usage_DESC", - "guest_used_size_ASC", - "guest_used_size_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "mounting_ASC", - "mounting_DESC", - "name_ASC", - "name_DESC", - "path_ASC", - "path_DESC", - "sharing_ASC", - "sharing_DESC", - "size_ASC", - "size_DESC", - "type_ASC", - "type_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC" - ], - "type": "string" - }, - "GetVmVolumesRequestBody": { + "WithTask_NvmfSubsystem_": { "properties": { - "after": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/NvmfSubsystem" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NvmfSubsystemCommonParams": { + "properties": { + "bps_wr_max_length": { + "type": "integer", + "format": "int64" }, - "first": { + "bps_wr_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr_max": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "last": { + "bps_rd_max_length": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeOrderByInput" + "bps_rd_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd_max": { + "type": "integer", + "format": "int64" + }, + "bps_max_length": { + "type": "integer", + "format": "int64" + }, + "bps_max_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_max": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_wr_max": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_rd_max": { + "type": "integer", + "format": "int64" + }, + "iops_max_length": { + "type": "integer", + "format": "int64" + }, + "iops_max": { + "type": "integer", + "format": "int64" + }, + "bps_wr_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_wr": { + "type": "integer", + "format": "int64" + }, + "bps_rd_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps_rd": { + "type": "integer", + "format": "int64" + }, + "bps_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "bps": { + "type": "integer", + "format": "int64" + }, + "iops_wr": { + "type": "integer", + "format": "int64" + }, + "iops_rd": { + "type": "integer", + "format": "int64" + }, + "iops": { + "type": "integer", + "format": "int64" + }, + "description": { + "type": "string" + }, + "nqn_whitelist": { + "type": "string" + }, + "ip_whitelist": { + "type": "string" + } + }, + "type": "object" + }, + "NvmfSubsystemCreationParams": { + "allOf": [ + { + "properties": { + "replica_num": { + "type": "integer", + "format": "int32" + }, + "thin_provision": { + "type": "boolean" + }, + "stripe_size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "stripe_size": { + "type": "integer", + "format": "int64" + }, + "stripe_num": { + "type": "integer", + "format": "int32" + }, + "policy": { + "$ref": "#/components/schemas/NvmfSubsystemPolicyType" + }, + "cluster_id": { + "type": "string" + }, + "name": { + "type": "string" } + }, + "required": [ + "replica_num", + "thin_provision", + "stripe_size", + "stripe_num", + "policy", + "cluster_id", + "name" ], - "nullable": true + "type": "object" }, - "skip": { - "type": "integer", - "format": "int32", + { + "$ref": "#/components/schemas/NvmfSubsystemCommonParams" + } + ] + }, + "NvmfSubsystemUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/NvmfSubsystemCommonParams" + }, + "where": { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteNvmfSubsystem": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteNvmfSubsystem_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, + "data": { + "$ref": "#/components/schemas/DeleteNvmfSubsystem" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "NvmfSubsystemDeletionParams": { + "properties": { "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VmVolumeWhereInput" - } - ], + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "Organization": { + "properties": { + "datacenters": { + "items": { + "$ref": "#/components/schemas/NestedDatacenter" + }, + "type": "array", "nullable": true + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" } }, + "required": [ + "id", + "name" + ], "type": "object", "additionalProperties": false }, - "ElfImageOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "path_ASC", - "path_DESC", - "size_ASC", - "size_DESC" + "WithTask_Organization_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/Organization" + } + }, + "required": [ + "data" ], - "type": "string" + "type": "object" }, - "GetElfImagesRequestBody": { + "OrganizationCreationParams": { "properties": { - "after": { + "name": { + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, + "OrganizationUpdationParams": { + "properties": { + "data": { + "properties": { + "name": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/OrganizationWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteOrganization": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteOrganization_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "before": { - "type": "string", + "data": { + "$ref": "#/components/schemas/DeleteOrganization" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "OrganizationDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/OrganizationWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedZoneTopo": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "RackTopo": { + "properties": { + "brick_topoes": { + "items": { + "$ref": "#/components/schemas/NestedBrickTopo" + }, + "type": "array", "nullable": true }, - "first": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "height": { "type": "integer", - "format": "int32", + "format": "int32" + }, + "id": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "zone_topo": { + "$ref": "#/components/schemas/NestedZoneTopo" + } + }, + "required": [ + "cluster", + "height", + "id", + "local_id", + "name", + "zone_topo" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_RackTopo_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "last": { + "data": { + "$ref": "#/components/schemas/RackTopo" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "RackTopoCreationParams": { + "properties": { + "brick_topoes": { + "$ref": "#/components/schemas/BrickTopoWhereInput" + }, + "cluster_id": { + "type": "string" + }, + "zone_topo_id": { + "type": "string" + }, + "height": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageOrderByInput" + "name": { + "type": "string" + } + }, + "required": [ + "cluster_id", + "zone_topo_id", + "height", + "name" + ], + "type": "object" + }, + "RackTopoUpdationParams": { + "properties": { + "data": { + "properties": { + "brick_topoes": { + "$ref": "#/components/schemas/BrickTopoWhereInput" + }, + "cluster_id": { + "type": "string" + }, + "zone_topo_id": { + "type": "string" + }, + "height": { + "type": "integer", + "format": "int32" + }, + "name": { + "type": "string" } - ], - "nullable": true + }, + "type": "object" }, - "skip": { - "type": "integer", - "format": "int32", + "where": { + "$ref": "#/components/schemas/RackTopoWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteRackTopo": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteRackTopo_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, + "data": { + "$ref": "#/components/schemas/DeleteRackTopo" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "RackTopoDeletionParams": { + "properties": { "where": { - "allOf": [ - { - "$ref": "#/components/schemas/ElfImageWhereInput" - } - ], - "nullable": true + "$ref": "#/components/schemas/RackTopoWhereInput" } }, - "type": "object", - "additionalProperties": false + "required": [ + "where" + ], + "type": "object" }, - "VmTemplateOrderByInput": { + "AccessMode": { "enum": [ - "clock_offset_ASC", - "clock_offset_DESC", - "cloud_init_supported_ASC", - "cloud_init_supported_DESC", - "cpu_ASC", - "cpu_DESC", - "cpu_model_ASC", - "cpu_model_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "firmware_ASC", - "firmware_DESC", - "ha_ASC", - "ha_DESC", - "id_ASC", - "id_DESC", - "io_policy_ASC", - "io_policy_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "max_bandwidth_ASC", - "max_bandwidth_DESC", - "max_bandwidth_policy_ASC", - "max_bandwidth_policy_DESC", - "max_iops_ASC", - "max_iops_DESC", - "max_iops_policy_ASC", - "max_iops_policy_DESC", - "memory_ASC", - "memory_DESC", - "name_ASC", - "name_DESC", - "size_ASC", - "size_DESC", - "vcpu_ASC", - "vcpu_DESC", - "video_type_ASC", - "video_type_DESC", - "vm_disks_ASC", - "vm_disks_DESC", - "vm_nics_ASC", - "vm_nics_DESC", - "win_opt_ASC", - "win_opt_DESC" + "ALLOW", + "DENY", + "NONE" ], "type": "string" }, - "GetVmTemplatesRequestBody": { + "PasswordComplexity": { + "enum": [ + "HIGH", + "LOW", + "MIDDLE" + ], + "type": "string" + }, + "NestedAuthSettings": { "properties": { - "after": { - "type": "string", + "access_list": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "before": { - "type": "string", + "access_mode": { + "allOf": [ + { + "$ref": "#/components/schemas/AccessMode" + } + ], "nullable": true }, - "first": { + "enable_single_session_login": { + "type": "boolean", + "nullable": true + }, + "login_miss_num_threshold": { "type": "integer", "format": "int32", "nullable": true }, - "last": { + "login_miss_time_threshold": { "type": "integer", "format": "int32", "nullable": true }, - "orderBy": { + "password_complexity": { "allOf": [ { - "$ref": "#/components/schemas/VmTemplateOrderByInput" + "$ref": "#/components/schemas/PasswordComplexity" } ], "nullable": true }, - "skip": { + "password_expire_days": { "type": "integer", "format": "int32", "nullable": true }, - "where": { + "session_max_age": { + "type": "integer", + "format": "int32", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "GlobalSettings": { + "properties": { + "auth": { "allOf": [ { - "$ref": "#/components/schemas/VmTemplateWhereInput" + "$ref": "#/components/schemas/NestedAuthSettings" } ], "nullable": true + }, + "id": { + "type": "string" + }, + "vm_recycle_bin": { + "$ref": "#/components/schemas/NestedVmRecycleBin" } }, + "required": [ + "id", + "vm_recycle_bin" + ], "type": "object", "additionalProperties": false }, - "VmPlacementGroupOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "enabled_ASC", - "enabled_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "local_updated_at_ASC", - "local_updated_at_DESC", - "name_ASC", - "name_DESC", - "vm_host_must_enabled_ASC", - "vm_host_must_enabled_DESC", - "vm_host_must_policy_ASC", - "vm_host_must_policy_DESC", - "vm_host_prefer_enabled_ASC", - "vm_host_prefer_enabled_DESC", - "vm_host_prefer_policy_ASC", - "vm_host_prefer_policy_DESC", - "vm_vm_policy_ASC", - "vm_vm_policy_DESC", - "vm_vm_policy_enabled_ASC", - "vm_vm_policy_enabled_DESC" - ], - "type": "string" - }, - "GetVmPlacementGroupsRequestBody": { + "WithTask_GlobalSettings_": { "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { + "data": { + "$ref": "#/components/schemas/GlobalSettings" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "GlobalRecycleBinUpdationParams": { + "properties": { + "retain": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/VmPlacementGroupOrderByInput" + "enabled": { + "type": "boolean" + } + }, + "required": [ + "retain", + "enabled" + ], + "type": "object" + }, + "ClusterRecycleBinCreationParams": { + "properties": { + "data": { + "properties": { + "retain": { + "type": "integer", + "format": "int32" + }, + "enabled": { + "type": "boolean" } + }, + "required": [ + "retain", + "enabled" ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "type": "object" }, "where": { - "allOf": [ - { - "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + "$ref": "#/components/schemas/ClusterWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "ClusterRecycleBinUpdationParams": { + "properties": { + "data": { + "properties": { + "retain": { + "type": "integer", + "format": "int32" + }, + "enabled": { + "type": "boolean" } + }, + "required": [ + "retain", + "enabled" ], + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/ClusterWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteClusterRecycleBin": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteClusterRecycleBin_": { + "properties": { + "task_id": { + "type": "string", "nullable": true + }, + "data": { + "$ref": "#/components/schemas/DeleteClusterRecycleBin" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ClusterRecycleBinDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/ClusterWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedExecutePlan": { + "properties": { + "enabled": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "period": { + "type": "string" + }, + "retain": { + "type": "integer", + "format": "int32" + }, + "start_at": { + "type": "string" } }, + "required": [ + "enabled", + "id", + "period", + "retain", + "start_at" + ], "type": "object", "additionalProperties": false }, - "AlertOrderByInput": { + "ReportResourceInputEnum": { "enum": [ - "cause_ASC", - "cause_DESC", - "create_time_ASC", - "create_time_DESC", - "ended_ASC", - "ended_DESC", - "id_ASC", - "id_DESC", - "impact_ASC", - "impact_DESC", - "labels_ASC", - "labels_DESC", - "local_create_time_ASC", - "local_create_time_DESC", - "local_end_time_ASC", - "local_end_time_DESC", - "local_id_ASC", - "local_id_DESC", - "local_start_time_ASC", - "local_start_time_DESC", - "local_update_time_ASC", - "local_update_time_DESC", - "message_ASC", - "message_DESC", - "severity_ASC", - "severity_DESC", - "solution_ASC", - "solution_DESC", - "threshold_ASC", - "threshold_DESC", - "value_ASC", - "value_DESC" + "ALERT", + "ALL", + "CLUSTER", + "DATA_CENTER", + "DISK", + "ELF_IMAGE", + "ENTITY_FILTERS", + "GLOBAL_ALERT_RULE", + "HOST", + "TASK", + "VDS", + "VLAN", + "VM", + "VM_TEMPLATE" ], "type": "string" }, - "GetAlertsRequestBody": { + "NestedResourceMeta": { "properties": { - "after": { - "type": "string", - "nullable": true + "fields": { + "items": { + "type": "string" + }, + "type": "array" }, - "before": { + "filter": { + "properties": {}, + "type": "object" + }, + "name": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/ReportResourceInputEnum" + } + }, + "required": [ + "fields", + "filter", + "name", + "type" + ], + "type": "object", + "additionalProperties": false + }, + "NestedReportTask": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "ReportTemplate": { + "properties": { + "createdAt": { + "type": "string" + }, + "description": { + "type": "string" + }, + "execute_plan": { + "items": { + "$ref": "#/components/schemas/NestedExecutePlan" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "preset": { "type": "string", "nullable": true }, - "first": { + "resource_meta": { + "items": { + "$ref": "#/components/schemas/NestedResourceMeta" + }, + "type": "array" + }, + "task_num": { "type": "integer", - "format": "int32", + "format": "int32" + }, + "tasks": { + "items": { + "$ref": "#/components/schemas/NestedReportTask" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "createdAt", + "description", + "execute_plan", + "id", + "name", + "resource_meta", + "task_num" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_ReportTemplate_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "last": { + "data": { + "$ref": "#/components/schemas/ReportTemplate" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ExecutePlan": { + "properties": { + "start_at": { + "type": "string" + }, + "retain": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/AlertOrderByInput" - } + "period": { + "type": "string" + }, + "id": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "__typename": { + "type": "string", + "enum": [ + "ExecutePlan" ], - "nullable": true + "nullable": false + } + }, + "required": [ + "start_at", + "retain", + "period", + "id", + "enabled" + ], + "type": "object" + }, + "ResourceMeta": { + "properties": { + "type": { + "$ref": "#/components/schemas/ReportResourceInputEnum" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/AlertWhereInput" - } + "filter": {}, + "fields": { + "items": { + "type": "string" + }, + "type": "array" + }, + "__typename": { + "type": "string", + "enum": [ + "ResourceMeta" ], - "nullable": true + "nullable": false } }, - "type": "object", - "additionalProperties": false + "required": [ + "type", + "name", + "filter", + "fields" + ], + "type": "object" }, - "GlobalAlertRuleOrderByInput": { - "enum": [ - "boolean_ASC", - "boolean_DESC", - "cause_ASC", - "cause_DESC", - "default_thresholds_ASC", - "default_thresholds_DESC", - "disabled_ASC", - "disabled_DESC", - "id_ASC", - "id_DESC", - "impact_ASC", - "impact_DESC", - "message_ASC", - "message_DESC", - "name_ASC", - "name_DESC", - "object_ASC", - "object_DESC", - "operator_ASC", - "operator_DESC", - "solution_ASC", - "solution_DESC", - "thresholds_ASC", - "thresholds_DESC", - "unit_ASC", - "unit_DESC" + "ReportTemplateCreationParams": { + "properties": { + "resource_meta": { + "items": { + "$ref": "#/components/schemas/ResourceMeta" + }, + "type": "array" + }, + "execute_plan": { + "items": { + "$ref": "#/components/schemas/ExecutePlan" + }, + "type": "array" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "resource_meta", + "execute_plan", + "name" ], - "type": "string" + "type": "object" }, - "GetGlobalAlertRulesRequestBody": { + "ReportTemplateWhereInput": { "properties": { - "after": { + "AND": { + "items": { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + }, + "type": "array", + "nullable": true + }, + "NOT": { + "items": { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + }, + "type": "array", + "nullable": true + }, + "OR": { + "items": { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + }, + "type": "array", + "nullable": true + }, + "createdAt": { "type": "string", "nullable": true }, - "before": { + "createdAt_gt": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "createdAt_gte": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "createdAt_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/GlobalAlertRuleOrderByInput" - } - ], + "createdAt_lt": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "createdAt_lte": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" - } - ], + "createdAt_not": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "SnapshotPlanOrderByInput": { - "enum": [ - "auto_delete_num_ASC", - "auto_delete_num_DESC", - "auto_execute_num_ASC", - "auto_execute_num_DESC", - "description_ASC", - "description_DESC", - "end_time_ASC", - "end_time_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "exec_h_m_ASC", - "exec_h_m_DESC", - "execute_plan_type_ASC", - "execute_plan_type_DESC", - "healthy_ASC", - "healthy_DESC", - "id_ASC", - "id_DESC", - "last_execute_end_time_ASC", - "last_execute_end_time_DESC", - "last_execute_status_ASC", - "last_execute_status_DESC", - "last_execute_time_ASC", - "last_execute_time_DESC", - "local_id_ASC", - "local_id_DESC", - "logical_size_bytes_ASC", - "logical_size_bytes_DESC", - "manual_delete_num_ASC", - "manual_delete_num_DESC", - "manual_execute_num_ASC", - "manual_execute_num_DESC", - "mirror_ASC", - "mirror_DESC", - "name_ASC", - "name_DESC", - "next_execute_time_ASC", - "next_execute_time_DESC", - "object_num_ASC", - "object_num_DESC", - "physical_size_bytes_ASC", - "physical_size_bytes_DESC", - "remain_snapshot_num_ASC", - "remain_snapshot_num_DESC", - "snapshot_group_num_ASC", - "snapshot_group_num_DESC", - "start_time_ASC", - "start_time_DESC", - "status_ASC", - "status_DESC" - ], - "type": "string" - }, - "GetSnapshotPlansRequestBody": { - "properties": { - "after": { + }, + "createdAt_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description": { "type": "string", "nullable": true }, - "before": { + "description_contains": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "description_ends_with": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "description_gt": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanOrderByInput" - } - ], + "description_gte": { + "type": "string", + "nullable": true + }, + "description_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description_lt": { + "type": "string", + "nullable": true + }, + "description_lte": { + "type": "string", + "nullable": true + }, + "description_not": { + "type": "string", + "nullable": true + }, + "description_not_contains": { + "type": "string", + "nullable": true + }, + "description_not_ends_with": { + "type": "string", + "nullable": true + }, + "description_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "description_not_starts_with": { + "type": "string", + "nullable": true + }, + "description_starts_with": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string", + "nullable": true + }, + "id_contains": { + "type": "string", + "nullable": true + }, + "id_ends_with": { + "type": "string", + "nullable": true + }, + "id_gt": { + "type": "string", + "nullable": true + }, + "id_gte": { + "type": "string", + "nullable": true + }, + "id_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_lt": { + "type": "string", + "nullable": true + }, + "id_lte": { + "type": "string", + "nullable": true + }, + "id_not": { + "type": "string", + "nullable": true + }, + "id_not_contains": { + "type": "string", + "nullable": true + }, + "id_not_ends_with": { + "type": "string", + "nullable": true + }, + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "id_not_starts_with": { + "type": "string", + "nullable": true + }, + "id_starts_with": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string", + "nullable": true + }, + "name_contains": { + "type": "string", + "nullable": true + }, + "name_ends_with": { + "type": "string", + "nullable": true + }, + "name_gt": { + "type": "string", + "nullable": true + }, + "name_gte": { + "type": "string", + "nullable": true + }, + "name_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_lt": { + "type": "string", + "nullable": true + }, + "name_lte": { + "type": "string", + "nullable": true + }, + "name_not": { + "type": "string", + "nullable": true + }, + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "name_not_starts_with": { + "type": "string", + "nullable": true + }, + "name_starts_with": { + "type": "string", + "nullable": true + }, + "preset": { + "type": "string", + "nullable": true + }, + "preset_contains": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "preset_ends_with": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/SnapshotPlanWhereInput" - } - ], + "preset_gt": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "EntityFilterOrderByInput": { - "enum": [ - "apply_to_all_clusters_ASC", - "apply_to_all_clusters_DESC", - "entity_type_ASC", - "entity_type_DESC", - "filter_status_ASC", - "filter_status_DESC", - "id_ASC", - "id_DESC", - "last_executed_at_ASC", - "last_executed_at_DESC", - "name_ASC", - "name_DESC", - "preset_ASC", - "preset_DESC", - "rules_ASC", - "rules_DESC" - ], - "type": "string" - }, - "GetEntityFiltersRequestBody": { - "properties": { - "after": { + }, + "preset_gte": { "type": "string", "nullable": true }, - "before": { + "preset_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "preset_lt": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "preset_lte": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "preset_not": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityFilterOrderByInput" - } - ], + "preset_not_contains": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "preset_not_ends_with": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityFilterWhereInput" - } - ], + "preset_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "UserOrderByInput": { - "enum": [ - "auth_config_id_ASC", - "auth_config_id_DESC", - "display_username_ASC", - "display_username_DESC", - "email_address_ASC", - "email_address_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "ldap_dn_ASC", - "ldap_dn_DESC", - "mobile_phone_ASC", - "mobile_phone_DESC", - "name_ASC", - "name_DESC", - "password_expired_ASC", - "password_expired_DESC", - "password_recover_qa_ASC", - "password_recover_qa_DESC", - "password_updated_at_ASC", - "password_updated_at_DESC", - "role_ASC", - "role_DESC", - "source_ASC", - "source_DESC", - "username_ASC", - "username_DESC" - ], - "type": "string" - }, - "GetUsersRequestBody": { - "properties": { - "after": { + }, + "preset_not_starts_with": { "type": "string", "nullable": true }, - "before": { + "preset_starts_with": { "type": "string", "nullable": true }, - "first": { + "task_num": { "type": "integer", "format": "int32", "nullable": true }, - "last": { + "task_num_gt": { "type": "integer", "format": "int32", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/UserOrderByInput" - } - ], - "nullable": true - }, - "skip": { + "task_num_gte": { "type": "integer", "format": "int32", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/UserWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ConsistencyGroupOrderByInput": { - "enum": [ - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "unique_size_ASC", - "unique_size_DESC" - ], - "type": "string" - }, - "GetConsistencyGroupsRequestBody": { - "properties": { - "after": { - "type": "string", + "task_num_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "before": { - "type": "string", + "task_num_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "first": { + "task_num_lte": { "type": "integer", "format": "int32", "nullable": true }, - "last": { + "task_num_not": { "type": "integer", "format": "int32", "nullable": true }, - "orderBy": { + "task_num_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", + "nullable": true + }, + "tasks_every": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupOrderByInput" + "$ref": "#/components/schemas/ReportTaskWhereInput" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "tasks_none": { + "allOf": [ + { + "$ref": "#/components/schemas/ReportTaskWhereInput" + } + ], "nullable": true }, - "where": { + "tasks_some": { "allOf": [ { - "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + "$ref": "#/components/schemas/ReportTaskWhereInput" } ], "nullable": true @@ -83240,106 +80598,67 @@ "type": "object", "additionalProperties": false }, - "IscsiConnectionOrderByInput": { - "enum": [ - "client_port_ASC", - "client_port_DESC", - "id_ASC", - "id_DESC", - "initiator_ip_ASC", - "initiator_ip_DESC", - "tr_type_ASC", - "tr_type_DESC", - "type_ASC", - "type_DESC" - ], - "type": "string" - }, - "IscsiConnectionWhereInput": { + "ReportTaskWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" + "$ref": "#/components/schemas/ReportTaskWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" + "$ref": "#/components/schemas/ReportTaskWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" + "$ref": "#/components/schemas/ReportTaskWhereInput" }, "type": "array", "nullable": true }, - "client_port": { - "type": "integer", - "format": "int32", + "createdAt": { + "type": "string", "nullable": true }, - "client_port_gt": { - "type": "integer", - "format": "int32", + "createdAt_gt": { + "type": "string", "nullable": true }, - "client_port_gte": { - "type": "integer", - "format": "int32", + "createdAt_gte": { + "type": "string", "nullable": true }, - "client_port_in": { + "createdAt_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "client_port_lt": { - "type": "integer", - "format": "int32", + "createdAt_lt": { + "type": "string", "nullable": true }, - "client_port_lte": { - "type": "integer", - "format": "int32", + "createdAt_lte": { + "type": "string", "nullable": true }, - "client_port_not": { - "type": "integer", - "format": "int32", + "createdAt_not": { + "type": "string", "nullable": true }, - "client_port_not_in": { + "createdAt_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "host": { - "allOf": [ - { - "$ref": "#/components/schemas/HostWhereInput" - } - ], - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -83402,421 +80721,863 @@ "type": "string", "nullable": true }, - "initiator_ip": { + "internal": { + "type": "boolean", + "nullable": true + }, + "internal_not": { + "type": "boolean", + "nullable": true + }, + "name": { "type": "string", "nullable": true }, - "initiator_ip_contains": { + "name_contains": { "type": "string", "nullable": true }, - "initiator_ip_ends_with": { + "name_ends_with": { "type": "string", "nullable": true }, - "initiator_ip_gt": { + "name_gt": { "type": "string", "nullable": true }, - "initiator_ip_gte": { + "name_gte": { "type": "string", "nullable": true }, - "initiator_ip_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "initiator_ip_lt": { + "name_lt": { "type": "string", "nullable": true }, - "initiator_ip_lte": { + "name_lte": { "type": "string", "nullable": true }, - "initiator_ip_not": { + "name_not": { "type": "string", "nullable": true }, - "initiator_ip_not_contains": { + "name_not_contains": { "type": "string", "nullable": true }, - "initiator_ip_not_ends_with": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "initiator_ip_not_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "initiator_ip_not_starts_with": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "initiator_ip_starts_with": { + "name_starts_with": { "type": "string", "nullable": true }, - "iscsi_target": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiTargetWhereInput" - } - ], + "plan_id": { + "type": "string", "nullable": true }, - "nvmf_subsystem": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" - } - ], + "plan_id_contains": { + "type": "string", "nullable": true }, - "tr_type": { - "allOf": [ - { - "$ref": "#/components/schemas/StoreTransportType" - } - ], + "plan_id_ends_with": { + "type": "string", "nullable": true }, - "tr_type_in": { + "plan_id_gt": { + "type": "string", + "nullable": true + }, + "plan_id_gte": { + "type": "string", + "nullable": true + }, + "plan_id_in": { "items": { - "$ref": "#/components/schemas/StoreTransportType" + "type": "string" }, "type": "array", "nullable": true }, - "tr_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/StoreTransportType" - } - ], + "plan_id_lt": { + "type": "string", "nullable": true }, - "tr_type_not_in": { + "plan_id_lte": { + "type": "string", + "nullable": true + }, + "plan_id_not": { + "type": "string", + "nullable": true + }, + "plan_id_not_contains": { + "type": "string", + "nullable": true + }, + "plan_id_not_ends_with": { + "type": "string", + "nullable": true + }, + "plan_id_not_in": { "items": { - "$ref": "#/components/schemas/StoreTransportType" + "type": "string" }, "type": "array", "nullable": true }, - "type": { + "plan_id_not_starts_with": { + "type": "string", + "nullable": true + }, + "plan_id_starts_with": { + "type": "string", + "nullable": true + }, + "status": { "allOf": [ { - "$ref": "#/components/schemas/StoreConnectionType" + "$ref": "#/components/schemas/TaskStatus" } ], "nullable": true }, - "type_in": { + "status_in": { "items": { - "$ref": "#/components/schemas/StoreConnectionType" + "$ref": "#/components/schemas/TaskStatus" }, "type": "array", "nullable": true }, - "type_not": { + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/StoreConnectionType" + "$ref": "#/components/schemas/TaskStatus" } ], "nullable": true }, - "type_not_in": { + "status_not_in": { "items": { - "$ref": "#/components/schemas/StoreConnectionType" + "$ref": "#/components/schemas/TaskStatus" }, "type": "array", "nullable": true + }, + "template": { + "allOf": [ + { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + } + ], + "nullable": true } }, "type": "object", "additionalProperties": false }, - "StoreTransportType": { - "enum": [ - "RDMA", - "TCP" + "ReportTemplateUpdationParams": { + "properties": { + "data": { + "properties": { + "resource_meta": { + "items": { + "$ref": "#/components/schemas/ResourceMeta" + }, + "type": "array" + }, + "execute_plan": { + "items": { + "$ref": "#/components/schemas/ExecutePlan" + }, + "type": "array" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + } + }, + "required": [ + "data", + "where" ], - "type": "string" + "type": "object" }, - "StoreConnectionType": { - "enum": [ - "ISCSI", - "NVMe" + "NestedReportTemplate": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" ], - "type": "string" + "type": "object", + "additionalProperties": false }, - "GetIscsiConnectionsRequestBody": { + "ReportTask": { "properties": { - "after": { + "createdAt": { + "type": "string" + }, + "id": { + "type": "string" + }, + "internal": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "plan_id": { "type": "string", "nullable": true }, - "before": { + "status": { + "$ref": "#/components/schemas/TaskStatus" + }, + "template": { + "$ref": "#/components/schemas/NestedReportTemplate" + } + }, + "required": [ + "createdAt", + "id", + "internal", + "name", + "status", + "template" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_ReportTask_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "data": { + "$ref": "#/components/schemas/ReportTask" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ReporteTemplateGenerationParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteReportTemplate": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteReportTemplate_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteReportTemplate" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ReportTemplateDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/ReportTemplateWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "UserRoleNext": { + "properties": { + "actions": { + "items": { + "type": "string" + }, + "type": "array" }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiConnectionOrderByInput" - } - ], - "nullable": true + "id": { + "type": "string" }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" }, - "where": { + "platform": { + "$ref": "#/components/schemas/UserRolePlatform" + }, + "preset": { "allOf": [ { - "$ref": "#/components/schemas/IscsiConnectionWhereInput" + "$ref": "#/components/schemas/UserRolePreset" } ], "nullable": true + }, + "users": { + "items": { + "$ref": "#/components/schemas/NestedUser" + }, + "type": "array", + "nullable": true } }, + "required": [ + "actions", + "id", + "name", + "platform" + ], "type": "object", "additionalProperties": false }, - "IscsiLunSnapshotOrderByInput": { + "WithTask_UserRoleNext_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/UserRoleNext" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ROLE_ACTION": { "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "unique_size_ASC", - "unique_size_DESC" + "*", + "MANAGE_DATA_CENTER", + "MANAGE_CLUSTER_CONNECTION", + "MANAGE_STORAGE_CLUSTER_CONNECTION", + "MANAGE_HOST", + "MANAGE_NIC_MTU", + "MANAGE_DISK", + "MANAGE_HARDWARE_TOPO", + "MANAGE_USB_DEVICE", + "MANAGE_GPU_DEVICE", + "MANAGE_VDS", + "MANAGE_VLAN", + "MANAGE_SYSTEM_VLAN", + "MANAGE_ISCSI_DATA_STORE", + "MANAGE_NFS_DATA_STORE", + "MANAGE_NVMF_DATA_STORE", + "CREATE_VM", + "UPDATE_VM", + "DELETE_VM", + "UPDATE_VM_ADVANCED_SETTING", + "UPDATE_VM_GUEST", + "VM_OPERATION_OPEN_TERMINAL", + "VM_OPERATION_MIGRATE", + "VM_OPERATION_VM_FOLDER", + "VM_OPERATION_VM_POWER", + "VM_OPERATION_CLONE", + "VM_OPERATION_INSTALL_TOOLS", + "VM_IMPORT_EXPORT", + "CREATE_VM_TEMPLATE", + "MANAGE_VM_TEMPLATE", + "VM_TEMPLATE_IMPORT_EXPORT", + "MANAGE_VM_SNAPSHOT", + "MANAGE_VM_VOLUME", + "VM_VOLUME_IMPORT_EXPORT", + "MANAGE_ISO", + "DOWNLOAD_ISO", + "QUERY_SENSITIVE_RESOURCE_LIST", + "QUERY_SENSITIVE_RESOURCE", + "MANAGE_SENSITIVE_RESOURCE", + "MANAGE_VM_PLACEMENT_GROUP", + "MANAGE_SNAPSHOT_PLAN", + "MANAGE_ALERT", + "MANAGE_MONITOR_VIEW", + "MANAGE_ENTITY_FILTER", + "MANAGE_CLUSTER_BASIC_INFO", + "MANAGE_CLUSTER_LICENCE", + "MANAGE_CLUSTER_SNMP_TRANSPORT", + "MANAGE_SNMP_TRAP", + "MANAGE_CLUSTER_VIP", + "MANAGE_CLUSTER_MANAGEMENT_IP", + "MANAGE_DNS_SERVER", + "MANAGE_NTP_SERVER", + "MANAGE_IPMI", + "MANAGE_CLUSTER_VM_CPU_MODEL", + "MANAGE_CLUSTER_VM_TOOLS", + "MANAGE_CLUSTER_HOT_MIGRATION", + "MANAGE_CLUSTER_HA", + "MANAGE_SSL_CERTIFICATE", + "MANAGE_LOG_COLLECTION", + "MANAGE_SYSLOG", + "MANAGE_LOG_FIND", + "MANAGE_LABEL", + "MANAGE_USER_AND_ROLE", + "MANAGE_PASSWORD_SETTINGS", + "MANAGE_ACCESS_CONTROL", + "MANAGE_SESSION_EXPIRATION", + "MANAGE_VCENTER_ASSOCIATION", + "MANAGE_ESXI_ASSOCIATION", + "MANAGE_AUDIT_LOG", + "MANAGE_ALERT_EMAIL_SETTING", + "MANAGE_SMTP_SERVER", + "MANAGE_UPGRADE_CENTER", + "MANAGE_VM_RECYCLE_BIN_SETTING", + "MANAGE_REPORT", + "MANAGE_SHARING_VM_TOOLS", + "MANAGE_ADVANCED_MONITOR", + "MANAGE_THIRD_PARTY_DRIVER", + "MANAGE_ORGANIZATION_NAME", + "MANAGE_CLOUD_TOWER_LICENSE", + "MANAGE_CONSISTENCY_GROUP", + "MANAGE_NIC", + "MANAGE_CLUSTER_ISCSI", + "MANAGE_BACKUP_LICENSE", + "MANAGE_BACKUP_PACKAGE", + "MANAGE_BACKUP_SERVICE", + "MANAGE_BACKUP_STORE_REPOSITORY", + "MANAGE_BACKUP_PLAN", + "MANAGE_BACKUP_TASK", + "MANAGE_BACKUP_RESTORE_POINT", + "MANAGE_BACKUP_RESTORE_POINT_TASK", + "MANAGE_SECURITY_POLICY", + "MANAGE_SECURITY_GROUP", + "ISOLATE_VM", + "MANAGE_EVEROUTE_LICENSE", + "MANAGE_EVEROUTE_PACKAGE", + "DEPLOY_EVEROUTE_CLUSTER", + "UNDEPLOY_EVEROUTE_CLUSTER", + "UPDATE_EVEROUTE_CLUSTER", + "UPGRADE_EVEROUTE_CLUSTER", + "MANAGE_EVEROUTE_NETWORK_POLICY_RULE_SERVICE", + "MANAGE_EVEROUTE_CLUSTER_ASSOCIATION", + "MANAGE_EVEROUTE_CLUSTER_GLOBAL_POLICY", + "MANAGE_MICRO_SEGMENTATION", + "MANAGE_LOAD_BALANCER_RESOURCE", + "MANAGE_LOAD_BALANCER", + "MANAGE_LOAD_BALANCER_VNET_BOND", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_SERVICE", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_CLUSTER_BINDING", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_EDGE_GATEWAY", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_EXTERNAL_SUBNET", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_BASIC_RESOURCE", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_SECURITY_GROUP", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_SECURITY_POLICY", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_ISOLATION_POLICY", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_FLOATING_IP", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_ROUTER_GATEWAY", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_NAT_GATEWAY", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_LAYER2_GATEWAY", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_PEERING", + "MANAGE_VIRTUAL_PRIVATE_CLOUD_LOAD_BALANCER_RESOURCE", + "MANAGE_LDAP_AD_CONFIG", + "MANAGE_MFA_CONFIG", + "MANAGE_DEFAULT_LOGIN_OPTION", + "MANAGE_CLUSTER_STORAGE_POLICY", + "MANAGE_SKS_SERVICE", + "MANAGE_SKS_LICENSE", + "CONFIGURE_SKS_SERVICE", + "CREATE_SKS_WORKLOAD_CLUSTER", + "DELETE_SKS_WORKLOAD_CLUSTER", + "UPDATE_SKS_WORKLOAD_CLUSTER", + "MANAGE_CONTAINER_REGISTRY", + "DOWNLOAD_SKS_WORKLOAD_CLUSTER_KUBECONFIG", + "DOWNLOAD_SKS_WORKLOAD_SPEC_FILE", + "MANAGE_SKS_WORKLOAD_CLUSTER_RECONCILE", + "MANAGE_OBSERVABILITY_PACKAGE", + "MANAGE_OBSERVABILITY_SERVICE", + "CONFIG_DYNAMIC_RESOURCE_SCHEDULE", + "GENERATE_DRS_PROPOSALS", + "APPLY_DRS_PROPOSAL", + "MANAGE_AGENT_MESH", + "MANAGE_REPLICATION_SERVICE", + "MANAGE_REPLICATION_RESTORE_POINT", + "MANAGE_REPLICATION_PLAN", + "MANAGE_REPLICATION_TASK", + "MANAGE_REPLICATION_FAULT_TASK", + "MANAGE_REPLICA_OBJECT", + "MANAGE_CLUSTER_PRIORITIZED", + "SMTX_INSPECTOR", + "MANAGE_SFS_LICENSE", + "MANAGE_SFS_IMAGE", + "MANAGE_SFS_FILE_STORAGE_CLUSTER", + "MANAGE_SFS_FILE_SYSTEM_CONFIG", + "MANAGE_SFS_FILE_SYSTEM_ACCESSIBILITY", + "MANAGE_SFS_SNAPSHOT", + "MANAGE_CLOUDTOWER_SNMP_TRANSPORT", + "MANAGE_CLOUD_TOWER_NTP", + "MANAGE_CLOUDTOWER_WEBHOOK_NOTIFIER", + "MANAGE_API_KEY" ], "type": "string" }, - "GetIscsiLunSnapshotsRequestBody": { + "RoleCreationParams": { "properties": { - "after": { + "actions": { + "items": { + "$ref": "#/components/schemas/ROLE_ACTION" + }, + "type": "array" + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "actions", + "name" + ], + "type": "object" + }, + "RoleUpdationParams": { + "properties": { + "data": { + "properties": { + "actions": { + "items": { + "$ref": "#/components/schemas/ROLE_ACTION" + }, + "type": "array" + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/UserRoleNextWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteRole": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteRole_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "before": { + "data": { + "$ref": "#/components/schemas/DeleteRole" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "RoleDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/UserRoleNextWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedLabelGroup": { + "properties": { + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array" + } + }, + "required": [ + "labels" + ], + "type": "object", + "additionalProperties": false + }, + "SecurityGroup": { + "properties": { + "description": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "everoute_cluster": { + "$ref": "#/components/schemas/NestedEverouteCluster" + }, + "id": { + "type": "string" + }, + "isolation_policies": { + "items": { + "$ref": "#/components/schemas/NestedIsolationPolicy" + }, + "type": "array", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "label_groups": { + "items": { + "$ref": "#/components/schemas/NestedLabelGroup" + }, + "type": "array", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunSnapshotOrderByInput" - } - ], + "name": { + "type": "string" + }, + "security_policies": { + "items": { + "$ref": "#/components/schemas/NestedSecurityPolicy" + }, + "type": "array", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "vms": { + "items": { + "$ref": "#/components/schemas/NestedVm" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "everoute_cluster", + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_SecurityGroup_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/SecurityGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SecurityGroupCreateParams": { + "properties": { + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "label_groups": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array", + "minItems": 1 + }, + "description": { + "type": "string" + }, + "everoute_cluster_id": { + "type": "string" + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "everoute_cluster_id", + "name" + ], + "type": "object" + }, + "DeleteSecurityGroup": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteSecurityGroup_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" - } - ], - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteSecurityGroup" } }, - "type": "object", - "additionalProperties": false - }, - "SystemAuditLogOrderByInput": { - "enum": [ - "action_ASC", - "action_DESC", - "finished_at_ASC", - "finished_at_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "message_ASC", - "message_DESC", - "resource_id_ASC", - "resource_id_DESC", - "status_ASC", - "status_DESC" + "required": [ + "data" ], - "type": "string" + "type": "object" }, - "SystemAuditLogWhereInput": { + "SecurityGroupWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" + "$ref": "#/components/schemas/SecurityGroupWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" + "$ref": "#/components/schemas/SecurityGroupWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" + "$ref": "#/components/schemas/SecurityGroupWhereInput" }, "type": "array", "nullable": true }, - "action": { + "description": { "type": "string", "nullable": true }, - "action_contains": { + "description_contains": { "type": "string", "nullable": true }, - "action_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "action_gt": { + "description_gt": { "type": "string", "nullable": true }, - "action_gte": { + "description_gte": { "type": "string", "nullable": true }, - "action_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "action_lt": { + "description_lt": { "type": "string", "nullable": true }, - "action_lte": { + "description_lte": { "type": "string", "nullable": true }, - "action_not": { + "description_not": { "type": "string", "nullable": true }, - "action_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "action_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "action_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "action_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "action_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "cluster": { + "everoute_cluster": { "allOf": [ { - "$ref": "#/components/schemas/ClusterWhereInput" + "$ref": "#/components/schemas/EverouteClusterWhereInput" } ], "nullable": true }, - "finished_at": { - "type": "string", - "nullable": true - }, - "finished_at_gt": { - "type": "string", - "nullable": true - }, - "finished_at_gte": { - "type": "string", - "nullable": true - }, - "finished_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "finished_at_lt": { - "type": "string", - "nullable": true - }, - "finished_at_lte": { - "type": "string", - "nullable": true - }, - "finished_at_not": { - "type": "string", - "nullable": true - }, - "finished_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, "id": { "type": "string", "nullable": true @@ -83879,2366 +81640,2321 @@ "type": "string", "nullable": true }, - "local_created_at": { - "type": "string", + "isolation_policies_every": { + "allOf": [ + { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + } + ], "nullable": true }, - "local_created_at_gt": { - "type": "string", + "isolation_policies_none": { + "allOf": [ + { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + } + ], "nullable": true }, - "local_created_at_gte": { + "isolation_policies_some": { + "allOf": [ + { + "$ref": "#/components/schemas/IsolationPolicyWhereInput" + } + ], + "nullable": true + }, + "name": { "type": "string", "nullable": true }, - "local_created_at_in": { - "items": { - "type": "string" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "local_created_at_lt": { + "name_ends_with": { "type": "string", "nullable": true }, - "local_created_at_lte": { + "name_gt": { "type": "string", "nullable": true }, - "local_created_at_not": { + "name_gte": { "type": "string", "nullable": true }, - "local_created_at_not_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id": { + "name_lt": { "type": "string", "nullable": true }, - "local_id_contains": { + "name_lte": { "type": "string", "nullable": true }, - "local_id_ends_with": { + "name_not": { "type": "string", "nullable": true }, - "local_id_gt": { + "name_not_contains": { "type": "string", "nullable": true }, - "local_id_gte": { + "name_not_ends_with": { "type": "string", "nullable": true }, - "local_id_in": { + "name_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "local_id_lt": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "local_id_lte": { + "name_starts_with": { "type": "string", "nullable": true }, - "local_id_not": { - "type": "string", + "security_policies_every": { + "allOf": [ + { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + } + ], "nullable": true }, - "local_id_not_contains": { - "type": "string", + "security_policies_none": { + "allOf": [ + { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + } + ], "nullable": true }, - "local_id_not_ends_with": { - "type": "string", + "security_policies_some": { + "allOf": [ + { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + } + ], "nullable": true }, - "local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "vms_every": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "local_id_not_starts_with": { - "type": "string", + "vms_none": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true }, - "local_id_starts_with": { - "type": "string", + "vms_some": { + "allOf": [ + { + "$ref": "#/components/schemas/VmWhereInput" + } + ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "SecurityGroupDeleteParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SecurityGroupWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "SecurityGroupUpdateParams": { + "properties": { + "label_groups": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array" }, - "message": { - "type": "string", - "nullable": true + "vms": { + "$ref": "#/components/schemas/VmWhereInput" }, - "message_contains": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "message_ends_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "type": "object" + }, + "SecurityGroupUpdateBody": { + "properties": { + "data": { + "$ref": "#/components/schemas/SecurityGroupUpdateParams" }, - "message_gt": { - "type": "string", + "where": { + "$ref": "#/components/schemas/SecurityGroupWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "NestedSecurityGroup": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedSecurityPolicyApply": { + "properties": { + "communicable": { + "type": "boolean" + }, + "security_group": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedSecurityGroup" + } + ], "nullable": true }, - "message_gte": { + "security_group_id": { "type": "string", "nullable": true }, - "message_in": { + "selector": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array" + }, + "selector_ids": { "items": { "type": "string" }, - "type": "array", + "type": "array" + } + }, + "required": [ + "communicable", + "selector", + "selector_ids" + ], + "type": "object", + "additionalProperties": false + }, + "NetworkPolicyRuleAlgProtocol": { + "enum": [ + "FTP", + "TFTP" + ], + "type": "string" + }, + "NetworkPolicyRulePortProtocol": { + "enum": [ + "ALG", + "ICMP", + "IPIP", + "TCP", + "UDP" + ], + "type": "string" + }, + "NestedNetworkPolicyRulePort": { + "properties": { + "alg_protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/NetworkPolicyRuleAlgProtocol" + } + ], "nullable": true }, - "message_lt": { + "port": { "type": "string", "nullable": true }, - "message_lte": { + "protocol": { + "$ref": "#/components/schemas/NetworkPolicyRulePortProtocol" + } + }, + "required": [ + "protocol" + ], + "type": "object", + "additionalProperties": false + }, + "NetworkPolicyRuleType": { + "enum": [ + "ALL", + "IP_BLOCK", + "SECURITY_GROUP", + "SELECTOR" + ], + "type": "string" + }, + "NestedNetworkPolicyRule": { + "properties": { + "ip_block": { "type": "string", "nullable": true }, - "message_not": { - "type": "string", + "ports": { + "items": { + "$ref": "#/components/schemas/NestedNetworkPolicyRulePort" + }, + "type": "array", "nullable": true }, - "message_not_contains": { - "type": "string", + "security_group": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedSecurityGroup" + } + ], "nullable": true }, - "message_not_ends_with": { + "security_group_id": { "type": "string", "nullable": true }, - "message_not_in": { + "selector": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "message_not_starts_with": { - "type": "string", - "nullable": true - }, - "message_starts_with": { - "type": "string", + "selector_ids": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "resource_id": { - "type": "string", - "nullable": true + "type": { + "$ref": "#/components/schemas/NetworkPolicyRuleType" + } + }, + "required": [ + "type" + ], + "type": "object", + "additionalProperties": false + }, + "SecurityPolicy": { + "properties": { + "apply_to": { + "items": { + "$ref": "#/components/schemas/NestedSecurityPolicyApply" + }, + "type": "array" }, - "resource_id_contains": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "resource_id_ends_with": { - "type": "string", + "egress": { + "items": { + "$ref": "#/components/schemas/NestedNetworkPolicyRule" + }, + "type": "array", "nullable": true }, - "resource_id_gt": { - "type": "string", - "nullable": true + "everoute_cluster": { + "$ref": "#/components/schemas/NestedEverouteCluster" }, - "resource_id_gte": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "resource_id_in": { + "ingress": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedNetworkPolicyRule" }, "type": "array", "nullable": true }, - "resource_id_lt": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "resource_id_lte": { - "type": "string", + "policy_mode": { + "allOf": [ + { + "$ref": "#/components/schemas/PolicyMode" + } + ], "nullable": true - }, - "resource_id_not": { + } + }, + "required": [ + "apply_to", + "description", + "everoute_cluster", + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_SecurityPolicy_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "resource_id_not_contains": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/SecurityPolicy" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SecurityPolicyApplyToInputTarget": { + "properties": { + "security_groups": { + "$ref": "#/components/schemas/SecurityGroupWhereInput" }, - "resource_id_not_ends_with": { - "type": "string", - "nullable": true + "label_groups": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array" + } + }, + "type": "object" + }, + "SecurityPolicyApplyToInput": { + "properties": { + "communicable": { + "type": "boolean" }, - "resource_id_not_in": { + "target": { + "$ref": "#/components/schemas/SecurityPolicyApplyToInputTarget" + } + }, + "required": [ + "target" + ], + "type": "object" + }, + "IPSecurityPolicy": { + "properties": { + "except_ip_block": { "items": { "type": "string" }, + "type": "array" + }, + "ip_block": { + "type": "string" + } + }, + "required": [ + "ip_block" + ], + "type": "object" + }, + "SecurityPolicyIngressEgressInputTarget": { + "properties": { + "security_groups": { + "$ref": "#/components/schemas/SecurityGroupWhereInput" + }, + "ips": { + "items": { + "$ref": "#/components/schemas/IPSecurityPolicy" + }, + "type": "array" + }, + "label_groups": { + "items": { + "$ref": "#/components/schemas/LabelWhereInput" + }, + "type": "array" + } + }, + "type": "object" + }, + "NetworkPolicyRulePortInput": { + "properties": { + "alg_protocol": { + "$ref": "#/components/schemas/NetworkPolicyRuleAlgProtocol" + }, + "protocol": { + "$ref": "#/components/schemas/NetworkPolicyRulePortProtocol" + }, + "port": { + "type": "string" + } + }, + "required": [ + "protocol" + ], + "type": "object" + }, + "SecurityPolicyFlowControlType": { + "enum": [ + "ALL" + ], + "type": "string" + }, + "SecurityPolicyIngressEgressInput": { + "properties": { + "type": { + "$ref": "#/components/schemas/SecurityPolicyFlowControlType" + }, + "ports": { + "items": { + "$ref": "#/components/schemas/NetworkPolicyRulePortInput" + }, + "type": "array" + }, + "target": { + "$ref": "#/components/schemas/SecurityPolicyIngressEgressInputTarget" + } + }, + "type": "object" + }, + "SecurityPolicyCreateParams": { + "properties": { + "ingress": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" + }, + "type": "array" + }, + "egress": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" + }, + "type": "array" + }, + "apply_to": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyApplyToInput" + }, "type": "array", - "nullable": true + "minItems": 1 }, - "resource_id_not_starts_with": { - "type": "string", - "nullable": true + "policy_mode": { + "$ref": "#/components/schemas/PolicyMode" }, - "resource_id_starts_with": { + "everoute_cluster_id": { + "type": "string" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "required": [ + "everoute_cluster_id", + "name" + ], + "type": "object" + }, + "DeleteSecurityPolicy": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteSecurityPolicy_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/UserAuditLogStatus" - } - ], - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteSecurityPolicy" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SecurityPolicyDeleteParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "SecurityPolicyUpdateParams": { + "properties": { + "ingress": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" + }, + "type": "array" }, - "status_in": { + "egress": { "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/SecurityPolicyIngressEgressInput" }, - "type": "array", - "nullable": true + "type": "array" }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/UserAuditLogStatus" - } - ], - "nullable": true + "apply_to": { + "items": { + "$ref": "#/components/schemas/SecurityPolicyApplyToInput" + }, + "type": "array" }, - "status_not_in": { + "policy_mode": { + "$ref": "#/components/schemas/PolicyMode" + } + }, + "type": "object" + }, + "SecurityPolicyUpdateBody": { + "properties": { + "data": { + "$ref": "#/components/schemas/SecurityPolicyUpdateParams" + }, + "where": { + "$ref": "#/components/schemas/SecurityPolicyWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "UpdatePassrodSecurityParams": { + "properties": { + "password_expire_days": { + "type": "integer", + "format": "int32" + }, + "password_complexity": { + "$ref": "#/components/schemas/PasswordComplexity" + }, + "login_miss_time_threshold": { + "type": "integer", + "format": "int32" + }, + "login_miss_num_threshold": { + "type": "integer", + "format": "int32" + } + }, + "type": "object" + }, + "UpdateAccessRestrictionParams": { + "properties": { + "access_list": { "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" + }, + "access_mode": { + "$ref": "#/components/schemas/AccessMode" + } + }, + "required": [ + "access_list", + "access_mode" + ], + "type": "object" + }, + "UpdateSessionTimeoutParams": { + "properties": { + "session_max_age": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "session_max_age" + ], + "type": "object" + }, + "NestedSnapshotPlanTask": { + "properties": { + "id": { + "type": "string" } }, + "required": [ + "id" + ], "type": "object", "additionalProperties": false }, - "UserAuditLogStatus": { + "ProtectSnapshotStatus": { "enum": [ - "FAILED", - "SUCCESSED" + "PROTECT_SNAPSHOT_STATUS_CREATED", + "PROTECT_SNAPSHOT_STATUS_CREATING", + "PROTECT_SNAPSHOT_STATUS_DELETED", + "PROTECT_SNAPSHOT_STATUS_FAILED" ], "type": "string" }, - "GetSystemAuditLogsRequestBody": { + "NestedSnapshotGroupVmDiskInfo": { "properties": { - "after": { - "type": "string", - "nullable": true + "disk_id": { + "type": "string" }, - "before": { - "type": "string", - "nullable": true + "disk_snapshot_status": { + "$ref": "#/components/schemas/ProtectSnapshotStatus" + } + }, + "required": [ + "disk_id", + "disk_snapshot_status" + ], + "type": "object", + "additionalProperties": false + }, + "NestedSnapshotGroupVmInfo": { + "properties": { + "disks": { + "items": { + "$ref": "#/components/schemas/NestedSnapshotGroupVmDiskInfo" + }, + "type": "array" }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true + "vm_id": { + "type": "string" }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true + "vm_name": { + "type": "string" }, - "orderBy": { + "vm_snapshot_status": { + "$ref": "#/components/schemas/ProtectSnapshotStatus" + } + }, + "required": [ + "disks", + "vm_id", + "vm_name", + "vm_snapshot_status" + ], + "type": "object", + "additionalProperties": false + }, + "SnapshotGroup": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "deleted": { + "type": "boolean" + }, + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/SystemAuditLogOrderByInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "skip": { + "estimated_recycling_time": { + "type": "string", + "nullable": true + }, + "id": { + "type": "string" + }, + "internal": { + "type": "boolean", + "nullable": true + }, + "keep": { + "type": "boolean" + }, + "local_created_at": { + "type": "string" + }, + "local_id": { + "type": "string" + }, + "logical_size_bytes": { "type": "integer", - "format": "int32", + "format": "int64" + }, + "name": { + "type": "string" + }, + "object_num": { + "type": "integer", + "format": "int32" + }, + "snapshotPlanTask": { + "$ref": "#/components/schemas/NestedSnapshotPlanTask" + }, + "vm_info": { + "items": { + "$ref": "#/components/schemas/NestedSnapshotGroupVmInfo" + }, + "type": "array" + }, + "vm_snapshots": { + "items": { + "$ref": "#/components/schemas/NestedVmSnapshot" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "cluster", + "deleted", + "id", + "keep", + "local_created_at", + "local_id", + "logical_size_bytes", + "name", + "object_num", + "snapshotPlanTask", + "vm_info" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_SnapshotGroup_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, + "data": { + "$ref": "#/components/schemas/SnapshotGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SnapshotGroupRollbackParams": { + "properties": { "where": { - "allOf": [ - { - "$ref": "#/components/schemas/SystemAuditLogWhereInput" - } - ], + "$ref": "#/components/schemas/SnapshotGroupWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "SnapshotGroupCloneParam": { + "properties": { + "from_source_vm_id": { + "type": "string" + }, + "to_cloned_vm_name": { + "type": "string" + } + }, + "required": [ + "from_source_vm_id", + "to_cloned_vm_name" + ], + "type": "object" + }, + "SnapshotGroupCloneParams": { + "properties": { + "clone": { + "items": { + "$ref": "#/components/schemas/SnapshotGroupCloneParam" + }, + "type": "array" + }, + "id": { + "type": "string" + } + }, + "required": [ + "clone", + "id" + ], + "type": "object" + }, + "SnapshotGroupKeepParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnapshotGroupWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteSnapshotGroup": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteSnapshotGroup_": { + "properties": { + "task_id": { + "type": "string", "nullable": true + }, + "data": { + "$ref": "#/components/schemas/DeleteSnapshotGroup" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data" + ], + "type": "object" }, - "UserAuditLogOrderByInput": { - "enum": [ - "action_ASC", - "action_DESC", - "auth_type_ASC", - "auth_type_DESC", - "createdAt_ASC", - "createdAt_DESC", - "finished_at_ASC", - "finished_at_DESC", - "id_ASC", - "id_DESC", - "ip_address_ASC", - "ip_address_DESC", - "message_ASC", - "message_DESC", - "resource_id_ASC", - "resource_id_DESC", - "resource_type_ASC", - "resource_type_DESC", - "started_at_ASC", - "started_at_DESC", - "status_ASC", - "status_DESC", - "username_ASC", - "username_DESC" + "SnapshotGroupDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnapshotGroupWhereInput" + } + }, + "required": [ + "where" ], - "type": "string" + "type": "object" }, - "UserAuditLogWhereInput": { + "SnapshotPlan": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/UserAuditLogWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/UserAuditLogWhereInput" - }, - "type": "array", - "nullable": true + "auto_delete_num": { + "type": "integer", + "format": "int32" }, - "OR": { - "items": { - "$ref": "#/components/schemas/UserAuditLogWhereInput" - }, - "type": "array", - "nullable": true + "auto_execute_num": { + "type": "integer", + "format": "int32" }, - "action": { - "type": "string", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "action_contains": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "action_ends_with": { + "end_time": { "type": "string", "nullable": true }, - "action_gt": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "action_gte": { - "type": "string", + "exec_h_m": { + "properties": {}, + "type": "object", "nullable": true }, - "action_in": { + "execute_intervals": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, - "type": "array", - "nullable": true - }, - "action_lt": { - "type": "string", - "nullable": true - }, - "action_lte": { - "type": "string", - "nullable": true - }, - "action_not": { - "type": "string", - "nullable": true - }, - "action_not_contains": { - "type": "string", - "nullable": true + "type": "array" }, - "action_not_ends_with": { - "type": "string", - "nullable": true + "execute_plan_type": { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" }, - "action_not_in": { + "execution_tasks": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedSnapshotPlanTask" }, "type": "array", "nullable": true }, - "action_not_starts_with": { - "type": "string", - "nullable": true - }, - "action_starts_with": { - "type": "string", - "nullable": true + "healthy": { + "type": "boolean" }, - "auth_type": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "auth_type_contains": { + "last_execute_end_time": { "type": "string", "nullable": true }, - "auth_type_ends_with": { - "type": "string", - "nullable": true + "last_execute_status": { + "$ref": "#/components/schemas/SnapshotPlanExecuteStatus" }, - "auth_type_gt": { + "last_execute_time": { "type": "string", "nullable": true }, - "auth_type_gte": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "auth_type_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "logical_size_bytes": { + "type": "integer", + "format": "int64" }, - "auth_type_lt": { - "type": "string", - "nullable": true + "manual_delete_num": { + "type": "integer", + "format": "int32" }, - "auth_type_lte": { - "type": "string", - "nullable": true + "manual_execute_num": { + "type": "integer", + "format": "int32" }, - "auth_type_not": { - "type": "string", - "nullable": true + "mirror": { + "type": "boolean" }, - "auth_type_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "auth_type_not_ends_with": { + "next_execute_time": { "type": "string", "nullable": true }, - "auth_type_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "auth_type_not_starts_with": { - "type": "string", - "nullable": true + "object_num": { + "type": "integer", + "format": "int32" }, - "auth_type_starts_with": { - "type": "string", - "nullable": true + "physical_size_bytes": { + "type": "integer", + "format": "int64" }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true + "remain_snapshot_num": { + "type": "integer", + "format": "int32" }, - "createdAt": { - "type": "string", - "nullable": true + "snapshot_group_num": { + "type": "integer", + "format": "int32" }, - "createdAt_gt": { - "type": "string", - "nullable": true + "start_time": { + "type": "string" }, - "createdAt_gte": { - "type": "string", - "nullable": true + "status": { + "$ref": "#/components/schemas/SnapshotPlanStatus" }, - "createdAt_in": { + "vms": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true - }, - "createdAt_lt": { - "type": "string", - "nullable": true - }, - "createdAt_lte": { - "type": "string", - "nullable": true - }, - "createdAt_not": { + } + }, + "required": [ + "auto_delete_num", + "auto_execute_num", + "cluster", + "description", + "execute_intervals", + "execute_plan_type", + "healthy", + "id", + "last_execute_status", + "local_id", + "logical_size_bytes", + "manual_delete_num", + "manual_execute_num", + "mirror", + "name", + "object_num", + "physical_size_bytes", + "remain_snapshot_num", + "snapshot_group_num", + "start_time", + "status" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_SnapshotPlan_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "createdAt_not_in": { + "data": { + "$ref": "#/components/schemas/SnapshotPlan" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SnapshotPlanCreationParams": { + "properties": { + "vm_ids": { "items": { "type": "string" }, - "type": "array", - "nullable": true - }, - "finished_at": { - "type": "string", - "nullable": true - }, - "finished_at_gt": { - "type": "string", - "nullable": true - }, - "finished_at_gte": { - "type": "string", - "nullable": true + "type": "array" }, - "finished_at_in": { + "execute_intervals": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, - "type": "array", - "nullable": true - }, - "finished_at_lt": { - "type": "string", - "nullable": true + "type": "array" }, - "finished_at_lte": { - "type": "string", - "nullable": true + "execute_plan_type": { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" }, - "finished_at_not": { - "type": "string", - "nullable": true + "exec_h_m": { + "type": "string" }, - "finished_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "end_time": { + "type": "string" }, - "id": { - "type": "string", - "nullable": true + "start_time": { + "type": "string" }, - "id_contains": { - "type": "string", - "nullable": true + "remain_snapshot_num": { + "type": "integer", + "format": "int32" }, - "id_ends_with": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" }, - "id_gt": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "vm_ids", + "execute_intervals", + "execute_plan_type", + "start_time", + "remain_snapshot_num", + "cluster_id", + "name" + ], + "type": "object" + }, + "SnapshotPlanUpdationParams": { + "properties": { + "data": { + "properties": { + "vm_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "execute_intervals": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array" + }, + "execute_plan_type": { + "$ref": "#/components/schemas/SnapshotPlanExecuteType" + }, + "exec_h_m": { + "type": "string" + }, + "end_time": { + "type": "string" + }, + "remain_snapshot_num": { + "type": "integer", + "format": "int32" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "id_gte": { + "where": { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteSnapshotPlan": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteSnapshotPlan_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_in": { - "items": { - "type": "string" + "data": { + "$ref": "#/components/schemas/DeleteSnapshotPlan" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SnapshotPlanDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "SnapshotPlanExecutionParams": { + "properties": { + "data": { + "properties": { + "task_name": { + "type": "string" + } }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", - "nullable": true + "required": [ + "task_name" + ], + "type": "object" }, - "id_lte": { + "where": { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "SnapshotPlanSuspendedParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "SnapshotPlanResumeParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "SnmpAuthProtocol": { + "enum": [ + "MD5", + "SHA" + ], + "type": "string" + }, + "SnmpPrivacyProtocol": { + "enum": [ + "AES", + "DES" + ], + "type": "string" + }, + "SnmpProtocol": { + "enum": [ + "TCP", + "UDP" + ], + "type": "string" + }, + "SnmpVersion": { + "enum": [ + "V2C", + "V3" + ], + "type": "string" + }, + "SnmpTransport": { + "properties": { + "auth_pass_phrase": { "type": "string", "nullable": true }, - "id_not": { - "type": "string", + "auth_protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpAuthProtocol" + } + ], "nullable": true }, - "id_not_contains": { - "type": "string", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "id_not_ends_with": { + "community": { "type": "string", "nullable": true }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "disabled": { + "type": "boolean" }, - "id_not_starts_with": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "id_starts_with": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "ip_address": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "ip_address_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "ip_address_ends_with": { - "type": "string", - "nullable": true + "port": { + "type": "integer", + "format": "int32" }, - "ip_address_gt": { + "privacy_pass_phrase": { "type": "string", "nullable": true }, - "ip_address_gte": { - "type": "string", + "privacy_protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + } + ], "nullable": true }, - "ip_address_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "protocol": { + "$ref": "#/components/schemas/SnmpProtocol" }, - "ip_address_lt": { + "username": { "type": "string", "nullable": true }, - "ip_address_lte": { + "version": { + "$ref": "#/components/schemas/SnmpVersion" + } + }, + "required": [ + "cluster", + "disabled", + "id", + "local_id", + "name", + "port", + "protocol", + "version" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_SnmpTransport_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "ip_address_not": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/SnmpTransport" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SnmpTransportCreationParams": { + "properties": { + "disabled": { + "type": "boolean" }, - "ip_address_not_contains": { - "type": "string", - "nullable": true + "privacy_protocol": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" }, - "ip_address_not_ends_with": { - "type": "string", - "nullable": true + "privacy_pass_phrase": { + "type": "string" }, - "ip_address_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "auth_protocol": { + "$ref": "#/components/schemas/SnmpAuthProtocol" }, - "ip_address_not_starts_with": { - "type": "string", - "nullable": true + "auth_pass_phrase": { + "type": "string" }, - "ip_address_starts_with": { - "type": "string", - "nullable": true + "username": { + "type": "string" }, - "message": { - "type": "string", - "nullable": true + "community": { + "type": "string" }, - "message_contains": { - "type": "string", - "nullable": true + "port": { + "type": "integer", + "format": "int32" }, - "message_ends_with": { - "type": "string", - "nullable": true + "protocol": { + "$ref": "#/components/schemas/SnmpProtocol" }, - "message_gt": { - "type": "string", - "nullable": true + "version": { + "$ref": "#/components/schemas/SnmpVersion" }, - "message_gte": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "message_in": { + "cluster_id": { + "type": "string" + } + }, + "required": [ + "port", + "protocol", + "version", + "name", + "cluster_id" + ], + "type": "object" + }, + "SnmpTransportWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/SnmpTransportWhereInput" }, "type": "array", "nullable": true }, - "message_lt": { - "type": "string", - "nullable": true - }, - "message_lte": { - "type": "string", - "nullable": true - }, - "message_not": { - "type": "string", - "nullable": true - }, - "message_not_contains": { - "type": "string", - "nullable": true - }, - "message_not_ends_with": { - "type": "string", - "nullable": true - }, - "message_not_in": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/SnmpTransportWhereInput" }, "type": "array", "nullable": true }, - "message_not_starts_with": { - "type": "string", - "nullable": true - }, - "message_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/SnmpTransportWhereInput" + }, + "type": "array", "nullable": true }, - "resource_id": { + "auth_pass_phrase": { "type": "string", "nullable": true }, - "resource_id_contains": { + "auth_pass_phrase_contains": { "type": "string", "nullable": true }, - "resource_id_ends_with": { + "auth_pass_phrase_ends_with": { "type": "string", "nullable": true }, - "resource_id_gt": { + "auth_pass_phrase_gt": { "type": "string", "nullable": true }, - "resource_id_gte": { + "auth_pass_phrase_gte": { "type": "string", "nullable": true }, - "resource_id_in": { + "auth_pass_phrase_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_id_lt": { + "auth_pass_phrase_lt": { "type": "string", "nullable": true }, - "resource_id_lte": { + "auth_pass_phrase_lte": { "type": "string", "nullable": true }, - "resource_id_not": { + "auth_pass_phrase_not": { "type": "string", "nullable": true }, - "resource_id_not_contains": { + "auth_pass_phrase_not_contains": { "type": "string", "nullable": true }, - "resource_id_not_ends_with": { + "auth_pass_phrase_not_ends_with": { "type": "string", "nullable": true }, - "resource_id_not_in": { + "auth_pass_phrase_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "resource_id_starts_with": { - "type": "string", - "nullable": true - }, - "resource_type": { + "auth_pass_phrase_not_starts_with": { "type": "string", "nullable": true }, - "resource_type_contains": { + "auth_pass_phrase_starts_with": { "type": "string", "nullable": true }, - "resource_type_ends_with": { - "type": "string", + "auth_protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpAuthProtocol" + } + ], "nullable": true }, - "resource_type_gt": { - "type": "string", + "auth_protocol_in": { + "items": { + "$ref": "#/components/schemas/SnmpAuthProtocol" + }, + "type": "array", "nullable": true }, - "resource_type_gte": { - "type": "string", + "auth_protocol_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpAuthProtocol" + } + ], "nullable": true }, - "resource_type_in": { + "auth_protocol_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/SnmpAuthProtocol" }, "type": "array", "nullable": true }, - "resource_type_lt": { + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "community": { "type": "string", "nullable": true }, - "resource_type_lte": { + "community_contains": { "type": "string", "nullable": true }, - "resource_type_not": { + "community_ends_with": { "type": "string", "nullable": true }, - "resource_type_not_contains": { + "community_gt": { "type": "string", "nullable": true }, - "resource_type_not_ends_with": { + "community_gte": { "type": "string", "nullable": true }, - "resource_type_not_in": { + "community_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "resource_type_not_starts_with": { + "community_lt": { "type": "string", "nullable": true }, - "resource_type_starts_with": { + "community_lte": { "type": "string", "nullable": true }, - "started_at": { + "community_not": { "type": "string", "nullable": true }, - "started_at_gt": { + "community_not_contains": { "type": "string", "nullable": true }, - "started_at_gte": { + "community_not_ends_with": { "type": "string", "nullable": true }, - "started_at_in": { + "community_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "started_at_lt": { + "community_not_starts_with": { "type": "string", "nullable": true }, - "started_at_lte": { + "community_starts_with": { "type": "string", "nullable": true }, - "started_at_not": { - "type": "string", + "disabled": { + "type": "boolean", "nullable": true }, - "started_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "disabled_not": { + "type": "boolean", "nullable": true }, - "status": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "status_in": { + "entityAsyncStatus_in": { "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "status_not": { + "entityAsyncStatus_not": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "status_not_in": { + "entityAsyncStatus_not_in": { "items": { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" }, "type": "array", "nullable": true }, - "user": { - "allOf": [ - { - "$ref": "#/components/schemas/UserWhereInput" - } - ], - "nullable": true - }, - "username": { + "id": { "type": "string", "nullable": true }, - "username_contains": { + "id_contains": { "type": "string", "nullable": true }, - "username_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "username_gt": { + "id_gt": { "type": "string", "nullable": true }, - "username_gte": { + "id_gte": { "type": "string", "nullable": true }, - "username_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_lt": { + "id_lt": { "type": "string", "nullable": true }, - "username_lte": { + "id_lte": { "type": "string", "nullable": true }, - "username_not": { + "id_not": { "type": "string", "nullable": true }, - "username_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "username_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "username_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "username_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "username_starts_with": { + "id_starts_with": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "GetUserAuditLogsRequestBody": { - "properties": { - "after": { + }, + "local_id": { "type": "string", "nullable": true }, - "before": { + "local_id_contains": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "local_id_gt": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/UserAuditLogOrderByInput" - } - ], + "local_id_gte": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "local_id_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/UserAuditLogWhereInput" - } - ], + "local_id_lt": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "TaskOrderByInput": { - "enum": [ - "args_ASC", - "args_DESC", - "description_ASC", - "description_DESC", - "error_code_ASC", - "error_code_DESC", - "error_message_ASC", - "error_message_DESC", - "finished_at_ASC", - "finished_at_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "key_ASC", - "key_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "progress_ASC", - "progress_DESC", - "resource_id_ASC", - "resource_id_DESC", - "resource_mutation_ASC", - "resource_mutation_DESC", - "resource_rollback_error_ASC", - "resource_rollback_error_DESC", - "resource_rollback_retry_count_ASC", - "resource_rollback_retry_count_DESC", - "resource_rollbacked_ASC", - "resource_rollbacked_DESC", - "resource_type_ASC", - "resource_type_DESC", - "snapshot_ASC", - "snapshot_DESC", - "started_at_ASC", - "started_at_DESC", - "status_ASC", - "status_DESC", - "steps_ASC", - "steps_DESC", - "type_ASC", - "type_DESC" - ], - "type": "string" - }, - "GetTasksRequestBody": { - "properties": { - "after": { + }, + "local_id_lte": { "type": "string", "nullable": true }, - "before": { + "local_id_not": { + "type": "string", + "nullable": true + }, + "local_id_not_contains": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "local_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskOrderByInput" - } - ], + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "local_id_starts_with": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/TaskWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "IscsiLunOrderByInput": { - "enum": [ - "allowed_initiators_ASC", - "allowed_initiators_DESC", - "assigned_size_ASC", - "assigned_size_DESC", - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "lun_id_ASC", - "lun_id_DESC", - "name_ASC", - "name_DESC", - "replica_num_ASC", - "replica_num_DESC", - "shared_size_ASC", - "shared_size_DESC", - "snapshot_num_ASC", - "snapshot_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC", - "zbs_volume_id_ASC", - "zbs_volume_id_DESC" - ], - "type": "string" - }, - "GetIscsiLunsRequestBody": { - "properties": { - "after": { + "name": { "type": "string", "nullable": true }, - "before": { + "name_contains": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "name_ends_with": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "name_gt": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunOrderByInput" - } - ], + "name_gte": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "name_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/IscsiLunWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NamespaceGroupOrderByInput": { - "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_create_time_ASC", - "local_create_time_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC" - ], - "type": "string" - }, - "GetNamespaceGroupsRequestBody": { - "properties": { - "after": { + "name_lt": { "type": "string", "nullable": true }, - "before": { + "name_lte": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "name_not": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "name_not_contains": { + "type": "string", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/NamespaceGroupOrderByInput" - } - ], + "name_not_ends_with": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "name_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/NamespaceGroupWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfNamespaceOrderByInput": { - "enum": [ - "assigned_size_ASC", - "assigned_size_DESC", - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "is_shared_ASC", - "is_shared_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "namespace_id_ASC", - "namespace_id_DESC", - "nqn_whitelist_ASC", - "nqn_whitelist_DESC", - "replica_num_ASC", - "replica_num_DESC", - "shared_size_ASC", - "shared_size_DESC", - "snapshot_num_ASC", - "snapshot_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC", - "unique_logical_size_ASC", - "unique_logical_size_DESC", - "unique_size_ASC", - "unique_size_DESC", - "zbs_volume_id_ASC", - "zbs_volume_id_DESC" - ], - "type": "string" - }, - "GetNvmfNamespacesRequestBody": { - "properties": { - "after": { + "name_not_starts_with": { "type": "string", "nullable": true }, - "before": { + "name_starts_with": { "type": "string", "nullable": true }, - "first": { + "port": { "type": "integer", "format": "int32", "nullable": true }, - "last": { + "port_gt": { "type": "integer", "format": "int32", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceOrderByInput" - } - ], - "nullable": true - }, - "skip": { + "port_gte": { "type": "integer", "format": "int32", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ContentLibraryImageOrderByInput": { - "enum": [ - "createdAt_ASC", - "createdAt_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "name_ASC", - "name_DESC", - "path_ASC", - "path_DESC", - "size_ASC", - "size_DESC" - ], - "type": "string" - }, - "GetContentLibraryImagesRequestBody": { - "properties": { - "after": { - "type": "string", + "port_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "before": { - "type": "string", + "port_lt": { + "type": "integer", + "format": "int32", "nullable": true }, - "first": { + "port_lte": { "type": "integer", "format": "int32", "nullable": true }, - "last": { + "port_not": { "type": "integer", "format": "int32", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryImageOrderByInput" - } - ], + "port_not_in": { + "items": { + "type": "integer", + "format": "int32" + }, + "type": "array", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/ContentLibraryImageWhereInput" - } - ], + "privacy_pass_phrase_contains": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfNamespaceSnapshotOrderByInput": { - "enum": [ - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "local_created_at_ASC", - "local_created_at_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "unique_size_ASC", - "unique_size_DESC" - ], - "type": "string" - }, - "GetNvmfNamespaceSnapshotsRequestBody": { - "properties": { - "after": { + }, + "privacy_pass_phrase_ends_with": { "type": "string", "nullable": true }, - "before": { + "privacy_pass_phrase_gt": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_gte": { + "type": "string", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotOrderByInput" - } - ], + "privacy_pass_phrase_lt": { + "type": "string", "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_lte": { + "type": "string", "nullable": true }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" - } - ], + "privacy_pass_phrase_not": { + "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "ContentLibraryVmTemplateOrderByInput": { - "enum": [ - "architecture_ASC", - "architecture_DESC", - "cloud_init_supported_ASC", - "cloud_init_supported_DESC", - "createdAt_ASC", - "createdAt_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "id_ASC", - "id_DESC", - "memory_ASC", - "memory_DESC", - "name_ASC", - "name_DESC", - "os_ASC", - "os_DESC", - "size_ASC", - "size_DESC", - "vcpu_ASC", - "vcpu_DESC" - ], - "type": "string" - }, - "GetContentLibraryVmTemplatesRequestBody": { - "properties": { - "after": { + }, + "privacy_pass_phrase_not_contains": { "type": "string", "nullable": true }, - "before": { + "privacy_pass_phrase_not_ends_with": { "type": "string", "nullable": true }, - "first": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_not_starts_with": { + "type": "string", "nullable": true }, - "orderBy": { + "privacy_pass_phrase_starts_with": { + "type": "string", + "nullable": true + }, + "privacy_protocol": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryVmTemplateOrderByInput" + "$ref": "#/components/schemas/SnmpPrivacyProtocol" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "privacy_protocol_in": { + "items": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + }, + "type": "array", "nullable": true }, - "where": { + "privacy_protocol_not": { "allOf": [ { - "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + "$ref": "#/components/schemas/SnmpPrivacyProtocol" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NvmfSubsystemOrderByInput": { - "enum": [ - "bps_ASC", - "bps_DESC", - "bps_max_ASC", - "bps_max_DESC", - "bps_max_length_ASC", - "bps_max_length_DESC", - "bps_rd_ASC", - "bps_rd_DESC", - "bps_rd_max_ASC", - "bps_rd_max_DESC", - "bps_rd_max_length_ASC", - "bps_rd_max_length_DESC", - "bps_wr_ASC", - "bps_wr_DESC", - "bps_wr_max_ASC", - "bps_wr_max_DESC", - "bps_wr_max_length_ASC", - "bps_wr_max_length_DESC", - "description_ASC", - "description_DESC", - "entityAsyncStatus_ASC", - "entityAsyncStatus_DESC", - "external_use_ASC", - "external_use_DESC", - "id_ASC", - "id_DESC", - "internal_ASC", - "internal_DESC", - "io_size_ASC", - "io_size_DESC", - "iops_ASC", - "iops_DESC", - "iops_max_ASC", - "iops_max_DESC", - "iops_max_length_ASC", - "iops_max_length_DESC", - "iops_rd_ASC", - "iops_rd_DESC", - "iops_rd_max_ASC", - "iops_rd_max_DESC", - "iops_rd_max_length_ASC", - "iops_rd_max_length_DESC", - "iops_wr_ASC", - "iops_wr_DESC", - "iops_wr_max_ASC", - "iops_wr_max_DESC", - "iops_wr_max_length_ASC", - "iops_wr_max_length_DESC", - "ip_whitelist_ASC", - "ip_whitelist_DESC", - "local_id_ASC", - "local_id_DESC", - "name_ASC", - "name_DESC", - "nqn_name_ASC", - "nqn_name_DESC", - "nqn_whitelist_ASC", - "nqn_whitelist_DESC", - "policy_ASC", - "policy_DESC", - "replica_num_ASC", - "replica_num_DESC", - "stripe_num_ASC", - "stripe_num_DESC", - "stripe_size_ASC", - "stripe_size_DESC", - "thin_provision_ASC", - "thin_provision_DESC" - ], - "type": "string" - }, - "GetNvmfSubsystemsRequestBody": { - "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true }, - "last": { - "type": "integer", - "format": "int32", + "privacy_protocol_not_in": { + "items": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + }, + "type": "array", "nullable": true }, - "orderBy": { + "protocol": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemOrderByInput" + "$ref": "#/components/schemas/SnmpProtocol" } ], "nullable": true }, - "skip": { - "type": "integer", - "format": "int32", + "protocol_in": { + "items": { + "$ref": "#/components/schemas/SnmpProtocol" + }, + "type": "array", "nullable": true }, - "where": { + "protocol_not": { "allOf": [ { - "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + "$ref": "#/components/schemas/SnmpProtocol" } ], "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "TableReporterParams": { - "properties": { - "filter": { - "properties": { - "nvmfSubsystems": { - "$ref": "#/components/schemas/GetNvmfSubsystemsRequestBody" - }, - "contentLibraryVmTemplates": { - "$ref": "#/components/schemas/GetContentLibraryVmTemplatesRequestBody" - }, - "nvmfNamespaceSnapshots": { - "$ref": "#/components/schemas/GetNvmfNamespaceSnapshotsRequestBody" - }, - "contentLibraryImages": { - "$ref": "#/components/schemas/GetContentLibraryImagesRequestBody" - }, - "nvmfNamespaces": { - "$ref": "#/components/schemas/GetNvmfNamespacesRequestBody" - }, - "namespaceGroups": { - "$ref": "#/components/schemas/GetNamespaceGroupsRequestBody" - }, - "iscsiLuns": { - "$ref": "#/components/schemas/GetIscsiLunsRequestBody" - }, - "tasks": { - "$ref": "#/components/schemas/GetTasksRequestBody" - }, - "userAuditLogs": { - "$ref": "#/components/schemas/GetUserAuditLogsRequestBody" - }, - "systemAuditLogs": { - "$ref": "#/components/schemas/GetSystemAuditLogsRequestBody" - }, - "iscsiLunSnapshots": { - "$ref": "#/components/schemas/GetIscsiLunSnapshotsRequestBody" - }, - "iscsiConnections": { - "$ref": "#/components/schemas/GetIscsiConnectionsRequestBody" - }, - "consistencyGroups": { - "$ref": "#/components/schemas/GetConsistencyGroupsRequestBody" - }, - "users": { - "$ref": "#/components/schemas/GetUsersRequestBody" - }, - "vmEntityFilters": { - "$ref": "#/components/schemas/GetEntityFiltersRequestBody" - }, - "snapshotPlans": { - "$ref": "#/components/schemas/GetSnapshotPlansRequestBody" - }, - "globalAlertRules": { - "$ref": "#/components/schemas/GetGlobalAlertRulesRequestBody" - }, - "alerts": { - "$ref": "#/components/schemas/GetAlertsRequestBody" - }, - "vmPlacementGroups": { - "$ref": "#/components/schemas/GetVmPlacementGroupsRequestBody" - }, - "vmTemplates": { - "$ref": "#/components/schemas/GetVmTemplatesRequestBody" - }, - "elfImages": { - "$ref": "#/components/schemas/GetElfImagesRequestBody" - }, - "vmVolumes": { - "$ref": "#/components/schemas/GetVmVolumesRequestBody" - }, - "vlans": { - "$ref": "#/components/schemas/GetVlansRequestBody" - }, - "disks": { - "$ref": "#/components/schemas/GetDisksRequestBody" - }, - "vdses": { - "$ref": "#/components/schemas/GetVdsesRequestBody" - }, - "elfDataStores": { - "$ref": "#/components/schemas/GetElfDataStoresRequestBody", - "deprecated": true - }, - "vms": { - "$ref": "#/components/schemas/GetVmsRequestBody" - }, - "nfsExports": { - "$ref": "#/components/schemas/GetNfsExportsRequestBody" - }, - "iscsiTargets": { - "$ref": "#/components/schemas/GetIscsiTargetsRequestBody" - }, - "usbDevices": { - "$ref": "#/components/schemas/GetUsbDevicesRequestBody" - }, - "nics": { - "$ref": "#/components/schemas/GetNicsRequestBody" - }, - "clusters": { - "$ref": "#/components/schemas/GetClustersRequestBody" - }, - "datacenters": { - "$ref": "#/components/schemas/GetDatacentersRequestBody" - }, - "hosts": { - "$ref": "#/components/schemas/GetHostsRequestBody" - } - }, - "type": "object" }, - "columns": { + "protocol_not_in": { "items": { - "$ref": "#/components/schemas/ColumnConfig" + "$ref": "#/components/schemas/SnmpProtocol" }, - "type": "array" + "type": "array", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "filter", - "columns", - "name" - ], - "type": "object" - }, - "UserAuditLog": { - "properties": { - "action": { - "type": "string" + "username": { + "type": "string", + "nullable": true }, - "auth_type": { + "username_contains": { "type": "string", "nullable": true }, - "cluster": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedCluster" - } - ], + "username_ends_with": { + "type": "string", "nullable": true }, - "createdAt": { - "type": "string" + "username_gt": { + "type": "string", + "nullable": true }, - "finished_at": { + "username_gte": { "type": "string", "nullable": true }, - "id": { - "type": "string" + "username_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true }, - "ip_address": { - "type": "string" + "username_lt": { + "type": "string", + "nullable": true }, - "message": { - "type": "string" + "username_lte": { + "type": "string", + "nullable": true }, - "resource_id": { + "username_not": { "type": "string", "nullable": true }, - "resource_type": { + "username_not_contains": { "type": "string", "nullable": true }, - "started_at": { + "username_not_ends_with": { "type": "string", "nullable": true }, - "status": { + "username_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "username_not_starts_with": { + "type": "string", + "nullable": true + }, + "username_starts_with": { + "type": "string", + "nullable": true + }, + "version": { "allOf": [ { - "$ref": "#/components/schemas/UserAuditLogStatus" + "$ref": "#/components/schemas/SnmpVersion" } ], "nullable": true }, - "user": { + "version_in": { + "items": { + "$ref": "#/components/schemas/SnmpVersion" + }, + "type": "array", + "nullable": true + }, + "version_not": { "allOf": [ { - "$ref": "#/components/schemas/NestedUser" + "$ref": "#/components/schemas/SnmpVersion" } ], "nullable": true }, - "username": { - "type": "string", + "version_not_in": { + "items": { + "$ref": "#/components/schemas/SnmpVersion" + }, + "type": "array", "nullable": true } }, - "required": [ - "action", - "createdAt", - "id", - "ip_address", - "message" - ], "type": "object", "additionalProperties": false }, - "WithTask_UserAuditLog_": { + "SnmpTransportUpdationParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true - }, "data": { - "$ref": "#/components/schemas/UserAuditLog" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "UserAuditLogMessage": { - "properties": { - "en-US": { - "type": "string" - }, - "zh-CN": { - "type": "string" - } - }, - "required": [ - "en-US", - "zh-CN" - ], - "type": "object" - }, - "UserAuditLogCreationParams": { - "properties": { - "started_at": { - "type": "string" - }, - "finished_at": { - "type": "string" - }, - "cluster_id": { - "type": "string" - }, - "resource_id": { - "type": "string" - }, - "ip_address": { - "type": "string" - }, - "status": { - "$ref": "#/components/schemas/UserAuditLogStatus" - }, - "user_id": { - "type": "string" - }, - "message": { - "$ref": "#/components/schemas/UserAuditLogMessage" - }, - "resource_type": { - "type": "string", - "minLength": 1 + "properties": { + "disabled": { + "type": "boolean" + }, + "privacy_protocol": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + }, + "privacy_pass_phrase": { + "type": "string" + }, + "auth_protocol": { + "$ref": "#/components/schemas/SnmpAuthProtocol" + }, + "auth_pass_phrase": { + "type": "string" + }, + "username": { + "type": "string" + }, + "community": { + "type": "string" + }, + "port": { + "type": "integer", + "format": "int32" + }, + "protocol": { + "$ref": "#/components/schemas/SnmpProtocol" + }, + "version": { + "$ref": "#/components/schemas/SnmpVersion" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "action": { - "type": "string", - "minLength": 1 + "where": { + "$ref": "#/components/schemas/SnmpTransportWhereInput" } }, "required": [ - "status", - "user_id", - "message", - "resource_type", - "action" + "data", + "where" ], "type": "object" }, - "NestedBackupService": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedBackupStoreRepository": { + "DeleteSnmpTransport": { "properties": { "id": { "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "BackupPlanPeriod": { - "enum": [ - "DAILY", - "HOURLY", - "MINUTELY", - "MONTHLY", - "WEEKLY", - "YEARLY" - ], - "type": "string" - }, - "WeekdayTypeEnum": { - "enum": [ - "FRI", - "MON", - "SAT", - "SUN", - "THU", - "TUE", - "WED" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object" }, - "NestedBackupPlanTimePoint": { + "WithTask_DeleteSnmpTransport_": { "properties": { - "date": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "date_position": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "task_id": { + "type": "string", "nullable": true }, - "hour": { - "type": "integer", - "format": "int32" - }, - "minute": { - "type": "integer", - "format": "int32" - }, - "weekday": { - "allOf": [ - { - "$ref": "#/components/schemas/WeekdayTypeEnum" - } - ], - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteSnmpTransport" } }, "required": [ - "hour", - "minute" - ], - "type": "object", - "additionalProperties": false - }, - "BackupPlanKeepPolicy": { - "enum": [ - "COUNT", - "FOREVER", - "TIME" + "data" ], - "type": "string" + "type": "object" }, - "BackupPlanExecutionStatus": { - "enum": [ - "FAILED", - "NEVER_EXECUTE", - "PARTIAL_SUCCESS", - "PAUSED", - "RUNNING", - "SUCCESS", - "WAITING_EXECUTE" + "SnmpTransportDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnmpTransportWhereInput" + } + }, + "required": [ + "where" ], - "type": "string" + "type": "object" }, - "BackupPlanStatus": { + "SnmpLanguageCode": { "enum": [ - "PAUSED", - "STOPPED", - "WORKING" + "EN_US", + "ZH_CN" ], "type": "string" }, - "BackupPlan": { + "SnmpTrapReceiver": { "properties": { - "backup_service": { - "$ref": "#/components/schemas/NestedBackupService" - }, - "backup_store_repository": { - "$ref": "#/components/schemas/NestedBackupStoreRepository" - }, - "compression": { - "type": "boolean", - "nullable": true - }, - "compression_ratio": { - "type": "number", - "format": "double", - "nullable": true - }, - "createdAt": { - "type": "string" - }, - "description": { + "auth_pass_phrase": { "type": "string", "nullable": true }, - "enable_window": { - "type": "boolean" - }, - "entityAsyncStatus": { + "auth_protocol": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/SnmpAuthProtocol" } ], "nullable": true }, - "full_interval": { - "type": "integer", - "format": "int32" - }, - "full_period": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "full_time_point": { - "$ref": "#/components/schemas/NestedBackupPlanTimePoint" - }, - "id": { - "type": "string" + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "incremental_interval": { - "type": "integer", - "format": "int32", + "community": { + "type": "string", "nullable": true }, - "incremental_period": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "incremental_time_points": { - "items": { - "$ref": "#/components/schemas/NestedBackupPlanTimePoint" - }, - "type": "array" + "disabled": { + "type": "boolean" }, - "incremental_weekdays": { - "items": { - "$ref": "#/components/schemas/WeekdayTypeEnum" - }, - "type": "array", + "engine_id": { + "type": "string", "nullable": true }, - "keep_policy": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "keep_policy_value": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_execute_status": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - }, - "last_execute_success_job_count": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_execute_total_job_count": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_executed_at": { - "type": "string", - "nullable": true + "host": { + "type": "string" }, - "last_manual_execute_status": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "id": { + "type": "string" }, - "last_manual_execute_success_job_count": { - "type": "integer", - "format": "int32", - "nullable": true + "inform": { + "type": "boolean" }, - "last_manual_execute_total_job_count": { - "type": "integer", - "format": "int32", - "nullable": true + "language_code": { + "$ref": "#/components/schemas/SnmpLanguageCode" }, - "last_manual_executed_at": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, "name": { "type": "string" }, - "next_execute_time": { - "type": "string", - "nullable": true - }, - "physical_size": { + "port": { "type": "integer", - "format": "int64", + "format": "int32" + }, + "privacy_pass_phrase": { + "type": "string", "nullable": true }, - "snapshot_consistent_type": { + "privacy_protocol": { "allOf": [ { - "$ref": "#/components/schemas/ConsistentType" + "$ref": "#/components/schemas/SnmpPrivacyProtocol" } ], "nullable": true }, - "status": { - "$ref": "#/components/schemas/BackupPlanStatus" - }, - "valid_size_of_backup_object": { - "type": "integer", - "format": "int64", - "nullable": true + "protocol": { + "$ref": "#/components/schemas/SnmpProtocol" }, - "window_end": { + "username": { "type": "string", "nullable": true }, - "window_start": { - "type": "string", - "nullable": true + "version": { + "$ref": "#/components/schemas/SnmpVersion" } }, "required": [ - "backup_service", - "backup_store_repository", - "createdAt", - "enable_window", - "full_interval", - "full_period", - "full_time_point", + "cluster", + "disabled", + "host", "id", - "incremental_period", - "incremental_time_points", - "last_execute_status", - "last_manual_execute_status", + "inform", + "language_code", + "local_id", "name", - "status" + "port", + "protocol", + "version" ], "type": "object", "additionalProperties": false }, - "WithTask_BackupPlan_": { + "WithTask_SnmpTrapReceiver_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/BackupPlan" + "$ref": "#/components/schemas/SnmpTrapReceiver" } }, "required": [ @@ -86246,342 +83962,324 @@ ], "type": "object" }, - "BackupPlanTimePoint": { + "SnmpTrapReceiverCreationParams": { "properties": { - "weekday": { - "allOf": [ - { - "$ref": "#/components/schemas/WeekdayTypeEnum" - } - ], - "nullable": true - }, - "minute": { - "type": "integer", - "format": "int32" + "disabled": { + "type": "boolean" }, - "hour": { - "type": "integer", - "format": "int32" + "inform": { + "type": "boolean" }, - "date_position": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "engine_id": { + "type": "string" }, - "date": { - "type": "integer", - "format": "int32", - "nullable": true - } - }, - "required": [ - "minute", - "hour" - ], - "type": "object" - }, - "BackupPlanDelayOption": { - "enum": [ - "KEEP_GO_ON", - "STOP_BACKUP" - ], - "type": "string" - }, - "BackupPlanCreationParams": { - "properties": { - "keep_policy_value": { - "type": "integer", - "format": "int32" + "privacy_protocol": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" }, - "keep_policy": { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" + "privacy_pass_phrase": { + "type": "string" }, - "backup_delay_option": { - "$ref": "#/components/schemas/BackupPlanDelayOption" + "auth_protocol": { + "$ref": "#/components/schemas/SnmpAuthProtocol" }, - "window_end": { + "auth_pass_phrase": { "type": "string" }, - "window_start": { + "username": { "type": "string" }, - "enable_window": { - "type": "boolean" - }, - "full_time_point": { - "$ref": "#/components/schemas/BackupPlanTimePoint" - }, - "full_period": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "full_interval": { - "type": "integer", - "format": "int32" - }, - "incremental_weekdays": { - "items": { - "$ref": "#/components/schemas/WeekdayTypeEnum" - }, - "type": "array" + "community": { + "type": "string" }, - "incremental_time_points": { - "items": { - "$ref": "#/components/schemas/BackupPlanTimePoint" - }, - "type": "array" + "language_code": { + "$ref": "#/components/schemas/SnmpLanguageCode" }, - "incremental_interval": { + "port": { "type": "integer", "format": "int32" }, - "incremental_period": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "snapshot_consistent_type": { - "$ref": "#/components/schemas/ConsistentType" - }, - "compression": { - "type": "boolean" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "description": { + "host": { "type": "string" }, - "backup_store_repository_id": { - "type": "string" + "protocol": { + "$ref": "#/components/schemas/SnmpProtocol" }, - "backup_service_id": { - "type": "string" + "version": { + "$ref": "#/components/schemas/SnmpVersion" }, "name": { "type": "string" + }, + "cluster_id": { + "type": "string" } }, "required": [ - "keep_policy_value", - "keep_policy", - "enable_window", - "full_time_point", - "full_period", - "full_interval", - "incremental_interval", - "incremental_period", - "snapshot_consistent_type", - "compression", - "vms", - "backup_store_repository_id", - "backup_service_id", - "name" + "language_code", + "port", + "host", + "protocol", + "version", + "name", + "cluster_id" ], "type": "object" }, - "BackupPlanWhereInput": { + "SnmpTrapReceiverWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" }, "type": "array", "nullable": true }, - "backup_service": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupServiceWhereInput" - } - ], + "auth_pass_phrase": { + "type": "string", "nullable": true }, - "backup_store_repository": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" - } - ], + "auth_pass_phrase_contains": { + "type": "string", "nullable": true }, - "compression": { - "type": "boolean", + "auth_pass_phrase_ends_with": { + "type": "string", "nullable": true }, - "compression_not": { - "type": "boolean", + "auth_pass_phrase_gt": { + "type": "string", "nullable": true }, - "compression_ratio": { - "type": "number", - "format": "double", + "auth_pass_phrase_gte": { + "type": "string", "nullable": true }, - "compression_ratio_gt": { - "type": "number", - "format": "double", + "auth_pass_phrase_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "compression_ratio_gte": { - "type": "number", - "format": "double", + "auth_pass_phrase_lt": { + "type": "string", "nullable": true }, - "compression_ratio_in": { + "auth_pass_phrase_lte": { + "type": "string", + "nullable": true + }, + "auth_pass_phrase_not": { + "type": "string", + "nullable": true + }, + "auth_pass_phrase_not_contains": { + "type": "string", + "nullable": true + }, + "auth_pass_phrase_not_ends_with": { + "type": "string", + "nullable": true + }, + "auth_pass_phrase_not_in": { "items": { - "type": "number", - "format": "double" + "type": "string" }, "type": "array", "nullable": true }, - "compression_ratio_lt": { - "type": "number", - "format": "double", + "auth_pass_phrase_not_starts_with": { + "type": "string", "nullable": true }, - "compression_ratio_lte": { - "type": "number", - "format": "double", + "auth_pass_phrase_starts_with": { + "type": "string", "nullable": true }, - "compression_ratio_not": { - "type": "number", - "format": "double", + "auth_protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpAuthProtocol" + } + ], "nullable": true }, - "compression_ratio_not_in": { + "auth_protocol_in": { "items": { - "type": "number", - "format": "double" + "$ref": "#/components/schemas/SnmpAuthProtocol" }, "type": "array", "nullable": true }, - "createdAt": { + "auth_protocol_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpAuthProtocol" + } + ], + "nullable": true + }, + "auth_protocol_not_in": { + "items": { + "$ref": "#/components/schemas/SnmpAuthProtocol" + }, + "type": "array", + "nullable": true + }, + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], + "nullable": true + }, + "community": { "type": "string", "nullable": true }, - "createdAt_gt": { + "community_contains": { "type": "string", "nullable": true }, - "createdAt_gte": { + "community_ends_with": { "type": "string", "nullable": true }, - "createdAt_in": { + "community_gt": { + "type": "string", + "nullable": true + }, + "community_gte": { + "type": "string", + "nullable": true + }, + "community_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "createdAt_lt": { + "community_lt": { "type": "string", "nullable": true }, - "createdAt_lte": { + "community_lte": { "type": "string", "nullable": true }, - "createdAt_not": { + "community_not": { "type": "string", "nullable": true }, - "createdAt_not_in": { + "community_not_contains": { + "type": "string", + "nullable": true + }, + "community_not_ends_with": { + "type": "string", + "nullable": true + }, + "community_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description": { + "community_not_starts_with": { "type": "string", "nullable": true }, - "description_contains": { + "community_starts_with": { "type": "string", "nullable": true }, - "description_ends_with": { + "disabled": { + "type": "boolean", + "nullable": true + }, + "disabled_not": { + "type": "boolean", + "nullable": true + }, + "engine_id": { "type": "string", "nullable": true }, - "description_gt": { + "engine_id_contains": { "type": "string", "nullable": true }, - "description_gte": { + "engine_id_ends_with": { "type": "string", "nullable": true }, - "description_in": { + "engine_id_gt": { + "type": "string", + "nullable": true + }, + "engine_id_gte": { + "type": "string", + "nullable": true + }, + "engine_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "engine_id_lt": { "type": "string", "nullable": true }, - "description_lte": { + "engine_id_lte": { "type": "string", "nullable": true }, - "description_not": { + "engine_id_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "engine_id_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "engine_id_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "engine_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "engine_id_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "engine_id_starts_with": { "type": "string", "nullable": true }, - "enable_window": { - "type": "boolean", - "nullable": true - }, - "enable_window_not": { - "type": "boolean", - "nullable": true - }, "entityAsyncStatus": { "allOf": [ { @@ -86612,80 +84310,66 @@ "type": "array", "nullable": true }, - "full_interval": { - "type": "integer", - "format": "int32", + "host": { + "type": "string", "nullable": true }, - "full_interval_gt": { - "type": "integer", - "format": "int32", + "host_contains": { + "type": "string", "nullable": true }, - "full_interval_gte": { - "type": "integer", - "format": "int32", + "host_ends_with": { + "type": "string", "nullable": true }, - "full_interval_in": { + "host_gt": { + "type": "string", + "nullable": true + }, + "host_gte": { + "type": "string", + "nullable": true + }, + "host_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "full_interval_lt": { - "type": "integer", - "format": "int32", + "host_lt": { + "type": "string", "nullable": true }, - "full_interval_lte": { - "type": "integer", - "format": "int32", + "host_lte": { + "type": "string", "nullable": true }, - "full_interval_not": { - "type": "integer", - "format": "int32", + "host_not": { + "type": "string", "nullable": true }, - "full_interval_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "host_not_contains": { + "type": "string", "nullable": true }, - "full_period": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanPeriod" - } - ], + "host_not_ends_with": { + "type": "string", "nullable": true }, - "full_period_in": { + "host_not_in": { "items": { - "$ref": "#/components/schemas/BackupPlanPeriod" + "type": "string" }, "type": "array", "nullable": true }, - "full_period_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanPeriod" - } - ], + "host_not_starts_with": { + "type": "string", "nullable": true }, - "full_period_not_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "type": "array", + "host_starts_with": { + "type": "string", "nullable": true }, "id": { @@ -86750,364 +84434,184 @@ "type": "string", "nullable": true }, - "incremental_interval": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "incremental_interval_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "incremental_interval_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "incremental_interval_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "incremental_interval_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "incremental_interval_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "incremental_interval_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "incremental_interval_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "incremental_period": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanPeriod" - } - ], - "nullable": true - }, - "incremental_period_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "type": "array", - "nullable": true - }, - "incremental_period_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanPeriod" - } - ], - "nullable": true - }, - "incremental_period_not_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "type": "array", - "nullable": true - }, - "keep_policy": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" - } - ], + "inform": { + "type": "boolean", "nullable": true }, - "keep_policy_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" - }, - "type": "array", + "inform_not": { + "type": "boolean", "nullable": true }, - "keep_policy_not": { + "language_code": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" + "$ref": "#/components/schemas/SnmpLanguageCode" } ], "nullable": true }, - "keep_policy_not_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" - }, - "type": "array", - "nullable": true - }, - "keep_policy_value": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "keep_policy_value_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "keep_policy_value_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "keep_policy_value_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "keep_policy_value_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "keep_policy_value_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "keep_policy_value_not": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "keep_policy_value_not_in": { + "language_code_in": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnmpLanguageCode" }, "type": "array", "nullable": true }, - "last_execute_status": { + "language_code_not": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "$ref": "#/components/schemas/SnmpLanguageCode" } ], "nullable": true }, - "last_execute_status_in": { + "language_code_not_in": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "$ref": "#/components/schemas/SnmpLanguageCode" }, "type": "array", "nullable": true }, - "last_execute_status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - } - ], + "local_id": { + "type": "string", "nullable": true }, - "last_execute_status_not_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - }, - "type": "array", + "local_id_contains": { + "type": "string", "nullable": true }, - "last_execute_success_job_count": { - "type": "integer", - "format": "int32", + "local_id_ends_with": { + "type": "string", "nullable": true }, - "last_execute_success_job_count_gt": { - "type": "integer", - "format": "int32", + "local_id_gt": { + "type": "string", "nullable": true }, - "last_execute_success_job_count_gte": { - "type": "integer", - "format": "int32", + "local_id_gte": { + "type": "string", "nullable": true }, - "last_execute_success_job_count_in": { + "local_id_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "last_execute_success_job_count_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_execute_success_job_count_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_execute_success_job_count_not": { - "type": "integer", - "format": "int32", + "local_id_lt": { + "type": "string", "nullable": true }, - "last_execute_success_job_count_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "local_id_lte": { + "type": "string", "nullable": true }, - "last_execute_total_job_count": { - "type": "integer", - "format": "int32", + "local_id_not": { + "type": "string", "nullable": true }, - "last_execute_total_job_count_gt": { - "type": "integer", - "format": "int32", + "local_id_not_contains": { + "type": "string", "nullable": true }, - "last_execute_total_job_count_gte": { - "type": "integer", - "format": "int32", + "local_id_not_ends_with": { + "type": "string", "nullable": true }, - "last_execute_total_job_count_in": { + "local_id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "last_execute_total_job_count_lt": { - "type": "integer", - "format": "int32", + "local_id_not_starts_with": { + "type": "string", "nullable": true }, - "last_execute_total_job_count_lte": { - "type": "integer", - "format": "int32", + "local_id_starts_with": { + "type": "string", "nullable": true }, - "last_execute_total_job_count_not": { - "type": "integer", - "format": "int32", + "name": { + "type": "string", "nullable": true }, - "last_execute_total_job_count_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "name_contains": { + "type": "string", "nullable": true }, - "last_executed_at": { + "name_ends_with": { "type": "string", "nullable": true }, - "last_executed_at_gt": { + "name_gt": { "type": "string", "nullable": true }, - "last_executed_at_gte": { + "name_gte": { "type": "string", "nullable": true }, - "last_executed_at_in": { + "name_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "last_executed_at_lt": { + "name_lt": { "type": "string", "nullable": true }, - "last_executed_at_lte": { + "name_lte": { "type": "string", "nullable": true }, - "last_executed_at_not": { + "name_not": { "type": "string", "nullable": true }, - "last_executed_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "name_not_contains": { + "type": "string", "nullable": true }, - "last_manual_execute_status": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - } - ], + "name_not_ends_with": { + "type": "string", "nullable": true }, - "last_manual_execute_status_in": { + "name_not_in": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "type": "string" }, "type": "array", "nullable": true }, - "last_manual_execute_status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - } - ], + "name_not_starts_with": { + "type": "string", "nullable": true }, - "last_manual_execute_status_not_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - }, - "type": "array", + "name_starts_with": { + "type": "string", "nullable": true }, - "last_manual_execute_success_job_count": { + "port": { "type": "integer", "format": "int32", "nullable": true }, - "last_manual_execute_success_job_count_gt": { + "port_gt": { "type": "integer", "format": "int32", "nullable": true }, - "last_manual_execute_success_job_count_gte": { + "port_gte": { "type": "integer", "format": "int32", "nullable": true }, - "last_manual_execute_success_job_count_in": { + "port_in": { "items": { "type": "integer", "format": "int32" @@ -87115,22 +84619,22 @@ "type": "array", "nullable": true }, - "last_manual_execute_success_job_count_lt": { + "port_lt": { "type": "integer", "format": "int32", "nullable": true }, - "last_manual_execute_success_job_count_lte": { + "port_lte": { "type": "integer", "format": "int32", "nullable": true }, - "last_manual_execute_success_job_count_not": { + "port_not": { "type": "integer", "format": "int32", "nullable": true }, - "last_manual_execute_success_job_count_not_in": { + "port_not_in": { "items": { "type": "integer", "format": "int32" @@ -87138,518 +84642,1180 @@ "type": "array", "nullable": true }, - "last_manual_execute_total_job_count": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_manual_execute_total_job_count_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last_manual_execute_total_job_count_gte": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase": { + "type": "string", "nullable": true }, - "last_manual_execute_total_job_count_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "privacy_pass_phrase_contains": { + "type": "string", "nullable": true }, - "last_manual_execute_total_job_count_lt": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_ends_with": { + "type": "string", "nullable": true }, - "last_manual_execute_total_job_count_lte": { - "type": "integer", - "format": "int32", + "privacy_pass_phrase_gt": { + "type": "string", "nullable": true - }, - "last_manual_execute_total_job_count_not": { - "type": "integer", - "format": "int32", + }, + "privacy_pass_phrase_gte": { + "type": "string", "nullable": true }, - "last_manual_execute_total_job_count_not_in": { + "privacy_pass_phrase_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "last_manual_executed_at": { + "privacy_pass_phrase_lt": { "type": "string", "nullable": true }, - "last_manual_executed_at_gt": { + "privacy_pass_phrase_lte": { "type": "string", "nullable": true }, - "last_manual_executed_at_gte": { + "privacy_pass_phrase_not": { "type": "string", "nullable": true }, - "last_manual_executed_at_in": { + "privacy_pass_phrase_not_contains": { + "type": "string", + "nullable": true + }, + "privacy_pass_phrase_not_ends_with": { + "type": "string", + "nullable": true + }, + "privacy_pass_phrase_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "last_manual_executed_at_lt": { + "privacy_pass_phrase_not_starts_with": { "type": "string", "nullable": true }, - "last_manual_executed_at_lte": { + "privacy_pass_phrase_starts_with": { "type": "string", "nullable": true }, - "last_manual_executed_at_not": { - "type": "string", + "privacy_protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + } + ], "nullable": true }, - "last_manual_executed_at_not_in": { + "privacy_protocol_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/SnmpPrivacyProtocol" }, "type": "array", "nullable": true }, - "name": { - "type": "string", + "privacy_protocol_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + } + ], "nullable": true }, - "name_contains": { - "type": "string", + "privacy_protocol_not_in": { + "items": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + }, + "type": "array", "nullable": true }, - "name_ends_with": { - "type": "string", + "protocol": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpProtocol" + } + ], "nullable": true }, - "name_gt": { - "type": "string", + "protocol_in": { + "items": { + "$ref": "#/components/schemas/SnmpProtocol" + }, + "type": "array", "nullable": true }, - "name_gte": { - "type": "string", + "protocol_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpProtocol" + } + ], "nullable": true }, - "name_in": { + "protocol_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/SnmpProtocol" }, "type": "array", "nullable": true }, - "name_lt": { + "username": { "type": "string", "nullable": true }, - "name_lte": { + "username_contains": { "type": "string", "nullable": true }, - "name_not": { + "username_ends_with": { "type": "string", "nullable": true }, - "name_not_contains": { + "username_gt": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "username_gte": { "type": "string", "nullable": true }, - "name_not_in": { + "username_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "username_lt": { "type": "string", "nullable": true }, - "name_starts_with": { + "username_lte": { "type": "string", "nullable": true }, - "next_execute_time": { + "username_not": { "type": "string", "nullable": true }, - "next_execute_time_gt": { + "username_not_contains": { "type": "string", "nullable": true }, - "next_execute_time_gte": { + "username_not_ends_with": { "type": "string", "nullable": true }, - "next_execute_time_in": { + "username_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "next_execute_time_lt": { + "username_not_starts_with": { "type": "string", "nullable": true }, - "next_execute_time_lte": { + "username_starts_with": { "type": "string", "nullable": true }, - "next_execute_time_not": { - "type": "string", + "version": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpVersion" + } + ], "nullable": true }, - "next_execute_time_not_in": { + "version_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/SnmpVersion" }, "type": "array", "nullable": true }, - "physical_size": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "physical_size_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "physical_size_gte": { - "type": "integer", - "format": "int64", + "version_not": { + "allOf": [ + { + "$ref": "#/components/schemas/SnmpVersion" + } + ], "nullable": true }, - "physical_size_in": { + "version_not_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/SnmpVersion" }, "type": "array", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "SnmpTrapReceiverUpdationParams": { + "properties": { + "data": { + "properties": { + "disabled": { + "type": "boolean" + }, + "inform": { + "type": "boolean" + }, + "engine_id": { + "type": "string" + }, + "privacy_protocol": { + "$ref": "#/components/schemas/SnmpPrivacyProtocol" + }, + "privacy_pass_phrase": { + "type": "string" + }, + "auth_protocol": { + "$ref": "#/components/schemas/SnmpAuthProtocol" + }, + "auth_pass_phrase": { + "type": "string" + }, + "username": { + "type": "string" + }, + "community": { + "type": "string" + }, + "language_code": { + "$ref": "#/components/schemas/SnmpLanguageCode" + }, + "port": { + "type": "integer", + "format": "int32" + }, + "host": { + "type": "string" + }, + "protocol": { + "$ref": "#/components/schemas/SnmpProtocol" + }, + "version": { + "$ref": "#/components/schemas/SnmpVersion" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "physical_size_lt": { - "type": "integer", - "format": "int64", + "where": { + "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteSnmpTrapReceiver": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteSnmpTrapReceiver_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "physical_size_lte": { - "type": "integer", - "format": "int64", + "data": { + "$ref": "#/components/schemas/DeleteSnmpTrapReceiver" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "SnmpTrapReceiverDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/SnmpTrapReceiverWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "ColumnConfig": { + "properties": { + "name": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "name", + "path" + ], + "type": "object" + }, + "HostOrderByInput": { + "enum": [ + "access_ip_ASC", + "access_ip_DESC", + "allocable_cpu_cores_for_vm_exclusive_ASC", + "allocable_cpu_cores_for_vm_exclusive_DESC", + "allocatable_memory_bytes_ASC", + "allocatable_memory_bytes_DESC", + "chunk_id_ASC", + "chunk_id_DESC", + "cpu_brand_ASC", + "cpu_brand_DESC", + "cpu_fan_speed_unit_ASC", + "cpu_fan_speed_unit_DESC", + "cpu_hz_per_core_ASC", + "cpu_hz_per_core_DESC", + "cpu_model_ASC", + "cpu_model_DESC", + "cpu_vendor_ASC", + "cpu_vendor_DESC", + "data_ip_ASC", + "data_ip_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "failure_data_space_ASC", + "failure_data_space_DESC", + "hdd_data_capacity_ASC", + "hdd_data_capacity_DESC", + "hdd_disk_count_ASC", + "hdd_disk_count_DESC", + "host_state_ASC", + "host_state_DESC", + "hypervisor_ip_ASC", + "hypervisor_ip_DESC", + "id_ASC", + "id_DESC", + "iommu_ASC", + "iommu_DESC", + "is_os_in_raid1_ASC", + "is_os_in_raid1_DESC", + "local_id_ASC", + "local_id_DESC", + "lsm_cap_disk_safe_umount_ASC", + "lsm_cap_disk_safe_umount_DESC", + "management_ip_ASC", + "management_ip_DESC", + "model_ASC", + "model_DESC", + "name_ASC", + "name_DESC", + "nested_virtualization_ASC", + "nested_virtualization_DESC", + "nic_count_ASC", + "nic_count_DESC", + "node_topo_local_id_ASC", + "node_topo_local_id_DESC", + "os_memory_bytes_ASC", + "os_memory_bytes_DESC", + "os_version_ASC", + "os_version_DESC", + "pmem_dimm_capacity_ASC", + "pmem_dimm_capacity_DESC", + "pmem_dimm_count_ASC", + "pmem_dimm_count_DESC", + "pmem_disk_count_ASC", + "pmem_disk_count_DESC", + "provisioned_cpu_cores_ASC", + "provisioned_cpu_cores_DESC", + "provisioned_memory_bytes_ASC", + "provisioned_memory_bytes_DESC", + "running_pause_vm_memory_bytes_ASC", + "running_pause_vm_memory_bytes_DESC", + "running_vm_num_ASC", + "running_vm_num_DESC", + "scvm_cpu_ASC", + "scvm_cpu_DESC", + "scvm_memory_ASC", + "scvm_memory_DESC", + "scvm_name_ASC", + "scvm_name_DESC", + "serial_ASC", + "serial_DESC", + "ssd_data_capacity_ASC", + "ssd_data_capacity_DESC", + "ssd_disk_count_ASC", + "ssd_disk_count_DESC", + "state_ASC", + "state_DESC", + "status_ASC", + "status_DESC", + "stopped_vm_num_ASC", + "stopped_vm_num_DESC", + "suspended_vm_num_ASC", + "suspended_vm_num_DESC", + "total_cache_capacity_ASC", + "total_cache_capacity_DESC", + "total_cpu_cores_ASC", + "total_cpu_cores_DESC", + "total_cpu_hz_ASC", + "total_cpu_hz_DESC", + "total_cpu_sockets_ASC", + "total_cpu_sockets_DESC", + "total_data_capacity_ASC", + "total_data_capacity_DESC", + "total_memory_bytes_ASC", + "total_memory_bytes_DESC", + "used_cpu_hz_ASC", + "used_cpu_hz_DESC", + "used_data_space_ASC", + "used_data_space_DESC", + "used_memory_bytes_ASC", + "used_memory_bytes_DESC", + "vm_num_ASC", + "vm_num_DESC", + "vmotion_ip_ASC", + "vmotion_ip_DESC", + "with_faster_ssd_as_cache_ASC", + "with_faster_ssd_as_cache_DESC" + ], + "type": "string" + }, + "GetHostsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "physical_size_not": { + "before": { + "type": "string", + "nullable": true + }, + "first": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "snapshot_consistent_type": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/ConsistentType" + "$ref": "#/components/schemas/HostOrderByInput" } ], "nullable": true }, - "snapshot_consistent_type_in": { - "items": { - "$ref": "#/components/schemas/ConsistentType" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "snapshot_consistent_type_not": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/ConsistentType" + "$ref": "#/components/schemas/HostWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "DatacenterOrderByInput": { + "enum": [ + "cluster_num_ASC", + "cluster_num_DESC", + "failure_data_space_ASC", + "failure_data_space_DESC", + "host_num_ASC", + "host_num_DESC", + "id_ASC", + "id_DESC", + "name_ASC", + "name_DESC", + "total_cpu_hz_ASC", + "total_cpu_hz_DESC", + "total_data_capacity_ASC", + "total_data_capacity_DESC", + "total_memory_bytes_ASC", + "total_memory_bytes_DESC", + "used_cpu_hz_ASC", + "used_cpu_hz_DESC", + "used_data_space_ASC", + "used_data_space_DESC", + "used_memory_bytes_ASC", + "used_memory_bytes_DESC", + "vm_num_ASC", + "vm_num_DESC" + ], + "type": "string" + }, + "GetDatacentersRequestBody": { + "properties": { + "after": { + "type": "string", + "nullable": true }, - "snapshot_consistent_type_not_in": { - "items": { - "$ref": "#/components/schemas/ConsistentType" - }, - "type": "array", + "before": { + "type": "string", "nullable": true }, - "status": { + "first": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanStatus" + "$ref": "#/components/schemas/DatacenterOrderByInput" } ], "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanStatus" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "status_not": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanStatus" + "$ref": "#/components/schemas/DatacenterWhereInput" } ], "nullable": true - }, - "status_not_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanStatus" - }, - "type": "array", - "nullable": true - }, - "valid_size_of_backup_object": { - "type": "integer", - "format": "int64", + } + }, + "type": "object", + "additionalProperties": false + }, + "ClusterOrderByInput": { + "enum": [ + "application_highest_version_ASC", + "application_highest_version_DESC", + "architecture_ASC", + "architecture_DESC", + "auto_converge_ASC", + "auto_converge_DESC", + "connect_state_ASC", + "connect_state_DESC", + "current_cpu_model_ASC", + "current_cpu_model_DESC", + "disconnected_date_ASC", + "disconnected_date_DESC", + "disconnected_reason_ASC", + "disconnected_reason_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "failure_data_space_ASC", + "failure_data_space_DESC", + "has_metrox_ASC", + "has_metrox_DESC", + "host_num_ASC", + "host_num_DESC", + "hypervisor_ASC", + "hypervisor_DESC", + "id_ASC", + "id_DESC", + "ip_ASC", + "ip_DESC", + "is_all_flash_ASC", + "is_all_flash_DESC", + "iscsi_vip_ASC", + "iscsi_vip_DESC", + "license_expire_date_ASC", + "license_expire_date_DESC", + "license_serial_ASC", + "license_serial_DESC", + "license_sign_date_ASC", + "license_sign_date_DESC", + "license_type_ASC", + "license_type_DESC", + "local_id_ASC", + "local_id_DESC", + "maintenance_end_date_ASC", + "maintenance_end_date_DESC", + "maintenance_start_date_ASC", + "maintenance_start_date_DESC", + "management_vip_ASC", + "management_vip_DESC", + "max_chunk_num_ASC", + "max_chunk_num_DESC", + "max_physical_data_capacity_ASC", + "max_physical_data_capacity_DESC", + "max_physical_data_capacity_per_node_ASC", + "max_physical_data_capacity_per_node_DESC", + "metro_availability_checklist_ASC", + "metro_availability_checklist_DESC", + "mgt_gateway_ASC", + "mgt_gateway_DESC", + "mgt_netmask_ASC", + "mgt_netmask_DESC", + "migration_data_size_ASC", + "migration_data_size_DESC", + "migration_speed_ASC", + "migration_speed_DESC", + "name_ASC", + "name_DESC", + "ntp_mode_ASC", + "ntp_mode_DESC", + "nvme_over_rdma_enabled_ASC", + "nvme_over_rdma_enabled_DESC", + "nvme_over_tcp_enabled_ASC", + "nvme_over_tcp_enabled_DESC", + "nvmf_enabled_ASC", + "nvmf_enabled_DESC", + "pmem_enabled_ASC", + "pmem_enabled_DESC", + "provisioned_cpu_cores_ASC", + "provisioned_cpu_cores_DESC", + "provisioned_cpu_cores_for_active_vm_ASC", + "provisioned_cpu_cores_for_active_vm_DESC", + "provisioned_for_active_vm_ratio_ASC", + "provisioned_for_active_vm_ratio_DESC", + "provisioned_memory_bytes_ASC", + "provisioned_memory_bytes_DESC", + "provisioned_ratio_ASC", + "provisioned_ratio_DESC", + "rdma_enabled_ASC", + "rdma_enabled_DESC", + "recover_data_size_ASC", + "recover_data_size_DESC", + "recover_speed_ASC", + "recover_speed_DESC", + "reserved_cpu_cores_for_system_service_ASC", + "reserved_cpu_cores_for_system_service_DESC", + "running_vm_num_ASC", + "running_vm_num_DESC", + "software_edition_ASC", + "software_edition_DESC", + "stopped_vm_num_ASC", + "stopped_vm_num_DESC", + "stretch_ASC", + "stretch_DESC", + "suspended_vm_num_ASC", + "suspended_vm_num_DESC", + "total_cache_capacity_ASC", + "total_cache_capacity_DESC", + "total_cpu_cores_ASC", + "total_cpu_cores_DESC", + "total_cpu_hz_ASC", + "total_cpu_hz_DESC", + "total_cpu_sockets_ASC", + "total_cpu_sockets_DESC", + "total_data_capacity_ASC", + "total_data_capacity_DESC", + "total_memory_bytes_ASC", + "total_memory_bytes_DESC", + "type_ASC", + "type_DESC", + "upgrade_tool_version_ASC", + "upgrade_tool_version_DESC", + "used_cpu_hz_ASC", + "used_cpu_hz_DESC", + "used_data_space_ASC", + "used_data_space_DESC", + "used_memory_bytes_ASC", + "used_memory_bytes_DESC", + "valid_data_space_ASC", + "valid_data_space_DESC", + "version_ASC", + "version_DESC", + "vhost_enabled_ASC", + "vhost_enabled_DESC", + "vm_num_ASC", + "vm_num_DESC" + ], + "type": "string" + }, + "GetClustersRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "valid_size_of_backup_object_gt": { - "type": "integer", - "format": "int64", + "before": { + "type": "string", "nullable": true }, - "valid_size_of_backup_object_gte": { + "first": { "type": "integer", - "format": "int64", - "nullable": true - }, - "valid_size_of_backup_object_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "format": "int32", "nullable": true }, - "valid_size_of_backup_object_lt": { + "last": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "valid_size_of_backup_object_lte": { - "type": "integer", - "format": "int64", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterOrderByInput" + } + ], "nullable": true }, - "valid_size_of_backup_object_not": { + "skip": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "valid_size_of_backup_object_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true - }, - "window_end": { + } + }, + "type": "object", + "additionalProperties": false + }, + "NicOrderByInput": { + "enum": [ + "driver_ASC", + "driver_DESC", + "driver_state_ASC", + "driver_state_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "gateway_ip_ASC", + "gateway_ip_DESC", + "ibdev_ASC", + "ibdev_DESC", + "id_ASC", + "id_DESC", + "iommu_status_ASC", + "iommu_status_DESC", + "ip_address_ASC", + "ip_address_DESC", + "is_sriov_ASC", + "is_sriov_DESC", + "local_id_ASC", + "local_id_DESC", + "mac_address_ASC", + "mac_address_DESC", + "max_vf_num_ASC", + "max_vf_num_DESC", + "model_ASC", + "model_DESC", + "mtu_ASC", + "mtu_DESC", + "name_ASC", + "name_DESC", + "nic_uuid_ASC", + "nic_uuid_DESC", + "physical_ASC", + "physical_DESC", + "rdma_enabled_ASC", + "rdma_enabled_DESC", + "running_ASC", + "running_DESC", + "speed_ASC", + "speed_DESC", + "subnet_mask_ASC", + "subnet_mask_DESC", + "total_vf_num_ASC", + "total_vf_num_DESC", + "type_ASC", + "type_DESC", + "up_ASC", + "up_DESC", + "used_vf_num_ASC", + "used_vf_num_DESC", + "user_usage_ASC", + "user_usage_DESC" + ], + "type": "string" + }, + "GetNicsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "window_end_contains": { + "before": { "type": "string", "nullable": true }, - "window_end_ends_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_end_gt": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_end_gte": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NicOrderByInput" + } + ], "nullable": true }, - "window_end_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_end_lt": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NicWhereInput" + } + ], "nullable": true - }, - "window_end_lte": { + } + }, + "type": "object", + "additionalProperties": false + }, + "UsbDeviceOrderByInput": { + "enum": [ + "binded_ASC", + "binded_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "manufacturer_ASC", + "manufacturer_DESC", + "name_ASC", + "name_DESC", + "size_ASC", + "size_DESC", + "status_ASC", + "status_DESC", + "usb_type_ASC", + "usb_type_DESC" + ], + "type": "string" + }, + "GetUsbDevicesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "window_end_not": { + "before": { "type": "string", "nullable": true }, - "window_end_not_contains": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_end_not_ends_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_end_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceOrderByInput" + } + ], "nullable": true }, - "window_end_not_starts_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_end_starts_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + ], "nullable": true - }, - "window_start": { + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiTargetOrderByInput": { + "enum": [ + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "chap_enabled_ASC", + "chap_enabled_DESC", + "chap_name_ASC", + "chap_name_DESC", + "chap_secret_ASC", + "chap_secret_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "external_use_ASC", + "external_use_DESC", + "id_ASC", + "id_DESC", + "initiator_chaps_ASC", + "initiator_chaps_DESC", + "internal_ASC", + "internal_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "iqn_name_ASC", + "iqn_name_DESC", + "iqn_whitelist_ASC", + "iqn_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC" + ], + "type": "string" + }, + "GetIscsiTargetsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "window_start_contains": { + "before": { "type": "string", "nullable": true }, - "window_start_ends_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_start_gt": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_start_gte": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiTargetOrderByInput" + } + ], "nullable": true }, - "window_start_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_start_lt": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiTargetWhereInput" + } + ], "nullable": true - }, - "window_start_lte": { + } + }, + "type": "object", + "additionalProperties": false + }, + "NfsExportOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "export_inode_id_ASC", + "export_inode_id_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "thin_provision_ASC", + "thin_provision_DESC" + ], + "type": "string" + }, + "GetNfsExportsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "window_start_not": { + "before": { "type": "string", "nullable": true }, - "window_start_not_contains": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_start_not_ends_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_start_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsExportOrderByInput" + } + ], "nullable": true }, - "window_start_not_starts_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "window_start_starts_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NfsExportWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "BackupServiceWhereInput": { + "ElfDataStoreOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "external_use_ASC", + "external_use_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "thin_provision_ASC", + "thin_provision_DESC", + "type_ASC", + "type_DESC" + ], + "type": "string" + }, + "ElfDataStoreWhereInput": { "properties": { "AND": { "items": { - "$ref": "#/components/schemas/BackupServiceWhereInput" + "$ref": "#/components/schemas/ElfDataStoreWhereInput" }, "type": "array", "nullable": true }, "NOT": { "items": { - "$ref": "#/components/schemas/BackupServiceWhereInput" + "$ref": "#/components/schemas/ElfDataStoreWhereInput" }, "type": "array", "nullable": true }, "OR": { "items": { - "$ref": "#/components/schemas/BackupServiceWhereInput" + "$ref": "#/components/schemas/ElfDataStoreWhereInput" }, "type": "array", "nullable": true }, - "application": { - "allOf": [ - { - "$ref": "#/components/schemas/CloudTowerApplicationWhereInput" - } - ], - "nullable": true - }, - "backup_clusters_every": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "backup_clusters_none": { - "allOf": [ - { - "$ref": "#/components/schemas/ClusterWhereInput" - } - ], - "nullable": true - }, - "backup_clusters_some": { + "cluster": { "allOf": [ { "$ref": "#/components/schemas/ClusterWhereInput" @@ -87657,973 +85823,1587 @@ ], "nullable": true }, - "backup_network_gateway": { + "description": { "type": "string", "nullable": true }, - "backup_network_gateway_contains": { + "description_contains": { "type": "string", "nullable": true }, - "backup_network_gateway_ends_with": { + "description_ends_with": { "type": "string", "nullable": true }, - "backup_network_gateway_gt": { + "description_gt": { "type": "string", "nullable": true }, - "backup_network_gateway_gte": { + "description_gte": { "type": "string", "nullable": true }, - "backup_network_gateway_in": { + "description_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_gateway_lt": { + "description_lt": { "type": "string", "nullable": true }, - "backup_network_gateway_lte": { + "description_lte": { "type": "string", "nullable": true }, - "backup_network_gateway_not": { + "description_not": { "type": "string", "nullable": true }, - "backup_network_gateway_not_contains": { + "description_not_contains": { "type": "string", "nullable": true }, - "backup_network_gateway_not_ends_with": { + "description_not_ends_with": { "type": "string", "nullable": true }, - "backup_network_gateway_not_in": { + "description_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_gateway_not_starts_with": { + "description_not_starts_with": { "type": "string", "nullable": true }, - "backup_network_gateway_starts_with": { + "description_starts_with": { "type": "string", "nullable": true }, - "backup_network_ip": { + "external_use": { + "type": "boolean", + "nullable": true + }, + "external_use_not": { + "type": "boolean", + "nullable": true + }, + "id": { "type": "string", "nullable": true }, - "backup_network_ip_contains": { + "id_contains": { "type": "string", "nullable": true }, - "backup_network_ip_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "backup_network_ip_gt": { + "id_gt": { "type": "string", "nullable": true }, - "backup_network_ip_gte": { + "id_gte": { "type": "string", "nullable": true }, - "backup_network_ip_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_ip_lt": { + "id_lt": { "type": "string", "nullable": true }, - "backup_network_ip_lte": { + "id_lte": { "type": "string", "nullable": true }, - "backup_network_ip_not": { + "id_not": { "type": "string", "nullable": true }, - "backup_network_ip_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "backup_network_ip_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "backup_network_ip_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_ip_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "backup_network_ip_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "backup_network_subnet_mask": { + "internal": { + "type": "boolean", + "nullable": true + }, + "internal_not": { + "type": "boolean", + "nullable": true + }, + "ip_whitelist": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_contains": { + "ip_whitelist_contains": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_ends_with": { + "ip_whitelist_ends_with": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_gt": { + "ip_whitelist_gt": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_gte": { + "ip_whitelist_gte": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_in": { + "ip_whitelist_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_subnet_mask_lt": { + "ip_whitelist_lt": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_lte": { + "ip_whitelist_lte": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_not": { + "ip_whitelist_not": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_not_contains": { + "ip_whitelist_not_contains": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_not_ends_with": { + "ip_whitelist_not_ends_with": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_not_in": { + "ip_whitelist_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_subnet_mask_not_starts_with": { + "ip_whitelist_not_starts_with": { "type": "string", "nullable": true }, - "backup_network_subnet_mask_starts_with": { + "ip_whitelist_starts_with": { "type": "string", "nullable": true }, - "backup_network_type": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupServiceNetworkType" - } - ], - "nullable": true - }, - "backup_network_type_in": { - "items": { - "$ref": "#/components/schemas/BackupServiceNetworkType" - }, - "type": "array", - "nullable": true - }, - "backup_network_type_not": { + "iscsi_target": { "allOf": [ { - "$ref": "#/components/schemas/BackupServiceNetworkType" + "$ref": "#/components/schemas/IscsiTargetWhereInput" } ], "nullable": true }, - "backup_network_type_not_in": { - "items": { - "$ref": "#/components/schemas/BackupServiceNetworkType" - }, - "type": "array", - "nullable": true - }, - "backup_network_vlan": { + "local_id": { "type": "string", "nullable": true }, - "backup_network_vlan_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "backup_network_vlan_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "backup_network_vlan_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "backup_network_vlan_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "backup_network_vlan_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_vlan_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "backup_network_vlan_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "backup_network_vlan_not": { + "local_id_not": { "type": "string", "nullable": true }, - "backup_network_vlan_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "backup_network_vlan_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "backup_network_vlan_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "backup_network_vlan_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "backup_network_vlan_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "backup_plans_every": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], - "nullable": true - }, - "backup_plans_none": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], + "name": { + "type": "string", "nullable": true }, - "backup_plans_some": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], + "name_contains": { + "type": "string", "nullable": true }, - "backup_rd_iops_max": { - "type": "integer", - "format": "int64", + "name_ends_with": { + "type": "string", "nullable": true }, - "backup_rd_iops_max_gt": { - "type": "integer", - "format": "int64", + "name_gt": { + "type": "string", "nullable": true }, - "backup_rd_iops_max_gte": { - "type": "integer", - "format": "int64", + "name_gte": { + "type": "string", "nullable": true }, - "backup_rd_iops_max_in": { + "name_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "backup_rd_iops_max_lt": { - "type": "integer", - "format": "int64", + "name_lt": { + "type": "string", "nullable": true }, - "backup_rd_iops_max_lte": { - "type": "integer", - "format": "int64", + "name_lte": { + "type": "string", "nullable": true }, - "backup_rd_iops_max_not": { - "type": "integer", - "format": "int64", + "name_not": { + "type": "string", "nullable": true }, - "backup_rd_iops_max_not_in": { + "name_not_contains": { + "type": "string", + "nullable": true + }, + "name_not_ends_with": { + "type": "string", + "nullable": true + }, + "name_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "backup_store_repositories_every": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" - } - ], + "name_not_starts_with": { + "type": "string", "nullable": true }, - "backup_store_repositories_none": { + "name_starts_with": { + "type": "string", + "nullable": true + }, + "nfs_export": { "allOf": [ { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" + "$ref": "#/components/schemas/NfsExportWhereInput" } ], "nullable": true }, - "backup_store_repositories_some": { + "nvmf_subsystem": { "allOf": [ { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } ], "nullable": true }, - "backup_wr_iops_max": { + "replica_num": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "backup_wr_iops_max_gt": { + "replica_num_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "backup_wr_iops_max_gte": { + "replica_num_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "backup_wr_iops_max_in": { + "replica_num_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "backup_wr_iops_max_lt": { + "replica_num_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "backup_wr_iops_max_lte": { + "replica_num_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "backup_wr_iops_max_not": { + "replica_num_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "backup_wr_iops_max_not_in": { + "replica_num_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "description": { - "type": "string", + "thin_provision": { + "type": "boolean", "nullable": true }, - "description_contains": { - "type": "string", + "thin_provision_not": { + "type": "boolean", "nullable": true }, - "description_ends_with": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreType" + } + ], "nullable": true }, - "description_gt": { - "type": "string", + "type_in": { + "items": { + "$ref": "#/components/schemas/ElfDataStoreType" + }, + "type": "array", "nullable": true }, - "description_gte": { - "type": "string", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreType" + } + ], "nullable": true }, - "description_in": { + "type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/ElfDataStoreType" }, "type": "array", "nullable": true - }, - "description_lt": { + } + }, + "type": "object", + "additionalProperties": false + }, + "ElfDataStoreType": { + "enum": [ + "ISCSI", + "NFS", + "NVMe" + ], + "type": "string" + }, + "GetElfDataStoresRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "description_lte": { + "before": { "type": "string", "nullable": true }, - "description_not": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_contains": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_ends_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreOrderByInput" + } + ], "nullable": true }, - "description_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "description_not_starts_with": { + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfDataStoreWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "VdsOrderByInput": { + "enum": [ + "bond_mode_ASC", + "bond_mode_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "ovsbr_name_ASC", + "ovsbr_name_DESC", + "type_ASC", + "type_DESC", + "vlans_num_ASC", + "vlans_num_DESC", + "work_mode_ASC", + "work_mode_DESC" + ], + "type": "string" + }, + "GetVdsesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "description_starts_with": { + "before": { "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_not": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VdsOrderByInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "id": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_contains": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsWhereInput" + } + ], "nullable": true - }, - "id_ends_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "DiskOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "failure_information_ASC", + "failure_information_DESC", + "firmware_ASC", + "firmware_DESC", + "function_ASC", + "function_DESC", + "health_status_ASC", + "health_status_DESC", + "healthy_ASC", + "healthy_DESC", + "id_ASC", + "id_DESC", + "local_id_ASC", + "local_id_DESC", + "model_ASC", + "model_DESC", + "mounted_ASC", + "mounted_DESC", + "name_ASC", + "name_DESC", + "numa_node_ASC", + "numa_node_DESC", + "offline_ASC", + "offline_DESC", + "partitions_ASC", + "partitions_DESC", + "path_ASC", + "path_DESC", + "persistent_memory_type_ASC", + "persistent_memory_type_DESC", + "physical_slot_on_brick_ASC", + "physical_slot_on_brick_DESC", + "recommended_usage_ASC", + "recommended_usage_DESC", + "remaining_life_percent_ASC", + "remaining_life_percent_DESC", + "serial_ASC", + "serial_DESC", + "size_ASC", + "size_DESC", + "type_ASC", + "type_DESC", + "usage_ASC", + "usage_DESC", + "usage_status_ASC", + "usage_status_DESC" + ], + "type": "string" + }, + "GetDisksRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "id_gt": { + "before": { "type": "string", "nullable": true }, - "id_gte": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_lt": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskOrderByInput" + } + ], "nullable": true }, - "id_lte": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/DiskWhereInput" + } + ], "nullable": true - }, - "id_not_contains": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VlanOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "gateway_ip_ASC", + "gateway_ip_DESC", + "gateway_subnetmask_ASC", + "gateway_subnetmask_DESC", + "id_ASC", + "id_DESC", + "local_id_ASC", + "local_id_DESC", + "mode_type_ASC", + "mode_type_DESC", + "name_ASC", + "name_DESC", + "qos_burst_ASC", + "qos_burst_DESC", + "qos_max_bandwidth_ASC", + "qos_max_bandwidth_DESC", + "qos_min_bandwidth_ASC", + "qos_min_bandwidth_DESC", + "qos_priority_ASC", + "qos_priority_DESC", + "subnetmask_ASC", + "subnetmask_DESC", + "type_ASC", + "type_DESC", + "vlan_id_ASC", + "vlan_id_DESC" + ], + "type": "string" + }, + "GetVlansRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "before": { "type": "string", "nullable": true }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_starts_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanOrderByInput" + } + ], "nullable": true }, - "kube_config": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "kube_config_contains": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanWhereInput" + } + ], "nullable": true - }, - "kube_config_ends_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VmVolumeOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "elf_storage_policy_ASC", + "elf_storage_policy_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "guest_size_usage_ASC", + "guest_size_usage_DESC", + "guest_used_size_ASC", + "guest_used_size_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "mounting_ASC", + "mounting_DESC", + "name_ASC", + "name_DESC", + "path_ASC", + "path_DESC", + "sharing_ASC", + "sharing_DESC", + "size_ASC", + "size_DESC", + "type_ASC", + "type_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC" + ], + "type": "string" + }, + "GetVmVolumesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "kube_config_gt": { + "before": { "type": "string", "nullable": true }, - "kube_config_gte": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "kube_config_in": { - "items": { - "type": "string" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "kube_config_lt": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeOrderByInput" + } + ], "nullable": true }, - "kube_config_lte": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "kube_config_not": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeWhereInput" + } + ], "nullable": true - }, - "kube_config_not_contains": { + } + }, + "type": "object", + "additionalProperties": false + }, + "ElfImageOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "path_ASC", + "path_DESC", + "size_ASC", + "size_DESC" + ], + "type": "string" + }, + "GetElfImagesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "kube_config_not_ends_with": { + "before": { "type": "string", "nullable": true }, - "kube_config_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "kube_config_not_starts_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "kube_config_starts_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageOrderByInput" + } + ], "nullable": true }, - "management_network_gateway": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_gateway_contains": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ElfImageWhereInput" + } + ], "nullable": true - }, - "management_network_gateway_ends_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VmTemplateOrderByInput": { + "enum": [ + "clock_offset_ASC", + "clock_offset_DESC", + "cloud_init_supported_ASC", + "cloud_init_supported_DESC", + "cpu_ASC", + "cpu_DESC", + "cpu_model_ASC", + "cpu_model_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "firmware_ASC", + "firmware_DESC", + "ha_ASC", + "ha_DESC", + "id_ASC", + "id_DESC", + "io_policy_ASC", + "io_policy_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "max_bandwidth_ASC", + "max_bandwidth_DESC", + "max_bandwidth_policy_ASC", + "max_bandwidth_policy_DESC", + "max_iops_ASC", + "max_iops_DESC", + "max_iops_policy_ASC", + "max_iops_policy_DESC", + "memory_ASC", + "memory_DESC", + "name_ASC", + "name_DESC", + "size_ASC", + "size_DESC", + "vcpu_ASC", + "vcpu_DESC", + "video_type_ASC", + "video_type_DESC", + "vm_disks_ASC", + "vm_disks_DESC", + "vm_nics_ASC", + "vm_nics_DESC", + "win_opt_ASC", + "win_opt_DESC" + ], + "type": "string" + }, + "GetVmTemplatesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_gateway_gt": { + "before": { "type": "string", "nullable": true }, - "management_network_gateway_gte": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_gateway_in": { - "items": { - "type": "string" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_gateway_lt": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmTemplateOrderByInput" + } + ], "nullable": true }, - "management_network_gateway_lte": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_gateway_not": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + ], "nullable": true - }, - "management_network_gateway_not_contains": { + } + }, + "type": "object", + "additionalProperties": false + }, + "VmPlacementGroupOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "enabled_ASC", + "enabled_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "local_updated_at_ASC", + "local_updated_at_DESC", + "name_ASC", + "name_DESC", + "vm_host_must_enabled_ASC", + "vm_host_must_enabled_DESC", + "vm_host_must_policy_ASC", + "vm_host_must_policy_DESC", + "vm_host_prefer_enabled_ASC", + "vm_host_prefer_enabled_DESC", + "vm_host_prefer_policy_ASC", + "vm_host_prefer_policy_DESC", + "vm_vm_policy_ASC", + "vm_vm_policy_DESC", + "vm_vm_policy_enabled_ASC", + "vm_vm_policy_enabled_DESC" + ], + "type": "string" + }, + "GetVmPlacementGroupsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_gateway_not_ends_with": { + "before": { "type": "string", "nullable": true }, - "management_network_gateway_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_gateway_not_starts_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_gateway_starts_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmPlacementGroupOrderByInput" + } + ], "nullable": true }, - "management_network_ip": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_ip_contains": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + } + ], "nullable": true - }, - "management_network_ip_ends_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "AlertOrderByInput": { + "enum": [ + "cause_ASC", + "cause_DESC", + "create_time_ASC", + "create_time_DESC", + "ended_ASC", + "ended_DESC", + "id_ASC", + "id_DESC", + "impact_ASC", + "impact_DESC", + "labels_ASC", + "labels_DESC", + "local_create_time_ASC", + "local_create_time_DESC", + "local_end_time_ASC", + "local_end_time_DESC", + "local_id_ASC", + "local_id_DESC", + "local_start_time_ASC", + "local_start_time_DESC", + "local_update_time_ASC", + "local_update_time_DESC", + "message_ASC", + "message_DESC", + "severity_ASC", + "severity_DESC", + "solution_ASC", + "solution_DESC", + "threshold_ASC", + "threshold_DESC", + "value_ASC", + "value_DESC" + ], + "type": "string" + }, + "GetAlertsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_ip_gt": { + "before": { "type": "string", "nullable": true }, - "management_network_ip_gte": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_ip_in": { - "items": { - "type": "string" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_ip_lt": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/AlertOrderByInput" + } + ], "nullable": true }, - "management_network_ip_lte": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_ip_not": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/AlertWhereInput" + } + ], "nullable": true - }, - "management_network_ip_not_contains": { + } + }, + "type": "object", + "additionalProperties": false + }, + "GlobalAlertRuleOrderByInput": { + "enum": [ + "boolean_ASC", + "boolean_DESC", + "cause_ASC", + "cause_DESC", + "default_thresholds_ASC", + "default_thresholds_DESC", + "disabled_ASC", + "disabled_DESC", + "id_ASC", + "id_DESC", + "impact_ASC", + "impact_DESC", + "message_ASC", + "message_DESC", + "name_ASC", + "name_DESC", + "object_ASC", + "object_DESC", + "operator_ASC", + "operator_DESC", + "solution_ASC", + "solution_DESC", + "thresholds_ASC", + "thresholds_DESC", + "unit_ASC", + "unit_DESC" + ], + "type": "string" + }, + "GetGlobalAlertRulesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_ip_not_ends_with": { + "before": { "type": "string", "nullable": true }, - "management_network_ip_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "management_network_ip_not_starts_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_ip_starts_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_subnet_mask": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/GlobalAlertRuleOrderByInput" + } + ], "nullable": true }, - "management_network_subnet_mask_contains": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_subnet_mask_ends_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/GlobalAlertRuleWhereInput" + } + ], "nullable": true - }, - "management_network_subnet_mask_gt": { + } + }, + "type": "object", + "additionalProperties": false + }, + "SnapshotPlanOrderByInput": { + "enum": [ + "auto_delete_num_ASC", + "auto_delete_num_DESC", + "auto_execute_num_ASC", + "auto_execute_num_DESC", + "description_ASC", + "description_DESC", + "end_time_ASC", + "end_time_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "exec_h_m_ASC", + "exec_h_m_DESC", + "execute_plan_type_ASC", + "execute_plan_type_DESC", + "healthy_ASC", + "healthy_DESC", + "id_ASC", + "id_DESC", + "last_execute_end_time_ASC", + "last_execute_end_time_DESC", + "last_execute_status_ASC", + "last_execute_status_DESC", + "last_execute_time_ASC", + "last_execute_time_DESC", + "local_id_ASC", + "local_id_DESC", + "logical_size_bytes_ASC", + "logical_size_bytes_DESC", + "manual_delete_num_ASC", + "manual_delete_num_DESC", + "manual_execute_num_ASC", + "manual_execute_num_DESC", + "mirror_ASC", + "mirror_DESC", + "name_ASC", + "name_DESC", + "next_execute_time_ASC", + "next_execute_time_DESC", + "object_num_ASC", + "object_num_DESC", + "physical_size_bytes_ASC", + "physical_size_bytes_DESC", + "remain_snapshot_num_ASC", + "remain_snapshot_num_DESC", + "snapshot_group_num_ASC", + "snapshot_group_num_DESC", + "start_time_ASC", + "start_time_DESC", + "status_ASC", + "status_DESC" + ], + "type": "string" + }, + "GetSnapshotPlansRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_subnet_mask_gte": { + "before": { "type": "string", "nullable": true }, - "management_network_subnet_mask_in": { - "items": { - "type": "string" - }, - "type": "array", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_subnet_mask_lt": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_subnet_mask_lte": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanOrderByInput" + } + ], "nullable": true }, - "management_network_subnet_mask_not": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_subnet_mask_not_contains": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/SnapshotPlanWhereInput" + } + ], "nullable": true - }, - "management_network_subnet_mask_not_ends_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "EntityFilterOrderByInput": { + "enum": [ + "apply_to_all_clusters_ASC", + "apply_to_all_clusters_DESC", + "entity_type_ASC", + "entity_type_DESC", + "filter_status_ASC", + "filter_status_DESC", + "id_ASC", + "id_DESC", + "last_executed_at_ASC", + "last_executed_at_DESC", + "name_ASC", + "name_DESC", + "preset_ASC", + "preset_DESC", + "rules_ASC", + "rules_DESC" + ], + "type": "string" + }, + "GetEntityFiltersRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_subnet_mask_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "management_network_subnet_mask_not_starts_with": { + "before": { "type": "string", "nullable": true }, - "management_network_subnet_mask_starts_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_vlan": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_vlan_contains": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityFilterOrderByInput" + } + ], "nullable": true }, - "management_network_vlan_ends_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_vlan_gt": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityFilterWhereInput" + } + ], "nullable": true - }, - "management_network_vlan_gte": { + } + }, + "type": "object", + "additionalProperties": false + }, + "UserOrderByInput": { + "enum": [ + "auth_config_id_ASC", + "auth_config_id_DESC", + "display_username_ASC", + "display_username_DESC", + "email_address_ASC", + "email_address_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "ldap_dn_ASC", + "ldap_dn_DESC", + "mobile_phone_ASC", + "mobile_phone_DESC", + "name_ASC", + "name_DESC", + "password_expired_ASC", + "password_expired_DESC", + "password_recover_qa_ASC", + "password_recover_qa_DESC", + "password_updated_at_ASC", + "password_updated_at_DESC", + "role_ASC", + "role_DESC", + "source_ASC", + "source_DESC", + "username_ASC", + "username_DESC" + ], + "type": "string" + }, + "GetUsersRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_vlan_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "management_network_vlan_lt": { + "before": { "type": "string", "nullable": true }, - "management_network_vlan_lte": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_vlan_not": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_vlan_not_contains": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/UserOrderByInput" + } + ], "nullable": true }, - "management_network_vlan_not_ends_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "management_network_vlan_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/UserWhereInput" + } + ], "nullable": true - }, - "management_network_vlan_not_starts_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "ConsistencyGroupOrderByInput": { + "enum": [ + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "unique_size_ASC", + "unique_size_DESC" + ], + "type": "string" + }, + "GetConsistencyGroupsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "management_network_vlan_starts_with": { + "before": { "type": "string", "nullable": true }, - "max_job_retry_times": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_job_retry_times_gt": { + "first": { "type": "integer", "format": "int32", "nullable": true }, - "max_job_retry_times_gte": { + "last": { "type": "integer", "format": "int32", "nullable": true }, - "max_job_retry_times_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "max_job_retry_times_lt": { - "type": "integer", - "format": "int32", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupOrderByInput" + } + ], "nullable": true }, - "max_job_retry_times_lte": { + "skip": { "type": "integer", "format": "int32", "nullable": true }, - "max_job_retry_times_not": { - "type": "integer", - "format": "int32", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistencyGroupWhereInput" + } + ], "nullable": true - }, - "max_job_retry_times_not_in": { + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiConnectionOrderByInput": { + "enum": [ + "client_port_ASC", + "client_port_DESC", + "id_ASC", + "id_DESC", + "initiator_ip_ASC", + "initiator_ip_DESC", + "tr_type_ASC", + "tr_type_DESC", + "type_ASC", + "type_DESC" + ], + "type": "string" + }, + "IscsiConnectionWhereInput": { + "properties": { + "AND": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/IscsiConnectionWhereInput" }, "type": "array", "nullable": true }, - "max_parallel_backup_jobs": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_parallel_backup_jobs_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_parallel_backup_jobs_gte": { - "type": "integer", - "format": "int32", + "NOT": { + "items": { + "$ref": "#/components/schemas/IscsiConnectionWhereInput" + }, + "type": "array", "nullable": true }, - "max_parallel_backup_jobs_in": { + "OR": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/IscsiConnectionWhereInput" }, "type": "array", "nullable": true }, - "max_parallel_backup_jobs_lt": { + "client_port": { "type": "integer", "format": "int32", "nullable": true }, - "max_parallel_backup_jobs_lte": { + "client_port_gt": { "type": "integer", "format": "int32", "nullable": true }, - "max_parallel_backup_jobs_not": { + "client_port_gte": { "type": "integer", "format": "int32", "nullable": true }, - "max_parallel_backup_jobs_not_in": { + "client_port_in": { "items": { "type": "integer", "format": "int32" @@ -88631,22 +87411,22 @@ "type": "array", "nullable": true }, - "max_parallel_restore_jobs": { + "client_port_lt": { "type": "integer", "format": "int32", "nullable": true }, - "max_parallel_restore_jobs_gt": { + "client_port_lte": { "type": "integer", "format": "int32", "nullable": true }, - "max_parallel_restore_jobs_gte": { + "client_port_not": { "type": "integer", "format": "int32", "nullable": true }, - "max_parallel_restore_jobs_in": { + "client_port_not_in": { "items": { "type": "integer", "format": "int32" @@ -88654,2159 +87434,2677 @@ "type": "array", "nullable": true }, - "max_parallel_restore_jobs_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_parallel_restore_jobs_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "max_parallel_restore_jobs_not": { - "type": "integer", - "format": "int32", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "max_parallel_restore_jobs_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "host": { + "allOf": [ + { + "$ref": "#/components/schemas/HostWhereInput" + } + ], "nullable": true }, - "name": { + "id": { "type": "string", "nullable": true }, - "name_contains": { + "id_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "id_gt": { "type": "string", "nullable": true }, - "name_gte": { + "id_gte": { "type": "string", "nullable": true }, - "name_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "id_lt": { "type": "string", "nullable": true }, - "name_lte": { + "id_lte": { "type": "string", "nullable": true }, - "name_not": { + "id_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "restore_rd_iops_max": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_rd_iops_max_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_rd_iops_max_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_rd_iops_max_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "restore_rd_iops_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_rd_iops_max_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_rd_iops_max_not": { - "type": "integer", - "format": "int64", + "initiator_ip": { + "type": "string", "nullable": true }, - "restore_rd_iops_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "initiator_ip_contains": { + "type": "string", "nullable": true }, - "restore_wr_iops_max": { - "type": "integer", - "format": "int64", + "initiator_ip_ends_with": { + "type": "string", "nullable": true }, - "restore_wr_iops_max_gt": { - "type": "integer", - "format": "int64", + "initiator_ip_gt": { + "type": "string", "nullable": true }, - "restore_wr_iops_max_gte": { - "type": "integer", - "format": "int64", + "initiator_ip_gte": { + "type": "string", "nullable": true }, - "restore_wr_iops_max_in": { + "initiator_ip_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "restore_wr_iops_max_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_wr_iops_max_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "restore_wr_iops_max_not": { - "type": "integer", - "format": "int64", + "initiator_ip_lt": { + "type": "string", "nullable": true }, - "restore_wr_iops_max_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "initiator_ip_lte": { + "type": "string", "nullable": true }, - "retry_interval": { - "type": "integer", - "format": "int32", + "initiator_ip_not": { + "type": "string", "nullable": true }, - "retry_interval_gt": { - "type": "integer", - "format": "int32", + "initiator_ip_not_contains": { + "type": "string", "nullable": true }, - "retry_interval_gte": { - "type": "integer", - "format": "int32", + "initiator_ip_not_ends_with": { + "type": "string", "nullable": true }, - "retry_interval_in": { + "initiator_ip_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "retry_interval_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "retry_interval_lte": { - "type": "integer", - "format": "int32", + "initiator_ip_not_starts_with": { + "type": "string", "nullable": true }, - "retry_interval_not": { - "type": "integer", - "format": "int32", + "initiator_ip_starts_with": { + "type": "string", "nullable": true }, - "retry_interval_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "iscsi_target": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiTargetWhereInput" + } + ], "nullable": true }, - "running_vm": { + "nvmf_subsystem": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" } ], "nullable": true }, - "status": { + "tr_type": { "allOf": [ { - "$ref": "#/components/schemas/BackupServiceStatus" + "$ref": "#/components/schemas/StoreTransportType" } ], "nullable": true }, - "status_in": { + "tr_type_in": { "items": { - "$ref": "#/components/schemas/BackupServiceStatus" + "$ref": "#/components/schemas/StoreTransportType" }, "type": "array", "nullable": true }, - "status_not": { + "tr_type_not": { "allOf": [ { - "$ref": "#/components/schemas/BackupServiceStatus" + "$ref": "#/components/schemas/StoreTransportType" } ], "nullable": true }, - "status_not_in": { + "tr_type_not_in": { "items": { - "$ref": "#/components/schemas/BackupServiceStatus" + "$ref": "#/components/schemas/StoreTransportType" }, "type": "array", "nullable": true }, - "storage_network_gateway": { - "type": "string", - "nullable": true - }, - "storage_network_gateway_contains": { - "type": "string", - "nullable": true - }, - "storage_network_gateway_ends_with": { - "type": "string", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/StoreConnectionType" + } + ], "nullable": true }, - "storage_network_gateway_gt": { - "type": "string", + "type_in": { + "items": { + "$ref": "#/components/schemas/StoreConnectionType" + }, + "type": "array", "nullable": true }, - "storage_network_gateway_gte": { - "type": "string", + "type_not": { + "allOf": [ + { + "$ref": "#/components/schemas/StoreConnectionType" + } + ], "nullable": true }, - "storage_network_gateway_in": { + "type_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/StoreConnectionType" }, "type": "array", "nullable": true - }, - "storage_network_gateway_lt": { + } + }, + "type": "object", + "additionalProperties": false + }, + "StoreTransportType": { + "enum": [ + "RDMA", + "TCP" + ], + "type": "string" + }, + "StoreConnectionType": { + "enum": [ + "ISCSI", + "NVMe" + ], + "type": "string" + }, + "GetIscsiConnectionsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "storage_network_gateway_lte": { + "before": { "type": "string", "nullable": true }, - "storage_network_gateway_not": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "storage_network_gateway_not_contains": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "storage_network_gateway_not_ends_with": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiConnectionOrderByInput" + } + ], "nullable": true }, - "storage_network_gateway_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "storage_network_gateway_not_starts_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiConnectionWhereInput" + } + ], "nullable": true - }, - "storage_network_gateway_starts_with": { + } + }, + "type": "object", + "additionalProperties": false + }, + "IscsiLunSnapshotOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "unique_size_ASC", + "unique_size_DESC" + ], + "type": "string" + }, + "GetIscsiLunSnapshotsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "storage_network_ip": { + "before": { "type": "string", "nullable": true }, - "storage_network_ip_contains": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "storage_network_ip_ends_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "storage_network_ip_gt": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotOrderByInput" + } + ], "nullable": true }, - "storage_network_ip_gte": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "storage_network_ip_in": { + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/IscsiLunSnapshotWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "SystemAuditLogOrderByInput": { + "enum": [ + "action_ASC", + "action_DESC", + "finished_at_ASC", + "finished_at_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "message_ASC", + "message_DESC", + "resource_id_ASC", + "resource_id_DESC", + "status_ASC", + "status_DESC" + ], + "type": "string" + }, + "SystemAuditLogWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/SystemAuditLogWhereInput" }, "type": "array", "nullable": true }, - "storage_network_ip_lt": { - "type": "string", - "nullable": true - }, - "storage_network_ip_lte": { - "type": "string", - "nullable": true - }, - "storage_network_ip_not": { - "type": "string", - "nullable": true - }, - "storage_network_ip_not_contains": { - "type": "string", - "nullable": true - }, - "storage_network_ip_not_ends_with": { - "type": "string", - "nullable": true - }, - "storage_network_ip_not_in": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/SystemAuditLogWhereInput" }, "type": "array", "nullable": true }, - "storage_network_ip_not_starts_with": { - "type": "string", - "nullable": true - }, - "storage_network_ip_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/SystemAuditLogWhereInput" + }, + "type": "array", "nullable": true }, - "storage_network_subnet_mask": { + "action": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_contains": { + "action_contains": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_ends_with": { + "action_ends_with": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_gt": { + "action_gt": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_gte": { + "action_gte": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_in": { + "action_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "storage_network_subnet_mask_lt": { + "action_lt": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_lte": { + "action_lte": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_not": { + "action_not": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_not_contains": { + "action_not_contains": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_not_ends_with": { + "action_not_ends_with": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_not_in": { + "action_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "storage_network_subnet_mask_not_starts_with": { + "action_not_starts_with": { "type": "string", "nullable": true }, - "storage_network_subnet_mask_starts_with": { + "action_starts_with": { "type": "string", "nullable": true }, - "storage_network_type": { + "cluster": { "allOf": [ { - "$ref": "#/components/schemas/BackupServiceNetworkType" + "$ref": "#/components/schemas/ClusterWhereInput" } ], "nullable": true }, - "storage_network_type_in": { - "items": { - "$ref": "#/components/schemas/BackupServiceNetworkType" - }, - "type": "array", - "nullable": true - }, - "storage_network_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupServiceNetworkType" - } - ], + "finished_at": { + "type": "string", "nullable": true }, - "storage_network_type_not_in": { - "items": { - "$ref": "#/components/schemas/BackupServiceNetworkType" - }, - "type": "array", + "finished_at_gt": { + "type": "string", "nullable": true }, - "storage_network_vlan": { + "finished_at_gte": { "type": "string", "nullable": true }, - "storage_network_vlan_contains": { - "type": "string", + "finished_at_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "storage_network_vlan_ends_with": { + "finished_at_lt": { "type": "string", "nullable": true }, - "storage_network_vlan_gt": { + "finished_at_lte": { "type": "string", "nullable": true }, - "storage_network_vlan_gte": { + "finished_at_not": { "type": "string", "nullable": true }, - "storage_network_vlan_in": { + "finished_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "storage_network_vlan_lt": { + "id": { "type": "string", "nullable": true }, - "storage_network_vlan_lte": { + "id_contains": { "type": "string", "nullable": true }, - "storage_network_vlan_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "storage_network_vlan_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "storage_network_vlan_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "storage_network_vlan_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "storage_network_vlan_not_starts_with": { + "id_lt": { "type": "string", "nullable": true }, - "storage_network_vlan_starts_with": { + "id_lte": { "type": "string", "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "BackupServiceNetworkType": { - "enum": [ - "MANAGEMENT", - "NEW_NIC", - "STORAGE" - ], - "type": "string" - }, - "BackupStoreRepositoryWhereInput": { - "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" - }, - "type": "array", - "nullable": true - }, - "OR": { - "items": { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" - }, - "type": "array", - "nullable": true - }, - "backup_plans_every": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], - "nullable": true }, - "backup_plans_none": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], + "id_not": { + "type": "string", "nullable": true }, - "backup_plans_some": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], + "id_not_contains": { + "type": "string", "nullable": true }, - "backup_restore_points_every": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" - } - ], + "id_not_ends_with": { + "type": "string", "nullable": true }, - "backup_restore_points_none": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" - } - ], + "id_not_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "backup_restore_points_some": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" - } - ], + "id_not_starts_with": { + "type": "string", "nullable": true }, - "backup_service": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupServiceWhereInput" - } - ], + "id_starts_with": { + "type": "string", "nullable": true }, - "createdAt": { + "local_created_at": { "type": "string", "nullable": true }, - "createdAt_gt": { + "local_created_at_gt": { "type": "string", "nullable": true }, - "createdAt_gte": { + "local_created_at_gte": { "type": "string", "nullable": true }, - "createdAt_in": { + "local_created_at_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "createdAt_lt": { + "local_created_at_lt": { "type": "string", "nullable": true }, - "createdAt_lte": { + "local_created_at_lte": { "type": "string", "nullable": true }, - "createdAt_not": { + "local_created_at_not": { "type": "string", "nullable": true }, - "createdAt_not_in": { + "local_created_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description": { + "local_id": { "type": "string", "nullable": true }, - "description_contains": { + "local_id_contains": { "type": "string", "nullable": true }, - "description_ends_with": { + "local_id_ends_with": { "type": "string", "nullable": true }, - "description_gt": { + "local_id_gt": { "type": "string", "nullable": true }, - "description_gte": { + "local_id_gte": { "type": "string", "nullable": true }, - "description_in": { + "local_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_lt": { + "local_id_lt": { "type": "string", "nullable": true }, - "description_lte": { + "local_id_lte": { "type": "string", "nullable": true }, - "description_not": { + "local_id_not": { "type": "string", "nullable": true }, - "description_not_contains": { + "local_id_not_contains": { "type": "string", "nullable": true }, - "description_not_ends_with": { + "local_id_not_ends_with": { "type": "string", "nullable": true }, - "description_not_in": { + "local_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "description_not_starts_with": { + "local_id_not_starts_with": { "type": "string", "nullable": true }, - "description_starts_with": { + "local_id_starts_with": { "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "message": { + "type": "string", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "message_contains": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "message_ends_with": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { + "message_gt": { + "type": "string", + "nullable": true + }, + "message_gte": { + "type": "string", + "nullable": true + }, + "message_in": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "error_code": { + "message_lt": { "type": "string", "nullable": true }, - "error_code_contains": { + "message_lte": { "type": "string", "nullable": true }, - "error_code_ends_with": { + "message_not": { "type": "string", "nullable": true }, - "error_code_gt": { + "message_not_contains": { "type": "string", "nullable": true }, - "error_code_gte": { + "message_not_ends_with": { "type": "string", "nullable": true }, - "error_code_in": { + "message_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "error_code_lt": { + "message_not_starts_with": { "type": "string", "nullable": true }, - "error_code_lte": { + "message_starts_with": { "type": "string", "nullable": true }, - "error_code_not": { + "resource_id": { "type": "string", "nullable": true }, - "error_code_not_contains": { + "resource_id_contains": { "type": "string", "nullable": true }, - "error_code_not_ends_with": { + "resource_id_ends_with": { "type": "string", "nullable": true }, - "error_code_not_in": { + "resource_id_gt": { + "type": "string", + "nullable": true + }, + "resource_id_gte": { + "type": "string", + "nullable": true + }, + "resource_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "error_code_not_starts_with": { + "resource_id_lt": { "type": "string", "nullable": true }, - "error_code_starts_with": { + "resource_id_lte": { "type": "string", "nullable": true }, - "id": { + "resource_id_not": { "type": "string", "nullable": true }, - "id_contains": { + "resource_id_not_contains": { "type": "string", "nullable": true }, - "id_ends_with": { + "resource_id_not_ends_with": { "type": "string", "nullable": true }, - "id_gt": { + "resource_id_not_in": { + "items": { + "type": "string" + }, + "type": "array", + "nullable": true + }, + "resource_id_not_starts_with": { "type": "string", "nullable": true }, - "id_gte": { + "resource_id_starts_with": { "type": "string", "nullable": true }, - "id_in": { + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogStatus" + } + ], + "nullable": true + }, + "status_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/UserAuditLogStatus" }, "type": "array", "nullable": true }, - "id_lt": { - "type": "string", + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogStatus" + } + ], "nullable": true }, - "id_lte": { + "status_not_in": { + "items": { + "$ref": "#/components/schemas/UserAuditLogStatus" + }, + "type": "array", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "GetSystemAuditLogsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "id_not": { + "before": { "type": "string", "nullable": true }, - "id_not_contains": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_in": { + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/SystemAuditLogOrderByInput" + } + ], + "nullable": true + }, + "skip": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/SystemAuditLogWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "UserAuditLogOrderByInput": { + "enum": [ + "action_ASC", + "action_DESC", + "auth_type_ASC", + "auth_type_DESC", + "createdAt_ASC", + "createdAt_DESC", + "finished_at_ASC", + "finished_at_DESC", + "id_ASC", + "id_DESC", + "ip_address_ASC", + "ip_address_DESC", + "message_ASC", + "message_DESC", + "resource_id_ASC", + "resource_id_DESC", + "resource_type_ASC", + "resource_type_DESC", + "started_at_ASC", + "started_at_DESC", + "status_ASC", + "status_DESC", + "username_ASC", + "username_DESC" + ], + "type": "string" + }, + "UserAuditLogWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/UserAuditLogWhereInput" }, "type": "array", "nullable": true }, - "id_not_starts_with": { - "type": "string", + "NOT": { + "items": { + "$ref": "#/components/schemas/UserAuditLogWhereInput" + }, + "type": "array", "nullable": true }, - "id_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/UserAuditLogWhereInput" + }, + "type": "array", "nullable": true }, - "iscsi_chap_name": { + "action": { "type": "string", "nullable": true }, - "iscsi_chap_name_contains": { + "action_contains": { "type": "string", "nullable": true }, - "iscsi_chap_name_ends_with": { + "action_ends_with": { "type": "string", "nullable": true }, - "iscsi_chap_name_gt": { + "action_gt": { "type": "string", "nullable": true }, - "iscsi_chap_name_gte": { + "action_gte": { "type": "string", "nullable": true }, - "iscsi_chap_name_in": { + "action_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_chap_name_lt": { + "action_lt": { "type": "string", "nullable": true }, - "iscsi_chap_name_lte": { + "action_lte": { "type": "string", "nullable": true }, - "iscsi_chap_name_not": { + "action_not": { "type": "string", "nullable": true }, - "iscsi_chap_name_not_contains": { + "action_not_contains": { "type": "string", "nullable": true }, - "iscsi_chap_name_not_ends_with": { + "action_not_ends_with": { "type": "string", "nullable": true }, - "iscsi_chap_name_not_in": { + "action_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_chap_name_not_starts_with": { + "action_not_starts_with": { "type": "string", "nullable": true }, - "iscsi_chap_name_starts_with": { + "action_starts_with": { "type": "string", "nullable": true }, - "iscsi_chap_secret": { + "auth_type": { "type": "string", "nullable": true }, - "iscsi_chap_secret_contains": { + "auth_type_contains": { "type": "string", "nullable": true }, - "iscsi_chap_secret_ends_with": { + "auth_type_ends_with": { "type": "string", "nullable": true }, - "iscsi_chap_secret_gt": { + "auth_type_gt": { "type": "string", "nullable": true }, - "iscsi_chap_secret_gte": { + "auth_type_gte": { "type": "string", "nullable": true }, - "iscsi_chap_secret_in": { + "auth_type_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_chap_secret_lt": { + "auth_type_lt": { "type": "string", "nullable": true }, - "iscsi_chap_secret_lte": { + "auth_type_lte": { "type": "string", "nullable": true }, - "iscsi_chap_secret_not": { + "auth_type_not": { "type": "string", "nullable": true }, - "iscsi_chap_secret_not_contains": { + "auth_type_not_contains": { "type": "string", "nullable": true }, - "iscsi_chap_secret_not_ends_with": { + "auth_type_not_ends_with": { "type": "string", "nullable": true }, - "iscsi_chap_secret_not_in": { + "auth_type_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_chap_secret_not_starts_with": { - "type": "string", - "nullable": true - }, - "iscsi_chap_secret_starts_with": { + "auth_type_not_starts_with": { "type": "string", "nullable": true }, - "iscsi_ip": { + "auth_type_starts_with": { "type": "string", "nullable": true }, - "iscsi_ip_contains": { - "type": "string", + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterWhereInput" + } + ], "nullable": true }, - "iscsi_ip_ends_with": { + "createdAt": { "type": "string", "nullable": true }, - "iscsi_ip_gt": { + "createdAt_gt": { "type": "string", "nullable": true }, - "iscsi_ip_gte": { + "createdAt_gte": { "type": "string", "nullable": true }, - "iscsi_ip_in": { + "createdAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_ip_lt": { - "type": "string", - "nullable": true - }, - "iscsi_ip_lte": { - "type": "string", - "nullable": true - }, - "iscsi_ip_not": { + "createdAt_lt": { "type": "string", "nullable": true }, - "iscsi_ip_not_contains": { + "createdAt_lte": { "type": "string", "nullable": true }, - "iscsi_ip_not_ends_with": { + "createdAt_not": { "type": "string", "nullable": true }, - "iscsi_ip_not_in": { + "createdAt_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_ip_not_starts_with": { + "finished_at": { "type": "string", "nullable": true }, - "iscsi_ip_starts_with": { + "finished_at_gt": { "type": "string", "nullable": true }, - "iscsi_lun_id": { + "finished_at_gte": { "type": "string", "nullable": true }, - "iscsi_lun_id_contains": { - "type": "string", + "finished_at_in": { + "items": { + "type": "string" + }, + "type": "array", "nullable": true }, - "iscsi_lun_id_ends_with": { + "finished_at_lt": { "type": "string", "nullable": true }, - "iscsi_lun_id_gt": { + "finished_at_lte": { "type": "string", "nullable": true }, - "iscsi_lun_id_gte": { + "finished_at_not": { "type": "string", "nullable": true }, - "iscsi_lun_id_in": { + "finished_at_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_lun_id_lt": { + "id": { "type": "string", "nullable": true }, - "iscsi_lun_id_lte": { + "id_contains": { "type": "string", "nullable": true }, - "iscsi_lun_id_not": { + "id_ends_with": { "type": "string", "nullable": true }, - "iscsi_lun_id_not_contains": { + "id_gt": { "type": "string", "nullable": true }, - "iscsi_lun_id_not_ends_with": { + "id_gte": { "type": "string", "nullable": true }, - "iscsi_lun_id_not_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_lun_id_not_starts_with": { + "id_lt": { "type": "string", "nullable": true }, - "iscsi_lun_id_starts_with": { + "id_lte": { "type": "string", "nullable": true }, - "iscsi_port": { - "type": "integer", - "format": "int32", + "id_not": { + "type": "string", "nullable": true }, - "iscsi_port_gt": { - "type": "integer", - "format": "int32", + "id_not_contains": { + "type": "string", "nullable": true }, - "iscsi_port_gte": { - "type": "integer", - "format": "int32", + "id_not_ends_with": { + "type": "string", "nullable": true }, - "iscsi_port_in": { + "id_not_in": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, "type": "array", "nullable": true }, - "iscsi_port_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_port_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "iscsi_port_not": { - "type": "integer", - "format": "int32", + "id_not_starts_with": { + "type": "string", "nullable": true }, - "iscsi_port_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "id_starts_with": { + "type": "string", "nullable": true }, - "iscsi_target_iqn": { + "ip_address": { "type": "string", "nullable": true }, - "iscsi_target_iqn_contains": { + "ip_address_contains": { "type": "string", "nullable": true }, - "iscsi_target_iqn_ends_with": { + "ip_address_ends_with": { "type": "string", "nullable": true }, - "iscsi_target_iqn_gt": { + "ip_address_gt": { "type": "string", "nullable": true }, - "iscsi_target_iqn_gte": { + "ip_address_gte": { "type": "string", "nullable": true }, - "iscsi_target_iqn_in": { + "ip_address_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_target_iqn_lt": { + "ip_address_lt": { "type": "string", "nullable": true }, - "iscsi_target_iqn_lte": { + "ip_address_lte": { "type": "string", "nullable": true }, - "iscsi_target_iqn_not": { + "ip_address_not": { "type": "string", "nullable": true }, - "iscsi_target_iqn_not_contains": { + "ip_address_not_contains": { "type": "string", "nullable": true }, - "iscsi_target_iqn_not_ends_with": { + "ip_address_not_ends_with": { "type": "string", "nullable": true }, - "iscsi_target_iqn_not_in": { + "ip_address_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "iscsi_target_iqn_not_starts_with": { + "ip_address_not_starts_with": { "type": "string", "nullable": true }, - "iscsi_target_iqn_starts_with": { + "ip_address_starts_with": { "type": "string", "nullable": true }, - "name": { + "message": { "type": "string", "nullable": true }, - "name_contains": { + "message_contains": { "type": "string", "nullable": true }, - "name_ends_with": { + "message_ends_with": { "type": "string", "nullable": true }, - "name_gt": { + "message_gt": { "type": "string", "nullable": true }, - "name_gte": { + "message_gte": { "type": "string", "nullable": true }, - "name_in": { + "message_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_lt": { + "message_lt": { "type": "string", "nullable": true }, - "name_lte": { + "message_lte": { "type": "string", "nullable": true }, - "name_not": { + "message_not": { "type": "string", "nullable": true }, - "name_not_contains": { + "message_not_contains": { "type": "string", "nullable": true }, - "name_not_ends_with": { + "message_not_ends_with": { "type": "string", "nullable": true }, - "name_not_in": { + "message_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "name_not_starts_with": { + "message_not_starts_with": { "type": "string", "nullable": true }, - "name_starts_with": { + "message_starts_with": { "type": "string", "nullable": true }, - "nfs_path": { + "resource_id": { "type": "string", "nullable": true }, - "nfs_path_contains": { + "resource_id_contains": { "type": "string", "nullable": true }, - "nfs_path_ends_with": { + "resource_id_ends_with": { "type": "string", "nullable": true }, - "nfs_path_gt": { + "resource_id_gt": { "type": "string", "nullable": true }, - "nfs_path_gte": { + "resource_id_gte": { "type": "string", "nullable": true }, - "nfs_path_in": { + "resource_id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nfs_path_lt": { + "resource_id_lt": { "type": "string", "nullable": true }, - "nfs_path_lte": { + "resource_id_lte": { "type": "string", "nullable": true }, - "nfs_path_not": { + "resource_id_not": { "type": "string", "nullable": true }, - "nfs_path_not_contains": { + "resource_id_not_contains": { "type": "string", "nullable": true }, - "nfs_path_not_ends_with": { + "resource_id_not_ends_with": { "type": "string", "nullable": true }, - "nfs_path_not_in": { + "resource_id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nfs_path_not_starts_with": { + "resource_id_not_starts_with": { "type": "string", "nullable": true }, - "nfs_path_starts_with": { + "resource_id_starts_with": { "type": "string", "nullable": true }, - "nfs_server": { + "resource_type": { "type": "string", "nullable": true }, - "nfs_server_contains": { + "resource_type_contains": { "type": "string", "nullable": true }, - "nfs_server_ends_with": { + "resource_type_ends_with": { "type": "string", "nullable": true }, - "nfs_server_gt": { + "resource_type_gt": { "type": "string", "nullable": true }, - "nfs_server_gte": { + "resource_type_gte": { "type": "string", "nullable": true }, - "nfs_server_in": { + "resource_type_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nfs_server_lt": { + "resource_type_lt": { "type": "string", "nullable": true }, - "nfs_server_lte": { + "resource_type_lte": { "type": "string", "nullable": true }, - "nfs_server_not": { + "resource_type_not": { "type": "string", "nullable": true }, - "nfs_server_not_contains": { + "resource_type_not_contains": { "type": "string", "nullable": true }, - "nfs_server_not_ends_with": { + "resource_type_not_ends_with": { "type": "string", "nullable": true }, - "nfs_server_not_in": { + "resource_type_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "nfs_server_not_starts_with": { + "resource_type_not_starts_with": { "type": "string", "nullable": true }, - "nfs_server_starts_with": { + "resource_type_starts_with": { "type": "string", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupStoreStatus" - } - ], + "started_at": { + "type": "string", "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/BackupStoreStatus" - }, - "type": "array", + "started_at_gt": { + "type": "string", "nullable": true }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupStoreStatus" - } - ], + "started_at_gte": { + "type": "string", "nullable": true }, - "status_not_in": { + "started_at_in": { "items": { - "$ref": "#/components/schemas/BackupStoreStatus" + "type": "string" }, "type": "array", "nullable": true }, - "total_capacity": { - "type": "integer", - "format": "int64", + "started_at_lt": { + "type": "string", "nullable": true }, - "total_capacity_gt": { - "type": "integer", - "format": "int64", + "started_at_lte": { + "type": "string", "nullable": true }, - "total_capacity_gte": { - "type": "integer", - "format": "int64", + "started_at_not": { + "type": "string", "nullable": true }, - "total_capacity_in": { + "started_at_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "total_capacity_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_capacity_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_capacity_not": { - "type": "integer", - "format": "int64", + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogStatus" + } + ], "nullable": true }, - "total_capacity_not_in": { + "status_in": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/UserAuditLogStatus" }, "type": "array", "nullable": true }, - "type": { + "status_not": { "allOf": [ { - "$ref": "#/components/schemas/BackupStoreType" + "$ref": "#/components/schemas/UserAuditLogStatus" } ], "nullable": true }, - "type_in": { + "status_not_in": { "items": { - "$ref": "#/components/schemas/BackupStoreType" + "$ref": "#/components/schemas/UserAuditLogStatus" }, "type": "array", "nullable": true }, - "type_not": { + "user": { "allOf": [ { - "$ref": "#/components/schemas/BackupStoreType" + "$ref": "#/components/schemas/UserWhereInput" } ], "nullable": true }, - "type_not_in": { - "items": { - "$ref": "#/components/schemas/BackupStoreType" - }, - "type": "array", - "nullable": true - }, - "update_timestamp": { + "username": { "type": "string", "nullable": true }, - "update_timestamp_contains": { + "username_contains": { "type": "string", "nullable": true }, - "update_timestamp_ends_with": { + "username_ends_with": { "type": "string", "nullable": true }, - "update_timestamp_gt": { + "username_gt": { "type": "string", "nullable": true }, - "update_timestamp_gte": { + "username_gte": { "type": "string", "nullable": true }, - "update_timestamp_in": { + "username_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "update_timestamp_lt": { + "username_lt": { "type": "string", "nullable": true }, - "update_timestamp_lte": { + "username_lte": { "type": "string", "nullable": true }, - "update_timestamp_not": { + "username_not": { "type": "string", "nullable": true }, - "update_timestamp_not_contains": { + "username_not_contains": { "type": "string", "nullable": true }, - "update_timestamp_not_ends_with": { + "username_not_ends_with": { "type": "string", "nullable": true }, - "update_timestamp_not_in": { + "username_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "update_timestamp_not_starts_with": { + "username_not_starts_with": { "type": "string", "nullable": true }, - "update_timestamp_starts_with": { + "username_starts_with": { "type": "string", "nullable": true - }, - "used_data_space": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "used_data_space_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "used_data_space_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "used_data_space_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + } + }, + "type": "object", + "additionalProperties": false + }, + "GetUserAuditLogsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "used_data_space_lt": { - "type": "integer", - "format": "int64", + "before": { + "type": "string", "nullable": true }, - "used_data_space_lte": { + "first": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "used_data_space_not": { + "last": { "type": "integer", - "format": "int64", - "nullable": true - }, - "used_data_space_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "used_data_space_usage": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_data_space_usage_gt": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_data_space_usage_gte": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_data_space_usage_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", - "nullable": true - }, - "used_data_space_usage_lt": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_data_space_usage_lte": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_data_space_usage_not": { - "type": "number", - "format": "double", - "nullable": true - }, - "used_data_space_usage_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "format": "int32", "nullable": true }, - "valid_data_space": { - "type": "integer", - "format": "int64", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogOrderByInput" + } + ], "nullable": true }, - "valid_data_space_gt": { + "skip": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "valid_data_space_gte": { - "type": "integer", - "format": "int64", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/UserAuditLogWhereInput" + } + ], "nullable": true - }, - "valid_data_space_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + } + }, + "type": "object", + "additionalProperties": false + }, + "TaskOrderByInput": { + "enum": [ + "args_ASC", + "args_DESC", + "description_ASC", + "description_DESC", + "error_code_ASC", + "error_code_DESC", + "error_message_ASC", + "error_message_DESC", + "finished_at_ASC", + "finished_at_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "key_ASC", + "key_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "progress_ASC", + "progress_DESC", + "resource_id_ASC", + "resource_id_DESC", + "resource_mutation_ASC", + "resource_mutation_DESC", + "resource_rollback_error_ASC", + "resource_rollback_error_DESC", + "resource_rollback_retry_count_ASC", + "resource_rollback_retry_count_DESC", + "resource_rollbacked_ASC", + "resource_rollbacked_DESC", + "resource_type_ASC", + "resource_type_DESC", + "snapshot_ASC", + "snapshot_DESC", + "started_at_ASC", + "started_at_DESC", + "status_ASC", + "status_DESC", + "steps_ASC", + "steps_DESC", + "type_ASC", + "type_DESC" + ], + "type": "string" + }, + "GetTasksRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "valid_data_space_lt": { + "before": { + "type": "string", + "nullable": true + }, + "first": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "valid_data_space_lte": { + "last": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "valid_data_space_not": { + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskOrderByInput" + } + ], + "nullable": true + }, + "skip": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "valid_data_space_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/TaskWhereInput" + } + ], "nullable": true } }, "type": "object", "additionalProperties": false }, - "BackupRestorePointWhereInput": { + "IscsiLunOrderByInput": { + "enum": [ + "allowed_initiators_ASC", + "allowed_initiators_DESC", + "assigned_size_ASC", + "assigned_size_DESC", + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "lun_id_ASC", + "lun_id_DESC", + "name_ASC", + "name_DESC", + "replica_num_ASC", + "replica_num_DESC", + "shared_size_ASC", + "shared_size_DESC", + "snapshot_num_ASC", + "snapshot_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC", + "zbs_volume_id_ASC", + "zbs_volume_id_DESC" + ], + "type": "string" + }, + "GetIscsiLunsRequestBody": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" - }, - "type": "array", + "after": { + "type": "string", "nullable": true }, - "OR": { - "items": { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" - }, - "type": "array", + "before": { + "type": "string", "nullable": true }, - "backup_plan": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanWhereInput" - } - ], + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "backup_restore_executions_every": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" - } - ], + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "backup_restore_executions_none": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" + "$ref": "#/components/schemas/IscsiLunOrderByInput" } ], "nullable": true }, - "backup_restore_executions_some": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" - } - ], + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "backup_target_execution": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" + "$ref": "#/components/schemas/IscsiLunWhereInput" } ], "nullable": true - }, - "cluster_local_id": { + } + }, + "type": "object", + "additionalProperties": false + }, + "NamespaceGroupOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_create_time_ASC", + "local_create_time_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC" + ], + "type": "string" + }, + "GetNamespaceGroupsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "cluster_local_id_contains": { + "before": { "type": "string", "nullable": true }, - "cluster_local_id_ends_with": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster_local_id_gt": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster_local_id_gte": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NamespaceGroupOrderByInput" + } + ], "nullable": true }, - "cluster_local_id_in": { - "items": { - "type": "string" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster_local_id_lt": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NamespaceGroupWhereInput" + } + ], "nullable": true - }, - "cluster_local_id_lte": { + } + }, + "type": "object", + "additionalProperties": false + }, + "NvmfNamespaceOrderByInput": { + "enum": [ + "assigned_size_ASC", + "assigned_size_DESC", + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "is_shared_ASC", + "is_shared_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "namespace_id_ASC", + "namespace_id_DESC", + "nqn_whitelist_ASC", + "nqn_whitelist_DESC", + "replica_num_ASC", + "replica_num_DESC", + "shared_size_ASC", + "shared_size_DESC", + "snapshot_num_ASC", + "snapshot_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC", + "unique_logical_size_ASC", + "unique_logical_size_DESC", + "unique_size_ASC", + "unique_size_DESC", + "zbs_volume_id_ASC", + "zbs_volume_id_DESC" + ], + "type": "string" + }, + "GetNvmfNamespacesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "cluster_local_id_not": { + "before": { "type": "string", "nullable": true }, - "cluster_local_id_not_contains": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster_local_id_not_ends_with": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster_local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceOrderByInput" + } + ], "nullable": true }, - "cluster_local_id_not_starts_with": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "cluster_local_id_starts_with": { + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfNamespaceWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "ContentLibraryImageOrderByInput": { + "enum": [ + "createdAt_ASC", + "createdAt_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "name_ASC", + "name_DESC", + "path_ASC", + "path_DESC", + "size_ASC", + "size_DESC" + ], + "type": "string" + }, + "GetContentLibraryImagesRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "compressed": { - "type": "boolean", + "before": { + "type": "string", "nullable": true }, - "compressed_not": { - "type": "boolean", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "compression_ratio": { - "type": "number", - "format": "double", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "compression_ratio_gt": { - "type": "number", - "format": "double", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryImageOrderByInput" + } + ], "nullable": true }, - "compression_ratio_gte": { - "type": "number", - "format": "double", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "compression_ratio_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryImageWhereInput" + } + ], "nullable": true - }, - "compression_ratio_lt": { - "type": "number", - "format": "double", + } + }, + "type": "object", + "additionalProperties": false + }, + "NvmfNamespaceSnapshotOrderByInput": { + "enum": [ + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "local_created_at_ASC", + "local_created_at_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "unique_size_ASC", + "unique_size_DESC" + ], + "type": "string" + }, + "GetNvmfNamespaceSnapshotsRequestBody": { + "properties": { + "after": { + "type": "string", "nullable": true }, - "compression_ratio_lte": { - "type": "number", - "format": "double", + "before": { + "type": "string", "nullable": true }, - "compression_ratio_not": { - "type": "number", - "format": "double", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "compression_ratio_not_in": { - "items": { - "type": "number", - "format": "double" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "creation": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestorePointCreation" + "$ref": "#/components/schemas/NvmfNamespaceSnapshotOrderByInput" } ], "nullable": true }, - "creation_in": { - "items": { - "$ref": "#/components/schemas/BackupRestorePointCreation" - }, - "type": "array", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "creation_not": { + "where": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestorePointCreation" + "$ref": "#/components/schemas/NvmfNamespaceSnapshotWhereInput" } ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "ContentLibraryVmTemplateOrderByInput": { + "enum": [ + "architecture_ASC", + "architecture_DESC", + "cloud_init_supported_ASC", + "cloud_init_supported_DESC", + "createdAt_ASC", + "createdAt_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "id_ASC", + "id_DESC", + "memory_ASC", + "memory_DESC", + "name_ASC", + "name_DESC", + "os_ASC", + "os_DESC", + "size_ASC", + "size_DESC", + "vcpu_ASC", + "vcpu_DESC" + ], + "type": "string" + }, + "GetContentLibraryVmTemplatesRequestBody": { + "properties": { + "after": { + "type": "string", + "nullable": true }, - "creation_not_in": { - "items": { - "$ref": "#/components/schemas/BackupRestorePointCreation" - }, - "type": "array", + "before": { + "type": "string", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "entityAsyncStatus_not": { + "orderBy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/ContentLibraryVmTemplateOrderByInput" } ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_ends_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/ContentLibraryVmTemplateWhereInput" + } + ], "nullable": true - }, - "id_gt": { + } + }, + "type": "object", + "additionalProperties": false + }, + "NvmfSubsystemOrderByInput": { + "enum": [ + "bps_ASC", + "bps_DESC", + "bps_max_ASC", + "bps_max_DESC", + "bps_max_length_ASC", + "bps_max_length_DESC", + "bps_rd_ASC", + "bps_rd_DESC", + "bps_rd_max_ASC", + "bps_rd_max_DESC", + "bps_rd_max_length_ASC", + "bps_rd_max_length_DESC", + "bps_wr_ASC", + "bps_wr_DESC", + "bps_wr_max_ASC", + "bps_wr_max_DESC", + "bps_wr_max_length_ASC", + "bps_wr_max_length_DESC", + "description_ASC", + "description_DESC", + "entityAsyncStatus_ASC", + "entityAsyncStatus_DESC", + "external_use_ASC", + "external_use_DESC", + "id_ASC", + "id_DESC", + "internal_ASC", + "internal_DESC", + "io_size_ASC", + "io_size_DESC", + "iops_ASC", + "iops_DESC", + "iops_max_ASC", + "iops_max_DESC", + "iops_max_length_ASC", + "iops_max_length_DESC", + "iops_rd_ASC", + "iops_rd_DESC", + "iops_rd_max_ASC", + "iops_rd_max_DESC", + "iops_rd_max_length_ASC", + "iops_rd_max_length_DESC", + "iops_wr_ASC", + "iops_wr_DESC", + "iops_wr_max_ASC", + "iops_wr_max_DESC", + "iops_wr_max_length_ASC", + "iops_wr_max_length_DESC", + "ip_whitelist_ASC", + "ip_whitelist_DESC", + "local_id_ASC", + "local_id_DESC", + "name_ASC", + "name_DESC", + "nqn_name_ASC", + "nqn_name_DESC", + "nqn_whitelist_ASC", + "nqn_whitelist_DESC", + "policy_ASC", + "policy_DESC", + "replica_num_ASC", + "replica_num_DESC", + "stripe_num_ASC", + "stripe_num_DESC", + "stripe_size_ASC", + "stripe_size_DESC", + "thin_provision_ASC", + "thin_provision_DESC" + ], + "type": "string" + }, + "GetNvmfSubsystemsRequestBody": { + "properties": { + "after": { "type": "string", "nullable": true }, - "id_gte": { + "before": { "type": "string", "nullable": true }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_lt": { - "type": "string", + "first": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_lte": { - "type": "string", + "last": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not": { - "type": "string", + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemOrderByInput" + } + ], "nullable": true }, - "id_not_contains": { - "type": "string", + "skip": { + "type": "integer", + "format": "int32", "nullable": true }, - "id_not_ends_with": { - "type": "string", + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/NvmfSubsystemWhereInput" + } + ], "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "TableReporterParams": { + "properties": { + "filter": { + "properties": { + "nvmfSubsystems": { + "$ref": "#/components/schemas/GetNvmfSubsystemsRequestBody" + }, + "contentLibraryVmTemplates": { + "$ref": "#/components/schemas/GetContentLibraryVmTemplatesRequestBody" + }, + "nvmfNamespaceSnapshots": { + "$ref": "#/components/schemas/GetNvmfNamespaceSnapshotsRequestBody" + }, + "contentLibraryImages": { + "$ref": "#/components/schemas/GetContentLibraryImagesRequestBody" + }, + "nvmfNamespaces": { + "$ref": "#/components/schemas/GetNvmfNamespacesRequestBody" + }, + "namespaceGroups": { + "$ref": "#/components/schemas/GetNamespaceGroupsRequestBody" + }, + "iscsiLuns": { + "$ref": "#/components/schemas/GetIscsiLunsRequestBody" + }, + "tasks": { + "$ref": "#/components/schemas/GetTasksRequestBody" + }, + "userAuditLogs": { + "$ref": "#/components/schemas/GetUserAuditLogsRequestBody" + }, + "systemAuditLogs": { + "$ref": "#/components/schemas/GetSystemAuditLogsRequestBody" + }, + "iscsiLunSnapshots": { + "$ref": "#/components/schemas/GetIscsiLunSnapshotsRequestBody" + }, + "iscsiConnections": { + "$ref": "#/components/schemas/GetIscsiConnectionsRequestBody" + }, + "consistencyGroups": { + "$ref": "#/components/schemas/GetConsistencyGroupsRequestBody" + }, + "users": { + "$ref": "#/components/schemas/GetUsersRequestBody" + }, + "vmEntityFilters": { + "$ref": "#/components/schemas/GetEntityFiltersRequestBody" + }, + "snapshotPlans": { + "$ref": "#/components/schemas/GetSnapshotPlansRequestBody" + }, + "globalAlertRules": { + "$ref": "#/components/schemas/GetGlobalAlertRulesRequestBody" + }, + "alerts": { + "$ref": "#/components/schemas/GetAlertsRequestBody" + }, + "vmPlacementGroups": { + "$ref": "#/components/schemas/GetVmPlacementGroupsRequestBody" + }, + "vmTemplates": { + "$ref": "#/components/schemas/GetVmTemplatesRequestBody" + }, + "elfImages": { + "$ref": "#/components/schemas/GetElfImagesRequestBody" + }, + "vmVolumes": { + "$ref": "#/components/schemas/GetVmVolumesRequestBody" + }, + "vlans": { + "$ref": "#/components/schemas/GetVlansRequestBody" + }, + "disks": { + "$ref": "#/components/schemas/GetDisksRequestBody" + }, + "vdses": { + "$ref": "#/components/schemas/GetVdsesRequestBody" + }, + "elfDataStores": { + "$ref": "#/components/schemas/GetElfDataStoresRequestBody", + "deprecated": true + }, + "vms": { + "$ref": "#/components/schemas/GetVmsRequestBody" + }, + "nfsExports": { + "$ref": "#/components/schemas/GetNfsExportsRequestBody" + }, + "iscsiTargets": { + "$ref": "#/components/schemas/GetIscsiTargetsRequestBody" + }, + "usbDevices": { + "$ref": "#/components/schemas/GetUsbDevicesRequestBody" + }, + "nics": { + "$ref": "#/components/schemas/GetNicsRequestBody" + }, + "clusters": { + "$ref": "#/components/schemas/GetClustersRequestBody" + }, + "datacenters": { + "$ref": "#/components/schemas/GetDatacentersRequestBody" + }, + "hosts": { + "$ref": "#/components/schemas/GetHostsRequestBody" + } + }, + "type": "object" }, - "id_not_in": { + "columns": { "items": { - "type": "string" + "$ref": "#/components/schemas/ColumnConfig" }, - "type": "array", - "nullable": true + "type": "array" }, - "id_not_starts_with": { + "name": { + "type": "string" + } + }, + "required": [ + "filter", + "columns", + "name" + ], + "type": "object" + }, + "WithTask_Task_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_starts_with": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/Task" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "TaskDescription": { + "properties": { + "en-US": { + "type": "string" }, - "local_created_at": { - "type": "string", - "nullable": true + "zh-CN": { + "type": "string" + } + }, + "required": [ + "en-US", + "zh-CN" + ], + "type": "object" + }, + "TaskStepCreationParams": { + "properties": { + "description": { + "type": "string" }, - "local_created_at_gt": { - "type": "string", - "nullable": true + "finished": { + "type": "boolean" }, - "local_created_at_gte": { + "key": { "type": "string", - "nullable": true - }, - "local_created_at_in": { + "minLength": 1 + } + }, + "required": [ + "finished", + "key" + ], + "type": "object" + }, + "TaskCreationParams": { + "properties": { + "steps": { "items": { - "type": "string" + "$ref": "#/components/schemas/TaskStepCreationParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "local_created_at_lt": { - "type": "string", - "nullable": true + "args": { + "additionalProperties": false, + "type": "object" }, - "local_created_at_lte": { - "type": "string", - "nullable": true + "key": { + "type": "string" }, - "local_created_at_not": { - "type": "string", - "nullable": true + "internal": { + "type": "boolean" }, - "local_created_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "type": { + "$ref": "#/components/schemas/TaskType" }, - "local_id": { - "type": "string", - "nullable": true + "resource_id": { + "type": "string" }, - "local_id_contains": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" }, - "local_id_ends_with": { - "type": "string", - "nullable": true + "user_id": { + "type": "string" }, - "local_id_gt": { + "description": { + "$ref": "#/components/schemas/TaskDescription" + }, + "resource_mutation": { "type": "string", - "nullable": true + "minLength": 1 }, - "local_id_gte": { + "resource_type": { "type": "string", - "nullable": true + "minLength": 1 + } + }, + "required": [ + "user_id", + "description", + "resource_mutation", + "resource_type" + ], + "type": "object" + }, + "TaskUpdateParams": { + "properties": { + "data": { + "properties": { + "resource_rollback_retry_count": { + "type": "integer", + "format": "int32" + }, + "resource_rollback_error": { + "type": "string" + }, + "resource_rollbacked": { + "type": "boolean" + }, + "steps": { + "items": { + "$ref": "#/components/schemas/TaskStepCreationParams" + }, + "type": "array" + }, + "error_message": { + "type": "string" + }, + "error_code": { + "type": "string" + }, + "progress": { + "type": "number", + "format": "float" + }, + "status": { + "$ref": "#/components/schemas/TaskStatus" + }, + "snapshot": { + "type": "string" + }, + "args": { + "additionalProperties": false, + "type": "object" + }, + "key": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/TaskType" + }, + "resource_id": { + "type": "string" + }, + "cluster_id": { + "type": "string" + }, + "user_id": { + "type": "string" + }, + "resource_mutation": { + "type": "string" + }, + "resource_type": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "type": "object" }, - "local_id_in": { + "where": { + "$ref": "#/components/schemas/TaskWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "UploadTaskWhereInput": { + "properties": { + "AND": { "items": { - "type": "string" + "$ref": "#/components/schemas/UploadTaskWhereInput" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", - "nullable": true - }, - "local_id_not": { - "type": "string", - "nullable": true - }, - "local_id_not_contains": { - "type": "string", - "nullable": true - }, - "local_id_not_ends_with": { - "type": "string", - "nullable": true - }, - "local_id_not_in": { + "NOT": { "items": { - "type": "string" + "$ref": "#/components/schemas/UploadTaskWhereInput" }, "type": "array", "nullable": true }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "local_id_starts_with": { - "type": "string", + "OR": { + "items": { + "$ref": "#/components/schemas/UploadTaskWhereInput" + }, + "type": "array", "nullable": true }, - "logical_size": { + "chunk_size": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_gt": { + "chunk_size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_gte": { + "chunk_size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_in": { + "chunk_size_in": { "items": { "type": "integer", "format": "int64" @@ -90814,22 +90112,22 @@ "type": "array", "nullable": true }, - "logical_size_lt": { + "chunk_size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_lte": { + "chunk_size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_not": { + "chunk_size_not": { "type": "integer", "format": "int64", "nullable": true }, - "logical_size_not_in": { + "chunk_size_not_in": { "items": { "type": "integer", "format": "int64" @@ -90837,298 +90135,198 @@ "type": "array", "nullable": true }, - "parent_restore_point": { - "type": "string", - "nullable": true - }, - "parent_restore_point_contains": { - "type": "string", - "nullable": true - }, - "parent_restore_point_ends_with": { - "type": "string", - "nullable": true - }, - "parent_restore_point_gt": { - "type": "string", - "nullable": true - }, - "parent_restore_point_gte": { - "type": "string", - "nullable": true - }, - "parent_restore_point_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "parent_restore_point_lt": { - "type": "string", - "nullable": true - }, - "parent_restore_point_lte": { - "type": "string", - "nullable": true - }, - "parent_restore_point_not": { - "type": "string", - "nullable": true - }, - "parent_restore_point_not_contains": { - "type": "string", - "nullable": true - }, - "parent_restore_point_not_ends_with": { - "type": "string", - "nullable": true - }, - "parent_restore_point_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "parent_restore_point_not_starts_with": { - "type": "string", - "nullable": true - }, - "parent_restore_point_starts_with": { - "type": "string", - "nullable": true - }, - "physical_size": { + "current_chunk": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_gt": { + "current_chunk_gt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_gte": { + "current_chunk_gte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_in": { + "current_chunk_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "physical_size_lt": { + "current_chunk_lt": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_lte": { + "current_chunk_lte": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_not": { + "current_chunk_not": { "type": "integer", - "format": "int64", + "format": "int32", "nullable": true }, - "physical_size_not_in": { + "current_chunk_not_in": { "items": { "type": "integer", - "format": "int64" + "format": "int32" }, "type": "array", "nullable": true }, - "size": { - "type": "integer", - "format": "int64", + "finished_at": { + "type": "string", "nullable": true }, - "size_gt": { - "type": "integer", - "format": "int64", + "finished_at_gt": { + "type": "string", "nullable": true }, - "size_gte": { - "type": "integer", - "format": "int64", + "finished_at_gte": { + "type": "string", "nullable": true }, - "size_in": { + "finished_at_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "size_lt": { - "type": "integer", - "format": "int64", + "finished_at_lt": { + "type": "string", "nullable": true }, - "size_lte": { - "type": "integer", - "format": "int64", + "finished_at_lte": { + "type": "string", "nullable": true }, - "size_not": { - "type": "integer", - "format": "int64", + "finished_at_not": { + "type": "string", "nullable": true }, - "size_not_in": { + "finished_at_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "slice": { + "id": { "type": "string", "nullable": true }, - "slice_contains": { + "id_contains": { "type": "string", "nullable": true }, - "slice_ends_with": { + "id_ends_with": { "type": "string", "nullable": true }, - "slice_gt": { + "id_gt": { "type": "string", "nullable": true }, - "slice_gte": { + "id_gte": { "type": "string", "nullable": true }, - "slice_in": { + "id_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "slice_lt": { + "id_lt": { "type": "string", "nullable": true }, - "slice_lte": { + "id_lte": { "type": "string", "nullable": true }, - "slice_not": { + "id_not": { "type": "string", "nullable": true }, - "slice_not_contains": { + "id_not_contains": { "type": "string", "nullable": true }, - "slice_not_ends_with": { + "id_not_ends_with": { "type": "string", "nullable": true }, - "slice_not_in": { + "id_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "slice_not_starts_with": { + "id_not_starts_with": { "type": "string", "nullable": true }, - "slice_starts_with": { + "id_starts_with": { "type": "string", "nullable": true }, - "snapshot_consistent_type": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistentType" - } - ], - "nullable": true - }, - "snapshot_consistent_type_in": { - "items": { - "$ref": "#/components/schemas/ConsistentType" - }, - "type": "array", - "nullable": true - }, - "snapshot_consistent_type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/ConsistentType" - } - ], - "nullable": true - }, - "snapshot_consistent_type_not_in": { - "items": { - "$ref": "#/components/schemas/ConsistentType" - }, - "type": "array", - "nullable": true - }, - "type": { + "resource_type": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestorePointType" + "$ref": "#/components/schemas/UploadResourceType" } ], "nullable": true }, - "type_in": { + "resource_type_in": { "items": { - "$ref": "#/components/schemas/BackupRestorePointType" + "$ref": "#/components/schemas/UploadResourceType" }, "type": "array", "nullable": true }, - "type_not": { + "resource_type_not": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestorePointType" + "$ref": "#/components/schemas/UploadResourceType" } ], "nullable": true }, - "type_not_in": { + "resource_type_not_in": { "items": { - "$ref": "#/components/schemas/BackupRestorePointType" + "$ref": "#/components/schemas/UploadResourceType" }, "type": "array", "nullable": true }, - "valid_capacity": { + "size": { "type": "integer", "format": "int64", "nullable": true }, - "valid_capacity_gt": { + "size_gt": { "type": "integer", "format": "int64", "nullable": true }, - "valid_capacity_gte": { + "size_gte": { "type": "integer", "format": "int64", "nullable": true }, - "valid_capacity_in": { + "size_in": { "items": { "type": "integer", "format": "int64" @@ -91136,22 +90334,22 @@ "type": "array", "nullable": true }, - "valid_capacity_lt": { + "size_lt": { "type": "integer", "format": "int64", "nullable": true }, - "valid_capacity_lte": { + "size_lte": { "type": "integer", "format": "int64", "nullable": true }, - "valid_capacity_not": { + "size_not": { "type": "integer", "format": "int64", "nullable": true }, - "valid_capacity_not_in": { + "size_not_in": { "items": { "type": "integer", "format": "int64" @@ -91159,1035 +90357,1411 @@ "type": "array", "nullable": true }, - "valid_size": { - "type": "integer", - "format": "int64", + "started_at": { + "type": "string", "nullable": true }, - "valid_size_gt": { - "type": "integer", - "format": "int64", + "started_at_gt": { + "type": "string", "nullable": true }, - "valid_size_gte": { - "type": "integer", - "format": "int64", + "started_at_gte": { + "type": "string", "nullable": true }, - "valid_size_in": { + "started_at_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "valid_size_lt": { - "type": "integer", - "format": "int64", + "started_at_lt": { + "type": "string", "nullable": true }, - "valid_size_lte": { - "type": "integer", - "format": "int64", + "started_at_lte": { + "type": "string", "nullable": true }, - "valid_size_not": { - "type": "integer", - "format": "int64", + "started_at_not": { + "type": "string", "nullable": true }, - "valid_size_not_in": { + "started_at_not_in": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, "type": "array", "nullable": true }, - "vm": { + "status": { "allOf": [ { - "$ref": "#/components/schemas/VmWhereInput" + "$ref": "#/components/schemas/UploadTaskStatus" } ], "nullable": true }, - "vm_local_id": { - "type": "string", - "nullable": true - }, - "vm_local_id_contains": { - "type": "string", - "nullable": true - }, - "vm_local_id_ends_with": { - "type": "string", - "nullable": true - }, - "vm_local_id_gt": { - "type": "string", - "nullable": true - }, - "vm_local_id_gte": { - "type": "string", - "nullable": true - }, - "vm_local_id_in": { + "status_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/UploadTaskStatus" }, "type": "array", "nullable": true }, - "vm_local_id_lt": { - "type": "string", - "nullable": true - }, - "vm_local_id_lte": { - "type": "string", - "nullable": true - }, - "vm_local_id_not": { - "type": "string", - "nullable": true - }, - "vm_local_id_not_contains": { - "type": "string", - "nullable": true - }, - "vm_local_id_not_ends_with": { - "type": "string", + "status_not": { + "allOf": [ + { + "$ref": "#/components/schemas/UploadTaskStatus" + } + ], "nullable": true }, - "vm_local_id_not_in": { + "status_not_in": { "items": { - "type": "string" + "$ref": "#/components/schemas/UploadTaskStatus" }, "type": "array", "nullable": true }, - "vm_local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "vm_local_id_starts_with": { - "type": "string", - "nullable": true - }, - "vm_name": { - "type": "string", - "nullable": true - }, - "vm_name_contains": { - "type": "string", - "nullable": true - }, - "vm_name_ends_with": { + "updatedAt": { "type": "string", "nullable": true }, - "vm_name_gt": { + "updatedAt_gt": { "type": "string", "nullable": true }, - "vm_name_gte": { + "updatedAt_gte": { "type": "string", "nullable": true }, - "vm_name_in": { + "updatedAt_in": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "vm_name_lt": { - "type": "string", - "nullable": true - }, - "vm_name_lte": { - "type": "string", - "nullable": true - }, - "vm_name_not": { + "updatedAt_lt": { "type": "string", "nullable": true }, - "vm_name_not_contains": { + "updatedAt_lte": { "type": "string", "nullable": true }, - "vm_name_not_ends_with": { + "updatedAt_not": { "type": "string", "nullable": true }, - "vm_name_not_in": { + "updatedAt_not_in": { "items": { "type": "string" }, "type": "array", "nullable": true - }, - "vm_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "vm_name_starts_with": { - "type": "string", - "nullable": true } }, "type": "object", "additionalProperties": false }, - "BackupRestoreExecutionWhereInput": { + "CancelUploadTaskParams": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" - }, - "type": "array", - "nullable": true - }, - "NOT": { - "items": { - "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" - }, - "type": "array", - "nullable": true + "where": { + "$ref": "#/components/schemas/UploadTaskWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "UsbDevice": { + "properties": { + "binded": { + "type": "boolean" }, - "OR": { - "items": { - "$ref": "#/components/schemas/BackupRestoreExecutionWhereInput" - }, - "type": "array", - "nullable": true + "description": { + "type": "string" }, - "backup_restore_point": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "duration": { - "type": "integer", - "format": "int32", - "nullable": true + "host": { + "$ref": "#/components/schemas/NestedHost" }, - "duration_gt": { - "type": "integer", - "format": "int32", - "nullable": true + "id": { + "type": "string" }, - "duration_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "local_created_at": { + "type": "string" }, - "duration_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "local_id": { + "type": "string" }, - "duration_lt": { - "type": "integer", - "format": "int32", - "nullable": true + "manufacturer": { + "type": "string" }, - "duration_lte": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" }, - "duration_not": { + "size": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int64" }, - "duration_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "status": { + "$ref": "#/components/schemas/UsbDeviceStatus" }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true + "usb_type": { + "type": "string" }, - "entityAsyncStatus_in": { + "vms": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true }, - "entityAsyncStatus_not": { + "vm": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedVm" } ], + "nullable": true, + "deprecated": true + } + }, + "required": [ + "binded", + "description", + "host", + "id", + "local_created_at", + "local_id", + "manufacturer", + "name", + "size", + "status", + "usb_type" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_UsbDevice_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "data": { + "$ref": "#/components/schemas/UsbDevice" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "UsbDeviceMountParams": { + "properties": { + "data": { + "properties": { + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "vm_id": { + "type": "string", + "deprecated": true + } }, - "type": "array", - "nullable": true + "type": "object" }, - "executed_at": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "UsbDeviceUnmountParams": { + "properties": { + "data": { + "properties": { + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + } + }, + "required": [ + "vms" + ], + "type": "object" }, - "executed_at_gt": { + "where": { + "$ref": "#/components/schemas/UsbDeviceWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "LoginResponse": { + "properties": { + "token": { + "type": "string" + } + }, + "required": [ + "token" + ], + "type": "object" + }, + "WithTask_LoginResponse_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "executed_at_gte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/LoginResponse" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "MfaType": { + "enum": [ + "Mail" + ], + "type": "string" + }, + "LoginInput": { + "properties": { + "username": { + "type": "string" }, - "executed_at_in": { - "items": { - "type": "string" - }, - "type": "array", + "source": { + "allOf": [ + { + "$ref": "#/components/schemas/UserSource" + } + ], "nullable": true }, - "executed_at_lt": { - "type": "string", - "nullable": true + "password": { + "type": "string" }, - "executed_at_lte": { - "type": "string", + "mfa_type": { + "allOf": [ + { + "$ref": "#/components/schemas/MfaType" + } + ], "nullable": true }, - "executed_at_not": { + "auth_config_id": { "type": "string", "nullable": true + } + }, + "required": [ + "username", + "password" + ], + "type": "object" + }, + "NestedPasswordReoverQaItem": { + "properties": { + "question": { + "type": "string" + } + }, + "required": [ + "question" + ], + "type": "object", + "additionalProperties": false + }, + "NestedPasswordRecoverQa": { + "properties": { + "enabled": { + "type": "boolean" }, - "executed_at_not_in": { + "items": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedPasswordReoverQaItem" }, "type": "array", "nullable": true - }, + } + }, + "required": [ + "enabled" + ], + "type": "object", + "additionalProperties": false + }, + "NestedUserRoleNext": { + "properties": { "id": { - "type": "string", - "nullable": true - }, - "id_contains": { - "type": "string", - "nullable": true - }, - "id_ends_with": { - "type": "string", - "nullable": true - }, - "id_gt": { - "type": "string", - "nullable": true + "type": "string" }, - "id_gte": { + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "User": { + "properties": { + "auth_config_id": { "type": "string", "nullable": true }, - "id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "display_username": { + "type": "string" }, - "id_lt": { + "email_address": { "type": "string", "nullable": true }, - "id_lte": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "id_not": { - "type": "string", - "nullable": true + "internal": { + "type": "boolean" }, - "id_not_contains": { + "ldap_dn": { "type": "string", "nullable": true }, - "id_not_ends_with": { + "mobile_phone": { "type": "string", "nullable": true }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "id_not_starts_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "id_starts_with": { - "type": "string", + "password_expired": { + "type": "boolean", "nullable": true }, - "mode": { + "password_recover_qa": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestoreExecutionMode" + "$ref": "#/components/schemas/NestedPasswordRecoverQa" } ], "nullable": true }, - "mode_in": { - "items": { - "$ref": "#/components/schemas/BackupRestoreExecutionMode" - }, - "type": "array", + "password_updated_at": { + "type": "string", "nullable": true }, - "mode_not": { + "role": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestoreExecutionMode" + "$ref": "#/components/schemas/UserRole" } ], "nullable": true }, - "mode_not_in": { + "roles": { "items": { - "$ref": "#/components/schemas/BackupRestoreExecutionMode" + "$ref": "#/components/schemas/NestedUserRoleNext" }, "type": "array", "nullable": true }, - "name": { - "type": "string", - "nullable": true + "source": { + "$ref": "#/components/schemas/UserSource" }, - "name_contains": { + "username": { + "type": "string" + } + }, + "required": [ + "display_username", + "id", + "internal", + "name", + "source", + "username" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_User_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "name_ends_with": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/User" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "UserCreationParams": { + "properties": { + "auth_config_id": { + "type": "string" }, - "name_gt": { - "type": "string", - "nullable": true + "ldap_dn": { + "type": "string" }, - "name_gte": { - "type": "string", - "nullable": true + "source": { + "$ref": "#/components/schemas/UserSource" }, - "name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "mobile_phone": { + "type": "string" }, - "name_lt": { - "type": "string", - "nullable": true + "email_address": { + "type": "string" }, - "name_lte": { - "type": "string", - "nullable": true + "internal": { + "type": "boolean" }, - "name_not": { - "type": "string", - "nullable": true + "role_id": { + "type": "string" }, - "name_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "name_not_ends_with": { - "type": "string", - "nullable": true + "password": { + "type": "string" }, - "name_not_in": { - "items": { - "type": "string" + "username": { + "type": "string" + } + }, + "required": [ + "role_id", + "name", + "username" + ], + "type": "object" + }, + "UserUpdationParams": { + "properties": { + "data": { + "properties": { + "internal": { + "type": "boolean" + }, + "mobile_phone": { + "type": "string", + "nullable": true + }, + "email_address": { + "type": "string", + "nullable": true + }, + "role_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "password": { + "type": "string" + }, + "username": { + "type": "string" + } }, - "type": "array", - "nullable": true - }, - "name_not_starts_with": { - "type": "string", - "nullable": true + "type": "object" }, - "name_starts_with": { + "where": { + "$ref": "#/components/schemas/UserWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteUser": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteUser_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "read_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "read_bytes_gt": { - "type": "integer", - "format": "int64", + "data": { + "$ref": "#/components/schemas/DeleteUser" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "UserDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/UserWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "RootUserCreationParams": { + "properties": { + "password": { + "type": "string" + } + }, + "required": [ + "password" + ], + "type": "object" + }, + "VcenterAccount": { + "properties": { + "cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedCluster" + } + ], "nullable": true }, - "read_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true + "id": { + "type": "string" }, - "read_bytes_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true + "ip": { + "type": "string" }, - "read_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true + "is_valid": { + "type": "boolean" }, - "read_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true + "local_id": { + "type": "string" }, - "read_bytes_not": { + "port": { "type": "integer", - "format": "int64", - "nullable": true - }, - "read_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true - }, - "rebuild_name": { - "type": "string", - "nullable": true - }, - "rebuild_name_contains": { - "type": "string", - "nullable": true - }, - "rebuild_name_ends_with": { - "type": "string", - "nullable": true + "format": "int32" }, - "rebuild_name_gt": { + "username": { + "type": "string" + } + }, + "required": [ + "id", + "ip", + "is_valid", + "local_id", + "port", + "username" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VcenterAccount_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "rebuild_name_gte": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/VcenterAccount" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "CreateVcenterAccountParamsData": { + "properties": { + "port": { + "type": "integer", + "format": "int32" }, - "rebuild_name_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "password": { + "type": "string" }, - "rebuild_name_lt": { - "type": "string", - "nullable": true + "username": { + "type": "string" }, - "rebuild_name_lte": { - "type": "string", - "nullable": true + "ip": { + "type": "string" }, - "rebuild_name_not": { + "cluster_id": { + "type": "string" + } + }, + "required": [ + "port", + "password", + "username", + "ip", + "cluster_id" + ], + "type": "object" + }, + "CreateVcenterAccountParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/CreateVcenterAccountParamsData" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VcenterAccountWhereUniqueInput": { + "properties": { + "id": { "type": "string", "nullable": true }, - "rebuild_name_not_contains": { + "local_id": { "type": "string", "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "UpdateVcenterAccountParamsData": { + "properties": { + "port": { + "type": "integer", + "format": "int32" }, - "rebuild_name_not_ends_with": { - "type": "string", - "nullable": true + "password": { + "type": "string" }, - "rebuild_name_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "username": { + "type": "string" }, - "rebuild_name_not_starts_with": { - "type": "string", - "nullable": true + "ip": { + "type": "string" + } + }, + "required": [ + "port", + "password", + "username", + "ip" + ], + "type": "object" + }, + "UpdateVcenterAccountParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/UpdateVcenterAccountParamsData" }, - "rebuild_name_starts_with": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/VcenterAccountWhereUniqueInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "Vds": { + "properties": { + "bond_mode": { + "type": "string" }, - "rebuild_target_cluster": { - "type": "string", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "rebuild_target_cluster_contains": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "rebuild_target_cluster_ends_with": { - "type": "string", + "everoute_cluster": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedEverouteCluster" + } + ], "nullable": true }, - "rebuild_target_cluster_gt": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "rebuild_target_cluster_gte": { - "type": "string", - "nullable": true + "internal": { + "type": "boolean" }, - "rebuild_target_cluster_in": { + "labels": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "rebuild_target_cluster_lt": { - "type": "string", - "nullable": true - }, - "rebuild_target_cluster_lte": { - "type": "string", - "nullable": true - }, - "rebuild_target_cluster_not": { - "type": "string", - "nullable": true - }, - "rebuild_target_cluster_not_contains": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "rebuild_target_cluster_not_ends_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "rebuild_target_cluster_not_in": { + "nics": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedNic" }, "type": "array", "nullable": true }, - "rebuild_target_cluster_not_starts_with": { - "type": "string", - "nullable": true - }, - "rebuild_target_cluster_starts_with": { - "type": "string", - "nullable": true - }, - "retry_times": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "retry_times_gt": { - "type": "integer", - "format": "int32", - "nullable": true + "ovsbr_name": { + "type": "string" }, - "retry_times_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "type": { + "$ref": "#/components/schemas/NetworkType" }, - "retry_times_in": { + "vlans": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedVlan" }, "type": "array", "nullable": true }, - "retry_times_lt": { + "vlans_num": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "retry_times_lte": { - "type": "integer", - "format": "int32", + "work_mode": { + "type": "string", "nullable": true - }, - "retry_times_not": { - "type": "integer", - "format": "int32", + } + }, + "required": [ + "bond_mode", + "cluster", + "id", + "internal", + "local_id", + "name", + "ovsbr_name", + "type", + "vlans_num" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_Vds_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "retry_times_not_in": { + "data": { + "$ref": "#/components/schemas/Vds" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VdsCreationParams": { + "properties": { + "nic_ids": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "startup_after_restore": { - "type": "boolean", - "nullable": true + "cluster_id": { + "type": "string" }, - "startup_after_restore_not": { - "type": "boolean", - "nullable": true + "work_mode": { + "type": "string" }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionStatus" - } - ], - "nullable": true + "bond_mode": { + "type": "string" }, - "status_in": { - "items": { - "$ref": "#/components/schemas/BackupExecutionStatus" - }, - "type": "array", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "nic_ids", + "cluster_id", + "name" + ], + "type": "object" + }, + "VdsCreationWithMigrateVlanParams": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsCreationParams" }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionStatus" + { + "properties": { + "vlan": { + "properties": { + "extra_ip": { + "items": { + "properties": { + "management_ip": { + "type": "string" + }, + "host_id": { + "type": "string" + } + }, + "required": [ + "management_ip", + "host_id" + ], + "type": "object" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "extra_ip", + "subnetmask", + "vlan_id" + ], + "type": "object" } + }, + "required": [ + "vlan" ], - "nullable": true + "type": "object" + } + ] + }, + "VdsCreationWithMAccessVlanParams": { + "allOf": [ + { + "$ref": "#/components/schemas/VdsCreationParams" }, - "status_not_in": { - "items": { - "$ref": "#/components/schemas/BackupExecutionStatus" + { + "properties": { + "vlan": { + "properties": { + "extra_ip": { + "items": { + "properties": { + "management_ip": { + "type": "string" + }, + "host_id": { + "type": "string" + } + }, + "required": [ + "management_ip", + "host_id" + ], + "type": "object" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + } + }, + "required": [ + "extra_ip", + "subnetmask", + "vlan_id" + ], + "type": "object" + } }, - "type": "array", - "nullable": true - }, - "total_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_gt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_in": { - "items": { - "type": "integer", - "format": "int64" + "required": [ + "vlan" + ], + "type": "object" + } + ] + }, + "VdsUpdationParams": { + "properties": { + "data": { + "properties": { + "nicIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "work_mode": { + "type": "string" + }, + "bond_mode": { + "type": "string" + }, + "name": { + "type": "string" + } }, - "type": "array", - "nullable": true - }, - "total_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true + "type": "object" }, - "total_bytes_not": { - "type": "integer", - "format": "int64", + "where": { + "$ref": "#/components/schemas/VdsWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVds": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVds_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "total_bytes_not_in": { - "items": { - "type": "integer", - "format": "int64" - }, - "type": "array", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVds" } }, - "type": "object", - "additionalProperties": false + "required": [ + "data" + ], + "type": "object" }, - "BackupRestoreExecutionMode": { - "enum": [ - "INPLACE", - "REBUILD" + "VdsDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VdsWhereInput" + } + }, + "required": [ + "where" ], - "type": "string" + "type": "object" }, - "BackupExecutionStatus": { - "enum": [ - "ABORTED", - "FAILED", - "INITIALIZING", - "PAUSED", - "PENDING", - "RUNNING", - "SUCCESS" + "NestedGraph": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "string" + "type": "object", + "additionalProperties": false }, - "BackupTargetExecutionWhereInput": { + "View": { "properties": { - "AND": { - "items": { - "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" - }, - "type": "array", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "NOT": { - "items": { - "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" - }, - "type": "array", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "OR": { + "graphs": { "items": { - "$ref": "#/components/schemas/BackupTargetExecutionWhereInput" + "$ref": "#/components/schemas/NestedGraph" }, "type": "array", "nullable": true }, - "backup_group": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "backup_group_contains": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "backup_group_ends_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "backup_group_gt": { - "type": "string", - "nullable": true + "time_span": { + "type": "integer", + "format": "int32" }, - "backup_group_gte": { + "time_unit": { + "$ref": "#/components/schemas/TimeUnit" + } + }, + "required": [ + "cluster", + "id", + "local_id", + "name", + "time_span", + "time_unit" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_View_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "backup_group_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "data": { + "$ref": "#/components/schemas/View" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ViewCreationParams": { + "properties": { + "time_unit": { + "$ref": "#/components/schemas/TimeUnit" }, - "backup_group_lt": { - "type": "string", - "nullable": true + "time_span": { + "type": "integer", + "format": "int32" }, - "backup_group_lte": { - "type": "string", - "nullable": true + "cluster_id": { + "type": "string" }, - "backup_group_not": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "time_unit", + "time_span", + "cluster_id", + "name" + ], + "type": "object" + }, + "ViewUpdationParams": { + "properties": { + "data": { + "properties": { + "time_unit": { + "$ref": "#/components/schemas/TimeUnit" + }, + "time_span": { + "type": "integer", + "format": "int32" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "backup_group_not_contains": { + "where": { + "$ref": "#/components/schemas/ViewWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteView": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteView_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "backup_group_not_ends_with": { + "data": { + "$ref": "#/components/schemas/DeleteView" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "ViewDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/ViewWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVirtualPrivateCloudExternalSubnet": { + "properties": { + "floating_ip_cidr": { "type": "string", "nullable": true }, - "backup_group_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "id": { + "type": "string" }, - "backup_group_not_starts_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" }, - "backup_group_starts_with": { + "nat_gateway_cidr": { "type": "string", "nullable": true }, - "backup_plan_execution": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" - } - ], + "router_gateway_cidr": { + "type": "string", "nullable": true + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVirtualPrivateCloud": { + "properties": { + "id": { + "type": "string" }, - "backup_restore_point": { + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudFloatingIp": { + "properties": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "cluster_local_id": { - "type": "string", - "nullable": true - }, - "cluster_local_id_contains": { - "type": "string", - "nullable": true - }, - "cluster_local_id_ends_with": { - "type": "string", - "nullable": true - }, - "cluster_local_id_gt": { - "type": "string", - "nullable": true - }, - "cluster_local_id_gte": { - "type": "string", - "nullable": true - }, - "cluster_local_id_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "cluster_local_id_lt": { + "external_ip": { "type": "string", "nullable": true }, - "cluster_local_id_lte": { - "type": "string", - "nullable": true + "external_subnet": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudExternalSubnet" }, - "cluster_local_id_not": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "cluster_local_id_not_contains": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "cluster_local_id_not_ends_with": { + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "external_subnet", + "id", + "local_id", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudFloatingIp_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "cluster_local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIp" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudFloatingIpCreationParams": { + "properties": { + "external_ip": { + "type": "string" }, - "cluster_local_id_not_starts_with": { - "type": "string", - "nullable": true + "external_subnet_id": { + "type": "string" }, - "cluster_local_id_starts_with": { + "vpc_id": { + "type": "string" + } + }, + "required": [ + "external_subnet_id", + "vpc_id" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudFloatingIp": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudFloatingIp_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "duration": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true - }, - "duration_lt": { + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudFloatingIp" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudFloatingIpDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVpcDnatRuleType": { + "properties": { + "port": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "duration_lte": { - "type": "integer", - "format": "int32", - "nullable": true + "target_ip": { + "type": "string" }, - "duration_not": { + "target_port": { "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_not_in": { + "format": "int32" + } + }, + "required": [ + "port", + "target_ip", + "target_port" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudNatGateway": { + "properties": { + "dnat_rules": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedVpcDnatRuleType" }, "type": "array", "nullable": true }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "enable_dnat": { + "type": "boolean", "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "enable_snat": { + "type": "boolean", "nullable": true }, - "entityAsyncStatus_not": { + "entityAsyncStatus": { "allOf": [ { "$ref": "#/components/schemas/EntityAsyncStatus" @@ -92195,1259 +91769,1951 @@ ], "nullable": true }, - "entityAsyncStatus_not_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", - "nullable": true - }, - "executed_at": { - "type": "string", - "nullable": true - }, - "executed_at_gt": { - "type": "string", - "nullable": true - }, - "executed_at_gte": { + "external_ip": { "type": "string", "nullable": true }, - "executed_at_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "executed_at_lt": { - "type": "string", - "nullable": true + "external_subnet": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudExternalSubnet" }, - "executed_at_lte": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "executed_at_not": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "executed_at_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "name": { + "type": "string" }, - "id": { + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "external_subnet", + "id", + "local_id", + "name", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudNatGateway_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_contains": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGateway" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudDnatRuleParams": { + "properties": { + "target_port": { + "type": "integer", + "format": "int32" }, - "id_ends_with": { - "type": "string", - "nullable": true + "port": { + "type": "integer", + "format": "int32" }, - "id_gt": { - "type": "string", - "nullable": true + "target_ip": { + "type": "string" + } + }, + "required": [ + "target_port", + "port", + "target_ip" + ], + "type": "object" + }, + "VirtualPrivateCloudNatGatewayCreationParams": { + "properties": { + "external_ip": { + "type": "string" }, - "id_gte": { - "type": "string", - "nullable": true + "external_subnet_id": { + "type": "string" }, - "id_in": { + "dnat_rules": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudDnatRuleParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "id_lt": { - "type": "string", - "nullable": true + "enable_dnat": { + "type": "boolean" }, - "id_lte": { - "type": "string", - "nullable": true + "enable_snat": { + "type": "boolean" }, - "id_not": { - "type": "string", - "nullable": true + "vpc_id": { + "type": "string" }, - "id_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "external_subnet_id", + "enable_dnat", + "enable_snat", + "vpc_id", + "name" + ], + "type": "object" + }, + "VirtualPrivateCloudNatGatewayUpdationParams": { + "properties": { + "data": { + "properties": { + "external_ip": { + "type": "string" + }, + "dnat_rules": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudDnatRuleParams" + }, + "type": "array" + }, + "enable_dnat": { + "type": "boolean" + }, + "enable_snat": { + "type": "boolean" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "id_not_ends_with": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudNatGateway": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudNatGateway_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudNatGateway" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudNatGatewayDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVirtualPrivateCloudRoute": { + "properties": { + "destination": { + "type": "string" }, - "id_not_starts_with": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "id_starts_with": { - "type": "string", - "nullable": true + "next_hop_local_id": { + "type": "string" }, - "local_id": { - "type": "string", - "nullable": true + "next_hop_type": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + } + }, + "required": [ + "destination", + "id", + "next_hop_local_id", + "next_hop_type" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVirtualPrivateCloudSubnet": { + "properties": { + "id": { + "type": "string" }, - "local_id_contains": { - "type": "string", + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudRouteTable": { + "properties": { + "default_for_vpc": { + "type": "boolean", "nullable": true }, - "local_id_ends_with": { + "description": { "type": "string", "nullable": true }, - "local_id_gt": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_id_gte": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "local_id_in": { + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "routes": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudRoute" }, "type": "array", "nullable": true }, - "local_id_lt": { - "type": "string", - "nullable": true - }, - "local_id_lte": { - "type": "string", + "subnets": { + "items": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSubnet" + }, + "type": "array", "nullable": true }, - "local_id_not": { + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "id", + "local_id", + "name", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudRouteTable_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "local_id_not_contains": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTable" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudRouteParams": { + "properties": { + "destination": { + "type": "string" }, - "local_id_not_ends_with": { - "type": "string", - "nullable": true + "next_hop_local_id": { + "type": "string" }, - "local_id_not_in": { + "next_hop_type": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + } + }, + "required": [ + "destination", + "next_hop_local_id", + "next_hop_type" + ], + "type": "object" + }, + "VirtualPrivateCloudRouteTableCreationParams": { + "properties": { + "routes": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteParams" }, - "type": "array", - "nullable": true - }, - "local_id_not_starts_with": { - "type": "string", - "nullable": true + "type": "array" }, - "local_id_starts_with": { - "type": "string", - "nullable": true + "vpc_id": { + "type": "string" }, - "parent_backup": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "parent_backup_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "vpc_id", + "name" + ], + "type": "object" + }, + "VirtualPrivateCloudRouteTableUpdationParams": { + "properties": { + "data": { + "properties": { + "routes": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteParams" + }, + "type": "array" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" }, - "parent_backup_ends_with": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudRouteTable": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudRouteTable_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "parent_backup_gt": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudRouteTable" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudRouteTableDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVpcRouterGatewayRuleType": { + "properties": { + "dst": { + "type": "string" }, - "parent_backup_gte": { + "nexthop": { "type": "string", "nullable": true - }, - "parent_backup_in": { + } + }, + "required": [ + "dst" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudRouterGateway": { + "properties": { + "associated_subnets": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSubnet" }, "type": "array", "nullable": true }, - "parent_backup_lt": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "parent_backup_lte": { + "external_ip": { "type": "string", "nullable": true }, - "parent_backup_not": { - "type": "string", - "nullable": true + "external_subnet": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudExternalSubnet" }, - "parent_backup_not_contains": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "parent_backup_not_ends_with": { + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "nexthop_ip": { "type": "string", "nullable": true }, - "parent_backup_not_in": { + "rules": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVpcRouterGatewayRuleType" }, - "type": "array", - "nullable": true - }, - "parent_backup_not_starts_with": { - "type": "string", - "nullable": true + "type": "array" }, - "parent_backup_starts_with": { + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "external_subnet", + "id", + "local_id", + "name", + "rules", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudRouterGateway_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "read_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "read_bytes_gt": { - "type": "integer", - "format": "int64", - "nullable": true + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGateway" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudRouterGatewayRuleInputType": { + "properties": { + "dst": { + "type": "string" }, - "read_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true + "nexthop": { + "type": "string" + } + }, + "required": [ + "dst" + ], + "type": "object" + }, + "VirtualPrivateCloudRouterGatewayCreationParams": { + "properties": { + "rules": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayRuleInputType" + }, + "type": "array" }, - "read_bytes_in": { + "associated_subnets_ids": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "read_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true + "external_ip": { + "type": "string" }, - "read_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true + "external_subnet_id": { + "type": "string" }, - "read_bytes_not": { - "type": "integer", - "format": "int64", - "nullable": true + "vpc_id": { + "type": "string" }, - "read_bytes_not_in": { + "name": { + "type": "string" + } + }, + "required": [ + "rules", + "associated_subnets_ids", + "external_subnet_id", + "vpc_id", + "name" + ], + "type": "object" + }, + "VirtualPrivateCloudRouterGatewayUpdateDataParams": { + "properties": { + "rules": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayRuleInputType" }, - "type": "array", - "nullable": true - }, - "retry_times": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "retry_times_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "retry_times_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "type": "array" }, - "retry_times_in": { + "associated_subnets_ids": { "items": { - "type": "integer", - "format": "int32" + "type": "string" }, - "type": "array", - "nullable": true + "type": "array" }, - "retry_times_lt": { - "type": "integer", - "format": "int32", - "nullable": true + "external_ip": { + "type": "string" }, - "retry_times_lte": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" + } + }, + "type": "object" + }, + "VirtualPrivateCloudRouterGatewayUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayUpdateDataParams" }, - "retry_times_not": { - "type": "integer", - "format": "int32", + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudRouterGateway": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudRouterGateway_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "retry_times_not_in": { + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudRouterGateway" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudRouterGatewayDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVirtualPrivateCloudLabelGroup": { + "properties": { + "labels": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedLabel" }, - "type": "array", - "nullable": true - }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionStatus" - } - ], + "type": "array" + } + }, + "required": [ + "labels" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudSecurityGroup": { + "properties": { + "default_for_vpc": { + "type": "boolean", "nullable": true }, - "status_in": { - "items": { - "$ref": "#/components/schemas/BackupExecutionStatus" - }, - "type": "array", + "description": { + "type": "string", "nullable": true }, - "status_not": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BackupExecutionStatus" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "status_not_in": { + "id": { + "type": "string" + }, + "label_groups": { "items": { - "$ref": "#/components/schemas/BackupExecutionStatus" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudLabelGroup" }, "type": "array", "nullable": true }, - "total_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_gt": { - "type": "integer", - "format": "int64", - "nullable": true + "local_id": { + "type": "string" }, - "total_bytes_gte": { - "type": "integer", - "format": "int64", - "nullable": true + "name": { + "type": "string" }, - "total_bytes_in": { + "vms": { "items": { - "type": "integer", - "format": "int64" + "$ref": "#/components/schemas/NestedVm" }, "type": "array", "nullable": true }, - "total_bytes_lt": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_lte": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "total_bytes_not": { - "type": "integer", - "format": "int64", + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "id", + "local_id", + "name", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudSecurityGroup_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "total_bytes_not_in": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "LabelGroup": { + "properties": { + "label_ids": { "items": { - "type": "integer", - "format": "int64" + "type": "string" }, - "type": "array", - "nullable": true - }, - "type": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionType" - } - ], - "nullable": true - }, - "type_in": { + "type": "array" + } + }, + "required": [ + "label_ids" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityGroupCreationParams": { + "properties": { + "vm_ids": { "items": { - "$ref": "#/components/schemas/BackupExecutionType" + "type": "string" }, - "type": "array", - "nullable": true - }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionType" - } - ], - "nullable": true + "type": "array" }, - "type_not_in": { + "label_groups": { "items": { - "$ref": "#/components/schemas/BackupExecutionType" + "$ref": "#/components/schemas/LabelGroup" }, - "type": "array", - "nullable": true + "type": "array" }, - "vm": { - "allOf": [ - { - "$ref": "#/components/schemas/VmWhereInput" + "vpc_id": { + "type": "string" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "vpc_id", + "name" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityGroupUpdationParams": { + "properties": { + "data": { + "properties": { + "vm_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "label_groups": { + "items": { + "$ref": "#/components/schemas/LabelGroup" + }, + "type": "array" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" } - ], - "nullable": true + }, + "type": "object" }, - "vm_local_id": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudSecurityGroup": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudSecurityGroup_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "vm_local_id_contains": { - "type": "string", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudSecurityGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityGroupDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVirtualPrivateCloudSecurityGroup": { + "properties": { + "id": { + "type": "string" }, - "vm_local_id_ends_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVirtualPrivateCloudSecurityPolicyApply": { + "properties": { + "communicable": { + "type": "boolean" }, - "vm_local_id_gt": { - "type": "string", + "security_group": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityGroup" + } + ], "nullable": true }, - "vm_local_id_gte": { + "security_group_id": { + "type": "string" + } + }, + "required": [ + "communicable", + "security_group_id" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudNetworkPolicyRulePortProtocol": { + "enum": [ + "ICMP", + "TCP", + "UDP" + ], + "type": "string" + }, + "NestedVirtualPrivateCloudNetworkPolicyRulePort": { + "properties": { + "port": { "type": "string", "nullable": true }, - "vm_local_id_in": { + "protocol": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRulePortProtocol" + } + }, + "required": [ + "protocol" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudNetworkPolicyRuleType": { + "enum": [ + "ALL", + "IP_BLOCK", + "SECURITY_GROUP", + "SELECTOR" + ], + "type": "string" + }, + "NestedVirtualPrivateCloudNetworkPolicyRule": { + "properties": { + "except_ip_block": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "vm_local_id_lt": { - "type": "string", - "nullable": true - }, - "vm_local_id_lte": { - "type": "string", - "nullable": true - }, - "vm_local_id_not": { - "type": "string", - "nullable": true - }, - "vm_local_id_not_contains": { - "type": "string", - "nullable": true - }, - "vm_local_id_not_ends_with": { + "ip_block": { "type": "string", "nullable": true }, - "vm_local_id_not_in": { + "ports": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudNetworkPolicyRulePort" }, "type": "array", "nullable": true }, - "vm_local_id_not_starts_with": { - "type": "string", - "nullable": true - }, - "vm_local_id_starts_with": { - "type": "string", - "nullable": true - }, - "vm_name": { - "type": "string", - "nullable": true - }, - "vm_name_contains": { - "type": "string", - "nullable": true - }, - "vm_name_ends_with": { - "type": "string", - "nullable": true - }, - "vm_name_gt": { - "type": "string", + "security_group": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityGroup" + } + ], "nullable": true }, - "vm_name_gte": { + "security_group_id": { "type": "string", "nullable": true }, - "vm_name_in": { + "selector": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "vm_name_lt": { - "type": "string", - "nullable": true - }, - "vm_name_lte": { - "type": "string", - "nullable": true - }, - "vm_name_not": { - "type": "string", - "nullable": true - }, - "vm_name_not_contains": { - "type": "string", - "nullable": true - }, - "vm_name_not_ends_with": { - "type": "string", - "nullable": true - }, - "vm_name_not_in": { + "selector_ids": { "items": { "type": "string" }, "type": "array", "nullable": true }, - "vm_name_not_starts_with": { - "type": "string", - "nullable": true - }, - "vm_name_starts_with": { - "type": "string", - "nullable": true + "type": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleType" } }, + "required": [ + "type" + ], "type": "object", "additionalProperties": false }, - "BackupPlanExecutionWhereInput": { + "VirtualPrivateCloudSecurityPolicy": { "properties": { - "AND": { + "apply_to": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityPolicyApply" }, - "type": "array", - "nullable": true + "type": "array" }, - "NOT": { - "items": { - "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" - }, - "type": "array", + "description": { + "type": "string", "nullable": true }, - "OR": { + "egress": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionWhereInput" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudNetworkPolicyRule" }, "type": "array", "nullable": true }, - "backup_plan": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "deletable_flag_marked": { - "type": "boolean", - "nullable": true - }, - "deletable_flag_marked_not": { - "type": "boolean", - "nullable": true - }, - "duration": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "id": { + "type": "string" }, - "duration_in": { + "ingress": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudNetworkPolicyRule" }, "type": "array", "nullable": true }, - "duration_lt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_lte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "duration_not": { - "type": "integer", - "format": "int32", - "nullable": true + "local_id": { + "type": "string" }, - "duration_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "name": { + "type": "string" }, - "entityAsyncStatus": { + "policy_mode": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" } ], "nullable": true }, - "entityAsyncStatus_in": { - "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" - }, - "type": "array", + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "apply_to", + "id", + "local_id", + "name", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudSecurityPolicy_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "entityAsyncStatus_not": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicy" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityPolicyApplyInput": { + "properties": { + "security_group_id": { + "type": "string" + }, + "communicable": { + "type": "boolean" + } + }, + "required": [ + "security_group_id", + "communicable" + ], + "type": "object" + }, + "VirtualPrivateCloudNetworkPolicyRulePortInput": { + "properties": { + "protocol": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRulePortProtocol" + }, + "port": { + "type": "string", "nullable": true + } + }, + "required": [ + "protocol" + ], + "type": "object" + }, + "VirtualPrivateCloudNetworkPolicyRuleInput": { + "properties": { + "type": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleType" }, - "entityAsyncStatus_not_in": { + "selector_ids": { "items": { - "$ref": "#/components/schemas/EntityAsyncStatus" + "type": "string" }, "type": "array", "nullable": true }, - "executed_at": { + "security_group_id": { "type": "string", "nullable": true }, - "executed_at_gt": { - "type": "string", + "ports": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRulePortInput" + }, + "type": "array", "nullable": true }, - "executed_at_gte": { + "ip_block": { "type": "string", "nullable": true }, - "executed_at_in": { + "except_ip_block": { "items": { "type": "string" }, "type": "array", "nullable": true + } + }, + "required": [ + "type" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityPolicyCreateParams": { + "properties": { + "egress": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" + }, + "type": "array" }, - "executed_at_lt": { - "type": "string", - "nullable": true - }, - "executed_at_lte": { - "type": "string", - "nullable": true - }, - "executed_at_not": { - "type": "string", - "nullable": true + "ingress": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" + }, + "type": "array" }, - "executed_at_not_in": { + "apply_to": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyApplyInput" }, "type": "array", - "nullable": true + "minItems": 1 }, - "id": { - "type": "string", - "nullable": true + "policy_mode": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" }, - "id_contains": { - "type": "string", - "nullable": true + "vpc_id": { + "type": "string" }, - "id_ends_with": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "id_gt": { + "name": { "type": "string", - "nullable": true - }, - "id_gte": { + "minLength": 1 + } + }, + "required": [ + "apply_to", + "vpc_id", + "name" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudSecurityPolicy": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudSecurityPolicy_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "id_in": { + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudSecurityPolicy" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityPolicyDeleteParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VirtualPrivateCloudSecurityPolicyUpdateParams": { + "properties": { + "ingress": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" }, - "type": "array", - "nullable": true + "type": "array" }, - "id_lt": { - "type": "string", - "nullable": true + "egress": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" + }, + "type": "array" }, - "id_lte": { - "type": "string", - "nullable": true + "apply_to": { + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyApplyInput" + }, + "type": "array" }, - "id_not": { - "type": "string", - "nullable": true + "policy_mode": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" }, - "id_not_contains": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "id_not_ends_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "type": "object" + }, + "VirtualPrivateCloudSecurityPolicyUpdateBody": { + "properties": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyUpdateParams" }, - "id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "NestedVpcSubnetIpPooType": { + "properties": { + "end": { + "type": "string" }, - "id_not_starts_with": { - "type": "string", - "nullable": true + "start": { + "type": "string" + } + }, + "required": [ + "end", + "start" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVirtualPrivateCloudRouteTable": { + "properties": { + "id": { + "type": "string" }, - "id_starts_with": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloudSubnet": { + "properties": { + "cidr": { + "type": "string" }, - "local_created_at": { + "description": { "type": "string", "nullable": true }, - "local_created_at_gt": { - "type": "string", + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "local_created_at_gte": { + "gateway": { "type": "string", "nullable": true }, - "local_created_at_in": { + "id": { + "type": "string" + }, + "ip_pools": { "items": { - "type": "string" + "$ref": "#/components/schemas/NestedVpcSubnetIpPooType" }, "type": "array", "nullable": true }, - "local_created_at_lt": { - "type": "string", + "local_id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "route_table": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloudRouteTable" + }, + "total_ip_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_lte": { - "type": "string", + "unused_ip_count": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_created_at_not": { + "vpc": { + "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + } + }, + "required": [ + "cidr", + "id", + "local_id", + "name", + "route_table", + "vpc" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloudSubnet_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "local_created_at_not_in": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnet" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudSubnetIpPoolParams": { + "properties": { + "end": { + "type": "string" + }, + "start": { + "type": "string" + } + }, + "required": [ + "end", + "start" + ], + "type": "object" + }, + "VirtualPrivateCloudSubnetCreationParams": { + "properties": { + "route_table_id": { + "type": "string" + }, + "ip_pools": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetIpPoolParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "local_id": { - "type": "string", - "nullable": true + "gateway": { + "type": "string" }, - "local_id_contains": { - "type": "string", - "nullable": true + "cidr": { + "type": "string" }, - "local_id_ends_with": { - "type": "string", - "nullable": true + "vpc_id": { + "type": "string" }, - "local_id_gt": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "local_id_gte": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "required": [ + "route_table_id", + "gateway", + "cidr", + "vpc_id", + "name" + ], + "type": "object" + }, + "VirtualPrivateCloudSubnetUpdateDataParams": { + "properties": { + "route_table_id": { + "type": "string" }, - "local_id_in": { + "ip_pools": { "items": { - "type": "string" + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetIpPoolParams" }, - "type": "array", - "nullable": true + "type": "array" }, - "local_id_lt": { - "type": "string", - "nullable": true + "gateway": { + "type": "string" }, - "local_id_lte": { - "type": "string", - "nullable": true + "cidr": { + "type": "string" }, - "local_id_not": { - "type": "string", - "nullable": true + "description": { + "type": "string" }, - "local_id_not_contains": { - "type": "string", - "nullable": true + "name": { + "type": "string" + } + }, + "type": "object" + }, + "VirtualPrivateCloudSubnetUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetUpdateDataParams" }, - "local_id_not_ends_with": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloudSubnet": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloudSubnet_": { + "properties": { + "task_id": { "type": "string", "nullable": true }, - "local_id_not_in": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloudSubnet" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudSubnetDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedVirtualPrivateCloudIsolationPolicy": { + "properties": { + "id": { + "type": "string" }, - "local_id_not_starts_with": { - "type": "string", + "vm": { + "$ref": "#/components/schemas/NestedVm" + } + }, + "required": [ + "id", + "vm" + ], + "type": "object", + "additionalProperties": false + }, + "NestedVirtualPrivateCloudSecurityPolicy": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "VirtualPrivateCloud": { + "properties": { + "associate_external_subnet_num": { + "type": "integer", + "format": "int32", "nullable": true }, - "local_id_starts_with": { + "description": { "type": "string", "nullable": true }, - "method": { + "entityAsyncStatus": { "allOf": [ { - "$ref": "#/components/schemas/BackupExecutionMethod" + "$ref": "#/components/schemas/EntityAsyncStatus" } ], "nullable": true }, - "method_in": { - "items": { - "$ref": "#/components/schemas/BackupExecutionMethod" - }, - "type": "array", - "nullable": true - }, - "method_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionMethod" - } - ], - "nullable": true + "id": { + "type": "string" }, - "method_not_in": { + "isolation_policies": { "items": { - "$ref": "#/components/schemas/BackupExecutionMethod" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudIsolationPolicy" }, "type": "array", "nullable": true }, - "state": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionState" - } - ], - "nullable": true + "local_id": { + "type": "string" }, - "state_in": { - "items": { - "$ref": "#/components/schemas/BackupPlanExecutionState" - }, - "type": "array", + "mtu": { + "type": "integer", + "format": "int32", "nullable": true }, - "state_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionState" - } - ], - "nullable": true + "name": { + "type": "string" }, - "state_not_in": { + "route_tables": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionState" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudRouteTable" }, "type": "array", "nullable": true }, - "status": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - } - ], - "nullable": true - }, - "status_in": { + "security_groups": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityGroup" }, "type": "array", "nullable": true }, - "status_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" - } - ], - "nullable": true - }, - "status_not_in": { + "security_policies": { "items": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityPolicy" }, "type": "array", "nullable": true }, - "success_job_count": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "success_job_count_gt": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "success_job_count_gte": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "success_job_count_in": { + "subnets": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedVirtualPrivateCloudSubnet" }, "type": "array", "nullable": true - }, - "success_job_count_lt": { - "type": "integer", - "format": "int32", + } + }, + "required": [ + "id", + "local_id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VirtualPrivateCloud_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "success_job_count_lte": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloud" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudCreationParams": { + "properties": { + "mtu": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "success_job_count_not": { - "type": "integer", - "format": "int32", - "nullable": true + "vpc_service_id": { + "type": "string" }, - "success_job_count_not_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", - "nullable": true + "description": { + "type": "string" }, - "total_job_count": { + "name": { + "type": "string" + } + }, + "required": [ + "vpc_service_id", + "name" + ], + "type": "object" + }, + "VirtualPrivateCloudUpdateDataParams": { + "properties": { + "mtu": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "total_job_count_gt": { - "type": "integer", - "format": "int32", - "nullable": true + "description": { + "type": "string" }, - "total_job_count_gte": { - "type": "integer", - "format": "int32", - "nullable": true + "name": { + "type": "string" + } + }, + "type": "object" + }, + "VirtualPrivateCloudUpdationParams": { + "properties": { + "data": { + "$ref": "#/components/schemas/VirtualPrivateCloudUpdateDataParams" }, - "total_job_count_in": { - "items": { - "type": "integer", - "format": "int32" - }, - "type": "array", + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteVirtualPrivateCloud": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object" + }, + "WithTask_DeleteVirtualPrivateCloud_": { + "properties": { + "task_id": { + "type": "string", "nullable": true }, - "total_job_count_lt": { - "type": "integer", - "format": "int32", + "data": { + "$ref": "#/components/schemas/DeleteVirtualPrivateCloud" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VirtualPrivateCloudDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "Vlan": { + "properties": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], "nullable": true }, - "total_job_count_lte": { - "type": "integer", - "format": "int32", + "gateway_ip": { + "type": "string", "nullable": true }, - "total_job_count_not": { - "type": "integer", - "format": "int32", + "gateway_subnetmask": { + "type": "string", "nullable": true }, - "total_job_count_not_in": { + "id": { + "type": "string" + }, + "labels": { "items": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/NestedLabel" }, "type": "array", "nullable": true }, - "type": { + "local_id": { + "type": "string" + }, + "mode_type": { "allOf": [ { - "$ref": "#/components/schemas/BackupExecutionType" + "$ref": "#/components/schemas/VlanModeType" } ], "nullable": true }, - "type_in": { + "name": { + "type": "string" + }, + "network_ids": { "items": { - "$ref": "#/components/schemas/BackupExecutionType" + "type": "string" }, - "type": "array", + "type": "array" + }, + "qos_burst": { + "type": "number", + "format": "double", "nullable": true }, - "type_not": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupExecutionType" - } - ], + "qos_max_bandwidth": { + "type": "number", + "format": "double", "nullable": true }, - "type_not_in": { + "qos_min_bandwidth": { + "type": "number", + "format": "double", + "nullable": true + }, + "qos_priority": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "subnetmask": { + "type": "string", + "nullable": true + }, + "type": { + "$ref": "#/components/schemas/NetworkType" + }, + "vds": { + "$ref": "#/components/schemas/NestedVds" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + }, + "vm_nics": { "items": { - "$ref": "#/components/schemas/BackupExecutionType" + "$ref": "#/components/schemas/NestedVmNic" }, "type": "array", "nullable": true } }, + "required": [ + "id", + "local_id", + "name", + "network_ids", + "type", + "vds", + "vlan_id" + ], "type": "object", "additionalProperties": false }, - "BackupExecutionMethod": { - "enum": [ - "AUTO", - "MANUAL" - ], - "type": "string" - }, - "BackupPlanExecutionState": { - "enum": [ - "FAILED", - "PARTLY_FAILED", - "PAUSED", - "PAUSING", - "RUNNING", - "STARTING", - "SUCCEED" - ], - "type": "string" - }, - "BackupExecutionType": { - "enum": [ - "FULL", - "INCREMENTAL" - ], - "type": "string" - }, - "BackupRestorePointCreation": { - "enum": [ - "AUTO", - "FAILBACK", - "FAILOVER", - "MANUAL" - ], - "type": "string" - }, - "BackupRestorePointType": { - "enum": [ - "FULL", - "INCREMENTAL" - ], - "type": "string" - }, - "BackupStoreStatus": { - "enum": [ - "CONNECTED", - "CONNECTING", - "DISABLED", - "ERROR", - "INIT", - "INIT_ERROR" + "WithTask_Vlan_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/Vlan" + } + }, + "required": [ + "data" ], - "type": "string" + "type": "object" }, - "BackupStoreType": { - "enum": [ - "ISCSI", - "NFS3", - "NFS4" - ], - "type": "string" + "VlanId": { + "type": "integer", + "format": "int32", + "minimum": 0, + "maximum": 4095 }, - "BackupServiceStatus": { - "enum": [ - "ERROR", - "INITIALIZING", - "INSTALLING", - "INSTALL_FAILED", - "RUNNING", - "TERMINATE_FAILED", - "TERMINATING", - "UPGRADE_FAILED", - "UPGRADING" - ], - "type": "string" + "Priority": { + "type": "number", + "format": "double", + "minimum": 0 }, - "BackupPlanDeleteStrategy": { - "enum": [ - "DELETE_RESTORE_POINT", - "KEEP_RESTORE_POINT" + "VmVlanCreationParams": { + "properties": { + "qos_burst_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "qos_burst": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "qos_max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "qos_max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "qos_min_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" + }, + "qos_min_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "qos_priority": { + "$ref": "#/components/schemas/Priority" + }, + "mode_type": { + "$ref": "#/components/schemas/VlanModeType" + }, + "network_ids": { + "items": { + "type": "string" + }, + "type": "array" + }, + "vds_id": { + "type": "string" + }, + "vlan_id": { + "$ref": "#/components/schemas/VlanId" + }, + "name": { + "type": "string" + } + }, + "required": [ + "vds_id", + "name" ], - "type": "string" + "type": "object" }, - "BackupPlanUpdationParams": { + "VmVlanUpdationParams": { "properties": { "data": { "properties": { - "disconnect_strategy": { - "$ref": "#/components/schemas/BackupPlanDeleteStrategy" + "qos_burst_unit": { + "$ref": "#/components/schemas/ByteUnit" }, - "keep_policy_value": { + "qos_burst": { "type": "integer", - "format": "int32" - }, - "keep_policy": { - "$ref": "#/components/schemas/BackupPlanKeepPolicy" - }, - "backup_delay_option": { - "$ref": "#/components/schemas/BackupPlanDelayOption" + "format": "int64", + "nullable": true }, - "window_end": { - "type": "string" + "qos_max_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "window_start": { - "type": "string" + "qos_max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true }, - "enable_window": { - "type": "boolean" + "qos_min_bandwidth_unit": { + "$ref": "#/components/schemas/BPSUnit" }, - "full_time_point": { - "$ref": "#/components/schemas/BackupPlanTimePoint" + "qos_min_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true }, - "full_period": { - "$ref": "#/components/schemas/BackupPlanPeriod" + "qos_priority": { + "$ref": "#/components/schemas/Priority" }, - "full_interval": { - "type": "integer", - "format": "int32" + "mode_type": { + "$ref": "#/components/schemas/VlanModeType" }, - "incremental_weekdays": { + "network_ids": { "items": { - "$ref": "#/components/schemas/WeekdayTypeEnum" + "type": "string" }, "type": "array" }, - "incremental_time_points": { + "vlan_id": { + "$ref": "#/components/schemas/VlanId" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "ExtraIp": { + "properties": { + "management_ip": { + "type": "string" + }, + "host_id": { + "type": "string" + } + }, + "required": [ + "management_ip", + "host_id" + ], + "type": "object" + }, + "ManagementVlanUpdationParams": { + "properties": { + "data": { + "properties": { + "extra_ip": { "items": { - "$ref": "#/components/schemas/BackupPlanTimePoint" + "$ref": "#/components/schemas/ExtraIp" }, "type": "array" }, - "incremental_interval": { - "type": "integer", - "format": "int32" - }, - "incremental_period": { - "$ref": "#/components/schemas/BackupPlanPeriod" - }, - "snapshot_consistent_type": { - "$ref": "#/components/schemas/ConsistentType" - }, - "compression": { - "type": "boolean" - }, - "vms": { - "$ref": "#/components/schemas/VmWhereInput" - }, - "description": { + "subnetmask": { "type": "string" }, - "name": { + "gateway_ip": { "type": "string" + }, + "vlan_id": { + "$ref": "#/components/schemas/VlanId" } }, "type": "object" }, "where": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/VlanWhereInput" } }, "required": [ @@ -93456,16 +93722,39 @@ ], "type": "object" }, - "DeleteBackupPlan": { + "MigrationVlanUpdationParams": { "properties": { - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" + "data": { + "properties": { + "extra_ip": { + "items": { + "$ref": "#/components/schemas/ExtraIp" + }, + "type": "array" + }, + "subnetmask": { + "type": "string" + }, + "gateway_ip": { + "type": "string" + }, + "vlan_id": { + "$ref": "#/components/schemas/VlanId" } - ], - "nullable": true + }, + "type": "object" }, + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteVlan": { + "properties": { "id": { "type": "string" } @@ -93475,14 +93764,14 @@ ], "type": "object" }, - "WithTask_DeleteBackupPlan_": { + "WithTask_DeleteVlan_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteBackupPlan" + "$ref": "#/components/schemas/DeleteVlan" } }, "required": [ @@ -93490,21 +93779,98 @@ ], "type": "object" }, - "BackupPlanDeletionParams": { + "VlanDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VlanWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "VmFolder": { + "properties": { + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "id": { + "type": "string" + }, + "local_id": { + "type": "string", + "nullable": true + }, + "name": { + "type": "string" + }, + "vm_num": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "vms": { + "items": { + "$ref": "#/components/schemas/NestedVm" + }, + "type": "array", + "nullable": true + } + }, + "required": [ + "cluster", + "id", + "name" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VmFolder_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/VmFolder" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmFolderCreationParams": { + "properties": { + "cluster_id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "cluster_id", + "name" + ], + "type": "object" + }, + "VmFolderUpdationParams": { "properties": { "data": { "properties": { - "delete_strategy": { - "$ref": "#/components/schemas/BackupPlanDeleteStrategy" + "name": { + "type": "string" } }, "required": [ - "delete_strategy" + "name" ], "type": "object" }, "where": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/VmFolderWhereInput" } }, "required": [ @@ -93513,62 +93879,53 @@ ], "type": "object" }, - "BackupPlanSuspendParams": { + "DeleteVmFolder": { "properties": { - "where": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "id": { + "type": "string" } }, "required": [ - "where" + "id" ], "type": "object" }, - "BackupPlanResumeParams": { + "WithTask_DeleteVmFolder_": { "properties": { - "where": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/DeleteVmFolder" } }, "required": [ - "where" + "data" ], "type": "object" }, - "NestedBackupPlan": { + "VmFolderDeletionParams": { "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" + "where": { + "$ref": "#/components/schemas/VmFolderWhereInput" } }, "required": [ - "id", - "name" + "where" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "BackupPlanExecution": { + "VmPlacementGroup": { "properties": { - "backup_plan": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedBackupPlan" - } - ], - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "deletable_flag_marked": { - "type": "boolean", - "nullable": true + "description": { + "type": "string" }, - "duration": { - "type": "integer", - "format": "int32", - "nullable": true + "enabled": { + "type": "boolean" }, "entityAsyncStatus": { "allOf": [ @@ -93578,10 +93935,6 @@ ], "nullable": true }, - "executed_at": { - "type": "string", - "nullable": true - }, "id": { "type": "string" }, @@ -93591,53 +93944,79 @@ "local_id": { "type": "string" }, - "method": { - "$ref": "#/components/schemas/BackupExecutionMethod" + "local_updated_at": { + "type": "string" }, - "state": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupPlanExecutionState" - } - ], - "nullable": true + "name": { + "type": "string" }, - "status": { - "$ref": "#/components/schemas/BackupPlanExecutionStatus" + "vm_host_must_enabled": { + "type": "boolean" }, - "success_job_count": { - "type": "integer", - "format": "int32", + "vm_host_must_host_uuids": { + "items": { + "$ref": "#/components/schemas/NestedHost" + }, + "type": "array", "nullable": true }, - "total_job_count": { - "type": "integer", - "format": "int32", + "vm_host_must_policy": { + "type": "boolean" + }, + "vm_host_prefer_enabled": { + "type": "boolean" + }, + "vm_host_prefer_host_uuids": { + "items": { + "$ref": "#/components/schemas/NestedHost" + }, + "type": "array", "nullable": true }, - "type": { - "$ref": "#/components/schemas/BackupExecutionType" + "vm_host_prefer_policy": { + "type": "boolean" + }, + "vm_vm_policy": { + "$ref": "#/components/schemas/VmVmPolicy" + }, + "vm_vm_policy_enabled": { + "type": "boolean" + }, + "vms": { + "items": { + "$ref": "#/components/schemas/NestedVm" + }, + "type": "array", + "nullable": true } }, "required": [ + "cluster", + "description", + "enabled", "id", "local_created_at", "local_id", - "method", - "status", - "type" + "local_updated_at", + "name", + "vm_host_must_enabled", + "vm_host_must_policy", + "vm_host_prefer_enabled", + "vm_host_prefer_policy", + "vm_vm_policy", + "vm_vm_policy_enabled" ], "type": "object", "additionalProperties": false }, - "WithTask_BackupPlanExecution_": { + "WithTask_VmPlacementGroup_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/BackupPlanExecution" + "$ref": "#/components/schemas/VmPlacementGroup" } }, "required": [ @@ -93645,21 +94024,100 @@ ], "type": "object" }, - "BackupPlanExecuteParams": { + "VmPlacementGroupCreationParams": { + "properties": { + "vm_vm_policy": { + "$ref": "#/components/schemas/VmVmPolicy" + }, + "vm_host_prefer_enabled": { + "type": "boolean" + }, + "vm_host_must_policy": { + "type": "boolean" + }, + "vm_host_must_enabled": { + "type": "boolean" + }, + "vm_host_prefer_policy": { + "type": "boolean" + }, + "vm_vm_policy_enabled": { + "type": "boolean" + }, + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "prefer_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "must_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "enabled": { + "type": "boolean" + }, + "cluster_id": { + "type": "string" + } + }, + "required": [ + "name", + "enabled", + "cluster_id" + ], + "type": "object" + }, + "VmPlacementGroupUpdationParams": { "properties": { "data": { "properties": { - "type": { - "$ref": "#/components/schemas/BackupExecutionType" + "vm_vm_policy": { + "$ref": "#/components/schemas/VmVmPolicy" + }, + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, + "prefer_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "must_hosts": { + "$ref": "#/components/schemas/HostWhereInput" + }, + "vm_host_prefer_enabled": { + "type": "boolean" + }, + "vm_host_must_policy": { + "type": "boolean" + }, + "vm_host_must_enabled": { + "type": "boolean" + }, + "vm_host_prefer_policy": { + "type": "boolean" + }, + "vm_vm_policy_enabled": { + "type": "boolean" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "enabled": { + "type": "boolean" } }, - "required": [ - "type" - ], "type": "object" }, "where": { - "$ref": "#/components/schemas/BackupPlanWhereInput" + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" } }, "required": [ @@ -93668,7 +94126,7 @@ ], "type": "object" }, - "NestedBackupRestorePoint": { + "DeleteVmPlacementGroup": { "properties": { "id": { "type": "string" @@ -93677,116 +94135,392 @@ "required": [ "id" ], + "type": "object" + }, + "WithTask_DeleteVmPlacementGroup_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/DeleteVmPlacementGroup" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmPlacementGroupDeletionParams": { + "properties": { + "where": { + "$ref": "#/components/schemas/VmPlacementGroupWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "NestedSnapshotGroup": { + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "id", + "name" + ], "type": "object", "additionalProperties": false }, - "NestedBackupRestoreExecutionNetworkMapping": { + "NestedFrozenDisks": { "properties": { - "dst_vlan_id": { + "boot": { + "type": "integer", + "format": "int32" + }, + "bus": { + "$ref": "#/components/schemas/Bus" + }, + "disabled": { + "type": "boolean", + "nullable": true + }, + "disk_name": { + "type": "string", + "nullable": true + }, + "elf_image_local_id": { "type": "string" }, - "src_vlan_id": { + "image_name": { + "type": "string", + "nullable": true + }, + "index": { + "type": "integer", + "format": "int32" + }, + "key": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true + }, + "max_iops": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true + }, + "path": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "snapshot_local_id": { + "type": "string", + "nullable": true + }, + "storage_policy_uuid": { + "type": "string" + }, + "svt_image_local_id": { + "type": "string" + }, + "type": { + "$ref": "#/components/schemas/VmDiskType" + }, + "vm_volume_local_id": { "type": "string" + }, + "vm_volume_snapshot_uuid": { + "type": "string", + "nullable": true + }, + "vm_volume_template_uuid": { + "type": "string", + "nullable": true } }, "required": [ - "dst_vlan_id", - "src_vlan_id" + "boot", + "bus", + "elf_image_local_id", + "index", + "path", + "size", + "storage_policy_uuid", + "svt_image_local_id", + "type", + "vm_volume_local_id" ], "type": "object", "additionalProperties": false }, - "BackupRestoreExecution": { + "NestedFrozenVlan": { "properties": { - "backup_restore_point": { + "name": { + "type": "string" + }, + "vds_ovs": { + "type": "string" + }, + "vlan_id": { + "type": "integer", + "format": "int32" + }, + "vlan_local_id": { + "type": "string" + } + }, + "required": [ + "name", + "vds_ovs", + "vlan_id", + "vlan_local_id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedFrozenNic": { + "properties": { + "enabled": { + "type": "boolean", + "nullable": true + }, + "gateway": { + "type": "string" + }, + "index": { + "type": "integer", + "format": "int32" + }, + "ip_address": { + "type": "string" + }, + "mac_address": { + "type": "string" + }, + "mirror": { + "type": "boolean", + "nullable": true + }, + "model": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicModel" + } + ], + "nullable": true + }, + "subnet_mask": { + "type": "string" + }, + "vlan": { + "$ref": "#/components/schemas/NestedFrozenVlan" + } + }, + "required": [ + "gateway", + "index", + "ip_address", + "mac_address", + "subnet_mask", + "vlan" + ], + "type": "object", + "additionalProperties": false + }, + "VmSnapshot": { + "properties": { + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" + }, + "cluster": { + "$ref": "#/components/schemas/NestedCluster" + }, + "consistent_type": { + "$ref": "#/components/schemas/ConsistentType" + }, + "cpu": { + "$ref": "#/components/schemas/NestedCpu" + }, + "cpu_model": { + "type": "string" + }, + "description": { + "type": "string" + }, + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, + "firmware": { + "$ref": "#/components/schemas/VmFirmware" + }, + "ha": { + "type": "boolean" + }, + "id": { + "type": "string" + }, + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], + "nullable": true + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true + }, + "local_created_at": { + "type": "string", + "nullable": true + }, + "local_id": { + "type": "string" + }, + "max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true + }, + "max_iops": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true + }, + "memory": { + "type": "integer", + "format": "int64" + }, + "name": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "snapshot_group": { "allOf": [ { - "$ref": "#/components/schemas/NestedBackupRestorePoint" + "$ref": "#/components/schemas/NestedSnapshotGroup" } ], "nullable": true }, - "duration": { + "vcpu": { "type": "integer", - "format": "int32", - "nullable": true + "format": "int32" }, - "entityAsyncStatus": { + "vm": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/NestedVm" } ], "nullable": true }, - "executed_at": { - "type": "string" - }, - "id": { - "type": "string" - }, - "mode": { - "$ref": "#/components/schemas/BackupRestoreExecutionMode" - }, - "name": { - "type": "string" - }, - "read_bytes": { - "type": "integer", - "format": "int64", - "nullable": true - }, - "rebuild_name": { - "type": "string", - "nullable": true - }, - "rebuild_network_mapping": { + "vm_disks": { "items": { - "$ref": "#/components/schemas/NestedBackupRestoreExecutionNetworkMapping" + "$ref": "#/components/schemas/NestedFrozenDisks" }, "type": "array", "nullable": true }, - "rebuild_target_cluster": { - "type": "string", - "nullable": true - }, - "retry_times": { - "type": "integer", - "format": "int32", + "vm_nics": { + "items": { + "$ref": "#/components/schemas/NestedFrozenNic" + }, + "type": "array", "nullable": true }, - "startup_after_restore": { + "win_opt": { "type": "boolean" - }, - "status": { - "$ref": "#/components/schemas/BackupExecutionStatus" - }, - "total_bytes": { - "type": "integer", - "format": "int64", - "nullable": true } }, "required": [ - "executed_at", + "clock_offset", + "cluster", + "consistent_type", + "cpu", + "cpu_model", + "description", + "firmware", + "ha", "id", - "mode", + "local_id", + "memory", "name", - "startup_after_restore", - "status" + "size", + "vcpu", + "win_opt" ], "type": "object", "additionalProperties": false }, - "WithTask_BackupRestoreExecution_": { + "WithTask_VmSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/BackupRestoreExecution" + "$ref": "#/components/schemas/VmSnapshot" } }, "required": [ @@ -93794,103 +94528,40 @@ ], "type": "object" }, - "BackupRestoreExecutionNetworkMapping": { + "VmSnapshotCreationParamsData": { "properties": { - "src_vlan_id": { - "type": "string" + "consistent_type": { + "$ref": "#/components/schemas/ConsistentType" }, - "dst_vlan_id": { + "name": { "type": "string" }, - "__typename": { - "type": "string", - "enum": [ - "BackupRestoreExecutionNetworkMapping" - ], - "nullable": false - } - }, - "required": [ - "src_vlan_id", - "dst_vlan_id" - ], - "type": "object" - }, - "BackupRestorePointRebuildParams": { - "properties": { - "data": { - "properties": { - "rebuild_network_mapping": { - "items": { - "$ref": "#/components/schemas/BackupRestoreExecutionNetworkMapping" - }, - "type": "array" - }, - "rebuild_target_host_id": { - "type": "string" - }, - "rebuild_target_cluster_id": { - "type": "string" - }, - "rebuild_name": { - "type": "string" - }, - "startup_after_restore": { - "type": "boolean" - } - }, - "required": [ - "rebuild_network_mapping", - "rebuild_target_host_id", - "rebuild_target_cluster_id", - "rebuild_name", - "startup_after_restore" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" + "vm_id": { + "type": "string" } }, "required": [ - "data", - "where" + "name", + "vm_id" ], "type": "object" }, - "BackupRestorePointRestoreInPlaceParams": { + "VmSnapshotCreationParams": { "properties": { "data": { - "properties": { - "startup_after_restore": { - "type": "boolean" - } + "items": { + "$ref": "#/components/schemas/VmSnapshotCreationParamsData" }, - "required": [ - "startup_after_restore" - ], - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" + "type": "array" } }, "required": [ - "data", - "where" + "data" ], "type": "object" }, - "DeleteBackupRestorePoint": { + "DeleteVmSnapshot": { "properties": { - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, "id": { "type": "string" } @@ -93900,17 +94571,14 @@ ], "type": "object" }, - "WithTask_DeleteBackupRestorePoint-Array_": { + "WithTask_DeleteVmSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "items": { - "$ref": "#/components/schemas/DeleteBackupRestorePoint" - }, - "type": "array" + "$ref": "#/components/schemas/DeleteVmSnapshot" } }, "required": [ @@ -93918,10 +94586,10 @@ ], "type": "object" }, - "BackupRestorePointDeletionParams": { + "VmSnapshotDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/BackupRestorePointWhereInput" + "$ref": "#/components/schemas/VmSnapshotWhereInput" } }, "required": [ @@ -93929,334 +94597,237 @@ ], "type": "object" }, - "DisassociateSystemServiceFromObsServiceResultType": { - "enum": [ - "FAIL", - "SUCCESS" - ], - "type": "string" - }, - "DisassociateSystemServiceFromObsServiceResult": { + "NestedTemplateVpcNic": { "properties": { - "errorMessage": { + "vpc_local_id": { "type": "string" }, - "errorCode": { + "vpc_subnet_local_id": { "type": "string" - }, - "result": { - "$ref": "#/components/schemas/DisassociateSystemServiceFromObsServiceResultType" } }, "required": [ - "result" + "vpc_local_id", + "vpc_subnet_local_id" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "WithTask_DisassociateSystemServiceFromObsServiceResult_": { + "NestedTemplateNic": { "properties": { - "task_id": { - "type": "string", + "enabled": { + "type": "boolean", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DisassociateSystemServiceFromObsServiceResult" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "ObservabilityConnectedSystemServiceType": { - "enum": [ - "BACKUP_SERVICE", - "CLOUDTOWER", - "EVEROUTE_SERVICE", - "OBSERVABILITY_SERVICE", - "REPLICATION_SERVICE", - "SFS_SERVICE" - ], - "type": "string" - }, - "DisassociateSystemServiceFromObsServiceParams": { - "properties": { - "system_service_type": { - "$ref": "#/components/schemas/ObservabilityConnectedSystemServiceType" + "index": { + "type": "integer", + "format": "int32" }, - "system_service_id": { - "type": "string" - } - }, - "required": [ - "system_service_id" - ], - "type": "object" - }, - "WithTask_Task_": { - "properties": { - "task_id": { + "ip_address": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/Task" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "TaskDescription": { - "properties": { - "en-US": { - "type": "string" + "mac_address": { + "type": "string", + "nullable": true }, - "zh-CN": { - "type": "string" - } - }, - "required": [ - "en-US", - "zh-CN" - ], - "type": "object" - }, - "TaskStepCreationParams": { - "properties": { - "description": { - "type": "string" + "mirror": { + "type": "boolean", + "nullable": true }, - "finished": { - "type": "boolean" + "model": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicModel" + } + ], + "nullable": true }, - "key": { - "type": "string", - "minLength": 1 + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmNicType" + } + ], + "nullable": true + }, + "vlan": { + "$ref": "#/components/schemas/NestedFrozenVlan" + }, + "vpc_nic": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedTemplateVpcNic" + } + ], + "nullable": true } }, "required": [ - "finished", - "key" + "index", + "vlan" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "TaskCreationParams": { + "VmTemplate": { "properties": { - "steps": { - "items": { - "$ref": "#/components/schemas/TaskStepCreationParams" - }, - "type": "array" + "clock_offset": { + "$ref": "#/components/schemas/VmClockOffset" }, - "args": { - "additionalProperties": false, - "type": "object" + "cloud_init_supported": { + "type": "boolean" }, - "key": { - "type": "string" + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "internal": { - "type": "boolean" + "content_library_vm_template": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedContentLibraryVmTemplate" + } + ], + "nullable": true }, - "type": { - "$ref": "#/components/schemas/TaskType" + "cpu": { + "$ref": "#/components/schemas/NestedCpu" }, - "resource_id": { + "cpu_model": { "type": "string" }, - "cluster_id": { + "description": { "type": "string" }, - "user_id": { - "type": "string" + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true }, - "description": { - "$ref": "#/components/schemas/TaskDescription" + "firmware": { + "$ref": "#/components/schemas/VmFirmware" }, - "resource_mutation": { - "type": "string", - "minLength": 1 + "ha": { + "type": "boolean" }, - "resource_type": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "user_id", - "description", - "resource_mutation", - "resource_type" - ], - "type": "object" - }, - "TaskUpdateParams": { - "properties": { - "data": { - "properties": { - "resource_rollback_retry_count": { - "type": "integer", - "format": "int32" - }, - "resource_rollback_error": { - "type": "string" - }, - "resource_rollbacked": { - "type": "boolean" - }, - "steps": { - "items": { - "$ref": "#/components/schemas/TaskStepCreationParams" - }, - "type": "array" - }, - "error_message": { - "type": "string" - }, - "error_code": { - "type": "string" - }, - "progress": { - "type": "number", - "format": "float" - }, - "status": { - "$ref": "#/components/schemas/TaskStatus" - }, - "snapshot": { - "type": "string" - }, - "args": { - "additionalProperties": false, - "type": "object" - }, - "key": { - "type": "string" - }, - "type": { - "$ref": "#/components/schemas/TaskType" - }, - "resource_id": { - "type": "string" - }, - "cluster_id": { - "type": "string" - }, - "user_id": { - "type": "string" - }, - "resource_mutation": { - "type": "string" - }, - "resource_type": { - "type": "string" - }, - "description": { - "type": "string" + "id": { + "type": "string" + }, + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" } + ], + "nullable": true + }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" }, - "type": "object" + "type": "array", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/TaskWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "NestedVirtualPrivateCloudExternalSubnet": { - "properties": { - "floating_ip_cidr": { + "local_created_at": { "type": "string", "nullable": true }, - "id": { + "local_id": { "type": "string" }, - "name": { - "type": "string" + "max_bandwidth": { + "type": "integer", + "format": "int64", + "nullable": true }, - "nat_gateway_cidr": { - "type": "string", + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], "nullable": true }, - "router_gateway_cidr": { - "type": "string", + "max_iops": { + "type": "integer", + "format": "int32", "nullable": true - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVirtualPrivateCloud": { - "properties": { - "id": { - "type": "string" }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudFloatingIp": { - "properties": { - "entityAsyncStatus": { + "max_iops_policy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmDiskIoRestrictType" } ], "nullable": true }, - "external_ip": { + "memory": { + "type": "integer", + "format": "int64" + }, + "name": { + "type": "string" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "vcpu": { + "type": "integer", + "format": "int32" + }, + "video_type": { "type": "string", "nullable": true }, - "external_subnet": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudExternalSubnet" - }, - "id": { - "type": "string" + "vm_disks": { + "items": { + "$ref": "#/components/schemas/NestedFrozenDisks" + }, + "type": "array", + "nullable": true }, - "local_id": { - "type": "string" + "vm_nics": { + "items": { + "$ref": "#/components/schemas/NestedTemplateNic" + }, + "type": "array", + "nullable": true }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + "win_opt": { + "type": "boolean" } }, "required": [ - "external_subnet", + "clock_offset", + "cloud_init_supported", + "cluster", + "cpu", + "cpu_model", + "description", + "firmware", + "ha", "id", "local_id", - "vpc" + "memory", + "name", + "size", + "vcpu", + "win_opt" ], "type": "object", "additionalProperties": false }, - "WithTask_VirtualPrivateCloudFloatingIp_": { + "WithTask_VmTemplate_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIp" + "$ref": "#/components/schemas/VmTemplate" } }, "required": [ @@ -94264,25 +94835,57 @@ ], "type": "object" }, - "VirtualPrivateCloudFloatingIpCreationParams": { + "VmTemplateCreationParams": { "properties": { - "external_ip": { + "cluster_id": { "type": "string" }, - "external_subnet_id": { + "cloud_init_supported": { + "type": "boolean" + }, + "vm_id": { "type": "string" }, - "vpc_id": { + "description": { + "type": "string" + }, + "name": { "type": "string" } }, "required": [ - "external_subnet_id", - "vpc_id" + "cloud_init_supported", + "vm_id", + "name" ], "type": "object" }, - "DeleteVirtualPrivateCloudFloatingIp": { + "VmTemplateUpdationParams": { + "properties": { + "data": { + "properties": { + "cloud_init_supported": { + "type": "boolean" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "where": { + "$ref": "#/components/schemas/VmTemplateWhereInput" + } + }, + "required": [ + "where" + ], + "type": "object" + }, + "DeleteVmTemplate": { "properties": { "id": { "type": "string" @@ -94293,14 +94896,14 @@ ], "type": "object" }, - "WithTask_DeleteVirtualPrivateCloudFloatingIp_": { + "WithTask_DeleteVmTemplate_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudFloatingIp" + "$ref": "#/components/schemas/DeleteVmTemplate" } }, "required": [ @@ -94308,10 +94911,10 @@ ], "type": "object" }, - "VirtualPrivateCloudFloatingIpDeletionParams": { + "VmTemplateDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpWhereInput" + "$ref": "#/components/schemas/VmTemplateWhereInput" } }, "required": [ @@ -94319,44 +94922,20 @@ ], "type": "object" }, - "NestedVpcDnatRuleType": { + "VmVolumeSnapshot": { "properties": { - "port": { - "type": "integer", - "format": "int32" - }, - "target_ip": { - "type": "string" + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, - "target_port": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "port", - "target_ip", - "target_port" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudNatGateway": { - "properties": { - "dnat_rules": { - "items": { - "$ref": "#/components/schemas/NestedVpcDnatRuleType" - }, - "type": "array", + "createAt": { + "type": "string", "nullable": true }, - "enable_dnat": { - "type": "boolean", - "nullable": true + "description": { + "type": "string" }, - "enable_snat": { - "type": "boolean", - "nullable": true + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" }, "entityAsyncStatus": { "allOf": [ @@ -94366,14 +94945,17 @@ ], "nullable": true }, - "external_ip": { - "type": "string", - "nullable": true + "id": { + "type": "string" }, - "external_subnet": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudExternalSubnet" + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true }, - "id": { + "local_created_at": { "type": "string" }, "local_id": { @@ -94382,28 +94964,67 @@ "name": { "type": "string" }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + "shared_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "size": { + "type": "number", + "format": "double", + "nullable": true + }, + "type": { + "$ref": "#/components/schemas/VmVolumeSnapshotType" + }, + "unique_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "vm_volume": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedVmVolume" + } + ], + "nullable": true + }, + "volume_sharing": { + "type": "boolean", + "nullable": true + }, + "volume_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "zbs_snapshot_uuid": { + "type": "string", + "nullable": true } }, "required": [ - "external_subnet", + "cluster", + "description", + "elf_storage_policy", "id", + "local_created_at", "local_id", "name", - "vpc" + "type" ], "type": "object", "additionalProperties": false }, - "WithTask_VirtualPrivateCloudNatGateway_": { + "WithTask_VmVolumeSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGateway" + "$ref": "#/components/schemas/VmVolumeSnapshot" } }, "required": [ @@ -94411,48 +95032,12 @@ ], "type": "object" }, - "VirtualPrivateCloudDnatRuleParams": { - "properties": { - "target_port": { - "type": "integer", - "format": "int32" - }, - "port": { - "type": "integer", - "format": "int32" - }, - "target_ip": { - "type": "string" - } - }, - "required": [ - "target_port", - "port", - "target_ip" - ], - "type": "object" - }, - "VirtualPrivateCloudNatGatewayCreationParams": { + "VmVolumeSnapshotCreationParams": { "properties": { - "external_ip": { - "type": "string" - }, - "external_subnet_id": { + "volume_id": { "type": "string" }, - "dnat_rules": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudDnatRuleParams" - }, - "type": "array" - }, - "enable_dnat": { - "type": "boolean" - }, - "enable_snat": { - "type": "boolean" - }, - "vpc_id": { + "description": { "type": "string" }, "name": { @@ -94460,50 +95045,13 @@ } }, "required": [ - "external_subnet_id", - "enable_dnat", - "enable_snat", - "vpc_id", + "volume_id", + "description", "name" ], "type": "object" }, - "VirtualPrivateCloudNatGatewayUpdationParams": { - "properties": { - "data": { - "properties": { - "external_ip": { - "type": "string" - }, - "dnat_rules": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudDnatRuleParams" - }, - "type": "array" - }, - "enable_dnat": { - "type": "boolean" - }, - "enable_snat": { - "type": "boolean" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVirtualPrivateCloudNatGateway": { + "DeleteVmVolumeSnapshot": { "properties": { "id": { "type": "string" @@ -94514,14 +95062,14 @@ ], "type": "object" }, - "WithTask_DeleteVirtualPrivateCloudNatGateway_": { + "WithTask_DeleteVmVolumeSnapshot_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudNatGateway" + "$ref": "#/components/schemas/DeleteVmVolumeSnapshot" } }, "required": [ @@ -94529,10 +95077,10 @@ ], "type": "object" }, - "VirtualPrivateCloudNatGatewayDeletionParams": { + "VmVolumeSnapshotDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayWhereInput" + "$ref": "#/components/schemas/VmVolumeSnapshotWhereInput" } }, "required": [ @@ -94540,56 +95088,18 @@ ], "type": "object" }, - "NestedVirtualPrivateCloudRoute": { - "properties": { - "destination": { - "type": "string" - }, - "id": { - "type": "string" - }, - "next_hop_local_id": { - "type": "string" - }, - "next_hop_type": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" - } - }, - "required": [ - "destination", - "id", - "next_hop_local_id", - "next_hop_type" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVirtualPrivateCloudSubnet": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudRouteTable": { + "VmVolume": { "properties": { - "default_for_vpc": { - "type": "boolean", - "nullable": true + "cluster": { + "$ref": "#/components/schemas/NestedCluster" }, "description": { "type": "string", "nullable": true }, + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, "entityAsyncStatus": { "allOf": [ { @@ -94598,50 +95108,162 @@ ], "nullable": true }, + "guest_size_usage": { + "type": "number", + "format": "double", + "nullable": true + }, + "guest_used_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, "id": { "type": "string" }, + "labels": { + "items": { + "$ref": "#/components/schemas/NestedLabel" + }, + "type": "array", + "nullable": true + }, + "local_created_at": { + "type": "string" + }, "local_id": { "type": "string" }, + "lun": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedIscsiLun" + } + ], + "nullable": true + }, + "mounting": { + "type": "boolean" + }, "name": { "type": "string" }, - "routes": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudRoute" - }, - "type": "array", + "path": { + "type": "string" + }, + "sharing": { + "type": "boolean" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVolumeType" + } + ], "nullable": true }, - "subnets": { + "unique_logical_size": { + "type": "number", + "format": "double", + "nullable": true + }, + "unique_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "vm_disks": { "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSubnet" + "$ref": "#/components/schemas/NestedVmDisk" }, "type": "array", "nullable": true - }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" } }, "required": [ + "cluster", + "elf_storage_policy", "id", + "local_created_at", "local_id", + "mounting", "name", - "vpc" + "path", + "sharing", + "size" + ], + "type": "object", + "additionalProperties": false + }, + "WithTask_VmVolume_": { + "properties": { + "task_id": { + "type": "string", + "nullable": true + }, + "data": { + "$ref": "#/components/schemas/VmVolume" + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "VmVolumeCreationParams": { + "properties": { + "elf_storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "sharing": { + "type": "boolean" + }, + "cluster_id": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "required": [ + "elf_storage_policy", + "size", + "sharing", + "cluster_id", + "name" + ], + "type": "object" + }, + "DeleteVmVolume": { + "properties": { + "id": { + "type": "string" + } + }, + "required": [ + "id" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_VirtualPrivateCloudRouteTable_": { + "WithTask_DeleteVmVolume_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTable" + "$ref": "#/components/schemas/DeleteVmVolume" } }, "required": [ @@ -94649,59 +95271,79 @@ ], "type": "object" }, - "VirtualPrivateCloudRouteParams": { + "VmVolumeDeletionParamsEffect": { "properties": { - "destination": { - "type": "string" - }, - "next_hop_local_id": { - "type": "string" + "include_snapshots": { + "type": "boolean" + } + }, + "type": "object" + }, + "VmVolumeDeletionParams": { + "properties": { + "effect": { + "$ref": "#/components/schemas/VmVolumeDeletionParamsEffect" }, - "next_hop_type": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteNextHopType" + "where": { + "$ref": "#/components/schemas/VmVolumeWhereInput" } }, "required": [ - "destination", - "next_hop_local_id", - "next_hop_type" + "where" ], "type": "object" }, - "VirtualPrivateCloudRouteTableCreationParams": { + "VmVolumeRebuildParams": { "properties": { - "routes": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteParams" - }, - "type": "array" - }, - "vpc_id": { + "name": { "type": "string" }, "description": { "type": "string" }, - "name": { + "volume_snapshot_id": { "type": "string" } }, "required": [ - "vpc_id", - "name" + "name", + "description", + "volume_snapshot_id" ], "type": "object" }, - "VirtualPrivateCloudRouteTableUpdationParams": { + "VmVolumeRollbackParams": { + "properties": { + "volume_snapshot_id": { + "type": "string" + } + }, + "required": [ + "volume_snapshot_id" + ], + "type": "object" + }, + "VmVolumeWhereUniqueInput": { + "properties": { + "id": { + "type": "string", + "nullable": true + }, + "local_id": { + "type": "string", + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, + "CloneVmVolumeParams": { "properties": { + "where": { + "$ref": "#/components/schemas/VmVolumeWhereUniqueInput" + }, "data": { "properties": { - "routes": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteParams" - }, - "type": "array" - }, "description": { "type": "string" }, @@ -94709,137 +95351,149 @@ "type": "string" } }, + "required": [ + "name" + ], "type": "object" - }, - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVirtualPrivateCloudRouteTable": { - "properties": { - "id": { - "type": "string" } }, "required": [ - "id" + "where", + "data" ], "type": "object" }, - "WithTask_DeleteVirtualPrivateCloudRouteTable_": { + "UpdateVmVolumeParams": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/VmVolumeWhereInput" }, "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudRouteTable" + "properties": { + "size_unit": { + "$ref": "#/components/schemas/ByteUnit" + }, + "size": { + "type": "integer", + "format": "int64" + }, + "description": { + "type": "string" + }, + "name": { + "type": "string" + } + }, + "type": "object" } }, "required": [ + "where", "data" ], "type": "object" }, - "VirtualPrivateCloudRouteTableDeletionParams": { + "VmVolumeExportFileType": { + "type": "string", + "enum": [ + "QCOW2", + "RAW" + ] + }, + "ExportVmVolumeParams": { "properties": { + "data": { + "properties": { + "type": { + "$ref": "#/components/schemas/VmVolumeExportFileType" + } + }, + "required": [ + "type" + ], + "type": "object" + }, "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableWhereInput" + "$ref": "#/components/schemas/VmVolumeWhereInput" } }, "required": [ + "data", "where" ], "type": "object" }, - "NestedVpcRouterGatewayRuleType": { + "ImportVmVolumeParams": { "properties": { - "dst": { + "upload_task_id": { "type": "string" }, - "nexthop": { - "type": "string", - "nullable": true + "name": { + "type": "string" + }, + "storage_policy": { + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" + }, + "cluster_id": { + "type": "string" } }, "required": [ - "dst" + "upload_task_id", + "name", + "storage_policy", + "cluster_id" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "VirtualPrivateCloudRouterGateway": { + "VsphereEsxiAccount": { "properties": { - "associated_subnets": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSubnet" - }, - "type": "array", - "nullable": true - }, - "entityAsyncStatus": { - "allOf": [ - { - "$ref": "#/components/schemas/EntityAsyncStatus" - } - ], - "nullable": true - }, - "external_ip": { - "type": "string", - "nullable": true - }, - "external_subnet": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudExternalSubnet" + "host": { + "$ref": "#/components/schemas/NestedHost" }, "id": { "type": "string" }, - "local_id": { + "ip": { "type": "string" }, - "name": { - "type": "string" + "is_valid": { + "type": "boolean" }, - "nexthop_ip": { - "type": "string", - "nullable": true + "local_id": { + "type": "string" }, - "rules": { - "items": { - "$ref": "#/components/schemas/NestedVpcRouterGatewayRuleType" - }, - "type": "array" + "port": { + "type": "integer", + "format": "int32" }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + "username": { + "type": "string" } }, "required": [ - "external_subnet", + "host", "id", + "ip", + "is_valid", "local_id", - "name", - "rules", - "vpc" + "port", + "username" ], "type": "object", "additionalProperties": false }, - "WithTask_VirtualPrivateCloudRouterGateway_": { + "WithTask_VsphereEsxiAccount-Array_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGateway" + "items": { + "$ref": "#/components/schemas/VsphereEsxiAccount" + }, + "type": "array" } }, "required": [ @@ -94847,95 +95501,111 @@ ], "type": "object" }, - "VirtualPrivateCloudRouterGatewayRuleInputType": { + "UpdateVsphereEsxiAccountParamsData": { "properties": { - "dst": { + "port": { + "type": "integer", + "format": "int32" + }, + "password": { "type": "string" }, - "nexthop": { + "username": { + "type": "string" + }, + "ip": { + "type": "string" + }, + "esxi_account_id": { "type": "string" } }, "required": [ - "dst" + "username", + "ip", + "esxi_account_id" ], "type": "object" }, - "VirtualPrivateCloudRouterGatewayCreationParams": { + "UpdateVsphereEsxiAccountParams": { "properties": { - "rules": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayRuleInputType" - }, - "type": "array" - }, - "associated_subnets_ids": { + "data": { "items": { - "type": "string" + "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParamsData" }, "type": "array" - }, - "external_ip": { - "type": "string" - }, - "external_subnet_id": { + } + }, + "required": [ + "data" + ], + "type": "object" + }, + "DisassociateSystemServiceFromObsServiceResultType": { + "enum": [ + "FAIL", + "SUCCESS" + ], + "type": "string" + }, + "DisassociateSystemServiceFromObsServiceResult": { + "properties": { + "errorMessage": { "type": "string" }, - "vpc_id": { + "errorCode": { "type": "string" }, - "name": { - "type": "string" + "result": { + "$ref": "#/components/schemas/DisassociateSystemServiceFromObsServiceResultType" } }, "required": [ - "rules", - "associated_subnets_ids", - "external_subnet_id", - "vpc_id", - "name" + "result" ], "type": "object" }, - "VirtualPrivateCloudRouterGatewayUpdateDataParams": { + "WithTask_DisassociateSystemServiceFromObsServiceResult_": { "properties": { - "rules": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayRuleInputType" - }, - "type": "array" - }, - "associated_subnets_ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "external_ip": { - "type": "string" + "task_id": { + "type": "string", + "nullable": true }, - "name": { - "type": "string" + "data": { + "$ref": "#/components/schemas/DisassociateSystemServiceFromObsServiceResult" } }, + "required": [ + "data" + ], "type": "object" }, - "VirtualPrivateCloudRouterGatewayUpdationParams": { + "ObservabilityConnectedSystemServiceType": { + "enum": [ + "BACKUP_SERVICE", + "CLOUDTOWER", + "EVEROUTE_SERVICE", + "OBSERVABILITY_SERVICE", + "REPLICATION_SERVICE", + "SFS_SERVICE" + ], + "type": "string" + }, + "DisassociateSystemServiceFromObsServiceParams": { "properties": { - "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayUpdateDataParams" + "system_service_type": { + "$ref": "#/components/schemas/ObservabilityConnectedSystemServiceType" }, - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "system_service_id": { + "type": "string" } }, "required": [ - "data", - "where" + "system_service_id" ], "type": "object" }, - "DeleteVirtualPrivateCloudRouterGateway": { + "NestedBackupPlanExecution": { "properties": { "id": { "type": "string" @@ -94944,59 +95614,171 @@ "required": [ "id" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "WithTask_DeleteVirtualPrivateCloudRouterGateway_": { + "NestedBackupRestorePoint": { "properties": { - "task_id": { - "type": "string", - "nullable": true + "id": { + "type": "string" + } + }, + "required": [ + "id" + ], + "type": "object", + "additionalProperties": false + }, + "NestedBackupService": { + "properties": { + "id": { + "type": "string" }, - "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudRouterGateway" + "name": { + "type": "string" } }, "required": [ - "data" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VirtualPrivateCloudRouterGatewayDeletionParams": { + "NestedBackupStoreRepository": { "properties": { - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayWhereInput" + "id": { + "type": "string" + }, + "name": { + "type": "string" } }, "required": [ - "where" + "id", + "name" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "NestedVirtualPrivateCloudLabelGroup": { + "WeekdayTypeEnum": { + "enum": [ + "FRI", + "MON", + "SAT", + "SUN", + "THU", + "TUE", + "WED" + ], + "type": "string" + }, + "NestedBackupPlanTimePoint": { "properties": { - "labels": { + "date": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "date_position": { "items": { - "$ref": "#/components/schemas/NestedLabel" + "type": "integer", + "format": "int32" }, - "type": "array" + "type": "array", + "nullable": true + }, + "hour": { + "type": "integer", + "format": "int32" + }, + "minute": { + "type": "integer", + "format": "int32" + }, + "weekday": { + "allOf": [ + { + "$ref": "#/components/schemas/WeekdayTypeEnum" + } + ], + "nullable": true } }, "required": [ - "labels" + "hour", + "minute" ], "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudSecurityGroup": { + "BackupPlan": { "properties": { - "default_for_vpc": { + "backup_delay_option": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanDelayOption" + } + ], + "nullable": true + }, + "backup_plan_executions": { + "items": { + "$ref": "#/components/schemas/NestedBackupPlanExecution" + }, + "type": "array", + "nullable": true + }, + "backup_restore_point_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "backup_restore_points": { + "items": { + "$ref": "#/components/schemas/NestedBackupRestorePoint" + }, + "type": "array", + "nullable": true + }, + "backup_service": { + "$ref": "#/components/schemas/NestedBackupService" + }, + "backup_store_repository": { + "$ref": "#/components/schemas/NestedBackupStoreRepository" + }, + "backup_total_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "compression": { "type": "boolean", "nullable": true }, + "compression_ratio": { + "type": "number", + "format": "double", + "nullable": true + }, + "createdAt": { + "type": "string" + }, + "delete_strategy": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" + } + ], + "nullable": true + }, "description": { "type": "string", "nullable": true }, + "enable_window": { + "type": "boolean" + }, "entityAsyncStatus": { "allOf": [ { @@ -95005,22 +95787,141 @@ ], "nullable": true }, + "full_interval": { + "type": "integer", + "format": "int32" + }, + "full_period": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "full_time_point": { + "$ref": "#/components/schemas/NestedBackupPlanTimePoint" + }, "id": { "type": "string" }, - "label_groups": { + "incremental_interval": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "incremental_period": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "incremental_time_points": { "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudLabelGroup" + "$ref": "#/components/schemas/NestedBackupPlanTimePoint" + }, + "type": "array" + }, + "incremental_weekdays": { + "items": { + "$ref": "#/components/schemas/WeekdayTypeEnum" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" + "keep_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanKeepPolicy" + } + ], + "nullable": true + }, + "keep_policy_value": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_status": { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + }, + "last_execute_status_message": { + "type": "string", + "nullable": true + }, + "last_execute_success_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_execute_total_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_executed_at": { + "type": "string", + "nullable": true + }, + "last_manual_execute_status": { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + }, + "last_manual_execute_status_message": { + "type": "string", + "nullable": true + }, + "last_manual_execute_success_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_execute_total_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last_manual_executed_at": { + "type": "string", + "nullable": true + }, + "logical_size": { + "type": "integer", + "format": "int64", + "nullable": true }, "name": { "type": "string" }, + "next_execute_time": { + "type": "string", + "nullable": true + }, + "phase": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanPhase" + } + ], + "nullable": true + }, + "physical_size": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "snapshot_consistent_type": { + "allOf": [ + { + "$ref": "#/components/schemas/ConsistentType" + } + ], + "nullable": true + }, + "status": { + "$ref": "#/components/schemas/BackupPlanStatus" + }, + "valid_size_of_backup_object": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "valid_size_of_restore_point": { + "type": "integer", + "format": "int64", + "nullable": true + }, "vms": { "items": { "$ref": "#/components/schemas/NestedVm" @@ -95028,27 +95929,42 @@ "type": "array", "nullable": true }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" + "window_end": { + "type": "string", + "nullable": true + }, + "window_start": { + "type": "string", + "nullable": true } }, "required": [ + "backup_service", + "backup_store_repository", + "createdAt", + "enable_window", + "full_interval", + "full_period", + "full_time_point", "id", - "local_id", + "incremental_period", + "incremental_time_points", + "last_execute_status", + "last_manual_execute_status", "name", - "vpc" + "status" ], "type": "object", "additionalProperties": false }, - "WithTask_VirtualPrivateCloudSecurityGroup_": { + "WithTask_BackupPlan_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroup" + "$ref": "#/components/schemas/BackupPlan" } }, "required": [ @@ -95056,66 +95972,198 @@ ], "type": "object" }, - "LabelGroup": { + "BackupPlanTimePoint": { "properties": { - "label_ids": { + "weekday": { + "allOf": [ + { + "$ref": "#/components/schemas/WeekdayTypeEnum" + } + ], + "nullable": true + }, + "minute": { + "type": "integer", + "format": "int32" + }, + "hour": { + "type": "integer", + "format": "int32" + }, + "date_position": { "items": { - "type": "string" + "type": "integer", + "format": "int32" }, - "type": "array" + "type": "array", + "nullable": true + }, + "date": { + "type": "integer", + "format": "int32", + "nullable": true } }, "required": [ - "label_ids" + "minute", + "hour" ], "type": "object" }, - "VirtualPrivateCloudSecurityGroupCreationParams": { + "BackupPlanCreationParams": { "properties": { - "vm_ids": { + "keep_policy_value": { + "type": "integer", + "format": "int32" + }, + "keep_policy": { + "$ref": "#/components/schemas/BackupPlanKeepPolicy" + }, + "backup_delay_option": { + "$ref": "#/components/schemas/BackupPlanDelayOption" + }, + "window_end": { + "type": "string" + }, + "window_start": { + "type": "string" + }, + "enable_window": { + "type": "boolean" + }, + "full_time_point": { + "$ref": "#/components/schemas/BackupPlanTimePoint" + }, + "full_period": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "full_interval": { + "type": "integer", + "format": "int32" + }, + "incremental_weekdays": { "items": { - "type": "string" + "$ref": "#/components/schemas/WeekdayTypeEnum" }, "type": "array" }, - "label_groups": { + "incremental_time_points": { "items": { - "$ref": "#/components/schemas/LabelGroup" + "$ref": "#/components/schemas/BackupPlanTimePoint" }, "type": "array" }, - "vpc_id": { - "type": "string" + "incremental_interval": { + "type": "integer", + "format": "int32" + }, + "incremental_period": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "snapshot_consistent_type": { + "$ref": "#/components/schemas/ConsistentType" + }, + "compression": { + "type": "boolean" + }, + "vms": { + "$ref": "#/components/schemas/VmWhereInput" }, "description": { "type": "string" }, + "backup_store_repository_id": { + "type": "string" + }, + "backup_service_id": { + "type": "string" + }, "name": { "type": "string" } }, "required": [ - "vpc_id", + "keep_policy_value", + "keep_policy", + "enable_window", + "full_time_point", + "full_period", + "full_interval", + "incremental_interval", + "incremental_period", + "snapshot_consistent_type", + "compression", + "vms", + "backup_store_repository_id", + "backup_service_id", "name" ], "type": "object" }, - "VirtualPrivateCloudSecurityGroupUpdationParams": { + "BackupPlanUpdationParams": { "properties": { "data": { "properties": { - "vm_ids": { + "disconnect_strategy": { + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" + }, + "keep_policy_value": { + "type": "integer", + "format": "int32" + }, + "keep_policy": { + "$ref": "#/components/schemas/BackupPlanKeepPolicy" + }, + "backup_delay_option": { + "$ref": "#/components/schemas/BackupPlanDelayOption" + }, + "window_end": { + "type": "string" + }, + "window_start": { + "type": "string" + }, + "enable_window": { + "type": "boolean" + }, + "full_time_point": { + "$ref": "#/components/schemas/BackupPlanTimePoint" + }, + "full_period": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "full_interval": { + "type": "integer", + "format": "int32" + }, + "incremental_weekdays": { "items": { - "type": "string" + "$ref": "#/components/schemas/WeekdayTypeEnum" }, "type": "array" }, - "label_groups": { + "incremental_time_points": { "items": { - "$ref": "#/components/schemas/LabelGroup" + "$ref": "#/components/schemas/BackupPlanTimePoint" }, "type": "array" }, + "incremental_interval": { + "type": "integer", + "format": "int32" + }, + "incremental_period": { + "$ref": "#/components/schemas/BackupPlanPeriod" + }, + "snapshot_consistent_type": { + "$ref": "#/components/schemas/ConsistentType" + }, + "compression": { + "type": "boolean" + }, + "vms": { + "$ref": "#/components/schemas/VmWhereInput" + }, "description": { "type": "string" }, @@ -95126,200 +96174,17 @@ "type": "object" }, "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" - } - }, - "required": [ - "data", - "where" - ], - "type": "object" - }, - "DeleteVirtualPrivateCloudSecurityGroup": { - "properties": { - "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVirtualPrivateCloudSecurityGroup_": { - "properties": { - "task_id": { - "type": "string", - "nullable": true - }, - "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudSecurityGroup" - } - }, - "required": [ - "data" - ], - "type": "object" - }, - "VirtualPrivateCloudSecurityGroupDeletionParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "NestedVirtualPrivateCloudSecurityGroup": { - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVirtualPrivateCloudSecurityPolicyApply": { - "properties": { - "communicable": { - "type": "boolean" - }, - "security_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityGroup" - } - ], - "nullable": true - }, - "security_group_id": { - "type": "string" - } - }, - "required": [ - "communicable", - "security_group_id" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudNetworkPolicyRulePortProtocol": { - "enum": [ - "ICMP", - "TCP", - "UDP" - ], - "type": "string" - }, - "NestedVirtualPrivateCloudNetworkPolicyRulePort": { - "properties": { - "port": { - "type": "string", - "nullable": true - }, - "protocol": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRulePortProtocol" - } - }, - "required": [ - "protocol" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudNetworkPolicyRuleType": { - "enum": [ - "ALL", - "IP_BLOCK", - "SECURITY_GROUP", - "SELECTOR" - ], - "type": "string" - }, - "NestedVirtualPrivateCloudNetworkPolicyRule": { - "properties": { - "except_ip_block": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "ip_block": { - "type": "string", - "nullable": true - }, - "ports": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudNetworkPolicyRulePort" - }, - "type": "array", - "nullable": true - }, - "security_group": { - "allOf": [ - { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityGroup" - } - ], - "nullable": true - }, - "security_group_id": { - "type": "string", - "nullable": true - }, - "selector": { - "items": { - "$ref": "#/components/schemas/NestedLabel" - }, - "type": "array", - "nullable": true - }, - "selector_ids": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "type": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleType" + "$ref": "#/components/schemas/BackupPlanWhereInput" } - }, - "required": [ - "type" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloudSecurityPolicy": { - "properties": { - "apply_to": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityPolicyApply" - }, - "type": "array" - }, - "description": { - "type": "string", - "nullable": true - }, - "egress": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudNetworkPolicyRule" - }, - "type": "array", - "nullable": true - }, + }, + "required": [ + "data", + "where" + ], + "type": "object" + }, + "DeleteBackupPlan": { + "properties": { "entityAsyncStatus": { "allOf": [ { @@ -95330,50 +96195,21 @@ }, "id": { "type": "string" - }, - "ingress": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudNetworkPolicyRule" - }, - "type": "array", - "nullable": true - }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "policy_mode": { - "allOf": [ - { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" - } - ], - "nullable": true - }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" } }, "required": [ - "apply_to", - "id", - "local_id", - "name", - "vpc" + "id" ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_VirtualPrivateCloudSecurityPolicy_": { + "WithTask_DeleteBackupPlan_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicy" + "$ref": "#/components/schemas/DeleteBackupPlan" } }, "required": [ @@ -95381,137 +96217,138 @@ ], "type": "object" }, - "VirtualPrivateCloudSecurityPolicyApplyInput": { + "BackupPlanDeletionParams": { "properties": { - "security_group_id": { - "type": "string" + "data": { + "properties": { + "delete_strategy": { + "$ref": "#/components/schemas/BackupPlanDeleteStrategy" + } + }, + "required": [ + "delete_strategy" + ], + "type": "object" }, - "communicable": { - "type": "boolean" + "where": { + "$ref": "#/components/schemas/BackupPlanWhereInput" } }, "required": [ - "security_group_id", - "communicable" + "data", + "where" ], "type": "object" }, - "VirtualPrivateCloudNetworkPolicyRulePortInput": { + "BackupPlanSuspendParams": { "properties": { - "protocol": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRulePortProtocol" - }, - "port": { - "type": "string", - "nullable": true + "where": { + "$ref": "#/components/schemas/BackupPlanWhereInput" } }, "required": [ - "protocol" + "where" ], "type": "object" }, - "VirtualPrivateCloudNetworkPolicyRuleInput": { + "BackupPlanResumeParams": { "properties": { - "type": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleType" - }, - "selector_ids": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true - }, - "security_group_id": { - "type": "string", - "nullable": true - }, - "ports": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRulePortInput" - }, - "type": "array", - "nullable": true - }, - "ip_block": { - "type": "string", - "nullable": true - }, - "except_ip_block": { - "items": { - "type": "string" - }, - "type": "array", - "nullable": true + "where": { + "$ref": "#/components/schemas/BackupPlanWhereInput" } }, "required": [ - "type" + "where" ], "type": "object" }, - "VirtualPrivateCloudSecurityPolicyCreateParams": { + "BackupPlanExecution": { "properties": { - "egress": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" - }, - "type": "array" + "backup_plan": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedBackupPlan" + } + ], + "nullable": true }, - "ingress": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" - }, - "type": "array" + "deletable_flag_marked": { + "type": "boolean", + "nullable": true }, - "apply_to": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyApplyInput" - }, - "type": "array", - "minItems": 1 + "duration": { + "type": "integer", + "format": "int32", + "nullable": true }, - "policy_mode": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true }, - "vpc_id": { + "executed_at": { + "type": "string", + "nullable": true + }, + "id": { "type": "string" }, - "description": { + "local_created_at": { "type": "string" }, - "name": { - "type": "string", - "minLength": 1 - } - }, - "required": [ - "apply_to", - "vpc_id", - "name" - ], - "type": "object" - }, - "DeleteVirtualPrivateCloudSecurityPolicy": { - "properties": { - "id": { + "local_id": { "type": "string" + }, + "method": { + "$ref": "#/components/schemas/BackupExecutionMethod" + }, + "state": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupPlanExecutionState" + } + ], + "nullable": true + }, + "status": { + "$ref": "#/components/schemas/BackupPlanExecutionStatus" + }, + "success_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "total_job_count": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "type": { + "$ref": "#/components/schemas/BackupExecutionType" } }, "required": [ - "id" + "id", + "local_created_at", + "local_id", + "method", + "status", + "type" ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "WithTask_DeleteVirtualPrivateCloudSecurityPolicy_": { + "WithTask_BackupPlanExecution_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudSecurityPolicy" + "$ref": "#/components/schemas/BackupPlanExecution" } }, "required": [ @@ -95519,56 +96356,21 @@ ], "type": "object" }, - "VirtualPrivateCloudSecurityPolicyDeleteParams": { - "properties": { - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" - } - }, - "required": [ - "where" - ], - "type": "object" - }, - "VirtualPrivateCloudSecurityPolicyUpdateParams": { - "properties": { - "ingress": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" - }, - "type": "array" - }, - "egress": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNetworkPolicyRuleInput" - }, - "type": "array" - }, - "apply_to": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyApplyInput" - }, - "type": "array" - }, - "policy_mode": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyMode" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "VirtualPrivateCloudSecurityPolicyUpdateBody": { + "BackupPlanExecuteParams": { "properties": { "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyUpdateParams" + "properties": { + "type": { + "$ref": "#/components/schemas/BackupExecutionType" + } + }, + "required": [ + "type" + ], + "type": "object" }, "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyWhereInput" + "$ref": "#/components/schemas/BackupPlanWhereInput" } }, "required": [ @@ -95577,45 +96379,35 @@ ], "type": "object" }, - "NestedVpcSubnetIpPooType": { - "properties": { - "end": { - "type": "string" - }, - "start": { - "type": "string" - } - }, - "required": [ - "end", - "start" - ], - "type": "object", - "additionalProperties": false - }, - "NestedVirtualPrivateCloudRouteTable": { + "NestedBackupRestoreExecutionNetworkMapping": { "properties": { - "id": { + "dst_vlan_id": { "type": "string" }, - "name": { + "src_vlan_id": { "type": "string" } }, "required": [ - "id", - "name" + "dst_vlan_id", + "src_vlan_id" ], "type": "object", "additionalProperties": false }, - "VirtualPrivateCloudSubnet": { + "BackupRestoreExecution": { "properties": { - "cidr": { - "type": "string" + "backup_restore_point": { + "allOf": [ + { + "$ref": "#/components/schemas/NestedBackupRestorePoint" + } + ], + "nullable": true }, - "description": { - "type": "string", + "duration": { + "type": "integer", + "format": "int32", "nullable": true }, "entityAsyncStatus": { @@ -95626,62 +96418,74 @@ ], "nullable": true }, - "gateway": { - "type": "string", - "nullable": true + "executed_at": { + "type": "string" }, "id": { "type": "string" }, - "ip_pools": { + "mode": { + "$ref": "#/components/schemas/BackupRestoreExecutionMode" + }, + "name": { + "type": "string" + }, + "read_bytes": { + "type": "integer", + "format": "int64", + "nullable": true + }, + "rebuild_name": { + "type": "string", + "nullable": true + }, + "rebuild_network_mapping": { "items": { - "$ref": "#/components/schemas/NestedVpcSubnetIpPooType" + "$ref": "#/components/schemas/NestedBackupRestoreExecutionNetworkMapping" }, "type": "array", "nullable": true }, - "local_id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "route_table": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudRouteTable" + "rebuild_target_cluster": { + "type": "string", + "nullable": true }, - "total_ip_count": { + "retry_times": { "type": "integer", "format": "int32", "nullable": true }, - "unused_ip_count": { + "startup_after_restore": { + "type": "boolean" + }, + "status": { + "$ref": "#/components/schemas/BackupExecutionStatus" + }, + "total_bytes": { "type": "integer", - "format": "int32", + "format": "int64", "nullable": true - }, - "vpc": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloud" } }, "required": [ - "cidr", + "executed_at", "id", - "local_id", + "mode", "name", - "route_table", - "vpc" + "startup_after_restore", + "status" ], "type": "object", "additionalProperties": false }, - "WithTask_VirtualPrivateCloudSubnet_": { + "WithTask_BackupRestoreExecution_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnet" + "$ref": "#/components/schemas/BackupRestoreExecution" } }, "required": [ @@ -95689,90 +96493,85 @@ ], "type": "object" }, - "VirtualPrivateCloudSubnetIpPoolParams": { + "BackupRestoreExecutionNetworkMapping": { "properties": { - "end": { + "src_vlan_id": { "type": "string" }, - "start": { + "dst_vlan_id": { "type": "string" + }, + "__typename": { + "type": "string", + "enum": [ + "BackupRestoreExecutionNetworkMapping" + ], + "nullable": false } }, "required": [ - "end", - "start" + "src_vlan_id", + "dst_vlan_id" ], "type": "object" }, - "VirtualPrivateCloudSubnetCreationParams": { + "BackupRestorePointRebuildParams": { "properties": { - "route_table_id": { - "type": "string" - }, - "ip_pools": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetIpPoolParams" + "data": { + "properties": { + "rebuild_network_mapping": { + "items": { + "$ref": "#/components/schemas/BackupRestoreExecutionNetworkMapping" + }, + "type": "array" + }, + "rebuild_target_host_id": { + "type": "string" + }, + "rebuild_target_cluster_id": { + "type": "string" + }, + "rebuild_name": { + "type": "string" + }, + "startup_after_restore": { + "type": "boolean" + } }, - "type": "array" - }, - "gateway": { - "type": "string" - }, - "cidr": { - "type": "string" - }, - "vpc_id": { - "type": "string" - }, - "description": { - "type": "string" + "required": [ + "rebuild_network_mapping", + "rebuild_target_host_id", + "rebuild_target_cluster_id", + "rebuild_name", + "startup_after_restore" + ], + "type": "object" }, - "name": { - "type": "string" + "where": { + "$ref": "#/components/schemas/BackupRestorePointWhereInput" } }, "required": [ - "route_table_id", - "gateway", - "cidr", - "vpc_id", - "name" + "data", + "where" ], "type": "object" }, - "VirtualPrivateCloudSubnetUpdateDataParams": { - "properties": { - "route_table_id": { - "type": "string" - }, - "ip_pools": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetIpPoolParams" - }, - "type": "array" - }, - "gateway": { - "type": "string" - }, - "cidr": { - "type": "string" - }, - "description": { - "type": "string" - }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "VirtualPrivateCloudSubnetUpdationParams": { + "BackupRestorePointRestoreInPlaceParams": { "properties": { "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetUpdateDataParams" + "properties": { + "startup_after_restore": { + "type": "boolean" + } + }, + "required": [ + "startup_after_restore" + ], + "type": "object" }, "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" } }, "required": [ @@ -95781,8 +96580,16 @@ ], "type": "object" }, - "DeleteVirtualPrivateCloudSubnet": { + "DeleteBackupRestorePoint": { "properties": { + "entityAsyncStatus": { + "allOf": [ + { + "$ref": "#/components/schemas/EntityAsyncStatus" + } + ], + "nullable": true + }, "id": { "type": "string" } @@ -95792,14 +96599,17 @@ ], "type": "object" }, - "WithTask_DeleteVirtualPrivateCloudSubnet_": { + "WithTask_DeleteBackupRestorePoint-Array_": { "properties": { "task_id": { "type": "string", "nullable": true }, "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloudSubnet" + "items": { + "$ref": "#/components/schemas/DeleteBackupRestorePoint" + }, + "type": "array" } }, "required": [ @@ -95807,10 +96617,10 @@ ], "type": "object" }, - "VirtualPrivateCloudSubnetDeletionParams": { + "BackupRestorePointDeletionParams": { "properties": { "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereInput" } }, "required": [ @@ -95818,212 +96628,391 @@ ], "type": "object" }, - "NestedVirtualPrivateCloudIsolationPolicy": { - "properties": { - "id": { - "type": "string" - }, - "vm": { - "$ref": "#/components/schemas/NestedVm" - } - }, - "required": [ - "id", - "vm" + "VmHaPriority": { + "enum": [ + "LEVEL_1_LOW", + "LEVEL_2_MEDIUM", + "LEVEL_3_HIGH" ], - "type": "object", - "additionalProperties": false + "type": "string" }, - "NestedVirtualPrivateCloudSecurityPolicy": { + "VmDiskMetaData": { "properties": { - "id": { - "type": "string" + "vm_volume_size": { + "type": "number", + "format": "double", + "nullable": true }, - "name": { - "type": "string" - } - }, - "required": [ - "id", - "name" - ], - "type": "object", - "additionalProperties": false - }, - "VirtualPrivateCloud": { - "properties": { - "associate_external_subnet_num": { - "type": "integer", - "format": "int32", + "vm_volume_sharing": { + "type": "boolean", "nullable": true }, - "description": { + "vm_volume_path": { "type": "string", "nullable": true }, - "entityAsyncStatus": { + "vm_volume_name": { + "type": "string", + "nullable": true + }, + "vm_volume_mounting": { + "type": "boolean", + "nullable": true + }, + "vm_volume_lun_zbs_volume_id": { + "type": "string", + "nullable": true + }, + "vm_volume_elf_storage_policy": { "allOf": [ { - "$ref": "#/components/schemas/EntityAsyncStatus" + "$ref": "#/components/schemas/VmVolumeElfStoragePolicyType" } ], "nullable": true }, - "id": { - "type": "string" - }, - "isolation_policies": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudIsolationPolicy" - }, - "type": "array", + "type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskType" + } + ], "nullable": true }, - "local_id": { - "type": "string" + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true }, - "mtu": { + "max_iops": { "type": "integer", "format": "int32", "nullable": true }, - "name": { - "type": "string" + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true }, - "route_tables": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudRouteTable" - }, - "type": "array", + "max_bandwidth": { + "type": "number", + "format": "double", "nullable": true }, - "security_groups": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityGroup" - }, - "type": "array", + "disabled": { + "type": "boolean", "nullable": true }, - "security_policies": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSecurityPolicy" - }, - "type": "array", + "bus": { + "allOf": [ + { + "$ref": "#/components/schemas/Bus" + } + ], "nullable": true }, - "subnets": { - "items": { - "$ref": "#/components/schemas/NestedVirtualPrivateCloudSubnet" - }, - "type": "array", + "boot": { + "type": "integer", + "format": "int32", "nullable": true } }, - "required": [ - "id", - "local_id", - "name" - ], - "type": "object", - "additionalProperties": false + "type": "object" }, - "WithTask_VirtualPrivateCloud_": { + "VmNicMetaData": { "properties": { - "task_id": { + "vlan_name": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/VirtualPrivateCloud" + "vlan_mode_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VlanModeType" + } + ], + "nullable": true + }, + "vlan_local_id": { + "type": "string", + "nullable": true + }, + "model": { + "type": "string", + "nullable": true + }, + "mirror": { + "type": "boolean", + "nullable": true + }, + "mac_address": { + "type": "string", + "nullable": true + }, + "local_id": { + "type": "string", + "nullable": true + }, + "ingress_rate_limit_max_rate_in_bitps": { + "type": "number", + "format": "double", + "nullable": true + }, + "ingress_rate_limit_enabled": { + "type": "boolean", + "nullable": true + }, + "ingress_rate_limit_burst_in_bit": { + "type": "number", + "format": "double", + "nullable": true + }, + "enabled": { + "type": "boolean", + "nullable": true + }, + "egress_rate_limit_max_rate_in_bitps": { + "type": "number", + "format": "double", + "nullable": true + }, + "egress_rate_limit_enabled": { + "type": "boolean", + "nullable": true + }, + "egress_rate_limit_burst_in_bit": { + "type": "number", + "format": "double", + "nullable": true } }, - "required": [ - "data" - ], "type": "object" }, - "VirtualPrivateCloudCreationParams": { + "VmMetaData": { "properties": { - "mtu": { + "win_opt": { + "type": "boolean", + "nullable": true + }, + "vm_tools_status": { + "allOf": [ + { + "$ref": "#/components/schemas/VmToolsStatus" + } + ], + "nullable": true + }, + "vm_nics": { + "items": { + "$ref": "#/components/schemas/VmNicMetaData" + }, + "type": "array", + "nullable": true + }, + "vm_disks": { + "items": { + "$ref": "#/components/schemas/VmDiskMetaData" + }, + "type": "array", + "nullable": true + }, + "video_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmVideoType" + } + ], + "nullable": true + }, + "vcpu": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, - "vpc_service_id": { - "type": "string" + "sync_vm_time_on_resume": { + "type": "boolean", + "nullable": true }, - "description": { - "type": "string" + "protected": { + "type": "boolean", + "nullable": true + }, + "nested_virtualization": { + "type": "boolean", + "nullable": true }, "name": { - "type": "string" - } - }, - "required": [ - "vpc_service_id", - "name" - ], - "type": "object" - }, - "VirtualPrivateCloudUpdateDataParams": { - "properties": { - "mtu": { + "type": "string", + "nullable": true + }, + "memory": { + "type": "number", + "format": "double", + "nullable": true + }, + "max_iops_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true + }, + "max_iops": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true + }, + "max_bandwidth_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoRestrictType" + } + ], + "nullable": true + }, + "max_bandwidth": { + "type": "number", + "format": "double", + "nullable": true + }, + "local_id": { + "type": "string", + "nullable": true + }, + "io_policy": { + "allOf": [ + { + "$ref": "#/components/schemas/VmDiskIoPolicy" + } + ], + "nullable": true + }, + "internal": { + "type": "boolean", + "nullable": true + }, + "host_local_id": { + "type": "string", + "nullable": true + }, + "ha_priority": { + "allOf": [ + { + "$ref": "#/components/schemas/VmHaPriority" + } + ], + "nullable": true + }, + "ha": { + "type": "boolean", + "nullable": true + }, + "guest_os_type": { + "allOf": [ + { + "$ref": "#/components/schemas/VmGuestsOperationSystem" + } + ], + "nullable": true + }, + "firmware": { + "allOf": [ + { + "$ref": "#/components/schemas/VmFirmware" + } + ], + "nullable": true }, "description": { - "type": "string" + "type": "string", + "nullable": true }, - "name": { - "type": "string" - } - }, - "type": "object" - }, - "VirtualPrivateCloudUpdationParams": { - "properties": { - "data": { - "$ref": "#/components/schemas/VirtualPrivateCloudUpdateDataParams" + "cpu_sockets": { + "type": "integer", + "format": "int32", + "nullable": true }, - "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "cpu_model": { + "type": "string", + "nullable": true + }, + "cpu_exclusive_expected_enabled": { + "type": "boolean", + "nullable": true + }, + "cpu_cores": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "cluster_vhost_enabled": { + "type": "boolean", + "nullable": true + }, + "cluster_version": { + "type": "string", + "nullable": true + }, + "cluster_type": { + "allOf": [ + { + "$ref": "#/components/schemas/ClusterType" + } + ], + "nullable": true + }, + "cluster_local_id": { + "type": "string", + "nullable": true + }, + "cluster_architecture": { + "allOf": [ + { + "$ref": "#/components/schemas/Architecture" + } + ], + "nullable": true + }, + "clock_offset": { + "allOf": [ + { + "$ref": "#/components/schemas/VmClockOffset" + } + ], + "nullable": true + }, + "boot_with_host": { + "type": "boolean", + "nullable": true } }, - "required": [ - "data", - "where" - ], "type": "object" }, - "DeleteVirtualPrivateCloud": { + "BackupRestorePointWhereUniqueInput": { "properties": { "id": { - "type": "string" - } - }, - "required": [ - "id" - ], - "type": "object" - }, - "WithTask_DeleteVirtualPrivateCloud_": { - "properties": { - "task_id": { "type": "string", "nullable": true }, - "data": { - "$ref": "#/components/schemas/DeleteVirtualPrivateCloud" + "local_id": { + "type": "string", + "nullable": true } }, - "required": [ - "data" - ], - "type": "object" + "type": "object", + "additionalProperties": false }, - "VirtualPrivateCloudDeletionParams": { + "GetBackupRestorePointMetadataRequestBody": { "properties": { "where": { - "$ref": "#/components/schemas/VirtualPrivateCloudWhereInput" + "$ref": "#/components/schemas/BackupRestorePointWhereUniqueInput" } }, "required": [ @@ -97918,12 +98907,20 @@ }, "BackupPlanOrderByInput": { "enum": [ + "backup_delay_option_ASC", + "backup_delay_option_DESC", + "backup_restore_point_count_ASC", + "backup_restore_point_count_DESC", + "backup_total_size_ASC", + "backup_total_size_DESC", "compression_ASC", "compression_DESC", "compression_ratio_ASC", "compression_ratio_DESC", "createdAt_ASC", "createdAt_DESC", + "delete_strategy_ASC", + "delete_strategy_DESC", "description_ASC", "description_DESC", "enable_window_ASC", @@ -97950,6 +98947,8 @@ "keep_policy_value_DESC", "last_execute_status_ASC", "last_execute_status_DESC", + "last_execute_status_message_ASC", + "last_execute_status_message_DESC", "last_execute_success_job_count_ASC", "last_execute_success_job_count_DESC", "last_execute_total_job_count_ASC", @@ -97958,16 +98957,22 @@ "last_executed_at_DESC", "last_manual_execute_status_ASC", "last_manual_execute_status_DESC", + "last_manual_execute_status_message_ASC", + "last_manual_execute_status_message_DESC", "last_manual_execute_success_job_count_ASC", "last_manual_execute_success_job_count_DESC", "last_manual_execute_total_job_count_ASC", "last_manual_execute_total_job_count_DESC", "last_manual_executed_at_ASC", "last_manual_executed_at_DESC", + "logical_size_ASC", + "logical_size_DESC", "name_ASC", "name_DESC", "next_execute_time_ASC", "next_execute_time_DESC", + "phase_ASC", + "phase_DESC", "physical_size_ASC", "physical_size_DESC", "snapshot_consistent_type_ASC", @@ -97976,6 +98981,8 @@ "status_DESC", "valid_size_of_backup_object_ASC", "valid_size_of_backup_object_DESC", + "valid_size_of_restore_point_ASC", + "valid_size_of_restore_point_DESC", "window_end_ASC", "window_end_DESC", "window_start_ASC", @@ -99177,88 +100184,76 @@ "type": "object", "additionalProperties": false }, - "NestedAggregateBackupStoreRepository": { - "properties": { - "count": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "count" - ], - "type": "object", - "additionalProperties": false - }, - "BackupStoreRepositoryConnection": { - "properties": { - "aggregate": { - "$ref": "#/components/schemas/NestedAggregateBackupStoreRepository" - } - }, - "required": [ - "aggregate" - ], - "type": "object", - "additionalProperties": false - }, - "GetBackupStoreRepositoriesConnectionRequestBody": { - "properties": { - "after": { - "type": "string", - "nullable": true - }, - "before": { - "type": "string", - "nullable": true - }, - "first": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "last": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "orderBy": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupStoreRepositoryOrderByInput" - } - ], - "nullable": true - }, - "skip": { - "type": "integer", - "format": "int32", - "nullable": true - }, - "where": { - "allOf": [ - { - "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" - } - ], - "nullable": true - } - }, - "type": "object", - "additionalProperties": false - }, - "NestedBackupPlanExecution": { + "NestedAggregateBackupStoreRepository": { "properties": { - "id": { - "type": "string" + "count": { + "type": "integer", + "format": "int32" } }, "required": [ - "id" + "count" + ], + "type": "object", + "additionalProperties": false + }, + "BackupStoreRepositoryConnection": { + "properties": { + "aggregate": { + "$ref": "#/components/schemas/NestedAggregateBackupStoreRepository" + } + }, + "required": [ + "aggregate" ], "type": "object", "additionalProperties": false }, + "GetBackupStoreRepositoriesConnectionRequestBody": { + "properties": { + "after": { + "type": "string", + "nullable": true + }, + "before": { + "type": "string", + "nullable": true + }, + "first": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "last": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "orderBy": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupStoreRepositoryOrderByInput" + } + ], + "nullable": true + }, + "skip": { + "type": "integer", + "format": "int32", + "nullable": true + }, + "where": { + "allOf": [ + { + "$ref": "#/components/schemas/BackupStoreRepositoryWhereInput" + } + ], + "nullable": true + } + }, + "type": "object", + "additionalProperties": false + }, "BackupTargetExecution": { "properties": { "backup_group": { @@ -116920,8 +117915,8 @@ } }, "info": { - "title": "CloudTower APIs", - "version": "4.4.0", + "title": "", + "version": "2.3.0", "description": "cloudtower operation API and SDK" }, "openapi": "3.0.0", @@ -117244,6 +118239,115 @@ } } }, + "/create-user-audit-log": { + "post": { + "operationId": "CreateUserAuditLog", + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/WithTask_UserAuditLog_" + }, + "type": "array" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "400": { + "description": "Bad request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "404": { + "description": "Not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "500": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + } + }, + "tags": [ + "UserAuditLog" + ], + "security": [ + { + "Authorization": [] + } + ], + "parameters": [ + { + "in": "header", + "name": "content-language", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContentLanguage" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/UserAuditLogCreationParams" + }, + "type": "array" + } + } + } + } + } + }, "/create-brick-topo": { "post": { "operationId": "CreateBrickTopo", @@ -121146,6 +122250,109 @@ } } }, + "/create-vm-from-content-library-template-batch": { + "post": { + "operationId": "CreateVmFromContentLibraryTemplateBatch", + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WithTask_Vm-Array_" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "400": { + "description": "Bad request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "404": { + "description": "Not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "500": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + } + }, + "tags": [ + "Vm" + ], + "security": [ + { + "Authorization": [] + } + ], + "parameters": [ + { + "in": "header", + "name": "content-language", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContentLanguage" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchParams" + } + } + } + } + } + }, "/convert-vm-template-to-vm": { "post": { "operationId": "ConvertVmTemplateToVm", @@ -140869,19 +142076,17 @@ } } }, - "/cancel-upload-task": { + "/export-csv": { "post": { - "operationId": "CancelUploadTask", + "operationId": "ExportCSV", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "type": "string" - }, - "type": "array" + "type": "string", + "format": "byte" } } }, @@ -140893,9 +142098,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -140949,7 +142151,7 @@ } }, "tags": [ - "UploadTask" + "TableReporter" ], "security": [ { @@ -140971,16 +142173,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CancelUploadTaskParams" + "$ref": "#/components/schemas/TableReporterParams" } } } } } }, - "/mount-usb-device": { + "/create-task": { "post": { - "operationId": "MountUsbDevice", + "operationId": "CreateTask", "responses": { "200": { "description": "", @@ -140988,7 +142190,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_UsbDevice_" + "$ref": "#/components/schemas/WithTask_Task_" }, "type": "array" } @@ -141055,7 +142257,7 @@ } }, "tags": [ - "UsbDevice" + "Task" ], "security": [ { @@ -141077,16 +142279,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UsbDeviceMountParams" + "items": { + "$ref": "#/components/schemas/TaskCreationParams" + }, + "type": "array" } } } } } }, - "/unmount-usb-device": { + "/update-task": { "post": { - "operationId": "UnmountUsbDevice", + "operationId": "UpdateTask", "responses": { "200": { "description": "", @@ -141094,7 +142299,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_UsbDevice_" + "$ref": "#/components/schemas/WithTask_Task_" }, "type": "array" } @@ -141161,7 +142366,7 @@ } }, "tags": [ - "UsbDevice" + "Task" ], "security": [ { @@ -141183,16 +142388,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UsbDeviceUnmountParams" + "$ref": "#/components/schemas/TaskUpdateParams" } } } } } }, - "/get-usb-devices": { + "/cancel-upload-task": { "post": { - "operationId": "GetUsbDevices", + "operationId": "CancelUploadTask", "responses": { "200": { "description": "", @@ -141200,7 +142405,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/UsbDevice" + "type": "string" }, "type": "array" } @@ -141214,6 +142419,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -141267,8 +142475,7 @@ } }, "tags": [ - "UsbDevice", - "UsbDevice" + "UploadTask" ], "security": [ { @@ -141290,23 +142497,26 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/GetUsbDevicesRequestBody" + "$ref": "#/components/schemas/CancelUploadTaskParams" } } } } } }, - "/login": { + "/mount-usb-device": { "post": { - "operationId": "Login", + "operationId": "MountUsbDevice", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WithTask_LoginResponse_" + "items": { + "$ref": "#/components/schemas/WithTask_UsbDevice_" + }, + "type": "array" } } }, @@ -141371,9 +142581,13 @@ } }, "tags": [ - "User" + "UsbDevice" + ], + "security": [ + { + "Authorization": [] + } ], - "security": [], "parameters": [ { "in": "header", @@ -141389,16 +142603,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LoginInput" + "$ref": "#/components/schemas/UsbDeviceMountParams" } } } } } }, - "/create-user": { + "/unmount-usb-device": { "post": { - "operationId": "CreateUser", + "operationId": "UnmountUsbDevice", "responses": { "200": { "description": "", @@ -141406,7 +142620,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_User_" + "$ref": "#/components/schemas/WithTask_UsbDevice_" }, "type": "array" } @@ -141473,7 +142687,7 @@ } }, "tags": [ - "User" + "UsbDevice" ], "security": [ { @@ -141495,19 +142709,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/UserCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/UsbDeviceUnmountParams" } } } } } }, - "/update-user": { + "/get-usb-devices": { "post": { - "operationId": "UpdateUser", + "operationId": "GetUsbDevices", "responses": { "200": { "description": "", @@ -141515,7 +142726,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_User_" + "$ref": "#/components/schemas/UsbDevice" }, "type": "array" } @@ -141582,7 +142793,8 @@ } }, "tags": [ - "User" + "UsbDevice", + "UsbDevice" ], "security": [ { @@ -141604,26 +142816,30 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserUpdationParams" + "$ref": "#/components/schemas/GetUsbDevicesRequestBody" } } } } } }, - "/delete-user": { + "/login": { "post": { - "operationId": "DeleteUser", + "operationId": "Login", "responses": { "200": { - "description": "Ok", + "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_DeleteUser_" - }, - "type": "array" + "$ref": "#/components/schemas/WithTask_LoginResponse_" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" } } } @@ -141683,11 +142899,7 @@ "tags": [ "User" ], - "security": [ - { - "Authorization": [] - } - ], + "security": [], "parameters": [ { "in": "header", @@ -141703,23 +142915,26 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UserDeletionParams" + "$ref": "#/components/schemas/LoginInput" } } } } } }, - "/create-root-user": { + "/create-user": { "post": { - "operationId": "CreateRootUser", + "operationId": "CreateUser", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WithTask_User_" + "items": { + "$ref": "#/components/schemas/WithTask_User_" + }, + "type": "array" } } }, @@ -141786,7 +143001,11 @@ "tags": [ "User" ], - "security": [], + "security": [ + { + "Authorization": [] + } + ], "parameters": [ { "in": "header", @@ -141802,23 +143021,29 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/RootUserCreationParams" + "items": { + "$ref": "#/components/schemas/UserCreationParams" + }, + "type": "array" } } } } } }, - "/get-my-info": { + "/update-user": { "post": { - "operationId": "GetMyInfo", + "operationId": "UpdateUser", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/User" + "items": { + "$ref": "#/components/schemas/WithTask_User_" + }, + "type": "array" } } }, @@ -141890,26 +143115,41 @@ "Authorization": [] } ], - "parameters": [] + "parameters": [ + { + "in": "header", + "name": "content-language", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContentLanguage" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UserUpdationParams" + } + } + } + } } }, - "/create-vcenter-account": { + "/delete-user": { "post": { - "operationId": "CreateVcenterAccount", + "operationId": "DeleteUser", "responses": { "200": { - "description": "", + "description": "Ok", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WithTask_VcenterAccount_" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" + "items": { + "$ref": "#/components/schemas/WithTask_DeleteUser_" + }, + "type": "array" } } } @@ -141967,7 +143207,7 @@ } }, "tags": [ - "VcenterAccount" + "User" ], "security": [ { @@ -141989,23 +143229,23 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateVcenterAccountParams" + "$ref": "#/components/schemas/UserDeletionParams" } } } } } }, - "/update-vcenter-account": { + "/create-root-user": { "post": { - "operationId": "UpdateVcenterAccount", + "operationId": "CreateRootUser", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WithTask_VcenterAccount_" + "$ref": "#/components/schemas/WithTask_User_" } } }, @@ -142070,13 +143310,9 @@ } }, "tags": [ - "VcenterAccount" - ], - "security": [ - { - "Authorization": [] - } + "User" ], + "security": [], "parameters": [ { "in": "header", @@ -142092,26 +143328,23 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UpdateVcenterAccountParams" + "$ref": "#/components/schemas/RootUserCreationParams" } } } } } }, - "/create-vds-with-migrate-vlan": { + "/get-my-info": { "post": { - "operationId": "CreateVdsWithMigrateVlan", + "operationId": "GetMyInfo", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_Vds_" - }, - "type": "array" + "$ref": "#/components/schemas/User" } } }, @@ -142176,51 +143409,26 @@ } }, "tags": [ - "Vds" + "User" ], "security": [ { "Authorization": [] } ], - "parameters": [ - { - "in": "header", - "name": "content-language", - "required": false, - "schema": { - "$ref": "#/components/schemas/ContentLanguage" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/VdsCreationWithMigrateVlanParams" - }, - "type": "array" - } - } - } - } + "parameters": [] } }, - "/create-vds-with-access-vlan": { + "/create-vcenter-account": { "post": { - "operationId": "CreateVdsWithAccessVlan", + "operationId": "CreateVcenterAccount", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_Vds_" - }, - "type": "array" + "$ref": "#/components/schemas/WithTask_VcenterAccount_" } } }, @@ -142285,7 +143493,7 @@ } }, "tags": [ - "Vds" + "VcenterAccount" ], "security": [ { @@ -142307,29 +143515,23 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VdsCreationWithMAccessVlanParams" - }, - "type": "array" + "$ref": "#/components/schemas/CreateVcenterAccountParams" } } } } } }, - "/create-vds": { + "/update-vcenter-account": { "post": { - "operationId": "CreateVds", + "operationId": "UpdateVcenterAccount", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_Vds_" - }, - "type": "array" + "$ref": "#/components/schemas/WithTask_VcenterAccount_" } } }, @@ -142394,7 +143596,7 @@ } }, "tags": [ - "Vds" + "VcenterAccount" ], "security": [ { @@ -142416,19 +143618,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VdsCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/UpdateVcenterAccountParams" } } } } } }, - "/update-vds": { + "/create-vds-with-migrate-vlan": { "post": { - "operationId": "UpdateVds", + "operationId": "CreateVdsWithMigrateVlan", "responses": { "200": { "description": "", @@ -142525,16 +143724,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VdsUpdationParams" + "items": { + "$ref": "#/components/schemas/VdsCreationWithMigrateVlanParams" + }, + "type": "array" } } } } } }, - "/delete-vds": { + "/create-vds-with-access-vlan": { "post": { - "operationId": "DeleteVds", + "operationId": "CreateVdsWithAccessVlan", "responses": { "200": { "description": "", @@ -142542,7 +143744,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVds_" + "$ref": "#/components/schemas/WithTask_Vds_" }, "type": "array" } @@ -142631,45 +143833,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VdsDeletionParams" + "items": { + "$ref": "#/components/schemas/VdsCreationWithMAccessVlanParams" + }, + "type": "array" } } } } } }, - "/get-version": { - "get": { - "operationId": "GetApiVersion", - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "string" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - } - }, - "tags": [ - "ApiInfo" - ], - "security": [], - "parameters": [] - } - }, - "/create-view": { + "/create-vds": { "post": { - "operationId": "CreateView", + "operationId": "CreateVds", "responses": { "200": { "description": "", @@ -142677,7 +143853,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_View_" + "$ref": "#/components/schemas/WithTask_Vds_" }, "type": "array" } @@ -142744,7 +143920,7 @@ } }, "tags": [ - "View" + "Vds" ], "security": [ { @@ -142767,7 +143943,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/ViewCreationParams" + "$ref": "#/components/schemas/VdsCreationParams" }, "type": "array" } @@ -142776,9 +143952,9 @@ } } }, - "/update-view": { + "/update-vds": { "post": { - "operationId": "UpdateView", + "operationId": "UpdateVds", "responses": { "200": { "description": "", @@ -142786,7 +143962,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_View_" + "$ref": "#/components/schemas/WithTask_Vds_" }, "type": "array" } @@ -142853,7 +144029,7 @@ } }, "tags": [ - "View" + "Vds" ], "security": [ { @@ -142875,16 +144051,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ViewUpdationParams" + "$ref": "#/components/schemas/VdsUpdationParams" } } } } } }, - "/delete-view": { + "/delete-vds": { "post": { - "operationId": "DeleteView", + "operationId": "DeleteVds", "responses": { "200": { "description": "", @@ -142892,7 +144068,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteView_" + "$ref": "#/components/schemas/WithTask_DeleteVds_" }, "type": "array" } @@ -142959,7 +144135,7 @@ } }, "tags": [ - "View" + "Vds" ], "security": [ { @@ -142981,77 +144157,23 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ViewDeletionParams" + "$ref": "#/components/schemas/VdsDeletionParams" } } } } } }, - "/create-vm-vlan": { - "post": { - "operationId": "CreateVmVlan", + "/get-version": { + "get": { + "operationId": "GetApiVersion", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_Vlan_" - }, - "type": "array" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "400": { - "description": "Bad request", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "500": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" + "type": "string" } } }, @@ -143065,41 +144187,15 @@ } }, "tags": [ - "Vlan" - ], - "security": [ - { - "Authorization": [] - } - ], - "parameters": [ - { - "in": "header", - "name": "content-language", - "required": false, - "schema": { - "$ref": "#/components/schemas/ContentLanguage" - } - } + "ApiInfo" ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "items": { - "$ref": "#/components/schemas/VmVlanCreationParams" - }, - "type": "array" - } - } - } - } + "security": [], + "parameters": [] } }, - "/update-vm-vlan": { + "/create-view": { "post": { - "operationId": "UpdateVlan", + "operationId": "CreateView", "responses": { "200": { "description": "", @@ -143107,7 +144203,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_Vlan_" + "$ref": "#/components/schemas/WithTask_View_" }, "type": "array" } @@ -143174,7 +144270,7 @@ } }, "tags": [ - "Vlan" + "View" ], "security": [ { @@ -143196,16 +144292,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmVlanUpdationParams" + "items": { + "$ref": "#/components/schemas/ViewCreationParams" + }, + "type": "array" } } } } } }, - "/update-management-vlan": { + "/update-view": { "post": { - "operationId": "UpdateManagementVlan", + "operationId": "UpdateView", "responses": { "200": { "description": "", @@ -143213,7 +144312,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_Vlan_" + "$ref": "#/components/schemas/WithTask_View_" }, "type": "array" } @@ -143280,7 +144379,7 @@ } }, "tags": [ - "Vlan" + "View" ], "security": [ { @@ -143302,16 +144401,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ManagementVlanUpdationParams" + "$ref": "#/components/schemas/ViewUpdationParams" } } } } } }, - "/update-migration-vlan": { + "/delete-view": { "post": { - "operationId": "UpdateMigrationVlan", + "operationId": "DeleteView", "responses": { "200": { "description": "", @@ -143319,7 +144418,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_Vlan_" + "$ref": "#/components/schemas/WithTask_DeleteView_" }, "type": "array" } @@ -143386,7 +144485,7 @@ } }, "tags": [ - "Vlan" + "View" ], "security": [ { @@ -143408,16 +144507,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MigrationVlanUpdationParams" + "$ref": "#/components/schemas/ViewDeletionParams" } } } } } }, - "/delete-vm-vlan": { + "/create-virtual-private-cloud-floating-ip": { "post": { - "operationId": "DeleteVlan", + "operationId": "CreateVirtualPrivateCloudFloatingIp", "responses": { "200": { "description": "", @@ -143425,7 +144524,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVlan_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudFloatingIp_" }, "type": "array" } @@ -143492,7 +144591,7 @@ } }, "tags": [ - "Vlan" + "VirtualPrivateCloudFloatingIp" ], "security": [ { @@ -143514,16 +144613,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VlanDeletionParams" + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpCreationParams" + }, + "type": "array" } } } } } }, - "/create-vm-folder": { + "/delete-virtual-private-cloud-floating-ip": { "post": { - "operationId": "CreateVmFolder", + "operationId": "DeleteVirtualPrivateCloudFloatingIp", "responses": { "200": { "description": "", @@ -143531,7 +144633,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmFolder_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudFloatingIp_" }, "type": "array" } @@ -143598,7 +144700,7 @@ } }, "tags": [ - "VmFolder" + "VirtualPrivateCloudFloatingIp" ], "security": [ { @@ -143620,19 +144722,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VmFolderCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpDeletionParams" } } } } } }, - "/update-vm-folder": { + "/create-virtual-private-cloud-nat-gateway": { "post": { - "operationId": "UpdateVmFolder", + "operationId": "CreateVirtualPrivateCloudNatGateway", "responses": { "200": { "description": "", @@ -143640,7 +144739,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmFolder_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudNatGateway_" }, "type": "array" } @@ -143707,7 +144806,7 @@ } }, "tags": [ - "VmFolder" + "VirtualPrivateCloudNatGateway" ], "security": [ { @@ -143729,16 +144828,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmFolderUpdationParams" + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayCreationParams" + }, + "type": "array" } } } } } }, - "/delete-vm-folder": { + "/update-virtual-private-cloud-nat-gateway": { "post": { - "operationId": "DeleteVmFolder", + "operationId": "UpdateVirtualPrivateCloudNatGateway", "responses": { "200": { "description": "", @@ -143746,7 +144848,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmFolder_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudNatGateway_" }, "type": "array" } @@ -143813,7 +144915,7 @@ } }, "tags": [ - "VmFolder" + "VirtualPrivateCloudNatGateway" ], "security": [ { @@ -143835,16 +144937,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmFolderDeletionParams" + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayUpdationParams" } } } } } }, - "/create-vm-placement-group": { + "/delete-virtual-private-cloud-nat-gateway": { "post": { - "operationId": "CreateVmPlacementGroup", + "operationId": "DeleteVirtualPrivateCloudNatGateway", "responses": { "200": { "description": "", @@ -143852,7 +144954,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmPlacementGroup_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudNatGateway_" }, "type": "array" } @@ -143919,7 +145021,113 @@ } }, "tags": [ - "VmPlacementGroup" + "VirtualPrivateCloudNatGateway" + ], + "security": [ + { + "Authorization": [] + } + ], + "parameters": [ + { + "in": "header", + "name": "content-language", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContentLanguage" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayDeletionParams" + } + } + } + } + } + }, + "/create-virtual-private-cloud-route-table": { + "post": { + "operationId": "CreateVirtualPrivateCloudRouteTable", + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouteTable_" + }, + "type": "array" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "400": { + "description": "Bad request", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "404": { + "description": "Not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + }, + "500": { + "description": "Server error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorBody" + } + } + }, + "headers": { + "CommonHeader": { + "schema": { + "$ref": "#/components/schemas/CommonHeader" + } + } + } + } + }, + "tags": [ + "VirtualPrivateCloudRouteTable" ], "security": [ { @@ -143942,7 +145150,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/VmPlacementGroupCreationParams" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableCreationParams" }, "type": "array" } @@ -143951,9 +145159,9 @@ } } }, - "/update-vm-placement-group": { + "/update-virtual-private-cloud-route-table": { "post": { - "operationId": "UpdateVmPlacementGroup", + "operationId": "UpdateVirtualPrivateCloudRouteTable", "responses": { "200": { "description": "", @@ -143961,7 +145169,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmPlacementGroup_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouteTable_" }, "type": "array" } @@ -144028,7 +145236,7 @@ } }, "tags": [ - "VmPlacementGroup" + "VirtualPrivateCloudRouteTable" ], "security": [ { @@ -144050,16 +145258,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmPlacementGroupUpdationParams" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableUpdationParams" } } } } } }, - "/delete-vm-placement-group": { + "/delete-virtual-private-cloud-route-table": { "post": { - "operationId": "DeleteVmPlacementGroup", + "operationId": "DeleteVirtualPrivateCloudRouteTable", "responses": { "200": { "description": "", @@ -144067,7 +145275,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmPlacementGroup_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudRouteTable_" }, "type": "array" } @@ -144134,7 +145342,7 @@ } }, "tags": [ - "VmPlacementGroup" + "VirtualPrivateCloudRouteTable" ], "security": [ { @@ -144156,16 +145364,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmPlacementGroupDeletionParams" + "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableDeletionParams" } } } } } }, - "/create-vm-snapshot": { + "/create-virtual-private-cloud-router-gateway": { "post": { - "operationId": "CreateVmSnapshot", + "operationId": "CreateVirtualPrivateCloudRouterGateway", "responses": { "200": { "description": "", @@ -144173,7 +145381,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmSnapshot_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouterGateway_" }, "type": "array" } @@ -144240,7 +145448,7 @@ } }, "tags": [ - "VmSnapshot" + "VirtualPrivateCloudRouterGateway" ], "security": [ { @@ -144262,16 +145470,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmSnapshotCreationParams" + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayCreationParams" + }, + "type": "array" } } } } } }, - "/delete-vm-snapshot": { + "/update-virtual-private-cloud-router-gateway": { "post": { - "operationId": "DeleteVmSnapshot", + "operationId": "UpdateVirtualPrivateCloudRouterGateway", "responses": { "200": { "description": "", @@ -144279,7 +145490,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmSnapshot_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouterGateway_" }, "type": "array" } @@ -144346,7 +145557,7 @@ } }, "tags": [ - "VmSnapshot" + "VirtualPrivateCloudRouterGateway" ], "security": [ { @@ -144368,16 +145579,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmSnapshotDeletionParams" + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayUpdationParams" } } } } } }, - "/clone-vm-template-from-vm": { + "/delete-virtual-private-cloud-router-gateway": { "post": { - "operationId": "CloneVmTemplateFromVm", + "operationId": "DeleteVirtualPrivateCloudRouterGateway", "responses": { "200": { "description": "", @@ -144385,7 +145596,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmTemplate_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudRouterGateway_" }, "type": "array" } @@ -144452,7 +145663,7 @@ } }, "tags": [ - "VmTemplate" + "VirtualPrivateCloudRouterGateway" ], "security": [ { @@ -144474,19 +145685,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VmTemplateCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayDeletionParams" } } } } } }, - "/convert-vm-template-from-vm": { + "/create-virtual-private-cloud-security-group": { "post": { - "operationId": "ConvertVmTemplateFromVm", + "operationId": "CreateVirtualPrivateCloudSecurityGroup", "responses": { "200": { "description": "", @@ -144494,7 +145702,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmTemplate_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityGroup_" }, "type": "array" } @@ -144561,7 +145769,7 @@ } }, "tags": [ - "VmTemplate" + "VirtualPrivateCloudSecurityGroup" ], "security": [ { @@ -144584,7 +145792,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/VmTemplateCreationParams" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupCreationParams" }, "type": "array" } @@ -144593,9 +145801,9 @@ } } }, - "/update-vm-template": { + "/update-virtual-private-cloud-security-group": { "post": { - "operationId": "UpdateVmTemplate", + "operationId": "UpdateVirtualPrivateCloudSecurityGroup", "responses": { "200": { "description": "", @@ -144603,7 +145811,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmTemplate_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityGroup_" }, "type": "array" } @@ -144670,7 +145878,7 @@ } }, "tags": [ - "VmTemplate" + "VirtualPrivateCloudSecurityGroup" ], "security": [ { @@ -144692,16 +145900,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmTemplateUpdationParams" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupUpdationParams" } } } } } }, - "/delete-vm-template": { + "/delete-virtual-private-cloud-security-group": { "post": { - "operationId": "DeleteVmTemplate", + "operationId": "DeleteVirtualPrivateCloudSecurityGroup", "responses": { "200": { "description": "", @@ -144709,7 +145917,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmTemplate_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudSecurityGroup_" }, "type": "array" } @@ -144776,7 +145984,7 @@ } }, "tags": [ - "VmTemplate" + "VirtualPrivateCloudSecurityGroup" ], "security": [ { @@ -144798,16 +146006,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmTemplateDeletionParams" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupDeletionParams" } } } } } }, - "/create-vm-volume-snapshot": { + "/create-virtual-private-cloud-security-policy": { "post": { - "operationId": "CreateVmVolumeSnapshot", + "operationId": "CreateVirtualPrivateCloudSecurityPolicy", "responses": { "200": { "description": "", @@ -144815,7 +146023,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolumeSnapshot_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityPolicy_" }, "type": "array" } @@ -144882,7 +146090,7 @@ } }, "tags": [ - "VmVolumeSnapshot" + "VirtualPrivateCloudSecurityPolicy" ], "security": [ { @@ -144905,7 +146113,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/VmVolumeSnapshotCreationParams" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyCreateParams" }, "type": "array" } @@ -144914,9 +146122,9 @@ } } }, - "/delete-vm-volume-snapshot": { + "/delete-virtual-private-cloud-security-policy": { "post": { - "operationId": "DeleteVmVolumeSnapshot", + "operationId": "DeleteVirtualPrivateCloudSecurityPolicy", "responses": { "200": { "description": "", @@ -144924,7 +146132,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmVolumeSnapshot_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudSecurityPolicy_" }, "type": "array" } @@ -144991,7 +146199,7 @@ } }, "tags": [ - "VmVolumeSnapshot" + "VirtualPrivateCloudSecurityPolicy" ], "security": [ { @@ -145013,16 +146221,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmVolumeSnapshotDeletionParams" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyDeleteParams" } } } } } }, - "/create-vm-volume": { + "/update-virtual-private-cloud-security-policy": { "post": { - "operationId": "CreateVmVolume", + "operationId": "UpdateVirtualPrivateCloudSecurityPolicy", "responses": { "200": { "description": "", @@ -145030,7 +146238,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityPolicy_" }, "type": "array" } @@ -145097,7 +146305,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloudSecurityPolicy" ], "security": [ { @@ -145119,19 +146327,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VmVolumeCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyUpdateBody" } } } } } }, - "/delete-vm-volume": { + "/create-virtual-private-cloud-subnet": { "post": { - "operationId": "DeleteVmVolumeFromVm", + "operationId": "CreateVirtualPrivateCloudSubnet", "responses": { "200": { "description": "", @@ -145139,7 +146344,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVmVolume_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSubnet_" }, "type": "array" } @@ -145206,7 +146411,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloudSubnet" ], "security": [ { @@ -145228,16 +146433,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VmVolumeDeletionParams" + "items": { + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetCreationParams" + }, + "type": "array" } } } } } }, - "/rebuild-vm-volume": { + "/update-virtual-private-cloud-subnet": { "post": { - "operationId": "RebuildVmVolume", + "operationId": "UpdateVirtualPrivateCloudSubnet", "responses": { "200": { "description": "", @@ -145245,7 +146453,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSubnet_" }, "type": "array" } @@ -145259,9 +146467,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145315,7 +146520,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloudSubnet" ], "security": [ { @@ -145337,19 +146542,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VmVolumeRebuildParams" - }, - "type": "array" + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetUpdationParams" } } } } } }, - "/rollback-vm-volume": { + "/delete-virtual-private-cloud-subnet": { "post": { - "operationId": "RollbackVmVolume", + "operationId": "DeleteVirtualPrivateCloudSubnet", "responses": { "200": { "description": "", @@ -145357,7 +146559,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudSubnet_" }, "type": "array" } @@ -145371,9 +146573,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145427,7 +146626,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloudSubnet" ], "security": [ { @@ -145449,19 +146648,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VmVolumeRollbackParams" - }, - "type": "array" + "$ref": "#/components/schemas/VirtualPrivateCloudSubnetDeletionParams" } } } } } }, - "/clone-vm-volume": { + "/create-virtual-private-cloud": { "post": { - "operationId": "CloneVmVolume", + "operationId": "CreateVirtualPrivateCloud", "responses": { "200": { "description": "", @@ -145469,7 +146665,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloud_" }, "type": "array" } @@ -145536,7 +146732,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloud" ], "security": [ { @@ -145559,7 +146755,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/CloneVmVolumeParams" + "$ref": "#/components/schemas/VirtualPrivateCloudCreationParams" }, "type": "array" } @@ -145568,9 +146764,9 @@ } } }, - "/update-vm-volume": { + "/update-virtual-private-cloud": { "post": { - "operationId": "UpdateVmVolume", + "operationId": "UpdateVirtualPrivateCloud", "responses": { "200": { "description": "", @@ -145578,7 +146774,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_VirtualPrivateCloud_" }, "type": "array" } @@ -145592,9 +146788,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145648,7 +146841,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloud" ], "security": [ { @@ -145670,16 +146863,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UpdateVmVolumeParams" + "$ref": "#/components/schemas/VirtualPrivateCloudUpdationParams" } } } } } }, - "/export-vm-volume": { + "/delete-virtual-private-cloud": { "post": { - "operationId": "ExportVmVolume", + "operationId": "DeleteVirtualPrivateCloud", "responses": { "200": { "description": "", @@ -145687,7 +146880,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmExportFile_" + "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloud_" }, "type": "array" } @@ -145754,7 +146947,7 @@ } }, "tags": [ - "VmVolume" + "VirtualPrivateCloud" ], "security": [ { @@ -145776,16 +146969,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ExportVmVolumeParams" + "$ref": "#/components/schemas/VirtualPrivateCloudDeletionParams" } } } } } }, - "/import-vm-volume": { + "/create-vm-vlan": { "post": { - "operationId": "ImportVmVolume", + "operationId": "CreateVmVlan", "responses": { "200": { "description": "", @@ -145793,7 +146986,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VmVolume_" + "$ref": "#/components/schemas/WithTask_Vlan_" }, "type": "array" } @@ -145860,7 +147053,7 @@ } }, "tags": [ - "VmVolume" + "Vlan" ], "security": [ { @@ -145883,7 +147076,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/ImportVmVolumeParams" + "$ref": "#/components/schemas/VmVlanCreationParams" }, "type": "array" } @@ -145892,9 +147085,9 @@ } } }, - "/update-vsphere-esxi-account": { + "/update-vm-vlan": { "post": { - "operationId": "UpdateVsphereEsxiAccount", + "operationId": "UpdateVlan", "responses": { "200": { "description": "", @@ -145902,7 +147095,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VsphereEsxiAccount-Array_" + "$ref": "#/components/schemas/WithTask_Vlan_" }, "type": "array" } @@ -145916,9 +147109,6 @@ } } }, - "304": { - "description": "Not modified" - }, "400": { "description": "Bad request", "content": { @@ -145972,7 +147162,7 @@ } }, "tags": [ - "VsphereEsxiAccount" + "Vlan" ], "security": [ { @@ -145994,24 +147184,26 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParams" + "$ref": "#/components/schemas/VmVlanUpdationParams" } } } } } }, - "/export-csv": { + "/update-management-vlan": { "post": { - "operationId": "ExportCSV", + "operationId": "UpdateManagementVlan", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "type": "string", - "format": "byte" + "items": { + "$ref": "#/components/schemas/WithTask_Vlan_" + }, + "type": "array" } } }, @@ -146076,7 +147268,7 @@ } }, "tags": [ - "TableReporter" + "Vlan" ], "security": [ { @@ -146098,16 +147290,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TableReporterParams" + "$ref": "#/components/schemas/ManagementVlanUpdationParams" } } } } } }, - "/create-user-audit-log": { + "/update-migration-vlan": { "post": { - "operationId": "CreateUserAuditLog", + "operationId": "UpdateMigrationVlan", "responses": { "200": { "description": "", @@ -146115,7 +147307,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_UserAuditLog_" + "$ref": "#/components/schemas/WithTask_Vlan_" }, "type": "array" } @@ -146182,7 +147374,7 @@ } }, "tags": [ - "UserAuditLog" + "Vlan" ], "security": [ { @@ -146204,19 +147396,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/UserAuditLogCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/MigrationVlanUpdationParams" } } } } } }, - "/create-backup-plan": { + "/delete-vm-vlan": { "post": { - "operationId": "CreateBackupPlan", + "operationId": "DeleteVlan", "responses": { "200": { "description": "", @@ -146224,7 +147413,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupPlan_" + "$ref": "#/components/schemas/WithTask_DeleteVlan_" }, "type": "array" } @@ -146291,7 +147480,7 @@ } }, "tags": [ - "BackupPlan" + "Vlan" ], "security": [ { @@ -146313,19 +147502,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/BackupPlanCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VlanDeletionParams" } } } } } }, - "/update-backup-plan": { + "/create-vm-folder": { "post": { - "operationId": "UpdateBackupPlan", + "operationId": "CreateVmFolder", "responses": { "200": { "description": "", @@ -146333,7 +147519,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupPlan_" + "$ref": "#/components/schemas/WithTask_VmFolder_" }, "type": "array" } @@ -146400,7 +147586,7 @@ } }, "tags": [ - "BackupPlan" + "VmFolder" ], "security": [ { @@ -146422,16 +147608,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupPlanUpdationParams" + "items": { + "$ref": "#/components/schemas/VmFolderCreationParams" + }, + "type": "array" } } } } } }, - "/delete-backup-plan": { + "/update-vm-folder": { "post": { - "operationId": "DeleteBackupPlan", + "operationId": "UpdateVmFolder", "responses": { "200": { "description": "", @@ -146439,7 +147628,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteBackupPlan_" + "$ref": "#/components/schemas/WithTask_VmFolder_" }, "type": "array" } @@ -146506,7 +147695,7 @@ } }, "tags": [ - "BackupPlan" + "VmFolder" ], "security": [ { @@ -146528,16 +147717,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupPlanDeletionParams" + "$ref": "#/components/schemas/VmFolderUpdationParams" } } } } } }, - "/suspend-backup-plan": { + "/delete-vm-folder": { "post": { - "operationId": "SuspendBackupPlan", + "operationId": "DeleteVmFolder", "responses": { "200": { "description": "", @@ -146545,7 +147734,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupPlan_" + "$ref": "#/components/schemas/WithTask_DeleteVmFolder_" }, "type": "array" } @@ -146612,7 +147801,7 @@ } }, "tags": [ - "BackupPlan" + "VmFolder" ], "security": [ { @@ -146634,16 +147823,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupPlanSuspendParams" + "$ref": "#/components/schemas/VmFolderDeletionParams" } } } } } }, - "/resume-backup-plan": { + "/create-vm-placement-group": { "post": { - "operationId": "ResumeBackupPlan", + "operationId": "CreateVmPlacementGroup", "responses": { "200": { "description": "", @@ -146651,7 +147840,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupPlan_" + "$ref": "#/components/schemas/WithTask_VmPlacementGroup_" }, "type": "array" } @@ -146718,7 +147907,7 @@ } }, "tags": [ - "BackupPlan" + "VmPlacementGroup" ], "security": [ { @@ -146740,16 +147929,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupPlanResumeParams" + "items": { + "$ref": "#/components/schemas/VmPlacementGroupCreationParams" + }, + "type": "array" } } } } } }, - "/execute-backup-plan": { + "/update-vm-placement-group": { "post": { - "operationId": "ExecuteBackupPlan", + "operationId": "UpdateVmPlacementGroup", "responses": { "200": { "description": "", @@ -146757,7 +147949,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupPlanExecution_" + "$ref": "#/components/schemas/WithTask_VmPlacementGroup_" }, "type": "array" } @@ -146824,7 +148016,7 @@ } }, "tags": [ - "BackupPlan" + "VmPlacementGroup" ], "security": [ { @@ -146846,16 +148038,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupPlanExecuteParams" + "$ref": "#/components/schemas/VmPlacementGroupUpdationParams" } } } } } }, - "/backup-rebuild-vm": { + "/delete-vm-placement-group": { "post": { - "operationId": "BackupRebuildVm", + "operationId": "DeleteVmPlacementGroup", "responses": { "200": { "description": "", @@ -146863,7 +148055,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupRestoreExecution_" + "$ref": "#/components/schemas/WithTask_DeleteVmPlacementGroup_" }, "type": "array" } @@ -146930,7 +148122,7 @@ } }, "tags": [ - "BackupPlan" + "VmPlacementGroup" ], "security": [ { @@ -146952,16 +148144,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupRestorePointRebuildParams" + "$ref": "#/components/schemas/VmPlacementGroupDeletionParams" } } } } } }, - "/backup-restore-vm-in-place": { + "/create-vm-snapshot": { "post": { - "operationId": "BackupRestoreVmInPlace", + "operationId": "CreateVmSnapshot", "responses": { "200": { "description": "", @@ -146969,7 +148161,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_BackupRestoreExecution_" + "$ref": "#/components/schemas/WithTask_VmSnapshot_" }, "type": "array" } @@ -147036,7 +148228,7 @@ } }, "tags": [ - "BackupPlan" + "VmSnapshot" ], "security": [ { @@ -147058,16 +148250,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupRestorePointRestoreInPlaceParams" + "$ref": "#/components/schemas/VmSnapshotCreationParams" } } } } } }, - "/delete-backup-restore-point": { + "/delete-vm-snapshot": { "post": { - "operationId": "DeleteBackupRestorePoint", + "operationId": "DeleteVmSnapshot", "responses": { "200": { "description": "", @@ -147075,7 +148267,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteBackupRestorePoint-Array_" + "$ref": "#/components/schemas/WithTask_DeleteVmSnapshot_" }, "type": "array" } @@ -147142,7 +148334,7 @@ } }, "tags": [ - "BackupPlan" + "VmSnapshot" ], "security": [ { @@ -147164,23 +148356,26 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BackupRestorePointDeletionParams" + "$ref": "#/components/schemas/VmSnapshotDeletionParams" } } } } } }, - "/disassociate-system-service-from-obs-service": { + "/clone-vm-template-from-vm": { "post": { - "operationId": "DisassociateSystemServiceFromObsService", + "operationId": "CloneVmTemplateFromVm", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/WithTask_DisassociateSystemServiceFromObsServiceResult_" + "items": { + "$ref": "#/components/schemas/WithTask_VmTemplate_" + }, + "type": "array" } } }, @@ -147245,7 +148440,7 @@ } }, "tags": [ - "Observability" + "VmTemplate" ], "security": [ { @@ -147267,16 +148462,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DisassociateSystemServiceFromObsServiceParams" + "items": { + "$ref": "#/components/schemas/VmTemplateCreationParams" + }, + "type": "array" } } } } } }, - "/create-task": { + "/convert-vm-template-from-vm": { "post": { - "operationId": "CreateTask", + "operationId": "ConvertVmTemplateFromVm", "responses": { "200": { "description": "", @@ -147284,7 +148482,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_Task_" + "$ref": "#/components/schemas/WithTask_VmTemplate_" }, "type": "array" } @@ -147351,7 +148549,7 @@ } }, "tags": [ - "Task" + "VmTemplate" ], "security": [ { @@ -147374,7 +148572,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/TaskCreationParams" + "$ref": "#/components/schemas/VmTemplateCreationParams" }, "type": "array" } @@ -147383,9 +148581,9 @@ } } }, - "/update-task": { + "/update-vm-template": { "post": { - "operationId": "UpdateTask", + "operationId": "UpdateVmTemplate", "responses": { "200": { "description": "", @@ -147393,7 +148591,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_Task_" + "$ref": "#/components/schemas/WithTask_VmTemplate_" }, "type": "array" } @@ -147460,7 +148658,7 @@ } }, "tags": [ - "Task" + "VmTemplate" ], "security": [ { @@ -147482,16 +148680,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/TaskUpdateParams" + "$ref": "#/components/schemas/VmTemplateUpdationParams" } } } } } }, - "/create-virtual-private-cloud-floating-ip": { + "/delete-vm-template": { "post": { - "operationId": "CreateVirtualPrivateCloudFloatingIp", + "operationId": "DeleteVmTemplate", "responses": { "200": { "description": "", @@ -147499,7 +148697,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudFloatingIp_" + "$ref": "#/components/schemas/WithTask_DeleteVmTemplate_" }, "type": "array" } @@ -147566,7 +148764,7 @@ } }, "tags": [ - "VirtualPrivateCloudFloatingIp" + "VmTemplate" ], "security": [ { @@ -147588,19 +148786,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VmTemplateDeletionParams" } } } } } }, - "/delete-virtual-private-cloud-floating-ip": { + "/create-vm-volume-snapshot": { "post": { - "operationId": "DeleteVirtualPrivateCloudFloatingIp", + "operationId": "CreateVmVolumeSnapshot", "responses": { "200": { "description": "", @@ -147608,7 +148803,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudFloatingIp_" + "$ref": "#/components/schemas/WithTask_VmVolumeSnapshot_" }, "type": "array" } @@ -147675,7 +148870,7 @@ } }, "tags": [ - "VirtualPrivateCloudFloatingIp" + "VmVolumeSnapshot" ], "security": [ { @@ -147697,16 +148892,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudFloatingIpDeletionParams" + "items": { + "$ref": "#/components/schemas/VmVolumeSnapshotCreationParams" + }, + "type": "array" } } } } } }, - "/create-virtual-private-cloud-nat-gateway": { + "/delete-vm-volume-snapshot": { "post": { - "operationId": "CreateVirtualPrivateCloudNatGateway", + "operationId": "DeleteVmVolumeSnapshot", "responses": { "200": { "description": "", @@ -147714,7 +148912,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudNatGateway_" + "$ref": "#/components/schemas/WithTask_DeleteVmVolumeSnapshot_" }, "type": "array" } @@ -147781,7 +148979,7 @@ } }, "tags": [ - "VirtualPrivateCloudNatGateway" + "VmVolumeSnapshot" ], "security": [ { @@ -147803,19 +149001,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/VmVolumeSnapshotDeletionParams" } } } } } }, - "/update-virtual-private-cloud-nat-gateway": { + "/create-vm-volume": { "post": { - "operationId": "UpdateVirtualPrivateCloudNatGateway", + "operationId": "CreateVmVolume", "responses": { "200": { "description": "", @@ -147823,7 +149018,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudNatGateway_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -147890,7 +149085,7 @@ } }, "tags": [ - "VirtualPrivateCloudNatGateway" + "VmVolume" ], "security": [ { @@ -147912,16 +149107,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayUpdationParams" + "items": { + "$ref": "#/components/schemas/VmVolumeCreationParams" + }, + "type": "array" } } } } } }, - "/delete-virtual-private-cloud-nat-gateway": { + "/delete-vm-volume": { "post": { - "operationId": "DeleteVirtualPrivateCloudNatGateway", + "operationId": "DeleteVmVolumeFromVm", "responses": { "200": { "description": "", @@ -147929,7 +149127,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudNatGateway_" + "$ref": "#/components/schemas/WithTask_DeleteVmVolume_" }, "type": "array" } @@ -147996,7 +149194,7 @@ } }, "tags": [ - "VirtualPrivateCloudNatGateway" + "VmVolume" ], "security": [ { @@ -148018,16 +149216,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudNatGatewayDeletionParams" + "$ref": "#/components/schemas/VmVolumeDeletionParams" } } } } } }, - "/create-virtual-private-cloud-route-table": { + "/rebuild-vm-volume": { "post": { - "operationId": "CreateVirtualPrivateCloudRouteTable", + "operationId": "RebuildVmVolume", "responses": { "200": { "description": "", @@ -148035,7 +149233,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouteTable_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -148049,6 +149247,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -148102,7 +149303,7 @@ } }, "tags": [ - "VirtualPrivateCloudRouteTable" + "VmVolume" ], "security": [ { @@ -148125,7 +149326,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableCreationParams" + "$ref": "#/components/schemas/VmVolumeRebuildParams" }, "type": "array" } @@ -148134,9 +149335,9 @@ } } }, - "/update-virtual-private-cloud-route-table": { + "/rollback-vm-volume": { "post": { - "operationId": "UpdateVirtualPrivateCloudRouteTable", + "operationId": "RollbackVmVolume", "responses": { "200": { "description": "", @@ -148144,7 +149345,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouteTable_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -148158,6 +149359,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -148211,7 +149415,7 @@ } }, "tags": [ - "VirtualPrivateCloudRouteTable" + "VmVolume" ], "security": [ { @@ -148233,16 +149437,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableUpdationParams" + "items": { + "$ref": "#/components/schemas/VmVolumeRollbackParams" + }, + "type": "array" } } } } } }, - "/delete-virtual-private-cloud-route-table": { + "/clone-vm-volume": { "post": { - "operationId": "DeleteVirtualPrivateCloudRouteTable", + "operationId": "CloneVmVolume", "responses": { "200": { "description": "", @@ -148250,7 +149457,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudRouteTable_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -148317,7 +149524,7 @@ } }, "tags": [ - "VirtualPrivateCloudRouteTable" + "VmVolume" ], "security": [ { @@ -148339,16 +149546,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouteTableDeletionParams" + "items": { + "$ref": "#/components/schemas/CloneVmVolumeParams" + }, + "type": "array" } } } } } }, - "/create-virtual-private-cloud-router-gateway": { + "/update-vm-volume": { "post": { - "operationId": "CreateVirtualPrivateCloudRouterGateway", + "operationId": "UpdateVmVolume", "responses": { "200": { "description": "", @@ -148356,7 +149566,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouterGateway_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -148370,6 +149580,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -148423,7 +149636,7 @@ } }, "tags": [ - "VirtualPrivateCloudRouterGateway" + "VmVolume" ], "security": [ { @@ -148445,19 +149658,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/UpdateVmVolumeParams" } } } } } }, - "/update-virtual-private-cloud-router-gateway": { + "/export-vm-volume": { "post": { - "operationId": "UpdateVirtualPrivateCloudRouterGateway", + "operationId": "ExportVmVolume", "responses": { "200": { "description": "", @@ -148465,7 +149675,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudRouterGateway_" + "$ref": "#/components/schemas/WithTask_VmExportFile_" }, "type": "array" } @@ -148532,7 +149742,7 @@ } }, "tags": [ - "VirtualPrivateCloudRouterGateway" + "VmVolume" ], "security": [ { @@ -148554,16 +149764,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayUpdationParams" + "$ref": "#/components/schemas/ExportVmVolumeParams" } } } } } }, - "/delete-virtual-private-cloud-router-gateway": { + "/import-vm-volume": { "post": { - "operationId": "DeleteVirtualPrivateCloudRouterGateway", + "operationId": "ImportVmVolume", "responses": { "200": { "description": "", @@ -148571,7 +149781,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudRouterGateway_" + "$ref": "#/components/schemas/WithTask_VmVolume_" }, "type": "array" } @@ -148638,7 +149848,7 @@ } }, "tags": [ - "VirtualPrivateCloudRouterGateway" + "VmVolume" ], "security": [ { @@ -148660,16 +149870,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudRouterGatewayDeletionParams" + "items": { + "$ref": "#/components/schemas/ImportVmVolumeParams" + }, + "type": "array" } } } } } }, - "/create-virtual-private-cloud-security-group": { + "/update-vsphere-esxi-account": { "post": { - "operationId": "CreateVirtualPrivateCloudSecurityGroup", + "operationId": "UpdateVsphereEsxiAccount", "responses": { "200": { "description": "", @@ -148677,7 +149890,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityGroup_" + "$ref": "#/components/schemas/WithTask_VsphereEsxiAccount-Array_" }, "type": "array" } @@ -148691,6 +149904,9 @@ } } }, + "304": { + "description": "Not modified" + }, "400": { "description": "Bad request", "content": { @@ -148744,7 +149960,7 @@ } }, "tags": [ - "VirtualPrivateCloudSecurityGroup" + "VsphereEsxiAccount" ], "security": [ { @@ -148766,29 +149982,23 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/UpdateVsphereEsxiAccountParams" } } } } } }, - "/update-virtual-private-cloud-security-group": { + "/disassociate-system-service-from-obs-service": { "post": { - "operationId": "UpdateVirtualPrivateCloudSecurityGroup", + "operationId": "DisassociateSystemServiceFromObsService", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityGroup_" - }, - "type": "array" + "$ref": "#/components/schemas/WithTask_DisassociateSystemServiceFromObsServiceResult_" } } }, @@ -148853,7 +150063,7 @@ } }, "tags": [ - "VirtualPrivateCloudSecurityGroup" + "Observability" ], "security": [ { @@ -148875,16 +150085,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupUpdationParams" + "$ref": "#/components/schemas/DisassociateSystemServiceFromObsServiceParams" } } } } } }, - "/delete-virtual-private-cloud-security-group": { + "/create-backup-plan": { "post": { - "operationId": "DeleteVirtualPrivateCloudSecurityGroup", + "operationId": "CreateBackupPlan", "responses": { "200": { "description": "", @@ -148892,7 +150102,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudSecurityGroup_" + "$ref": "#/components/schemas/WithTask_BackupPlan_" }, "type": "array" } @@ -148959,7 +150169,7 @@ } }, "tags": [ - "VirtualPrivateCloudSecurityGroup" + "BackupPlan" ], "security": [ { @@ -148981,16 +150191,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityGroupDeletionParams" + "items": { + "$ref": "#/components/schemas/BackupPlanCreationParams" + }, + "type": "array" } } } } } }, - "/create-virtual-private-cloud-security-policy": { + "/update-backup-plan": { "post": { - "operationId": "CreateVirtualPrivateCloudSecurityPolicy", + "operationId": "UpdateBackupPlan", "responses": { "200": { "description": "", @@ -148998,7 +150211,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityPolicy_" + "$ref": "#/components/schemas/WithTask_BackupPlan_" }, "type": "array" } @@ -149065,7 +150278,7 @@ } }, "tags": [ - "VirtualPrivateCloudSecurityPolicy" + "BackupPlan" ], "security": [ { @@ -149087,19 +150300,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyCreateParams" - }, - "type": "array" + "$ref": "#/components/schemas/BackupPlanUpdationParams" } } } } } }, - "/delete-virtual-private-cloud-security-policy": { + "/delete-backup-plan": { "post": { - "operationId": "DeleteVirtualPrivateCloudSecurityPolicy", + "operationId": "DeleteBackupPlan", "responses": { "200": { "description": "", @@ -149107,7 +150317,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudSecurityPolicy_" + "$ref": "#/components/schemas/WithTask_DeleteBackupPlan_" }, "type": "array" } @@ -149174,7 +150384,7 @@ } }, "tags": [ - "VirtualPrivateCloudSecurityPolicy" + "BackupPlan" ], "security": [ { @@ -149196,16 +150406,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyDeleteParams" + "$ref": "#/components/schemas/BackupPlanDeletionParams" } } } } } }, - "/update-virtual-private-cloud-security-policy": { + "/suspend-backup-plan": { "post": { - "operationId": "UpdateVirtualPrivateCloudSecurityPolicy", + "operationId": "SuspendBackupPlan", "responses": { "200": { "description": "", @@ -149213,7 +150423,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSecurityPolicy_" + "$ref": "#/components/schemas/WithTask_BackupPlan_" }, "type": "array" } @@ -149280,7 +150490,7 @@ } }, "tags": [ - "VirtualPrivateCloudSecurityPolicy" + "BackupPlan" ], "security": [ { @@ -149302,16 +150512,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudSecurityPolicyUpdateBody" + "$ref": "#/components/schemas/BackupPlanSuspendParams" } } } } } }, - "/create-virtual-private-cloud-subnet": { + "/resume-backup-plan": { "post": { - "operationId": "CreateVirtualPrivateCloudSubnet", + "operationId": "ResumeBackupPlan", "responses": { "200": { "description": "", @@ -149319,7 +150529,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSubnet_" + "$ref": "#/components/schemas/WithTask_BackupPlan_" }, "type": "array" } @@ -149386,7 +150596,7 @@ } }, "tags": [ - "VirtualPrivateCloudSubnet" + "BackupPlan" ], "security": [ { @@ -149408,19 +150618,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/BackupPlanResumeParams" } } } } } }, - "/update-virtual-private-cloud-subnet": { + "/execute-backup-plan": { "post": { - "operationId": "UpdateVirtualPrivateCloudSubnet", + "operationId": "ExecuteBackupPlan", "responses": { "200": { "description": "", @@ -149428,7 +150635,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloudSubnet_" + "$ref": "#/components/schemas/WithTask_BackupPlanExecution_" }, "type": "array" } @@ -149495,7 +150702,7 @@ } }, "tags": [ - "VirtualPrivateCloudSubnet" + "BackupPlan" ], "security": [ { @@ -149517,16 +150724,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetUpdationParams" + "$ref": "#/components/schemas/BackupPlanExecuteParams" } } } } } }, - "/delete-virtual-private-cloud-subnet": { + "/backup-rebuild-vm": { "post": { - "operationId": "DeleteVirtualPrivateCloudSubnet", + "operationId": "BackupRebuildVm", "responses": { "200": { "description": "", @@ -149534,7 +150741,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloudSubnet_" + "$ref": "#/components/schemas/WithTask_BackupRestoreExecution_" }, "type": "array" } @@ -149601,7 +150808,7 @@ } }, "tags": [ - "VirtualPrivateCloudSubnet" + "BackupPlan" ], "security": [ { @@ -149623,16 +150830,16 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudSubnetDeletionParams" + "$ref": "#/components/schemas/BackupRestorePointRebuildParams" } } } } } }, - "/create-virtual-private-cloud": { + "/backup-restore-vm-in-place": { "post": { - "operationId": "CreateVirtualPrivateCloud", + "operationId": "BackupRestoreVmInPlace", "responses": { "200": { "description": "", @@ -149640,7 +150847,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloud_" + "$ref": "#/components/schemas/WithTask_BackupRestoreExecution_" }, "type": "array" } @@ -149707,7 +150914,7 @@ } }, "tags": [ - "VirtualPrivateCloud" + "BackupPlan" ], "security": [ { @@ -149729,19 +150936,16 @@ "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/VirtualPrivateCloudCreationParams" - }, - "type": "array" + "$ref": "#/components/schemas/BackupRestorePointRestoreInPlaceParams" } } } } } }, - "/update-virtual-private-cloud": { + "/delete-backup-restore-point": { "post": { - "operationId": "UpdateVirtualPrivateCloud", + "operationId": "DeleteBackupRestorePoint", "responses": { "200": { "description": "", @@ -149749,7 +150953,7 @@ "application/json": { "schema": { "items": { - "$ref": "#/components/schemas/WithTask_VirtualPrivateCloud_" + "$ref": "#/components/schemas/WithTask_DeleteBackupRestorePoint-Array_" }, "type": "array" } @@ -149816,7 +151020,7 @@ } }, "tags": [ - "VirtualPrivateCloud" + "BackupPlan" ], "security": [ { @@ -149838,26 +151042,23 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudUpdationParams" + "$ref": "#/components/schemas/BackupRestorePointDeletionParams" } } } } } }, - "/delete-virtual-private-cloud": { + "/get-backup-restore-point-metadata": { "post": { - "operationId": "DeleteVirtualPrivateCloud", + "operationId": "GetBackupRestorePointMetadata", "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "items": { - "$ref": "#/components/schemas/WithTask_DeleteVirtualPrivateCloud_" - }, - "type": "array" + "$ref": "#/components/schemas/VmMetaData" } } }, @@ -149922,29 +151123,20 @@ } }, "tags": [ - "VirtualPrivateCloud" + "BackupPlan" ], "security": [ { "Authorization": [] } ], - "parameters": [ - { - "in": "header", - "name": "content-language", - "required": false, - "schema": { - "$ref": "#/components/schemas/ContentLanguage" - } - } - ], + "parameters": [], "requestBody": { "required": true, "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/VirtualPrivateCloudDeletionParams" + "$ref": "#/components/schemas/GetBackupRestorePointMetadataRequestBody" } } } diff --git a/cloudtower-api-doc/swagger/locales/en/4.4.0.json b/cloudtower-api-doc/swagger/locales/en/4.4.0.json index d0ff1d9..e3bf6d5 100644 --- a/cloudtower-api-doc/swagger/locales/en/4.4.0.json +++ b/cloudtower-api-doc/swagger/locales/en/4.4.0.json @@ -2141,39 +2141,43 @@ "description": "when remove system service from tower, active this api to clear it from observability service" }, "/create-backup-plan": { - "summary": "", + "summary": "create backup plan", "description": "" }, "/update-backup-plan": { - "summary": "", + "summary": "update backup plan", "description": "" }, "/delete-backup-plan": { - "summary": "", + "summary": "delete backup plan", "description": "" }, "/suspend-backup-plan": { - "summary": "", + "summary": "suspend backup plan", "description": "" }, "/resume-backup-plan": { - "summary": "", + "summary": "resume backup plan", "description": "" }, "/execute-backup-plan": { - "summary": "", + "summary": "execute backup plan", "description": "" }, "/backup-rebuild-vm": { - "summary": "", + "summary": "backup rebuild vm", "description": "" }, "/backup-restore-vm-in-place": { - "summary": "", + "summary": "backup restore vm in place", "description": "" }, "/delete-backup-restore-point": { - "summary": "", + "summary": "delete backup restore point", + "description": "" + }, + "/get-backup-restore-point-metadata": { + "summary": "get backup restore point metadata", "description": "" } } diff --git a/cloudtower-api-doc/swagger/locales/zh/4.4.0.json b/cloudtower-api-doc/swagger/locales/zh/4.4.0.json index 206fb3d..bb254e0 100644 --- a/cloudtower-api-doc/swagger/locales/zh/4.4.0.json +++ b/cloudtower-api-doc/swagger/locales/zh/4.4.0.json @@ -1787,6 +1787,85 @@ "BackupRestorePointDeletionParams": { "where": "" }, + "VmMetaData": { + "boot_with_host": "随主机开机", + "clock_offset": "虚拟机时钟", + "cluster_architecture": "集群 CPU 架构", + "cluster_local_id": "集群 UUID", + "cluster_stretch": "集群是否为双活", + "cluster_type": "集群类型", + "cluster_version": "集群版本", + "cluster_vhost_enabled": "集群 Boost 模式", + "cpu_cores": "虚拟机的 CPU 每插槽核心数", + "cpu_exclusive_expected_enabled":"虚拟机的 CPU 独占", + "cpu_model": "虚拟机的 CPU 兼容性", + "cpu_sockets": "虚拟机的 CPU 插槽数", + "description":"虚拟机的描述", + "firmware": "虚拟机的固件", + "guest_os_type": "虚拟机的客户机操作系统类型", + "ha": "虚拟机高可用", + "ha_priority": "虚拟机重建优先级", + "host_local_id": "虚拟机所属主机的 UUID", + "internal": "虚拟机是否为系统虚拟机", + "io_policy": "虚拟机限制模式", + "local_id": "虚拟机的 UUID", + "max_bandwidth": "虚拟机带宽限制", + "max_bandwidth_policy": "虚拟机带宽限制模式", + "max_iops": "虚拟机 IOPS 限制", + "max_iops_policy": "虚拟机 IOPS 限制模式", + "memory": "虚拟机的内存", + "name": "虚拟机名称", + "nested_virtualization": "虚拟机是否开启嵌套虚拟化", + "protected": "虚拟机是否被快照计划保护", + "sync_vm_time_on_resume": "虚拟机恢复时同步时间", + "vcpu": "虚拟机的cpu总核心数", + "video_type": "虚拟机显卡", + "vm_tools_status": "虚拟机工具状态", + "win_opt": "虚拟机 Windows 优化", + "vm_disks": "虚拟机磁盘", + "vm_nics": "虚拟机网卡" + }, + "VmDiskMetaData": { + "boot": "启动顺序", + "bus": "总线", + "disabled": "是否禁用", + "max_bandwidth": "带宽限制", + "max_bandwidth_policy": "带宽限制模式", + "max_iops": "IOPS 限制", + "max_iops_policy": "IOPS 限制模式", + "type": "虚拟卷类型", + "vm_volume_elf_storage_policy": "存储策略", + "vm_volume_elf_storage_policy_ec_k": "存储策略 EC 配置", + "vm_volume_elf_storage_policy_ec_m": "存储策略 EC 配置", + "vm_volume_elf_storage_policy_replica_num": "存储策略副本数", + "vm_volume_elf_storage_policy_thin_provision": "存储策略置备方式", + "vm_volume_lun_zbs_volume_id": "虚拟卷对应的 lun 的 UUID", + "vm_volume_mounting": "是否挂载中", + "vm_volume_name": "虚拟卷名称", + "vm_volume_path": "虚拟机存储路径", + "vm_volume_sharing": "是否为共享卷", + "vm_volume_size": "虚拟卷容量" + }, + "VmNicMetaData": { + "egress_rate_limit_burst_in_bit": "出流量突发通信上限", + "egress_rate_limit_enabled": "是否启用出流量限制", + "egress_rate_limit_max_rate_in_bitps": "出流量最大带宽", + "enabled": "是否启用", + "ingress_rate_limit_burst_in_bit": "ingress_rate_limit_burst_in_bit", + "ingress_rate_limit_enabled": "是否启用入流量限制", + "ingress_rate_limit_max_rate_in_bitps": "入流量最大带宽", + "local_id": "", + "mac_address": "MAC 地址", + "mirror": "镜像模式", + "model": "模式", + "network_ids": "网络 ID", + "order": "排序", + "vds_name": " vlan 所属 vds 名称", + "vlan_id": "VLAN ID", + "vlan_local_id": "VLAN UUID", + "vlan_mode_type": "VLAN 类型", + "vlan_name": "VLAN 名称" + }, "HostCreationParams": { "auth_info": "", "data": "", @@ -2175,6 +2254,10 @@ "/delete-backup-restore-point": { "summary": "删除备份恢复点", "description": "" + }, + "/get-backup-restore-point-metadata": { + "summary": "获取备份恢复点的源信息", + "description": "" } } } \ No newline at end of file