@nutanix-scratch/aiops-js-client 4.0.2 → 4.2.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -4
- package/dist/Ntnx-Aiops-js-client-prod.js +1 -1
- package/dist/Ntnx-Aiops-js-client.js +560 -675
- package/dist/es/ApiClient.d.ts +29 -7
- package/dist/es/ApiClient.js +854 -667
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +144 -183
- package/dist/es/apis/scenarios-endpoints.d.ts +1 -1
- package/dist/es/apis/scenarios-endpoints.js +535 -552
- package/dist/es/apis/stats-endpoints.d.ts +1 -1
- package/dist/es/apis/stats-endpoints.js +196 -202
- package/dist/es/index.d.ts +13 -35
- package/dist/es/index.js +331 -419
- package/dist/es/models/aiops/v4/clusterMetrics/Cluster.d.ts +2 -18
- package/dist/es/models/aiops/v4/clusterMetrics/Cluster.js +396 -457
- package/dist/es/models/aiops/v4/clusterMetrics/ClusterMetrics.d.ts +1 -51
- package/dist/es/models/aiops/v4/clusterMetrics/ClusterMetrics.js +708 -800
- package/dist/es/models/aiops/v4/clusterMetrics/ClusterProjection.d.ts +1 -38
- package/dist/es/models/aiops/v4/clusterMetrics/ClusterProjection.js +215 -244
- package/dist/es/models/aiops/v4/clusterMetrics/Node.d.ts +2 -11
- package/dist/es/models/aiops/v4/clusterMetrics/Node.js +233 -280
- package/dist/es/models/aiops/v4/clusterMetrics/NodeProjection.d.ts +1 -1
- package/dist/es/models/aiops/v4/clusterMetrics/NodeProjection.js +74 -103
- package/dist/es/models/aiops/v4/clusterMetrics/Vm.d.ts +2 -11
- package/dist/es/models/aiops/v4/clusterMetrics/Vm.js +233 -280
- package/dist/es/models/aiops/v4/clusterMetrics/VmProjection.d.ts +1 -1
- package/dist/es/models/aiops/v4/clusterMetrics/VmProjection.js +74 -103
- package/dist/es/models/aiops/v4/common/ClusterType.js +7 -9
- package/dist/{lib/models/aiops/v4/capacityplanning/CapacityUnit.d.ts → es/models/aiops/v4/config/CapacityType.d.ts} +6 -6
- package/dist/es/models/aiops/v4/config/CapacityType.js +95 -0
- package/dist/es/models/aiops/v4/config/CapacityUnit.js +7 -9
- package/dist/es/models/aiops/v4/config/CapacityUpdateConfig.d.ts +2 -8
- package/dist/es/models/aiops/v4/config/CapacityUpdateConfig.js +164 -205
- package/dist/es/models/aiops/v4/config/CapacityUpdateType.js +7 -9
- package/dist/es/models/aiops/v4/config/CitrixXenProvisionType.js +7 -9
- package/dist/es/models/aiops/v4/config/CitrixXenWorkload.d.ts +1 -14
- package/dist/es/models/aiops/v4/config/CitrixXenWorkload.js +171 -204
- package/dist/es/models/aiops/v4/config/CitrixXenWorkloadVendor.js +7 -9
- package/dist/es/models/aiops/v4/config/ClusterConfig.d.ts +3 -52
- package/dist/es/models/aiops/v4/config/ClusterConfig.js +173 -223
- package/dist/es/models/aiops/v4/{capacityplanning/RunwayDuration.d.ts → config/ClusterType.d.ts} +6 -6
- package/dist/{lib/models/aiops/v4/capacityplanning/CapacityUnit.js → es/models/aiops/v4/config/ClusterType.js} +24 -26
- package/dist/es/models/aiops/v4/config/CreateScenarioApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/CreateScenarioApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/CreateSimulationApiResponse.d.ts +2 -46
- package/dist/es/models/aiops/v4/config/CreateSimulationApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/DataStoreConfig.d.ts +2 -16
- package/dist/es/models/aiops/v4/config/DataStoreConfig.js +364 -421
- package/dist/es/models/aiops/v4/config/DeleteScenarioApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/DeleteScenarioApiResponse.js +190 -245
- package/dist/es/models/aiops/v4/config/DeleteSimulationApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/DeleteSimulationApiResponse.js +190 -245
- package/dist/es/models/aiops/v4/config/EntityDescriptor.d.ts +1 -2
- package/dist/es/models/aiops/v4/config/EntityDescriptor.js +250 -308
- package/dist/es/models/aiops/v4/config/EntityDescriptorListApiResponse.d.ts +2 -45
- package/dist/es/models/aiops/v4/config/EntityDescriptorListApiResponse.js +209 -264
- package/dist/es/models/aiops/v4/config/EntityDetail.d.ts +29 -0
- package/dist/es/models/aiops/v4/config/EntityDetail.js +260 -0
- package/dist/es/models/aiops/v4/config/EntityType.d.ts +1 -16
- package/dist/es/models/aiops/v4/config/EntityType.js +129 -171
- package/dist/es/models/aiops/v4/config/EntityTypeListApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/EntityTypeListApiResponse.js +209 -264
- package/dist/es/models/aiops/v4/config/GenerateRecommendationApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/GenerateRecommendationApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/GenerateReportApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/GenerateReportApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/GenerateRunwayApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/GenerateRunwayApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/GetScenarioApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/GetScenarioApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/GetScenarioReportApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/GetScenarioReportApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/GetSimulationApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/GetSimulationApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/ListScenariosApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/ListScenariosApiResponse.js +213 -268
- package/dist/es/models/aiops/v4/config/ListSimulationsApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/ListSimulationsApiResponse.js +213 -268
- package/dist/es/models/aiops/v4/config/MetricDescriptor.d.ts +2 -29
- package/dist/es/models/aiops/v4/config/MetricDescriptor.js +401 -464
- package/dist/es/models/aiops/v4/config/MicrosoftXenProvisionType.js +7 -9
- package/dist/es/models/aiops/v4/config/MicrosoftXenWorkload.d.ts +1 -14
- package/dist/es/models/aiops/v4/config/MicrosoftXenWorkload.js +171 -204
- package/dist/es/models/aiops/v4/config/MicrosoftXenWorkloadVendor.js +7 -9
- package/dist/es/models/aiops/v4/config/NodeConfig.d.ts +13 -21
- package/dist/es/models/aiops/v4/config/NodeConfig.js +305 -317
- package/dist/es/models/aiops/v4/config/NodeSource.js +7 -9
- package/dist/es/models/aiops/v4/config/PolicyType.js +7 -9
- package/dist/es/models/aiops/v4/config/ReplicationFactor.js +7 -9
- package/dist/es/models/aiops/v4/config/ResourceCapacity.d.ts +2 -11
- package/dist/es/models/aiops/v4/config/ResourceCapacity.js +241 -288
- package/dist/es/models/aiops/v4/config/Runway.d.ts +26 -35
- package/dist/es/models/aiops/v4/config/Runway.js +283 -330
- package/dist/es/models/aiops/v4/config/Scenario.d.ts +39 -83
- package/dist/es/models/aiops/v4/config/Scenario.js +444 -397
- package/dist/es/models/aiops/v4/config/ScenarioProjection.d.ts +1 -1
- package/dist/es/models/aiops/v4/config/ScenarioProjection.js +74 -103
- package/dist/es/models/aiops/v4/config/SimulatedVmResourceSpec.d.ts +2 -10
- package/dist/es/models/aiops/v4/config/SimulatedVmResourceSpec.js +216 -261
- package/dist/es/models/aiops/v4/config/SimulatedVmResourceSpecProjection.d.ts +1 -1
- package/dist/es/models/aiops/v4/config/SimulatedVmResourceSpecProjection.js +73 -102
- package/dist/es/models/aiops/v4/config/Simulation.d.ts +1 -25
- package/dist/es/models/aiops/v4/config/Simulation.js +155 -199
- package/dist/es/models/aiops/v4/config/SimulationProjection.d.ts +1 -1
- package/dist/es/models/aiops/v4/config/SimulationProjection.js +74 -103
- package/dist/es/models/aiops/v4/config/Source.d.ts +1 -16
- package/dist/es/models/aiops/v4/config/Source.js +129 -171
- package/dist/es/models/aiops/v4/config/SourceListApiResponse.d.ts +2 -50
- package/dist/es/models/aiops/v4/config/SourceListApiResponse.js +209 -264
- package/dist/es/models/aiops/v4/config/SplunkWorkload.d.ts +2 -10
- package/dist/es/models/aiops/v4/config/SplunkWorkload.js +246 -291
- package/dist/es/models/aiops/v4/config/SqlProfileType.js +7 -9
- package/dist/es/models/aiops/v4/config/SqlTransactionType.js +7 -9
- package/dist/es/models/aiops/v4/config/SqlWorkload.d.ts +2 -10
- package/dist/es/models/aiops/v4/config/SqlWorkload.js +219 -264
- package/dist/es/models/aiops/v4/config/UpdateScenarioApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/UpdateScenarioApiResponse.js +187 -242
- package/dist/es/models/aiops/v4/config/UpdateSimulationApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/config/UpdateSimulationApiResponse.js +209 -264
- package/dist/es/models/aiops/v4/config/ValueRange.d.ts +2 -8
- package/dist/es/models/aiops/v4/config/ValueRange.js +166 -207
- package/dist/es/models/aiops/v4/config/ValueType.js +7 -9
- package/dist/es/models/aiops/v4/config/VdiProvisionType.js +7 -9
- package/dist/es/models/aiops/v4/config/VdiUserType.js +7 -9
- package/dist/es/models/aiops/v4/config/VdiVendor.js +7 -9
- package/dist/es/models/aiops/v4/config/VdiWorkload.d.ts +2 -10
- package/dist/es/models/aiops/v4/config/VdiWorkload.js +216 -261
- package/dist/es/models/aiops/v4/config/Vendor.js +7 -9
- package/dist/es/models/aiops/v4/config/VmCategoryWorkload.d.ts +5 -20
- package/dist/es/models/aiops/v4/config/VmCategoryWorkload.js +188 -247
- package/dist/es/models/aiops/v4/config/VmWorkload.d.ts +2 -8
- package/dist/es/models/aiops/v4/config/VmWorkload.js +176 -217
- package/dist/es/models/aiops/v4/config/Workload.d.ts +2 -19
- package/dist/es/models/aiops/v4/config/Workload.js +248 -297
- package/dist/es/models/aiops/v4/config/XenOperatingSystem.js +7 -9
- package/dist/es/models/aiops/v4/config/XenWorkload.d.ts +2 -12
- package/dist/es/models/aiops/v4/config/XenWorkload.js +302 -351
- package/dist/es/models/aiops/v4/config/XfitPolicy.d.ts +21 -61
- package/dist/es/models/aiops/v4/config/XfitPolicy.js +359 -407
- package/dist/es/models/aiops/v4/config/XfitPolicyProjection.d.ts +2 -4
- package/dist/es/models/aiops/v4/config/XfitPolicyProjection.js +77 -110
- package/dist/es/models/aiops/v4/error/AppMessage.d.ts +2 -12
- package/dist/es/models/aiops/v4/error/AppMessage.js +264 -313
- package/dist/es/models/aiops/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/aiops/v4/error/ErrorResponse.js +175 -218
- package/dist/es/models/aiops/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/es/models/aiops/v4/error/SchemaValidationError.js +249 -300
- package/dist/es/models/aiops/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/es/models/aiops/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/es/models/aiops/v4/stats/BoolList.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/BoolList.js +147 -186
- package/dist/es/models/aiops/v4/stats/BoolVal.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/BoolVal.js +140 -179
- package/dist/es/models/aiops/v4/stats/DoubleList.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/DoubleList.js +147 -186
- package/dist/es/models/aiops/v4/stats/DoubleVal.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/DoubleVal.js +140 -179
- package/dist/es/models/aiops/v4/stats/Entity.d.ts +1 -2
- package/dist/es/models/aiops/v4/stats/Entity.js +223 -279
- package/dist/es/models/aiops/v4/stats/EntityListApiResponse.d.ts +2 -43
- package/dist/es/models/aiops/v4/stats/EntityListApiResponse.js +209 -264
- package/dist/es/models/aiops/v4/stats/IntList.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/IntList.js +147 -186
- package/dist/es/models/aiops/v4/stats/IntVal.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/IntVal.js +140 -179
- package/dist/es/models/aiops/v4/stats/Metric.d.ts +2 -20
- package/dist/es/models/aiops/v4/stats/Metric.js +166 -207
- package/dist/es/models/aiops/v4/stats/Point.d.ts +2 -8
- package/dist/es/models/aiops/v4/stats/Point.js +199 -244
- package/dist/es/models/aiops/v4/stats/StrList.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/StrList.js +147 -186
- package/dist/es/models/aiops/v4/stats/StrVal.d.ts +2 -7
- package/dist/es/models/aiops/v4/stats/StrVal.js +140 -179
- package/dist/es/models/aiops/v4/stats/TimeSeries.d.ts +2 -14
- package/dist/es/models/aiops/v4/stats/TimeSeries.js +175 -220
- package/dist/es/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/es/models/common/v1/config/Flag.js +170 -211
- package/dist/es/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/es/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/es/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVPair.js +225 -270
- package/dist/es/models/common/v1/config/KVStringPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVStringPair.js +170 -211
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/es/models/common/v1/config/Message.d.ts +2 -10
- package/dist/es/models/common/v1/config/Message.js +213 -258
- package/dist/es/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/es/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/es/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/es/models/common/v1/response/ApiLink.js +165 -206
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/es/models/common/v1/stats/DownSamplingOperator.js +7 -9
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/es/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/es/models/validation/ValidationError.js +26 -42
- package/dist/es/models/validation/ValidationScopes.js +3 -3
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +29 -7
- package/dist/lib/ApiClient.js +854 -667
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +144 -183
- package/dist/lib/apis/scenarios-endpoints.d.ts +1 -1
- package/dist/lib/apis/scenarios-endpoints.js +535 -552
- package/dist/lib/apis/stats-endpoints.d.ts +1 -1
- package/dist/lib/apis/stats-endpoints.js +196 -202
- package/dist/lib/index.d.ts +13 -35
- package/dist/lib/index.js +331 -419
- package/dist/lib/models/aiops/v4/clusterMetrics/Cluster.d.ts +2 -18
- package/dist/lib/models/aiops/v4/clusterMetrics/Cluster.js +396 -457
- package/dist/lib/models/aiops/v4/clusterMetrics/ClusterMetrics.d.ts +1 -51
- package/dist/lib/models/aiops/v4/clusterMetrics/ClusterMetrics.js +708 -800
- package/dist/lib/models/aiops/v4/clusterMetrics/ClusterProjection.d.ts +1 -38
- package/dist/lib/models/aiops/v4/clusterMetrics/ClusterProjection.js +215 -244
- package/dist/lib/models/aiops/v4/clusterMetrics/Node.d.ts +2 -11
- package/dist/lib/models/aiops/v4/clusterMetrics/Node.js +233 -280
- package/dist/lib/models/aiops/v4/clusterMetrics/NodeProjection.d.ts +1 -1
- package/dist/lib/models/aiops/v4/clusterMetrics/NodeProjection.js +74 -103
- package/dist/lib/models/aiops/v4/clusterMetrics/Vm.d.ts +2 -11
- package/dist/lib/models/aiops/v4/clusterMetrics/Vm.js +233 -280
- package/dist/lib/models/aiops/v4/clusterMetrics/VmProjection.d.ts +1 -1
- package/dist/lib/models/aiops/v4/clusterMetrics/VmProjection.js +74 -103
- package/dist/lib/models/aiops/v4/common/ClusterType.js +7 -9
- package/dist/{es/models/aiops/v4/capacityplanning/CapacityUnit.d.ts → lib/models/aiops/v4/config/CapacityType.d.ts} +6 -6
- package/dist/lib/models/aiops/v4/config/CapacityType.js +95 -0
- package/dist/lib/models/aiops/v4/config/CapacityUnit.js +7 -9
- package/dist/lib/models/aiops/v4/config/CapacityUpdateConfig.d.ts +2 -8
- package/dist/lib/models/aiops/v4/config/CapacityUpdateConfig.js +164 -205
- package/dist/lib/models/aiops/v4/config/CapacityUpdateType.js +7 -9
- package/dist/lib/models/aiops/v4/config/CitrixXenProvisionType.js +7 -9
- package/dist/lib/models/aiops/v4/config/CitrixXenWorkload.d.ts +1 -14
- package/dist/lib/models/aiops/v4/config/CitrixXenWorkload.js +171 -204
- package/dist/lib/models/aiops/v4/config/CitrixXenWorkloadVendor.js +7 -9
- package/dist/lib/models/aiops/v4/config/ClusterConfig.d.ts +3 -52
- package/dist/lib/models/aiops/v4/config/ClusterConfig.js +173 -223
- package/dist/lib/models/aiops/v4/{capacityplanning/RunwayDuration.d.ts → config/ClusterType.d.ts} +6 -6
- package/dist/{es/models/aiops/v4/capacityplanning/CapacityUnit.js → lib/models/aiops/v4/config/ClusterType.js} +24 -26
- package/dist/lib/models/aiops/v4/config/CreateScenarioApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/CreateScenarioApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/CreateSimulationApiResponse.d.ts +2 -46
- package/dist/lib/models/aiops/v4/config/CreateSimulationApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/DataStoreConfig.d.ts +2 -16
- package/dist/lib/models/aiops/v4/config/DataStoreConfig.js +364 -421
- package/dist/lib/models/aiops/v4/config/DeleteScenarioApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/DeleteScenarioApiResponse.js +190 -245
- package/dist/lib/models/aiops/v4/config/DeleteSimulationApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/DeleteSimulationApiResponse.js +190 -245
- package/dist/lib/models/aiops/v4/config/EntityDescriptor.d.ts +1 -2
- package/dist/lib/models/aiops/v4/config/EntityDescriptor.js +250 -308
- package/dist/lib/models/aiops/v4/config/EntityDescriptorListApiResponse.d.ts +2 -45
- package/dist/lib/models/aiops/v4/config/EntityDescriptorListApiResponse.js +209 -264
- package/dist/lib/models/aiops/v4/config/EntityDetail.d.ts +29 -0
- package/dist/lib/models/aiops/v4/config/EntityDetail.js +260 -0
- package/dist/lib/models/aiops/v4/config/EntityType.d.ts +1 -16
- package/dist/lib/models/aiops/v4/config/EntityType.js +129 -171
- package/dist/lib/models/aiops/v4/config/EntityTypeListApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/EntityTypeListApiResponse.js +209 -264
- package/dist/lib/models/aiops/v4/config/GenerateRecommendationApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/GenerateRecommendationApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/GenerateReportApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/GenerateReportApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/GenerateRunwayApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/GenerateRunwayApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/GetScenarioApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/GetScenarioApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/GetScenarioReportApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/GetScenarioReportApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/GetSimulationApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/GetSimulationApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/ListScenariosApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/ListScenariosApiResponse.js +213 -268
- package/dist/lib/models/aiops/v4/config/ListSimulationsApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/ListSimulationsApiResponse.js +213 -268
- package/dist/lib/models/aiops/v4/config/MetricDescriptor.d.ts +2 -29
- package/dist/lib/models/aiops/v4/config/MetricDescriptor.js +401 -464
- package/dist/lib/models/aiops/v4/config/MicrosoftXenProvisionType.js +7 -9
- package/dist/lib/models/aiops/v4/config/MicrosoftXenWorkload.d.ts +1 -14
- package/dist/lib/models/aiops/v4/config/MicrosoftXenWorkload.js +171 -204
- package/dist/lib/models/aiops/v4/config/MicrosoftXenWorkloadVendor.js +7 -9
- package/dist/lib/models/aiops/v4/config/NodeConfig.d.ts +13 -21
- package/dist/lib/models/aiops/v4/config/NodeConfig.js +305 -317
- package/dist/lib/models/aiops/v4/config/NodeSource.js +7 -9
- package/dist/lib/models/aiops/v4/config/PolicyType.js +7 -9
- package/dist/lib/models/aiops/v4/config/ReplicationFactor.js +7 -9
- package/dist/lib/models/aiops/v4/config/ResourceCapacity.d.ts +2 -11
- package/dist/lib/models/aiops/v4/config/ResourceCapacity.js +241 -288
- package/dist/lib/models/aiops/v4/config/Runway.d.ts +26 -35
- package/dist/lib/models/aiops/v4/config/Runway.js +283 -330
- package/dist/lib/models/aiops/v4/config/Scenario.d.ts +39 -83
- package/dist/lib/models/aiops/v4/config/Scenario.js +444 -397
- package/dist/lib/models/aiops/v4/config/ScenarioProjection.d.ts +1 -1
- package/dist/lib/models/aiops/v4/config/ScenarioProjection.js +74 -103
- package/dist/lib/models/aiops/v4/config/SimulatedVmResourceSpec.d.ts +2 -10
- package/dist/lib/models/aiops/v4/config/SimulatedVmResourceSpec.js +216 -261
- package/dist/lib/models/aiops/v4/config/SimulatedVmResourceSpecProjection.d.ts +1 -1
- package/dist/lib/models/aiops/v4/config/SimulatedVmResourceSpecProjection.js +73 -102
- package/dist/lib/models/aiops/v4/config/Simulation.d.ts +1 -25
- package/dist/lib/models/aiops/v4/config/Simulation.js +155 -199
- package/dist/lib/models/aiops/v4/config/SimulationProjection.d.ts +1 -1
- package/dist/lib/models/aiops/v4/config/SimulationProjection.js +74 -103
- package/dist/lib/models/aiops/v4/config/Source.d.ts +1 -16
- package/dist/lib/models/aiops/v4/config/Source.js +129 -171
- package/dist/lib/models/aiops/v4/config/SourceListApiResponse.d.ts +2 -50
- package/dist/lib/models/aiops/v4/config/SourceListApiResponse.js +209 -264
- package/dist/lib/models/aiops/v4/config/SplunkWorkload.d.ts +2 -10
- package/dist/lib/models/aiops/v4/config/SplunkWorkload.js +246 -291
- package/dist/lib/models/aiops/v4/config/SqlProfileType.js +7 -9
- package/dist/lib/models/aiops/v4/config/SqlTransactionType.js +7 -9
- package/dist/lib/models/aiops/v4/config/SqlWorkload.d.ts +2 -10
- package/dist/lib/models/aiops/v4/config/SqlWorkload.js +219 -264
- package/dist/lib/models/aiops/v4/config/UpdateScenarioApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/UpdateScenarioApiResponse.js +187 -242
- package/dist/lib/models/aiops/v4/config/UpdateSimulationApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/config/UpdateSimulationApiResponse.js +209 -264
- package/dist/lib/models/aiops/v4/config/ValueRange.d.ts +2 -8
- package/dist/lib/models/aiops/v4/config/ValueRange.js +166 -207
- package/dist/lib/models/aiops/v4/config/ValueType.js +7 -9
- package/dist/lib/models/aiops/v4/config/VdiProvisionType.js +7 -9
- package/dist/lib/models/aiops/v4/config/VdiUserType.js +7 -9
- package/dist/lib/models/aiops/v4/config/VdiVendor.js +7 -9
- package/dist/lib/models/aiops/v4/config/VdiWorkload.d.ts +2 -10
- package/dist/lib/models/aiops/v4/config/VdiWorkload.js +216 -261
- package/dist/lib/models/aiops/v4/config/Vendor.js +7 -9
- package/dist/lib/models/aiops/v4/config/VmCategoryWorkload.d.ts +5 -20
- package/dist/lib/models/aiops/v4/config/VmCategoryWorkload.js +188 -247
- package/dist/lib/models/aiops/v4/config/VmWorkload.d.ts +2 -8
- package/dist/lib/models/aiops/v4/config/VmWorkload.js +176 -217
- package/dist/lib/models/aiops/v4/config/Workload.d.ts +2 -19
- package/dist/lib/models/aiops/v4/config/Workload.js +248 -297
- package/dist/lib/models/aiops/v4/config/XenOperatingSystem.js +7 -9
- package/dist/lib/models/aiops/v4/config/XenWorkload.d.ts +2 -12
- package/dist/lib/models/aiops/v4/config/XenWorkload.js +302 -351
- package/dist/lib/models/aiops/v4/config/XfitPolicy.d.ts +21 -61
- package/dist/lib/models/aiops/v4/config/XfitPolicy.js +359 -407
- package/dist/lib/models/aiops/v4/config/XfitPolicyProjection.d.ts +2 -4
- package/dist/lib/models/aiops/v4/config/XfitPolicyProjection.js +77 -110
- package/dist/lib/models/aiops/v4/error/AppMessage.d.ts +2 -12
- package/dist/lib/models/aiops/v4/error/AppMessage.js +264 -313
- package/dist/lib/models/aiops/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/aiops/v4/error/ErrorResponse.js +175 -218
- package/dist/lib/models/aiops/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/lib/models/aiops/v4/error/SchemaValidationError.js +249 -300
- package/dist/lib/models/aiops/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/lib/models/aiops/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/lib/models/aiops/v4/stats/BoolList.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/BoolList.js +147 -186
- package/dist/lib/models/aiops/v4/stats/BoolVal.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/BoolVal.js +140 -179
- package/dist/lib/models/aiops/v4/stats/DoubleList.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/DoubleList.js +147 -186
- package/dist/lib/models/aiops/v4/stats/DoubleVal.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/DoubleVal.js +140 -179
- package/dist/lib/models/aiops/v4/stats/Entity.d.ts +1 -2
- package/dist/lib/models/aiops/v4/stats/Entity.js +223 -279
- package/dist/lib/models/aiops/v4/stats/EntityListApiResponse.d.ts +2 -43
- package/dist/lib/models/aiops/v4/stats/EntityListApiResponse.js +209 -264
- package/dist/lib/models/aiops/v4/stats/IntList.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/IntList.js +147 -186
- package/dist/lib/models/aiops/v4/stats/IntVal.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/IntVal.js +140 -179
- package/dist/lib/models/aiops/v4/stats/Metric.d.ts +2 -20
- package/dist/lib/models/aiops/v4/stats/Metric.js +166 -207
- package/dist/lib/models/aiops/v4/stats/Point.d.ts +2 -8
- package/dist/lib/models/aiops/v4/stats/Point.js +199 -244
- package/dist/lib/models/aiops/v4/stats/StrList.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/StrList.js +147 -186
- package/dist/lib/models/aiops/v4/stats/StrVal.d.ts +2 -7
- package/dist/lib/models/aiops/v4/stats/StrVal.js +140 -179
- package/dist/lib/models/aiops/v4/stats/TimeSeries.d.ts +2 -14
- package/dist/lib/models/aiops/v4/stats/TimeSeries.js +175 -220
- package/dist/lib/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/lib/models/common/v1/config/Flag.js +170 -211
- package/dist/lib/models/common/v1/config/IPv4Address.d.ts +2 -8
- package/dist/lib/models/common/v1/config/IPv4Address.js +174 -215
- package/dist/lib/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVPair.js +225 -270
- package/dist/lib/models/common/v1/config/KVStringPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVStringPair.js +170 -211
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/lib/models/common/v1/config/Message.d.ts +2 -10
- package/dist/lib/models/common/v1/config/Message.js +213 -258
- package/dist/lib/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/lib/models/common/v1/response/ApiLink.js +165 -206
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/lib/models/common/v1/stats/DownSamplingOperator.js +7 -9
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/lib/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/lib/models/validation/ValidationError.js +26 -42
- package/dist/lib/models/validation/ValidationScopes.js +3 -3
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +1 -1
- package/dist/es/models/aiops/v4/capacityplanning/CapacityDetails.d.ts +0 -109
- package/dist/es/models/aiops/v4/capacityplanning/CapacityDetails.js +0 -459
- package/dist/es/models/aiops/v4/capacityplanning/Runway.d.ts +0 -86
- package/dist/es/models/aiops/v4/capacityplanning/Runway.js +0 -340
- package/dist/es/models/aiops/v4/capacityplanning/RunwayDuration.js +0 -91
- package/dist/es/models/aiops/v4/config/CategoryDetail.d.ts +0 -60
- package/dist/es/models/aiops/v4/config/CategoryDetail.js +0 -315
- package/dist/es/models/aiops/v4/config/HardwareModel.d.ts +0 -144
- package/dist/es/models/aiops/v4/config/HardwareModel.js +0 -550
- package/dist/es/models/aiops/v4/config/HardwarePart.d.ts +0 -92
- package/dist/es/models/aiops/v4/config/HardwarePart.js +0 -363
- package/dist/es/models/aiops/v4/config/IgnoreWindow.d.ts +0 -111
- package/dist/es/models/aiops/v4/config/IgnoreWindow.js +0 -458
- package/dist/es/models/aiops/v4/config/IgnoreWindowProjection.d.ts +0 -20
- package/dist/es/models/aiops/v4/config/IgnoreWindowProjection.js +0 -173
- package/dist/es/models/aiops/v4/config/RunwayParams.d.ts +0 -77
- package/dist/es/models/aiops/v4/config/RunwayParams.js +0 -323
- package/dist/es/models/aiops/v4/config/RunwayParamsProjection.d.ts +0 -14
- package/dist/es/models/aiops/v4/config/RunwayParamsProjection.js +0 -159
- package/dist/es/models/aiops/v4/stats/ScenarioStats.d.ts +0 -79
- package/dist/es/models/aiops/v4/stats/ScenarioStats.js +0 -323
- package/dist/es/models/aiops/v4/stats/ScenarioStatsProjection.d.ts +0 -10
- package/dist/es/models/aiops/v4/stats/ScenarioStatsProjection.js +0 -151
- package/dist/es/models/aiops/v4/stats/ScenarioStatsTuple.d.ts +0 -160
- package/dist/es/models/aiops/v4/stats/ScenarioStatsTuple.js +0 -617
- package/dist/lib/models/aiops/v4/capacityplanning/CapacityDetails.d.ts +0 -109
- package/dist/lib/models/aiops/v4/capacityplanning/CapacityDetails.js +0 -459
- package/dist/lib/models/aiops/v4/capacityplanning/Runway.d.ts +0 -86
- package/dist/lib/models/aiops/v4/capacityplanning/Runway.js +0 -340
- package/dist/lib/models/aiops/v4/capacityplanning/RunwayDuration.js +0 -91
- package/dist/lib/models/aiops/v4/config/CategoryDetail.d.ts +0 -60
- package/dist/lib/models/aiops/v4/config/CategoryDetail.js +0 -315
- package/dist/lib/models/aiops/v4/config/HardwareModel.d.ts +0 -144
- package/dist/lib/models/aiops/v4/config/HardwareModel.js +0 -550
- package/dist/lib/models/aiops/v4/config/HardwarePart.d.ts +0 -92
- package/dist/lib/models/aiops/v4/config/HardwarePart.js +0 -363
- package/dist/lib/models/aiops/v4/config/IgnoreWindow.d.ts +0 -111
- package/dist/lib/models/aiops/v4/config/IgnoreWindow.js +0 -458
- package/dist/lib/models/aiops/v4/config/IgnoreWindowProjection.d.ts +0 -20
- package/dist/lib/models/aiops/v4/config/IgnoreWindowProjection.js +0 -173
- package/dist/lib/models/aiops/v4/config/RunwayParams.d.ts +0 -77
- package/dist/lib/models/aiops/v4/config/RunwayParams.js +0 -323
- package/dist/lib/models/aiops/v4/config/RunwayParamsProjection.d.ts +0 -14
- package/dist/lib/models/aiops/v4/config/RunwayParamsProjection.js +0 -159
- package/dist/lib/models/aiops/v4/stats/ScenarioStats.d.ts +0 -79
- package/dist/lib/models/aiops/v4/stats/ScenarioStats.js +0 -323
- package/dist/lib/models/aiops/v4/stats/ScenarioStatsProjection.d.ts +0 -10
- package/dist/lib/models/aiops/v4/stats/ScenarioStatsProjection.js +0 -151
- package/dist/lib/models/aiops/v4/stats/ScenarioStatsTuple.d.ts +0 -160
- package/dist/lib/models/aiops/v4/stats/ScenarioStatsTuple.js +0 -617
package/dist/lib/index.js
CHANGED
|
@@ -5,714 +5,644 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "ApiClient", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
8
|
+
get: function () {
|
|
9
9
|
return _ApiClient.ApiClient;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "ApiLink", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function
|
|
15
|
-
return _ApiLink
|
|
14
|
+
get: function () {
|
|
15
|
+
return _ApiLink.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "ApiResponseMetadata", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function
|
|
21
|
-
return _ApiResponseMetadata
|
|
20
|
+
get: function () {
|
|
21
|
+
return _ApiResponseMetadata.default;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AppMessage", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function
|
|
27
|
-
return _AppMessage
|
|
26
|
+
get: function () {
|
|
27
|
+
return _AppMessage.default;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "BoolList", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function
|
|
33
|
-
return _BoolList
|
|
32
|
+
get: function () {
|
|
33
|
+
return _BoolList.default;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "BoolVal", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function
|
|
39
|
-
return _BoolVal
|
|
38
|
+
get: function () {
|
|
39
|
+
return _BoolVal.default;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
|
-
Object.defineProperty(exports, "
|
|
42
|
+
Object.defineProperty(exports, "CapacityType", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function
|
|
45
|
-
return
|
|
44
|
+
get: function () {
|
|
45
|
+
return _CapacityType.default;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
Object.defineProperty(exports, "
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function get() {
|
|
51
|
-
return _CapacityUpdateConfig["default"];
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(exports, "CapacityUpdateType", {
|
|
48
|
+
Object.defineProperty(exports, "CapacityUnit", {
|
|
55
49
|
enumerable: true,
|
|
56
|
-
get: function
|
|
57
|
-
return
|
|
50
|
+
get: function () {
|
|
51
|
+
return _CapacityUnit.default;
|
|
58
52
|
}
|
|
59
53
|
});
|
|
60
|
-
Object.defineProperty(exports, "
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function get() {
|
|
63
|
-
return _CapacityUnit["default"];
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
Object.defineProperty(exports, "CapacityplanningRunway", {
|
|
54
|
+
Object.defineProperty(exports, "CapacityUpdateConfig", {
|
|
67
55
|
enumerable: true,
|
|
68
|
-
get: function
|
|
69
|
-
return
|
|
56
|
+
get: function () {
|
|
57
|
+
return _CapacityUpdateConfig.default;
|
|
70
58
|
}
|
|
71
59
|
});
|
|
72
|
-
Object.defineProperty(exports, "
|
|
60
|
+
Object.defineProperty(exports, "CapacityUpdateType", {
|
|
73
61
|
enumerable: true,
|
|
74
|
-
get: function
|
|
75
|
-
return
|
|
62
|
+
get: function () {
|
|
63
|
+
return _CapacityUpdateType.default;
|
|
76
64
|
}
|
|
77
65
|
});
|
|
78
66
|
Object.defineProperty(exports, "CitrixXenProvisionType", {
|
|
79
67
|
enumerable: true,
|
|
80
|
-
get: function
|
|
81
|
-
return _CitrixXenProvisionType
|
|
68
|
+
get: function () {
|
|
69
|
+
return _CitrixXenProvisionType.default;
|
|
82
70
|
}
|
|
83
71
|
});
|
|
84
72
|
Object.defineProperty(exports, "CitrixXenWorkload", {
|
|
85
73
|
enumerable: true,
|
|
86
|
-
get: function
|
|
87
|
-
return _CitrixXenWorkload
|
|
74
|
+
get: function () {
|
|
75
|
+
return _CitrixXenWorkload.default;
|
|
88
76
|
}
|
|
89
77
|
});
|
|
90
78
|
Object.defineProperty(exports, "CitrixXenWorkloadVendor", {
|
|
91
79
|
enumerable: true,
|
|
92
|
-
get: function
|
|
93
|
-
return _CitrixXenWorkloadVendor
|
|
80
|
+
get: function () {
|
|
81
|
+
return _CitrixXenWorkloadVendor.default;
|
|
94
82
|
}
|
|
95
83
|
});
|
|
96
84
|
Object.defineProperty(exports, "Cluster", {
|
|
97
85
|
enumerable: true,
|
|
98
|
-
get: function
|
|
99
|
-
return _Cluster
|
|
86
|
+
get: function () {
|
|
87
|
+
return _Cluster.default;
|
|
100
88
|
}
|
|
101
89
|
});
|
|
102
90
|
Object.defineProperty(exports, "ClusterConfig", {
|
|
103
91
|
enumerable: true,
|
|
104
|
-
get: function
|
|
105
|
-
return _ClusterConfig
|
|
92
|
+
get: function () {
|
|
93
|
+
return _ClusterConfig.default;
|
|
106
94
|
}
|
|
107
95
|
});
|
|
108
96
|
Object.defineProperty(exports, "ClusterMetrics", {
|
|
109
97
|
enumerable: true,
|
|
110
|
-
get: function
|
|
111
|
-
return _ClusterMetrics
|
|
98
|
+
get: function () {
|
|
99
|
+
return _ClusterMetrics.default;
|
|
112
100
|
}
|
|
113
101
|
});
|
|
114
102
|
Object.defineProperty(exports, "ClusterProjection", {
|
|
115
103
|
enumerable: true,
|
|
116
|
-
get: function
|
|
117
|
-
return _ClusterProjection
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
|
-
Object.defineProperty(exports, "ClusterType", {
|
|
121
|
-
enumerable: true,
|
|
122
|
-
get: function get() {
|
|
123
|
-
return _ClusterType["default"];
|
|
104
|
+
get: function () {
|
|
105
|
+
return _ClusterProjection.default;
|
|
124
106
|
}
|
|
125
107
|
});
|
|
126
|
-
Object.defineProperty(exports, "
|
|
108
|
+
Object.defineProperty(exports, "CommonClusterType", {
|
|
127
109
|
enumerable: true,
|
|
128
|
-
get: function
|
|
129
|
-
return
|
|
110
|
+
get: function () {
|
|
111
|
+
return _ClusterType.default;
|
|
130
112
|
}
|
|
131
113
|
});
|
|
132
|
-
Object.defineProperty(exports, "
|
|
114
|
+
Object.defineProperty(exports, "ConfigClusterType", {
|
|
133
115
|
enumerable: true,
|
|
134
|
-
get: function
|
|
135
|
-
return
|
|
116
|
+
get: function () {
|
|
117
|
+
return _ClusterType2.default;
|
|
136
118
|
}
|
|
137
119
|
});
|
|
138
120
|
Object.defineProperty(exports, "CreateScenarioApiResponse", {
|
|
139
121
|
enumerable: true,
|
|
140
|
-
get: function
|
|
141
|
-
return _CreateScenarioApiResponse
|
|
122
|
+
get: function () {
|
|
123
|
+
return _CreateScenarioApiResponse.default;
|
|
142
124
|
}
|
|
143
125
|
});
|
|
144
126
|
Object.defineProperty(exports, "CreateSimulationApiResponse", {
|
|
145
127
|
enumerable: true,
|
|
146
|
-
get: function
|
|
147
|
-
return _CreateSimulationApiResponse
|
|
128
|
+
get: function () {
|
|
129
|
+
return _CreateSimulationApiResponse.default;
|
|
148
130
|
}
|
|
149
131
|
});
|
|
150
132
|
Object.defineProperty(exports, "DataStoreConfig", {
|
|
151
133
|
enumerable: true,
|
|
152
|
-
get: function
|
|
153
|
-
return _DataStoreConfig
|
|
134
|
+
get: function () {
|
|
135
|
+
return _DataStoreConfig.default;
|
|
154
136
|
}
|
|
155
137
|
});
|
|
156
138
|
Object.defineProperty(exports, "DeleteScenarioApiResponse", {
|
|
157
139
|
enumerable: true,
|
|
158
|
-
get: function
|
|
159
|
-
return _DeleteScenarioApiResponse
|
|
140
|
+
get: function () {
|
|
141
|
+
return _DeleteScenarioApiResponse.default;
|
|
160
142
|
}
|
|
161
143
|
});
|
|
162
144
|
Object.defineProperty(exports, "DeleteSimulationApiResponse", {
|
|
163
145
|
enumerable: true,
|
|
164
|
-
get: function
|
|
165
|
-
return _DeleteSimulationApiResponse
|
|
146
|
+
get: function () {
|
|
147
|
+
return _DeleteSimulationApiResponse.default;
|
|
166
148
|
}
|
|
167
149
|
});
|
|
168
150
|
Object.defineProperty(exports, "DoubleList", {
|
|
169
151
|
enumerable: true,
|
|
170
|
-
get: function
|
|
171
|
-
return _DoubleList
|
|
152
|
+
get: function () {
|
|
153
|
+
return _DoubleList.default;
|
|
172
154
|
}
|
|
173
155
|
});
|
|
174
156
|
Object.defineProperty(exports, "DoubleVal", {
|
|
175
157
|
enumerable: true,
|
|
176
|
-
get: function
|
|
177
|
-
return _DoubleVal
|
|
158
|
+
get: function () {
|
|
159
|
+
return _DoubleVal.default;
|
|
178
160
|
}
|
|
179
161
|
});
|
|
180
162
|
Object.defineProperty(exports, "DownSamplingOperator", {
|
|
181
163
|
enumerable: true,
|
|
182
|
-
get: function
|
|
183
|
-
return _DownSamplingOperator
|
|
164
|
+
get: function () {
|
|
165
|
+
return _DownSamplingOperator.default;
|
|
184
166
|
}
|
|
185
167
|
});
|
|
186
168
|
Object.defineProperty(exports, "Entity", {
|
|
187
169
|
enumerable: true,
|
|
188
|
-
get: function
|
|
189
|
-
return _Entity
|
|
170
|
+
get: function () {
|
|
171
|
+
return _Entity.default;
|
|
190
172
|
}
|
|
191
173
|
});
|
|
192
174
|
Object.defineProperty(exports, "EntityDescriptor", {
|
|
193
175
|
enumerable: true,
|
|
194
|
-
get: function
|
|
195
|
-
return _EntityDescriptor
|
|
176
|
+
get: function () {
|
|
177
|
+
return _EntityDescriptor.default;
|
|
196
178
|
}
|
|
197
179
|
});
|
|
198
180
|
Object.defineProperty(exports, "EntityDescriptorListApiResponse", {
|
|
199
181
|
enumerable: true,
|
|
200
|
-
get: function
|
|
201
|
-
return _EntityDescriptorListApiResponse
|
|
182
|
+
get: function () {
|
|
183
|
+
return _EntityDescriptorListApiResponse.default;
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(exports, "EntityDetail", {
|
|
187
|
+
enumerable: true,
|
|
188
|
+
get: function () {
|
|
189
|
+
return _EntityDetail.default;
|
|
202
190
|
}
|
|
203
191
|
});
|
|
204
192
|
Object.defineProperty(exports, "EntityListApiResponse", {
|
|
205
193
|
enumerable: true,
|
|
206
|
-
get: function
|
|
207
|
-
return _EntityListApiResponse
|
|
194
|
+
get: function () {
|
|
195
|
+
return _EntityListApiResponse.default;
|
|
208
196
|
}
|
|
209
197
|
});
|
|
210
198
|
Object.defineProperty(exports, "EntityType", {
|
|
211
199
|
enumerable: true,
|
|
212
|
-
get: function
|
|
213
|
-
return _EntityType
|
|
200
|
+
get: function () {
|
|
201
|
+
return _EntityType.default;
|
|
214
202
|
}
|
|
215
203
|
});
|
|
216
204
|
Object.defineProperty(exports, "EntityTypeListApiResponse", {
|
|
217
205
|
enumerable: true,
|
|
218
|
-
get: function
|
|
219
|
-
return _EntityTypeListApiResponse
|
|
206
|
+
get: function () {
|
|
207
|
+
return _EntityTypeListApiResponse.default;
|
|
220
208
|
}
|
|
221
209
|
});
|
|
222
210
|
Object.defineProperty(exports, "ErrorResponse", {
|
|
223
211
|
enumerable: true,
|
|
224
|
-
get: function
|
|
225
|
-
return _ErrorResponse
|
|
212
|
+
get: function () {
|
|
213
|
+
return _ErrorResponse.default;
|
|
226
214
|
}
|
|
227
215
|
});
|
|
228
216
|
Object.defineProperty(exports, "ExternalizableAbstractModel", {
|
|
229
217
|
enumerable: true,
|
|
230
|
-
get: function
|
|
231
|
-
return _ExternalizableAbstractModel
|
|
218
|
+
get: function () {
|
|
219
|
+
return _ExternalizableAbstractModel.default;
|
|
232
220
|
}
|
|
233
221
|
});
|
|
234
222
|
Object.defineProperty(exports, "Flag", {
|
|
235
223
|
enumerable: true,
|
|
236
|
-
get: function
|
|
237
|
-
return _Flag
|
|
224
|
+
get: function () {
|
|
225
|
+
return _Flag.default;
|
|
238
226
|
}
|
|
239
227
|
});
|
|
240
228
|
Object.defineProperty(exports, "GenerateRecommendationApiResponse", {
|
|
241
229
|
enumerable: true,
|
|
242
|
-
get: function
|
|
243
|
-
return _GenerateRecommendationApiResponse
|
|
230
|
+
get: function () {
|
|
231
|
+
return _GenerateRecommendationApiResponse.default;
|
|
244
232
|
}
|
|
245
233
|
});
|
|
246
234
|
Object.defineProperty(exports, "GenerateReportApiResponse", {
|
|
247
235
|
enumerable: true,
|
|
248
|
-
get: function
|
|
249
|
-
return _GenerateReportApiResponse
|
|
236
|
+
get: function () {
|
|
237
|
+
return _GenerateReportApiResponse.default;
|
|
250
238
|
}
|
|
251
239
|
});
|
|
252
240
|
Object.defineProperty(exports, "GenerateRunwayApiResponse", {
|
|
253
241
|
enumerable: true,
|
|
254
|
-
get: function
|
|
255
|
-
return _GenerateRunwayApiResponse
|
|
242
|
+
get: function () {
|
|
243
|
+
return _GenerateRunwayApiResponse.default;
|
|
256
244
|
}
|
|
257
245
|
});
|
|
258
246
|
Object.defineProperty(exports, "GetScenarioApiResponse", {
|
|
259
247
|
enumerable: true,
|
|
260
|
-
get: function
|
|
261
|
-
return _GetScenarioApiResponse
|
|
248
|
+
get: function () {
|
|
249
|
+
return _GetScenarioApiResponse.default;
|
|
262
250
|
}
|
|
263
251
|
});
|
|
264
252
|
Object.defineProperty(exports, "GetScenarioReportApiResponse", {
|
|
265
253
|
enumerable: true,
|
|
266
|
-
get: function
|
|
267
|
-
return _GetScenarioReportApiResponse
|
|
254
|
+
get: function () {
|
|
255
|
+
return _GetScenarioReportApiResponse.default;
|
|
268
256
|
}
|
|
269
257
|
});
|
|
270
258
|
Object.defineProperty(exports, "GetSimulationApiResponse", {
|
|
271
259
|
enumerable: true,
|
|
272
|
-
get: function
|
|
273
|
-
return _GetSimulationApiResponse
|
|
274
|
-
}
|
|
275
|
-
});
|
|
276
|
-
Object.defineProperty(exports, "HardwareModel", {
|
|
277
|
-
enumerable: true,
|
|
278
|
-
get: function get() {
|
|
279
|
-
return _HardwareModel["default"];
|
|
280
|
-
}
|
|
281
|
-
});
|
|
282
|
-
Object.defineProperty(exports, "HardwarePart", {
|
|
283
|
-
enumerable: true,
|
|
284
|
-
get: function get() {
|
|
285
|
-
return _HardwarePart["default"];
|
|
260
|
+
get: function () {
|
|
261
|
+
return _GetSimulationApiResponse.default;
|
|
286
262
|
}
|
|
287
263
|
});
|
|
288
264
|
Object.defineProperty(exports, "IPv4Address", {
|
|
289
265
|
enumerable: true,
|
|
290
|
-
get: function
|
|
291
|
-
return _IPv4Address
|
|
292
|
-
}
|
|
293
|
-
});
|
|
294
|
-
Object.defineProperty(exports, "IgnoreWindow", {
|
|
295
|
-
enumerable: true,
|
|
296
|
-
get: function get() {
|
|
297
|
-
return _IgnoreWindow["default"];
|
|
298
|
-
}
|
|
299
|
-
});
|
|
300
|
-
Object.defineProperty(exports, "IgnoreWindowProjection", {
|
|
301
|
-
enumerable: true,
|
|
302
|
-
get: function get() {
|
|
303
|
-
return _IgnoreWindowProjection["default"];
|
|
266
|
+
get: function () {
|
|
267
|
+
return _IPv4Address.default;
|
|
304
268
|
}
|
|
305
269
|
});
|
|
306
270
|
Object.defineProperty(exports, "IntList", {
|
|
307
271
|
enumerable: true,
|
|
308
|
-
get: function
|
|
309
|
-
return _IntList
|
|
272
|
+
get: function () {
|
|
273
|
+
return _IntList.default;
|
|
310
274
|
}
|
|
311
275
|
});
|
|
312
276
|
Object.defineProperty(exports, "IntVal", {
|
|
313
277
|
enumerable: true,
|
|
314
|
-
get: function
|
|
315
|
-
return _IntVal
|
|
278
|
+
get: function () {
|
|
279
|
+
return _IntVal.default;
|
|
316
280
|
}
|
|
317
281
|
});
|
|
318
282
|
Object.defineProperty(exports, "KVPair", {
|
|
319
283
|
enumerable: true,
|
|
320
|
-
get: function
|
|
321
|
-
return _KVPair
|
|
284
|
+
get: function () {
|
|
285
|
+
return _KVPair.default;
|
|
322
286
|
}
|
|
323
287
|
});
|
|
324
288
|
Object.defineProperty(exports, "KVStringPair", {
|
|
325
289
|
enumerable: true,
|
|
326
|
-
get: function
|
|
327
|
-
return _KVStringPair
|
|
290
|
+
get: function () {
|
|
291
|
+
return _KVStringPair.default;
|
|
328
292
|
}
|
|
329
293
|
});
|
|
330
294
|
Object.defineProperty(exports, "ListScenariosApiResponse", {
|
|
331
295
|
enumerable: true,
|
|
332
|
-
get: function
|
|
333
|
-
return _ListScenariosApiResponse
|
|
296
|
+
get: function () {
|
|
297
|
+
return _ListScenariosApiResponse.default;
|
|
334
298
|
}
|
|
335
299
|
});
|
|
336
300
|
Object.defineProperty(exports, "ListSimulationsApiResponse", {
|
|
337
301
|
enumerable: true,
|
|
338
|
-
get: function
|
|
339
|
-
return _ListSimulationsApiResponse
|
|
302
|
+
get: function () {
|
|
303
|
+
return _ListSimulationsApiResponse.default;
|
|
340
304
|
}
|
|
341
305
|
});
|
|
342
306
|
Object.defineProperty(exports, "MapOfStringWrapper", {
|
|
343
307
|
enumerable: true,
|
|
344
|
-
get: function
|
|
345
|
-
return _MapOfStringWrapper
|
|
308
|
+
get: function () {
|
|
309
|
+
return _MapOfStringWrapper.default;
|
|
346
310
|
}
|
|
347
311
|
});
|
|
348
312
|
Object.defineProperty(exports, "Message", {
|
|
349
313
|
enumerable: true,
|
|
350
|
-
get: function
|
|
351
|
-
return _Message
|
|
314
|
+
get: function () {
|
|
315
|
+
return _Message.default;
|
|
352
316
|
}
|
|
353
317
|
});
|
|
354
318
|
Object.defineProperty(exports, "MessageSeverity", {
|
|
355
319
|
enumerable: true,
|
|
356
|
-
get: function
|
|
357
|
-
return _MessageSeverity
|
|
320
|
+
get: function () {
|
|
321
|
+
return _MessageSeverity.default;
|
|
358
322
|
}
|
|
359
323
|
});
|
|
360
324
|
Object.defineProperty(exports, "Metric", {
|
|
361
325
|
enumerable: true,
|
|
362
|
-
get: function
|
|
363
|
-
return _Metric
|
|
326
|
+
get: function () {
|
|
327
|
+
return _Metric.default;
|
|
364
328
|
}
|
|
365
329
|
});
|
|
366
330
|
Object.defineProperty(exports, "MetricDescriptor", {
|
|
367
331
|
enumerable: true,
|
|
368
|
-
get: function
|
|
369
|
-
return _MetricDescriptor
|
|
332
|
+
get: function () {
|
|
333
|
+
return _MetricDescriptor.default;
|
|
370
334
|
}
|
|
371
335
|
});
|
|
372
336
|
Object.defineProperty(exports, "MicrosoftXenProvisionType", {
|
|
373
337
|
enumerable: true,
|
|
374
|
-
get: function
|
|
375
|
-
return _MicrosoftXenProvisionType
|
|
338
|
+
get: function () {
|
|
339
|
+
return _MicrosoftXenProvisionType.default;
|
|
376
340
|
}
|
|
377
341
|
});
|
|
378
342
|
Object.defineProperty(exports, "MicrosoftXenWorkload", {
|
|
379
343
|
enumerable: true,
|
|
380
|
-
get: function
|
|
381
|
-
return _MicrosoftXenWorkload
|
|
344
|
+
get: function () {
|
|
345
|
+
return _MicrosoftXenWorkload.default;
|
|
382
346
|
}
|
|
383
347
|
});
|
|
384
348
|
Object.defineProperty(exports, "MicrosoftXenWorkloadVendor", {
|
|
385
349
|
enumerable: true,
|
|
386
|
-
get: function
|
|
387
|
-
return _MicrosoftXenWorkloadVendor
|
|
350
|
+
get: function () {
|
|
351
|
+
return _MicrosoftXenWorkloadVendor.default;
|
|
388
352
|
}
|
|
389
353
|
});
|
|
390
354
|
Object.defineProperty(exports, "Node", {
|
|
391
355
|
enumerable: true,
|
|
392
|
-
get: function
|
|
393
|
-
return _Node
|
|
356
|
+
get: function () {
|
|
357
|
+
return _Node.default;
|
|
394
358
|
}
|
|
395
359
|
});
|
|
396
360
|
Object.defineProperty(exports, "NodeConfig", {
|
|
397
361
|
enumerable: true,
|
|
398
|
-
get: function
|
|
399
|
-
return _NodeConfig
|
|
362
|
+
get: function () {
|
|
363
|
+
return _NodeConfig.default;
|
|
400
364
|
}
|
|
401
365
|
});
|
|
402
366
|
Object.defineProperty(exports, "NodeProjection", {
|
|
403
367
|
enumerable: true,
|
|
404
|
-
get: function
|
|
405
|
-
return _NodeProjection
|
|
368
|
+
get: function () {
|
|
369
|
+
return _NodeProjection.default;
|
|
406
370
|
}
|
|
407
371
|
});
|
|
408
372
|
Object.defineProperty(exports, "NodeSource", {
|
|
409
373
|
enumerable: true,
|
|
410
|
-
get: function
|
|
411
|
-
return _NodeSource
|
|
374
|
+
get: function () {
|
|
375
|
+
return _NodeSource.default;
|
|
412
376
|
}
|
|
413
377
|
});
|
|
414
378
|
Object.defineProperty(exports, "Point", {
|
|
415
379
|
enumerable: true,
|
|
416
|
-
get: function
|
|
417
|
-
return _Point
|
|
380
|
+
get: function () {
|
|
381
|
+
return _Point.default;
|
|
418
382
|
}
|
|
419
383
|
});
|
|
420
384
|
Object.defineProperty(exports, "PolicyType", {
|
|
421
385
|
enumerable: true,
|
|
422
|
-
get: function
|
|
423
|
-
return _PolicyType
|
|
386
|
+
get: function () {
|
|
387
|
+
return _PolicyType.default;
|
|
424
388
|
}
|
|
425
389
|
});
|
|
426
390
|
Object.defineProperty(exports, "ReplicationFactor", {
|
|
427
391
|
enumerable: true,
|
|
428
|
-
get: function
|
|
429
|
-
return _ReplicationFactor
|
|
392
|
+
get: function () {
|
|
393
|
+
return _ReplicationFactor.default;
|
|
430
394
|
}
|
|
431
395
|
});
|
|
432
396
|
Object.defineProperty(exports, "ResourceCapacity", {
|
|
433
397
|
enumerable: true,
|
|
434
|
-
get: function
|
|
435
|
-
return _ResourceCapacity
|
|
398
|
+
get: function () {
|
|
399
|
+
return _ResourceCapacity.default;
|
|
436
400
|
}
|
|
437
401
|
});
|
|
438
|
-
Object.defineProperty(exports, "
|
|
402
|
+
Object.defineProperty(exports, "Runway", {
|
|
439
403
|
enumerable: true,
|
|
440
|
-
get: function
|
|
441
|
-
return
|
|
442
|
-
}
|
|
443
|
-
});
|
|
444
|
-
Object.defineProperty(exports, "RunwayParams", {
|
|
445
|
-
enumerable: true,
|
|
446
|
-
get: function get() {
|
|
447
|
-
return _RunwayParams["default"];
|
|
448
|
-
}
|
|
449
|
-
});
|
|
450
|
-
Object.defineProperty(exports, "RunwayParamsProjection", {
|
|
451
|
-
enumerable: true,
|
|
452
|
-
get: function get() {
|
|
453
|
-
return _RunwayParamsProjection["default"];
|
|
404
|
+
get: function () {
|
|
405
|
+
return _Runway.default;
|
|
454
406
|
}
|
|
455
407
|
});
|
|
456
408
|
Object.defineProperty(exports, "Scenario", {
|
|
457
409
|
enumerable: true,
|
|
458
|
-
get: function
|
|
459
|
-
return _Scenario
|
|
410
|
+
get: function () {
|
|
411
|
+
return _Scenario.default;
|
|
460
412
|
}
|
|
461
413
|
});
|
|
462
414
|
Object.defineProperty(exports, "ScenarioProjection", {
|
|
463
415
|
enumerable: true,
|
|
464
|
-
get: function
|
|
465
|
-
return _ScenarioProjection
|
|
466
|
-
}
|
|
467
|
-
});
|
|
468
|
-
Object.defineProperty(exports, "ScenarioStats", {
|
|
469
|
-
enumerable: true,
|
|
470
|
-
get: function get() {
|
|
471
|
-
return _ScenarioStats["default"];
|
|
472
|
-
}
|
|
473
|
-
});
|
|
474
|
-
Object.defineProperty(exports, "ScenarioStatsProjection", {
|
|
475
|
-
enumerable: true,
|
|
476
|
-
get: function get() {
|
|
477
|
-
return _ScenarioStatsProjection["default"];
|
|
478
|
-
}
|
|
479
|
-
});
|
|
480
|
-
Object.defineProperty(exports, "ScenarioStatsTuple", {
|
|
481
|
-
enumerable: true,
|
|
482
|
-
get: function get() {
|
|
483
|
-
return _ScenarioStatsTuple["default"];
|
|
416
|
+
get: function () {
|
|
417
|
+
return _ScenarioProjection.default;
|
|
484
418
|
}
|
|
485
419
|
});
|
|
486
420
|
Object.defineProperty(exports, "ScenariosApi", {
|
|
487
421
|
enumerable: true,
|
|
488
|
-
get: function
|
|
422
|
+
get: function () {
|
|
489
423
|
return _scenariosEndpoints.ScenariosApi;
|
|
490
424
|
}
|
|
491
425
|
});
|
|
492
426
|
Object.defineProperty(exports, "SchemaValidationError", {
|
|
493
427
|
enumerable: true,
|
|
494
|
-
get: function
|
|
495
|
-
return _SchemaValidationError
|
|
428
|
+
get: function () {
|
|
429
|
+
return _SchemaValidationError.default;
|
|
496
430
|
}
|
|
497
431
|
});
|
|
498
432
|
Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
499
433
|
enumerable: true,
|
|
500
|
-
get: function
|
|
501
|
-
return _SchemaValidationErrorMessage
|
|
434
|
+
get: function () {
|
|
435
|
+
return _SchemaValidationErrorMessage.default;
|
|
502
436
|
}
|
|
503
437
|
});
|
|
504
438
|
Object.defineProperty(exports, "SimulatedVmResourceSpec", {
|
|
505
439
|
enumerable: true,
|
|
506
|
-
get: function
|
|
507
|
-
return _SimulatedVmResourceSpec
|
|
440
|
+
get: function () {
|
|
441
|
+
return _SimulatedVmResourceSpec.default;
|
|
508
442
|
}
|
|
509
443
|
});
|
|
510
444
|
Object.defineProperty(exports, "SimulatedVmResourceSpecProjection", {
|
|
511
445
|
enumerable: true,
|
|
512
|
-
get: function
|
|
513
|
-
return _SimulatedVmResourceSpecProjection
|
|
446
|
+
get: function () {
|
|
447
|
+
return _SimulatedVmResourceSpecProjection.default;
|
|
514
448
|
}
|
|
515
449
|
});
|
|
516
450
|
Object.defineProperty(exports, "Simulation", {
|
|
517
451
|
enumerable: true,
|
|
518
|
-
get: function
|
|
519
|
-
return _Simulation
|
|
452
|
+
get: function () {
|
|
453
|
+
return _Simulation.default;
|
|
520
454
|
}
|
|
521
455
|
});
|
|
522
456
|
Object.defineProperty(exports, "SimulationProjection", {
|
|
523
457
|
enumerable: true,
|
|
524
|
-
get: function
|
|
525
|
-
return _SimulationProjection
|
|
458
|
+
get: function () {
|
|
459
|
+
return _SimulationProjection.default;
|
|
526
460
|
}
|
|
527
461
|
});
|
|
528
462
|
Object.defineProperty(exports, "Source", {
|
|
529
463
|
enumerable: true,
|
|
530
|
-
get: function
|
|
531
|
-
return _Source
|
|
464
|
+
get: function () {
|
|
465
|
+
return _Source.default;
|
|
532
466
|
}
|
|
533
467
|
});
|
|
534
468
|
Object.defineProperty(exports, "SourceListApiResponse", {
|
|
535
469
|
enumerable: true,
|
|
536
|
-
get: function
|
|
537
|
-
return _SourceListApiResponse
|
|
470
|
+
get: function () {
|
|
471
|
+
return _SourceListApiResponse.default;
|
|
538
472
|
}
|
|
539
473
|
});
|
|
540
474
|
Object.defineProperty(exports, "SplunkWorkload", {
|
|
541
475
|
enumerable: true,
|
|
542
|
-
get: function
|
|
543
|
-
return _SplunkWorkload
|
|
476
|
+
get: function () {
|
|
477
|
+
return _SplunkWorkload.default;
|
|
544
478
|
}
|
|
545
479
|
});
|
|
546
480
|
Object.defineProperty(exports, "SqlProfileType", {
|
|
547
481
|
enumerable: true,
|
|
548
|
-
get: function
|
|
549
|
-
return _SqlProfileType
|
|
482
|
+
get: function () {
|
|
483
|
+
return _SqlProfileType.default;
|
|
550
484
|
}
|
|
551
485
|
});
|
|
552
486
|
Object.defineProperty(exports, "SqlTransactionType", {
|
|
553
487
|
enumerable: true,
|
|
554
|
-
get: function
|
|
555
|
-
return _SqlTransactionType
|
|
488
|
+
get: function () {
|
|
489
|
+
return _SqlTransactionType.default;
|
|
556
490
|
}
|
|
557
491
|
});
|
|
558
492
|
Object.defineProperty(exports, "SqlWorkload", {
|
|
559
493
|
enumerable: true,
|
|
560
|
-
get: function
|
|
561
|
-
return _SqlWorkload
|
|
494
|
+
get: function () {
|
|
495
|
+
return _SqlWorkload.default;
|
|
562
496
|
}
|
|
563
497
|
});
|
|
564
498
|
Object.defineProperty(exports, "StatsApi", {
|
|
565
499
|
enumerable: true,
|
|
566
|
-
get: function
|
|
500
|
+
get: function () {
|
|
567
501
|
return _statsEndpoints.StatsApi;
|
|
568
502
|
}
|
|
569
503
|
});
|
|
570
504
|
Object.defineProperty(exports, "StrList", {
|
|
571
505
|
enumerable: true,
|
|
572
|
-
get: function
|
|
573
|
-
return _StrList
|
|
506
|
+
get: function () {
|
|
507
|
+
return _StrList.default;
|
|
574
508
|
}
|
|
575
509
|
});
|
|
576
510
|
Object.defineProperty(exports, "StrVal", {
|
|
577
511
|
enumerable: true,
|
|
578
|
-
get: function
|
|
579
|
-
return _StrVal
|
|
512
|
+
get: function () {
|
|
513
|
+
return _StrVal.default;
|
|
580
514
|
}
|
|
581
515
|
});
|
|
582
516
|
Object.defineProperty(exports, "TaskReference", {
|
|
583
517
|
enumerable: true,
|
|
584
|
-
get: function
|
|
585
|
-
return _TaskReference
|
|
518
|
+
get: function () {
|
|
519
|
+
return _TaskReference.default;
|
|
586
520
|
}
|
|
587
521
|
});
|
|
588
522
|
Object.defineProperty(exports, "TenantAwareModel", {
|
|
589
523
|
enumerable: true,
|
|
590
|
-
get: function
|
|
591
|
-
return _TenantAwareModel
|
|
524
|
+
get: function () {
|
|
525
|
+
return _TenantAwareModel.default;
|
|
592
526
|
}
|
|
593
527
|
});
|
|
594
528
|
Object.defineProperty(exports, "TimeSeries", {
|
|
595
529
|
enumerable: true,
|
|
596
|
-
get: function
|
|
597
|
-
return _TimeSeries
|
|
530
|
+
get: function () {
|
|
531
|
+
return _TimeSeries.default;
|
|
598
532
|
}
|
|
599
533
|
});
|
|
600
534
|
Object.defineProperty(exports, "UpdateScenarioApiResponse", {
|
|
601
535
|
enumerable: true,
|
|
602
|
-
get: function
|
|
603
|
-
return _UpdateScenarioApiResponse
|
|
536
|
+
get: function () {
|
|
537
|
+
return _UpdateScenarioApiResponse.default;
|
|
604
538
|
}
|
|
605
539
|
});
|
|
606
540
|
Object.defineProperty(exports, "UpdateSimulationApiResponse", {
|
|
607
541
|
enumerable: true,
|
|
608
|
-
get: function
|
|
609
|
-
return _UpdateSimulationApiResponse
|
|
542
|
+
get: function () {
|
|
543
|
+
return _UpdateSimulationApiResponse.default;
|
|
610
544
|
}
|
|
611
545
|
});
|
|
612
546
|
Object.defineProperty(exports, "ValueRange", {
|
|
613
547
|
enumerable: true,
|
|
614
|
-
get: function
|
|
615
|
-
return _ValueRange
|
|
548
|
+
get: function () {
|
|
549
|
+
return _ValueRange.default;
|
|
616
550
|
}
|
|
617
551
|
});
|
|
618
552
|
Object.defineProperty(exports, "ValueType", {
|
|
619
553
|
enumerable: true,
|
|
620
|
-
get: function
|
|
621
|
-
return _ValueType
|
|
554
|
+
get: function () {
|
|
555
|
+
return _ValueType.default;
|
|
622
556
|
}
|
|
623
557
|
});
|
|
624
558
|
Object.defineProperty(exports, "VdiProvisionType", {
|
|
625
559
|
enumerable: true,
|
|
626
|
-
get: function
|
|
627
|
-
return _VdiProvisionType
|
|
560
|
+
get: function () {
|
|
561
|
+
return _VdiProvisionType.default;
|
|
628
562
|
}
|
|
629
563
|
});
|
|
630
564
|
Object.defineProperty(exports, "VdiUserType", {
|
|
631
565
|
enumerable: true,
|
|
632
|
-
get: function
|
|
633
|
-
return _VdiUserType
|
|
566
|
+
get: function () {
|
|
567
|
+
return _VdiUserType.default;
|
|
634
568
|
}
|
|
635
569
|
});
|
|
636
570
|
Object.defineProperty(exports, "VdiVendor", {
|
|
637
571
|
enumerable: true,
|
|
638
|
-
get: function
|
|
639
|
-
return _VdiVendor
|
|
572
|
+
get: function () {
|
|
573
|
+
return _VdiVendor.default;
|
|
640
574
|
}
|
|
641
575
|
});
|
|
642
576
|
Object.defineProperty(exports, "VdiWorkload", {
|
|
643
577
|
enumerable: true,
|
|
644
|
-
get: function
|
|
645
|
-
return _VdiWorkload
|
|
578
|
+
get: function () {
|
|
579
|
+
return _VdiWorkload.default;
|
|
646
580
|
}
|
|
647
581
|
});
|
|
648
582
|
Object.defineProperty(exports, "Vendor", {
|
|
649
583
|
enumerable: true,
|
|
650
|
-
get: function
|
|
651
|
-
return _Vendor
|
|
584
|
+
get: function () {
|
|
585
|
+
return _Vendor.default;
|
|
652
586
|
}
|
|
653
587
|
});
|
|
654
588
|
Object.defineProperty(exports, "Vm", {
|
|
655
589
|
enumerable: true,
|
|
656
|
-
get: function
|
|
657
|
-
return _Vm
|
|
590
|
+
get: function () {
|
|
591
|
+
return _Vm.default;
|
|
658
592
|
}
|
|
659
593
|
});
|
|
660
594
|
Object.defineProperty(exports, "VmCategoryWorkload", {
|
|
661
595
|
enumerable: true,
|
|
662
|
-
get: function
|
|
663
|
-
return _VmCategoryWorkload
|
|
596
|
+
get: function () {
|
|
597
|
+
return _VmCategoryWorkload.default;
|
|
664
598
|
}
|
|
665
599
|
});
|
|
666
600
|
Object.defineProperty(exports, "VmProjection", {
|
|
667
601
|
enumerable: true,
|
|
668
|
-
get: function
|
|
669
|
-
return _VmProjection
|
|
602
|
+
get: function () {
|
|
603
|
+
return _VmProjection.default;
|
|
670
604
|
}
|
|
671
605
|
});
|
|
672
606
|
Object.defineProperty(exports, "VmWorkload", {
|
|
673
607
|
enumerable: true,
|
|
674
|
-
get: function
|
|
675
|
-
return _VmWorkload
|
|
608
|
+
get: function () {
|
|
609
|
+
return _VmWorkload.default;
|
|
676
610
|
}
|
|
677
611
|
});
|
|
678
612
|
Object.defineProperty(exports, "Workload", {
|
|
679
613
|
enumerable: true,
|
|
680
|
-
get: function
|
|
681
|
-
return _Workload
|
|
614
|
+
get: function () {
|
|
615
|
+
return _Workload.default;
|
|
682
616
|
}
|
|
683
617
|
});
|
|
684
618
|
Object.defineProperty(exports, "XenOperatingSystem", {
|
|
685
619
|
enumerable: true,
|
|
686
|
-
get: function
|
|
687
|
-
return _XenOperatingSystem
|
|
620
|
+
get: function () {
|
|
621
|
+
return _XenOperatingSystem.default;
|
|
688
622
|
}
|
|
689
623
|
});
|
|
690
624
|
Object.defineProperty(exports, "XenWorkload", {
|
|
691
625
|
enumerable: true,
|
|
692
|
-
get: function
|
|
693
|
-
return _XenWorkload
|
|
626
|
+
get: function () {
|
|
627
|
+
return _XenWorkload.default;
|
|
694
628
|
}
|
|
695
629
|
});
|
|
696
630
|
Object.defineProperty(exports, "XfitPolicy", {
|
|
697
631
|
enumerable: true,
|
|
698
|
-
get: function
|
|
699
|
-
return _XfitPolicy
|
|
632
|
+
get: function () {
|
|
633
|
+
return _XfitPolicy.default;
|
|
700
634
|
}
|
|
701
635
|
});
|
|
702
636
|
Object.defineProperty(exports, "XfitPolicyProjection", {
|
|
703
637
|
enumerable: true,
|
|
704
|
-
get: function
|
|
705
|
-
return _XfitPolicyProjection
|
|
638
|
+
get: function () {
|
|
639
|
+
return _XfitPolicyProjection.default;
|
|
706
640
|
}
|
|
707
641
|
});
|
|
708
|
-
exports
|
|
642
|
+
exports.default = void 0;
|
|
709
643
|
var _ApiClient = require("./ApiClient");
|
|
710
644
|
var _statsEndpoints = require("./apis/stats-endpoints");
|
|
711
645
|
var _scenariosEndpoints = require("./apis/scenarios-endpoints");
|
|
712
|
-
var _CapacityDetails = _interopRequireDefault(require("./models/aiops/v4/capacityplanning/CapacityDetails"));
|
|
713
|
-
var _CapacityUnit = _interopRequireDefault(require("./models/aiops/v4/capacityplanning/CapacityUnit"));
|
|
714
|
-
var _Runway = _interopRequireDefault(require("./models/aiops/v4/capacityplanning/Runway"));
|
|
715
|
-
var _RunwayDuration = _interopRequireDefault(require("./models/aiops/v4/capacityplanning/RunwayDuration"));
|
|
716
646
|
var _Cluster = _interopRequireDefault(require("./models/aiops/v4/clusterMetrics/Cluster"));
|
|
717
647
|
var _ClusterMetrics = _interopRequireDefault(require("./models/aiops/v4/clusterMetrics/ClusterMetrics"));
|
|
718
648
|
var _ClusterProjection = _interopRequireDefault(require("./models/aiops/v4/clusterMetrics/ClusterProjection"));
|
|
@@ -721,14 +651,15 @@ var _NodeProjection = _interopRequireDefault(require("./models/aiops/v4/clusterM
|
|
|
721
651
|
var _Vm = _interopRequireDefault(require("./models/aiops/v4/clusterMetrics/Vm"));
|
|
722
652
|
var _VmProjection = _interopRequireDefault(require("./models/aiops/v4/clusterMetrics/VmProjection"));
|
|
723
653
|
var _ClusterType = _interopRequireDefault(require("./models/aiops/v4/common/ClusterType"));
|
|
724
|
-
var
|
|
654
|
+
var _CapacityType = _interopRequireDefault(require("./models/aiops/v4/config/CapacityType"));
|
|
655
|
+
var _CapacityUnit = _interopRequireDefault(require("./models/aiops/v4/config/CapacityUnit"));
|
|
725
656
|
var _CapacityUpdateConfig = _interopRequireDefault(require("./models/aiops/v4/config/CapacityUpdateConfig"));
|
|
726
657
|
var _CapacityUpdateType = _interopRequireDefault(require("./models/aiops/v4/config/CapacityUpdateType"));
|
|
727
|
-
var _CategoryDetail = _interopRequireDefault(require("./models/aiops/v4/config/CategoryDetail"));
|
|
728
658
|
var _CitrixXenProvisionType = _interopRequireDefault(require("./models/aiops/v4/config/CitrixXenProvisionType"));
|
|
729
659
|
var _CitrixXenWorkload = _interopRequireDefault(require("./models/aiops/v4/config/CitrixXenWorkload"));
|
|
730
660
|
var _CitrixXenWorkloadVendor = _interopRequireDefault(require("./models/aiops/v4/config/CitrixXenWorkloadVendor"));
|
|
731
661
|
var _ClusterConfig = _interopRequireDefault(require("./models/aiops/v4/config/ClusterConfig"));
|
|
662
|
+
var _ClusterType2 = _interopRequireDefault(require("./models/aiops/v4/config/ClusterType"));
|
|
732
663
|
var _CreateScenarioApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/CreateScenarioApiResponse"));
|
|
733
664
|
var _CreateSimulationApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/CreateSimulationApiResponse"));
|
|
734
665
|
var _DataStoreConfig = _interopRequireDefault(require("./models/aiops/v4/config/DataStoreConfig"));
|
|
@@ -736,6 +667,7 @@ var _DeleteScenarioApiResponse = _interopRequireDefault(require("./models/aiops/
|
|
|
736
667
|
var _DeleteSimulationApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/DeleteSimulationApiResponse"));
|
|
737
668
|
var _EntityDescriptor = _interopRequireDefault(require("./models/aiops/v4/config/EntityDescriptor"));
|
|
738
669
|
var _EntityDescriptorListApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/EntityDescriptorListApiResponse"));
|
|
670
|
+
var _EntityDetail = _interopRequireDefault(require("./models/aiops/v4/config/EntityDetail"));
|
|
739
671
|
var _EntityType = _interopRequireDefault(require("./models/aiops/v4/config/EntityType"));
|
|
740
672
|
var _EntityTypeListApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/EntityTypeListApiResponse"));
|
|
741
673
|
var _GenerateRecommendationApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/GenerateRecommendationApiResponse"));
|
|
@@ -744,10 +676,6 @@ var _GenerateRunwayApiResponse = _interopRequireDefault(require("./models/aiops/
|
|
|
744
676
|
var _GetScenarioApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/GetScenarioApiResponse"));
|
|
745
677
|
var _GetScenarioReportApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/GetScenarioReportApiResponse"));
|
|
746
678
|
var _GetSimulationApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/GetSimulationApiResponse"));
|
|
747
|
-
var _HardwareModel = _interopRequireDefault(require("./models/aiops/v4/config/HardwareModel"));
|
|
748
|
-
var _HardwarePart = _interopRequireDefault(require("./models/aiops/v4/config/HardwarePart"));
|
|
749
|
-
var _IgnoreWindow = _interopRequireDefault(require("./models/aiops/v4/config/IgnoreWindow"));
|
|
750
|
-
var _IgnoreWindowProjection = _interopRequireDefault(require("./models/aiops/v4/config/IgnoreWindowProjection"));
|
|
751
679
|
var _ListScenariosApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/ListScenariosApiResponse"));
|
|
752
680
|
var _ListSimulationsApiResponse = _interopRequireDefault(require("./models/aiops/v4/config/ListSimulationsApiResponse"));
|
|
753
681
|
var _MetricDescriptor = _interopRequireDefault(require("./models/aiops/v4/config/MetricDescriptor"));
|
|
@@ -759,9 +687,7 @@ var _NodeSource = _interopRequireDefault(require("./models/aiops/v4/config/NodeS
|
|
|
759
687
|
var _PolicyType = _interopRequireDefault(require("./models/aiops/v4/config/PolicyType"));
|
|
760
688
|
var _ReplicationFactor = _interopRequireDefault(require("./models/aiops/v4/config/ReplicationFactor"));
|
|
761
689
|
var _ResourceCapacity = _interopRequireDefault(require("./models/aiops/v4/config/ResourceCapacity"));
|
|
762
|
-
var
|
|
763
|
-
var _RunwayParams = _interopRequireDefault(require("./models/aiops/v4/config/RunwayParams"));
|
|
764
|
-
var _RunwayParamsProjection = _interopRequireDefault(require("./models/aiops/v4/config/RunwayParamsProjection"));
|
|
690
|
+
var _Runway = _interopRequireDefault(require("./models/aiops/v4/config/Runway"));
|
|
765
691
|
var _Scenario = _interopRequireDefault(require("./models/aiops/v4/config/Scenario"));
|
|
766
692
|
var _ScenarioProjection = _interopRequireDefault(require("./models/aiops/v4/config/ScenarioProjection"));
|
|
767
693
|
var _SimulatedVmResourceSpec = _interopRequireDefault(require("./models/aiops/v4/config/SimulatedVmResourceSpec"));
|
|
@@ -804,9 +730,6 @@ var _IntList = _interopRequireDefault(require("./models/aiops/v4/stats/IntList")
|
|
|
804
730
|
var _IntVal = _interopRequireDefault(require("./models/aiops/v4/stats/IntVal"));
|
|
805
731
|
var _Metric = _interopRequireDefault(require("./models/aiops/v4/stats/Metric"));
|
|
806
732
|
var _Point = _interopRequireDefault(require("./models/aiops/v4/stats/Point"));
|
|
807
|
-
var _ScenarioStats = _interopRequireDefault(require("./models/aiops/v4/stats/ScenarioStats"));
|
|
808
|
-
var _ScenarioStatsProjection = _interopRequireDefault(require("./models/aiops/v4/stats/ScenarioStatsProjection"));
|
|
809
|
-
var _ScenarioStatsTuple = _interopRequireDefault(require("./models/aiops/v4/stats/ScenarioStatsTuple"));
|
|
810
733
|
var _StrList = _interopRequireDefault(require("./models/aiops/v4/stats/StrList"));
|
|
811
734
|
var _StrVal = _interopRequireDefault(require("./models/aiops/v4/stats/StrVal"));
|
|
812
735
|
var _TimeSeries = _interopRequireDefault(require("./models/aiops/v4/stats/TimeSeries"));
|
|
@@ -823,126 +746,115 @@ var _ApiResponseMetadata = _interopRequireDefault(require("./models/common/v1/re
|
|
|
823
746
|
var _ExternalizableAbstractModel = _interopRequireDefault(require("./models/common/v1/response/ExternalizableAbstractModel"));
|
|
824
747
|
var _DownSamplingOperator = _interopRequireDefault(require("./models/common/v1/stats/DownSamplingOperator"));
|
|
825
748
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
826
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : {
|
|
749
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
827
750
|
// Export base files
|
|
828
751
|
// Export APIs
|
|
829
752
|
// Export models
|
|
830
|
-
var _default = exports
|
|
753
|
+
var _default = exports.default = {
|
|
831
754
|
ApiClient: _ApiClient.ApiClient,
|
|
832
755
|
StatsApi: _statsEndpoints.StatsApi,
|
|
833
756
|
ScenariosApi: _scenariosEndpoints.ScenariosApi,
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
KVPair: _KVPair["default"],
|
|
938
|
-
KVStringPair: _KVStringPair["default"],
|
|
939
|
-
MapOfStringWrapper: _MapOfStringWrapper["default"],
|
|
940
|
-
Message: _Message["default"],
|
|
941
|
-
MessageSeverity: _MessageSeverity["default"],
|
|
942
|
-
TenantAwareModel: _TenantAwareModel["default"],
|
|
943
|
-
ApiLink: _ApiLink["default"],
|
|
944
|
-
ApiResponseMetadata: _ApiResponseMetadata["default"],
|
|
945
|
-
ExternalizableAbstractModel: _ExternalizableAbstractModel["default"],
|
|
946
|
-
DownSamplingOperator: _DownSamplingOperator["default"],
|
|
947
|
-
TaskReference: _TaskReference["default"]
|
|
757
|
+
Cluster: _Cluster.default,
|
|
758
|
+
ClusterMetrics: _ClusterMetrics.default,
|
|
759
|
+
ClusterProjection: _ClusterProjection.default,
|
|
760
|
+
Node: _Node.default,
|
|
761
|
+
NodeProjection: _NodeProjection.default,
|
|
762
|
+
Vm: _Vm.default,
|
|
763
|
+
VmProjection: _VmProjection.default,
|
|
764
|
+
CommonClusterType: _ClusterType.default,
|
|
765
|
+
CapacityType: _CapacityType.default,
|
|
766
|
+
CapacityUnit: _CapacityUnit.default,
|
|
767
|
+
CapacityUpdateConfig: _CapacityUpdateConfig.default,
|
|
768
|
+
CapacityUpdateType: _CapacityUpdateType.default,
|
|
769
|
+
CitrixXenProvisionType: _CitrixXenProvisionType.default,
|
|
770
|
+
CitrixXenWorkload: _CitrixXenWorkload.default,
|
|
771
|
+
CitrixXenWorkloadVendor: _CitrixXenWorkloadVendor.default,
|
|
772
|
+
ClusterConfig: _ClusterConfig.default,
|
|
773
|
+
ConfigClusterType: _ClusterType2.default,
|
|
774
|
+
CreateScenarioApiResponse: _CreateScenarioApiResponse.default,
|
|
775
|
+
CreateSimulationApiResponse: _CreateSimulationApiResponse.default,
|
|
776
|
+
DataStoreConfig: _DataStoreConfig.default,
|
|
777
|
+
DeleteScenarioApiResponse: _DeleteScenarioApiResponse.default,
|
|
778
|
+
DeleteSimulationApiResponse: _DeleteSimulationApiResponse.default,
|
|
779
|
+
EntityDescriptor: _EntityDescriptor.default,
|
|
780
|
+
EntityDescriptorListApiResponse: _EntityDescriptorListApiResponse.default,
|
|
781
|
+
EntityDetail: _EntityDetail.default,
|
|
782
|
+
EntityType: _EntityType.default,
|
|
783
|
+
EntityTypeListApiResponse: _EntityTypeListApiResponse.default,
|
|
784
|
+
GenerateRecommendationApiResponse: _GenerateRecommendationApiResponse.default,
|
|
785
|
+
GenerateReportApiResponse: _GenerateReportApiResponse.default,
|
|
786
|
+
GenerateRunwayApiResponse: _GenerateRunwayApiResponse.default,
|
|
787
|
+
GetScenarioApiResponse: _GetScenarioApiResponse.default,
|
|
788
|
+
GetScenarioReportApiResponse: _GetScenarioReportApiResponse.default,
|
|
789
|
+
GetSimulationApiResponse: _GetSimulationApiResponse.default,
|
|
790
|
+
ListScenariosApiResponse: _ListScenariosApiResponse.default,
|
|
791
|
+
ListSimulationsApiResponse: _ListSimulationsApiResponse.default,
|
|
792
|
+
MetricDescriptor: _MetricDescriptor.default,
|
|
793
|
+
MicrosoftXenProvisionType: _MicrosoftXenProvisionType.default,
|
|
794
|
+
MicrosoftXenWorkload: _MicrosoftXenWorkload.default,
|
|
795
|
+
MicrosoftXenWorkloadVendor: _MicrosoftXenWorkloadVendor.default,
|
|
796
|
+
NodeConfig: _NodeConfig.default,
|
|
797
|
+
NodeSource: _NodeSource.default,
|
|
798
|
+
PolicyType: _PolicyType.default,
|
|
799
|
+
ReplicationFactor: _ReplicationFactor.default,
|
|
800
|
+
ResourceCapacity: _ResourceCapacity.default,
|
|
801
|
+
Runway: _Runway.default,
|
|
802
|
+
Scenario: _Scenario.default,
|
|
803
|
+
ScenarioProjection: _ScenarioProjection.default,
|
|
804
|
+
SimulatedVmResourceSpec: _SimulatedVmResourceSpec.default,
|
|
805
|
+
SimulatedVmResourceSpecProjection: _SimulatedVmResourceSpecProjection.default,
|
|
806
|
+
Simulation: _Simulation.default,
|
|
807
|
+
SimulationProjection: _SimulationProjection.default,
|
|
808
|
+
Source: _Source.default,
|
|
809
|
+
SourceListApiResponse: _SourceListApiResponse.default,
|
|
810
|
+
SplunkWorkload: _SplunkWorkload.default,
|
|
811
|
+
SqlProfileType: _SqlProfileType.default,
|
|
812
|
+
SqlTransactionType: _SqlTransactionType.default,
|
|
813
|
+
SqlWorkload: _SqlWorkload.default,
|
|
814
|
+
UpdateScenarioApiResponse: _UpdateScenarioApiResponse.default,
|
|
815
|
+
UpdateSimulationApiResponse: _UpdateSimulationApiResponse.default,
|
|
816
|
+
ValueRange: _ValueRange.default,
|
|
817
|
+
ValueType: _ValueType.default,
|
|
818
|
+
VdiProvisionType: _VdiProvisionType.default,
|
|
819
|
+
VdiUserType: _VdiUserType.default,
|
|
820
|
+
VdiVendor: _VdiVendor.default,
|
|
821
|
+
VdiWorkload: _VdiWorkload.default,
|
|
822
|
+
Vendor: _Vendor.default,
|
|
823
|
+
VmCategoryWorkload: _VmCategoryWorkload.default,
|
|
824
|
+
VmWorkload: _VmWorkload.default,
|
|
825
|
+
Workload: _Workload.default,
|
|
826
|
+
XenOperatingSystem: _XenOperatingSystem.default,
|
|
827
|
+
XenWorkload: _XenWorkload.default,
|
|
828
|
+
XfitPolicy: _XfitPolicy.default,
|
|
829
|
+
XfitPolicyProjection: _XfitPolicyProjection.default,
|
|
830
|
+
AppMessage: _AppMessage.default,
|
|
831
|
+
ErrorResponse: _ErrorResponse.default,
|
|
832
|
+
SchemaValidationError: _SchemaValidationError.default,
|
|
833
|
+
SchemaValidationErrorMessage: _SchemaValidationErrorMessage.default,
|
|
834
|
+
BoolList: _BoolList.default,
|
|
835
|
+
BoolVal: _BoolVal.default,
|
|
836
|
+
DoubleList: _DoubleList.default,
|
|
837
|
+
DoubleVal: _DoubleVal.default,
|
|
838
|
+
Entity: _Entity.default,
|
|
839
|
+
EntityListApiResponse: _EntityListApiResponse.default,
|
|
840
|
+
IntList: _IntList.default,
|
|
841
|
+
IntVal: _IntVal.default,
|
|
842
|
+
Metric: _Metric.default,
|
|
843
|
+
Point: _Point.default,
|
|
844
|
+
StrList: _StrList.default,
|
|
845
|
+
StrVal: _StrVal.default,
|
|
846
|
+
TimeSeries: _TimeSeries.default,
|
|
847
|
+
Flag: _Flag.default,
|
|
848
|
+
IPv4Address: _IPv4Address.default,
|
|
849
|
+
KVPair: _KVPair.default,
|
|
850
|
+
KVStringPair: _KVStringPair.default,
|
|
851
|
+
MapOfStringWrapper: _MapOfStringWrapper.default,
|
|
852
|
+
Message: _Message.default,
|
|
853
|
+
MessageSeverity: _MessageSeverity.default,
|
|
854
|
+
TenantAwareModel: _TenantAwareModel.default,
|
|
855
|
+
ApiLink: _ApiLink.default,
|
|
856
|
+
ApiResponseMetadata: _ApiResponseMetadata.default,
|
|
857
|
+
ExternalizableAbstractModel: _ExternalizableAbstractModel.default,
|
|
858
|
+
DownSamplingOperator: _DownSamplingOperator.default,
|
|
859
|
+
TaskReference: _TaskReference.default
|
|
948
860
|
};
|