@nutanix-scratch/licensing-js-client 4.1.1 → 4.2.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 +4 -4
- package/dist/Ntnx-Licensing-js-client-prod.js +1 -1
- package/dist/Ntnx-Licensing-js-client.js +252 -131
- package/dist/es/ApiClient.d.ts +1 -1
- package/dist/es/ApiClient.js +3 -3
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +2 -2
- package/dist/es/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/es/apis/enduserlicenseagreement-endpoints.js +4 -4
- package/dist/es/apis/licensekeys-endpoints.d.ts +4 -3
- package/dist/es/apis/licensekeys-endpoints.js +10 -10
- package/dist/es/apis/licenses-endpoints.d.ts +1 -1
- package/dist/es/apis/licenses-endpoints.js +11 -11
- package/dist/es/index.d.ts +25 -3
- package/dist/es/index.js +92 -4
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +2 -2
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +2 -2
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +2 -2
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +2 -2
- package/dist/es/models/common/v1/config/MessageSeverity.js +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.js +2 -2
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +2 -2
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +2 -2
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +2 -2
- package/dist/es/models/licensing/v4/agreements/Acceptance.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/Acceptance.js +3 -3
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/agreements/EndUser.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/EndUser.js +3 -3
- package/dist/es/models/licensing/v4/agreements/Eula.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/Eula.js +3 -3
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +11 -1
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +3 -3
- package/dist/es/models/licensing/v4/config/Allowance.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Allowance.js +3 -3
- package/dist/es/models/licensing/v4/config/AllowanceDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/AllowanceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/AssociationType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/AssociationType.js +85 -0
- package/dist/es/models/licensing/v4/config/BaseClusterInfo.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/BaseClusterInfo.js +3 -3
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.js +3 -3
- package/dist/es/models/licensing/v4/config/BillingPlan.js +1 -1
- package/dist/es/models/licensing/v4/config/CapacityViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/CapacityViolation.js +3 -3
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.js +3 -3
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ClusterType.js +1 -1
- package/dist/es/models/licensing/v4/config/Compliance.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Compliance.js +3 -3
- package/dist/es/models/licensing/v4/config/ComplianceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ComplianceProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/Consumption.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Consumption.js +3 -3
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ConsumptionType.js +1 -1
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/DryRunCheck.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DryRunCheck.js +3 -3
- package/dist/es/models/licensing/v4/config/DryRunStatus.js +1 -1
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.js +3 -3
- package/dist/es/models/licensing/v4/config/EnforcementActions.js +1 -1
- package/dist/es/models/licensing/v4/config/EnforcementLevel.js +1 -1
- package/dist/es/models/licensing/v4/config/EnforcementPolicy.js +1 -1
- package/dist/es/models/licensing/v4/config/Entitlement.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Entitlement.js +3 -3
- package/dist/es/models/licensing/v4/config/EntitlementDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/EntitlementProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ExpiredLicense.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ExpiredLicense.js +3 -3
- package/dist/es/models/licensing/v4/config/Feature.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Feature.js +3 -3
- package/dist/es/models/licensing/v4/config/FeatureDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/FeatureViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureViolation.js +3 -3
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/License.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/License.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseCategory.js +21 -3
- package/dist/es/models/licensing/v4/config/LicenseClass.js +1 -1
- package/dist/es/models/licensing/v4/config/LicenseKey.d.ts +33 -1
- package/dist/es/models/licensing/v4/config/LicenseKey.js +89 -5
- package/dist/es/models/licensing/v4/config/{LicenseKeyAssignSpec.d.ts → LicenseKeyAssignment.d.ts} +8 -8
- package/dist/es/models/licensing/v4/config/{LicenseKeyAssignSpec.js → LicenseKeyAssignment.js} +26 -26
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignmentSpec.d.ts +75 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignmentSpec.js +296 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociation.d.ts +104 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociation.js +403 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationProjection.d.ts +16 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationProjection.js +164 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationSpec.d.ts +71 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationSpec.js +296 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyMapping.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseKeyMapping.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.d.ts +33 -2
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.js +70 -5
- package/dist/es/models/licensing/v4/config/LicenseKeySubCategory.js +1 -1
- package/dist/es/models/licensing/v4/config/LicenseProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseType.js +15 -3
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/LogicalVersion.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LogicalVersion.js +3 -3
- package/dist/es/models/licensing/v4/config/Meter.js +1 -1
- package/dist/es/models/licensing/v4/config/OperationType.js +1 -1
- package/dist/es/models/licensing/v4/config/PortalSetting.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/PortalSetting.js +3 -3
- package/dist/es/models/licensing/v4/config/PostPaidCategory.js +1 -1
- package/dist/es/models/licensing/v4/config/PostPaidConfig.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/PostPaidConfig.js +3 -3
- package/dist/es/models/licensing/v4/config/ProductName.js +1 -1
- package/dist/es/models/licensing/v4/config/ReclaimType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/ReclaimType.js +85 -0
- package/dist/es/models/licensing/v4/config/Recommendation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Recommendation.js +3 -3
- package/dist/es/models/licensing/v4/config/RecommendationDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/RecommendationDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/RecommendationScope.js +1 -1
- package/dist/es/models/licensing/v4/config/ResetScope.js +1 -1
- package/dist/es/models/licensing/v4/config/Scope.js +1 -1
- package/dist/es/models/licensing/v4/config/Service.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Service.js +3 -3
- package/dist/es/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ServiceViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceViolation.js +3 -3
- package/dist/es/models/licensing/v4/config/ServiceViolationType.js +1 -1
- package/dist/es/models/licensing/v4/config/Setting.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Setting.js +3 -3
- package/dist/es/models/licensing/v4/config/Status.js +1 -1
- package/dist/es/models/licensing/v4/config/SubCategory.js +1 -1
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/SyncOperationType.js +1 -1
- package/dist/es/models/licensing/v4/config/Trial.d.ts +93 -0
- package/dist/es/models/licensing/v4/config/Trial.js +421 -0
- package/dist/es/models/licensing/v4/config/TrialCategory.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialCategory.js +79 -0
- package/dist/es/models/licensing/v4/config/TrialProjection.d.ts +12 -0
- package/dist/es/models/licensing/v4/config/TrialProjection.js +159 -0
- package/dist/es/models/licensing/v4/config/TrialStatus.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialStatus.js +85 -0
- package/dist/es/models/licensing/v4/config/TrialType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialType.js +79 -0
- package/dist/es/models/licensing/v4/config/ValueType.js +1 -1
- package/dist/es/models/licensing/v4/config/Violation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Violation.js +3 -3
- package/dist/es/models/licensing/v4/error/AppMessage.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/AppMessage.js +3 -3
- package/dist/es/models/licensing/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/ErrorResponse.js +3 -3
- package/dist/es/models/licensing/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/SchemaValidationError.js +3 -3
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/es/models/prism/v4/config/TaskReference.js +2 -2
- package/dist/es/models/validation/ValidationError.js +1 -1
- package/dist/es/utils/ValidationUtils.js +1 -1
- package/dist/lib/ApiClient.d.ts +1 -1
- package/dist/lib/ApiClient.js +3 -3
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +2 -2
- package/dist/lib/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/lib/apis/enduserlicenseagreement-endpoints.js +4 -4
- package/dist/lib/apis/licensekeys-endpoints.d.ts +4 -3
- package/dist/lib/apis/licensekeys-endpoints.js +10 -10
- package/dist/lib/apis/licenses-endpoints.d.ts +1 -1
- package/dist/lib/apis/licenses-endpoints.js +11 -11
- package/dist/lib/index.d.ts +25 -3
- package/dist/lib/index.js +92 -4
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +2 -2
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +2 -2
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +2 -2
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +2 -2
- package/dist/lib/models/common/v1/config/MessageSeverity.js +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +2 -2
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +2 -2
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +2 -2
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +2 -2
- package/dist/lib/models/licensing/v4/agreements/Acceptance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/Acceptance.js +3 -3
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/agreements/EndUser.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/EndUser.js +3 -3
- package/dist/lib/models/licensing/v4/agreements/Eula.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/Eula.js +3 -3
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +11 -1
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +3 -3
- package/dist/lib/models/licensing/v4/config/Allowance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Allowance.js +3 -3
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/AssociationType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/AssociationType.js +85 -0
- package/dist/lib/models/licensing/v4/config/BaseClusterInfo.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/BaseClusterInfo.js +3 -3
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.js +3 -3
- package/dist/lib/models/licensing/v4/config/BillingPlan.js +1 -1
- package/dist/lib/models/licensing/v4/config/CapacityViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/CapacityViolation.js +3 -3
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.js +3 -3
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ClusterType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Compliance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Compliance.js +3 -3
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/Consumption.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Consumption.js +3 -3
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ConsumptionType.js +1 -1
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/DryRunCheck.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunCheck.js +3 -3
- package/dist/lib/models/licensing/v4/config/DryRunStatus.js +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.js +3 -3
- package/dist/lib/models/licensing/v4/config/EnforcementActions.js +1 -1
- package/dist/lib/models/licensing/v4/config/EnforcementLevel.js +1 -1
- package/dist/lib/models/licensing/v4/config/EnforcementPolicy.js +1 -1
- package/dist/lib/models/licensing/v4/config/Entitlement.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Entitlement.js +3 -3
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.js +3 -3
- package/dist/lib/models/licensing/v4/config/Feature.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Feature.js +3 -3
- package/dist/lib/models/licensing/v4/config/FeatureDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/FeatureViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureViolation.js +3 -3
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/License.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/License.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseCategory.js +21 -3
- package/dist/lib/models/licensing/v4/config/LicenseClass.js +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseKey.d.ts +33 -1
- package/dist/lib/models/licensing/v4/config/LicenseKey.js +89 -5
- package/dist/lib/models/licensing/v4/config/{LicenseKeyAssignSpec.d.ts → LicenseKeyAssignment.d.ts} +8 -8
- package/dist/lib/models/licensing/v4/config/{LicenseKeyAssignSpec.js → LicenseKeyAssignment.js} +26 -26
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignmentSpec.d.ts +75 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignmentSpec.js +296 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociation.d.ts +104 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociation.js +403 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationProjection.d.ts +16 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationProjection.js +164 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationSpec.d.ts +71 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationSpec.js +296 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyMapping.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseKeyMapping.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.d.ts +33 -2
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.js +70 -5
- package/dist/lib/models/licensing/v4/config/LicenseKeySubCategory.js +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseType.js +15 -3
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/LogicalVersion.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LogicalVersion.js +3 -3
- package/dist/lib/models/licensing/v4/config/Meter.js +1 -1
- package/dist/lib/models/licensing/v4/config/OperationType.js +1 -1
- package/dist/lib/models/licensing/v4/config/PortalSetting.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/PortalSetting.js +3 -3
- package/dist/lib/models/licensing/v4/config/PostPaidCategory.js +1 -1
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.js +3 -3
- package/dist/lib/models/licensing/v4/config/ProductName.js +1 -1
- package/dist/lib/models/licensing/v4/config/ReclaimType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/ReclaimType.js +85 -0
- package/dist/lib/models/licensing/v4/config/Recommendation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Recommendation.js +3 -3
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/RecommendationScope.js +1 -1
- package/dist/lib/models/licensing/v4/config/ResetScope.js +1 -1
- package/dist/lib/models/licensing/v4/config/Scope.js +1 -1
- package/dist/lib/models/licensing/v4/config/Service.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Service.js +3 -3
- package/dist/lib/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ServiceViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceViolation.js +3 -3
- package/dist/lib/models/licensing/v4/config/ServiceViolationType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Setting.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Setting.js +3 -3
- package/dist/lib/models/licensing/v4/config/Status.js +1 -1
- package/dist/lib/models/licensing/v4/config/SubCategory.js +1 -1
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/SyncOperationType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Trial.d.ts +93 -0
- package/dist/lib/models/licensing/v4/config/Trial.js +421 -0
- package/dist/lib/models/licensing/v4/config/TrialCategory.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialCategory.js +79 -0
- package/dist/lib/models/licensing/v4/config/TrialProjection.d.ts +12 -0
- package/dist/lib/models/licensing/v4/config/TrialProjection.js +159 -0
- package/dist/lib/models/licensing/v4/config/TrialStatus.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialStatus.js +85 -0
- package/dist/lib/models/licensing/v4/config/TrialType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialType.js +79 -0
- package/dist/lib/models/licensing/v4/config/ValueType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Violation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Violation.js +3 -3
- package/dist/lib/models/licensing/v4/error/AppMessage.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/AppMessage.js +3 -3
- package/dist/lib/models/licensing/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/ErrorResponse.js +3 -3
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.js +3 -3
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/lib/models/prism/v4/config/TaskReference.js +2 -2
- package/dist/lib/models/validation/ValidationError.js +1 -1
- package/dist/lib/utils/ValidationUtils.js +1 -1
- package/package.json +2 -2
|
@@ -28,7 +28,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
28
28
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
29
29
|
* Nutanix Licensing APIs
|
|
30
30
|
*
|
|
31
|
-
* OpenAPI spec version: 4.
|
|
31
|
+
* OpenAPI spec version: 4.2.1
|
|
32
32
|
*
|
|
33
33
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
34
34
|
*
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
/**
|
|
41
41
|
* The LicenseStateSyncSpec model module.
|
|
42
42
|
* @module Ntnx/LicenseStateSyncSpec
|
|
43
|
-
* @version 4.
|
|
43
|
+
* @version 4.2.1
|
|
44
44
|
* @class LicenseStateSyncSpec
|
|
45
45
|
*/
|
|
46
46
|
var _LicenseStateSyncSpec_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -62,7 +62,7 @@ var LicenseStateSyncSpec = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
this.$objectType = "licensing.v4.config.LicenseStateSyncSpec";
|
|
63
63
|
/** @type {object<string, any>} */
|
|
64
64
|
this.$reserved = {
|
|
65
|
-
'$fv': "v4.
|
|
65
|
+
'$fv': "v4.r2"
|
|
66
66
|
};
|
|
67
67
|
/** @type {object<string, any>} */
|
|
68
68
|
this.$unknownFields = {};
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Licensing APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.2.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
@@ -201,7 +201,17 @@ var LicenseType = {
|
|
|
201
201
|
* License type for Nutanix Enterprise AI (NAI).
|
|
202
202
|
* @const
|
|
203
203
|
*/
|
|
204
|
-
NAI: "NAI"
|
|
204
|
+
NAI: "NAI",
|
|
205
|
+
/**
|
|
206
|
+
* License type for Nutanix Enterprise AI and GPT (NAI_GPT).
|
|
207
|
+
* @const
|
|
208
|
+
*/
|
|
209
|
+
NAI_GPT: "NAI_GPT",
|
|
210
|
+
/**
|
|
211
|
+
* License type for Nutanix Data Lens (NDL).
|
|
212
|
+
* @const
|
|
213
|
+
*/
|
|
214
|
+
NDL: "NDL"
|
|
205
215
|
};
|
|
206
216
|
|
|
207
217
|
/**
|
|
@@ -262,9 +272,11 @@ LicenseType.validate = function (obj) {
|
|
|
262
272
|
case LicenseType.NKP:
|
|
263
273
|
case LicenseType.NKPFS:
|
|
264
274
|
case LicenseType.NAI:
|
|
275
|
+
case LicenseType.NAI_GPT:
|
|
276
|
+
case LicenseType.NDL:
|
|
265
277
|
return;
|
|
266
278
|
default:
|
|
267
|
-
throw new Error("Invalid : must be LicenseType.{ $UNKNOWN|$REDACTED|PRISM|CALM|FLOW|OBJECT|AOS|FILE|VDI|ROBO|MINE|NCI|NCM|NCI_D|NDA_PLATFORM|UNIFIED_STORAGE|EUC|OBJECTS|ERA|DRS|NDS|NDA|NDS_PLATFORM|NDB_PLATFORM|NUS|NDB|NCM_CLOUD|EDGE|NO_LICENSE|NCM_EDGE|NCM_EUC|NCI_C|NKP|NKPFS|NAI }");
|
|
279
|
+
throw new Error("Invalid : must be LicenseType.{ $UNKNOWN|$REDACTED|PRISM|CALM|FLOW|OBJECT|AOS|FILE|VDI|ROBO|MINE|NCI|NCM|NCI_D|NDA_PLATFORM|UNIFIED_STORAGE|EUC|OBJECTS|ERA|DRS|NDS|NDA|NDS_PLATFORM|NDB_PLATFORM|NUS|NDB|NCM_CLOUD|EDGE|NO_LICENSE|NCM_EDGE|NCM_EUC|NCI_C|NKP|NKPFS|NAI|NAI_GPT|NDL }");
|
|
268
280
|
}
|
|
269
281
|
};
|
|
270
282
|
Object.freeze(LicenseType);
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListAllowancesApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListAllowancesApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class ListAllowancesApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListAllowancesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListAllowancesApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListAllowancesApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/allowances Get operation
|
|
63
63
|
* @alias module:Ntnx/ListAllowancesApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListAllowancesApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListAllowancesApiResponse = exports["default"] = /*#__PURE__*/function (_Pag
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.ListAllowancesApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListCompliancesApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListCompliancesApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class ListCompliancesApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListCompliancesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListCompliancesApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListCompliancesApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/compliances Get operation
|
|
63
63
|
* @alias module:Ntnx/ListCompliancesApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListCompliancesApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListCompliancesApiResponse = exports["default"] = /*#__PURE__*/function (_Pa
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.ListCompliancesApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListEntitlementsApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListEntitlementsApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class ListEntitlementsApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListEntitlementsApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListEntitlementsApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListEntitlementsApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/entitlements Get operation
|
|
63
63
|
* @alias module:Ntnx/ListEntitlementsApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListEntitlementsApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListEntitlementsApiResponse = exports["default"] = /*#__PURE__*/function (_P
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.ListEntitlementsApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListFeaturesApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListFeaturesApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class ListFeaturesApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListFeaturesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListFeaturesApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListFeaturesApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/features Get operation
|
|
63
63
|
* @alias module:Ntnx/ListFeaturesApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListFeaturesApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListFeaturesApiResponse = exports["default"] = /*#__PURE__*/function (_Pagin
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.ListFeaturesApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListLicenseKeysApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListLicenseKeysApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class ListLicenseKeysApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListLicenseKeysApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListLicenseKeysApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListLicenseKeysApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/license-keys Get operation
|
|
63
63
|
* @alias module:Ntnx/ListLicenseKeysApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListLicenseKeysApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListLicenseKeysApiResponse = exports["default"] = /*#__PURE__*/function (_Pa
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.ListLicenseKeysApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The ListLicensesApiResponse model module.
|
|
54
54
|
* @module Ntnx/ListLicensesApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class ListLicensesApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _ListLicensesApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var ListLicensesApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>ListLicensesApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/licenses Get operation
|
|
63
63
|
* @alias module:Ntnx/ListLicensesApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function ListLicensesApiResponse() {
|
|
@@ -76,7 +76,7 @@ var ListLicensesApiResponse = exports["default"] = /*#__PURE__*/function (_Pagin
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.ListLicensesApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The ListRecommendationsApiResponse model module.
|
|
53
53
|
* @module Ntnx/ListRecommendationsApiResponse
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class ListRecommendationsApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _ListRecommendationsApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var ListRecommendationsApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>ListRecommendationsApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
61
|
+
* REST response for all response codes in API path /licensing/v4.2/config/recommendations Get operation
|
|
62
62
|
* @alias module:Ntnx/ListRecommendationsApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function ListRecommendationsApiResponse() {
|
|
@@ -75,7 +75,7 @@ var ListRecommendationsApiResponse = exports["default"] = /*#__PURE__*/function
|
|
|
75
75
|
_this.$objectType = "licensing.v4.config.ListRecommendationsApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.
|
|
78
|
+
'$fv': "v4.r2"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The ListSettingsApiResponse model module.
|
|
53
53
|
* @module Ntnx/ListSettingsApiResponse
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class ListSettingsApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _ListSettingsApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var ListSettingsApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>ListSettingsApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
61
|
+
* REST response for all response codes in API path /licensing/v4.2/config/settings Get operation
|
|
62
62
|
* @alias module:Ntnx/ListSettingsApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function ListSettingsApiResponse() {
|
|
@@ -75,7 +75,7 @@ var ListSettingsApiResponse = exports["default"] = /*#__PURE__*/function (_Pagin
|
|
|
75
75
|
_this.$objectType = "licensing.v4.config.ListSettingsApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.
|
|
78
|
+
'$fv': "v4.r2"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The ListViolationsApiResponse model module.
|
|
53
53
|
* @module Ntnx/ListViolationsApiResponse
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class ListViolationsApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _ListViolationsApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var ListViolationsApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>ListViolationsApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
61
|
+
* REST response for all response codes in API path /licensing/v4.2/config/violations Get operation
|
|
62
62
|
* @alias module:Ntnx/ListViolationsApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function ListViolationsApiResponse() {
|
|
@@ -75,7 +75,7 @@ var ListViolationsApiResponse = exports["default"] = /*#__PURE__*/function (_Pag
|
|
|
75
75
|
_this.$objectType = "licensing.v4.config.ListViolationsApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.
|
|
78
|
+
'$fv': "v4.r2"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -27,7 +27,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Licensing APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.2.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The LogicalVersion model module.
|
|
41
41
|
* @module Ntnx/LogicalVersion
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class LogicalVersion
|
|
44
44
|
*/
|
|
45
45
|
var _LogicalVersion_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -61,7 +61,7 @@ var LogicalVersion = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
this.$objectType = "licensing.v4.config.LogicalVersion";
|
|
62
62
|
/** @type {object<string, any>} */
|
|
63
63
|
this.$reserved = {
|
|
64
|
-
'$fv': "v4.
|
|
64
|
+
'$fv': "v4.r2"
|
|
65
65
|
};
|
|
66
66
|
/** @type {object<string, any>} */
|
|
67
67
|
this.$unknownFields = {};
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Licensing APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.2.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Licensing APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.2.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
@@ -27,7 +27,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Licensing APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.2.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The PortalSetting model module.
|
|
41
41
|
* @module Ntnx/PortalSetting
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class PortalSetting
|
|
44
44
|
*
|
|
45
45
|
* @param { boolean } isEnabled Attribute stating whether portal setting is active or not.
|
|
@@ -66,7 +66,7 @@ var PortalSetting = exports["default"] = /*#__PURE__*/function () {
|
|
|
66
66
|
this.$objectType = "licensing.v4.config.PortalSetting";
|
|
67
67
|
/** @type {object<string, any>} */
|
|
68
68
|
this.$reserved = {
|
|
69
|
-
'$fv': "v4.
|
|
69
|
+
'$fv': "v4.r2"
|
|
70
70
|
};
|
|
71
71
|
/** @type {object<string, any>} */
|
|
72
72
|
this.$unknownFields = {};
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Licensing APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.2.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
@@ -30,7 +30,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
30
30
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
31
31
|
* Nutanix Licensing APIs
|
|
32
32
|
*
|
|
33
|
-
* OpenAPI spec version: 4.
|
|
33
|
+
* OpenAPI spec version: 4.2.1
|
|
34
34
|
*
|
|
35
35
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
36
36
|
*
|
|
@@ -42,7 +42,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
42
42
|
/**
|
|
43
43
|
* The PostPaidConfig model module.
|
|
44
44
|
* @module Ntnx/PostPaidConfig
|
|
45
|
-
* @version 4.
|
|
45
|
+
* @version 4.2.1
|
|
46
46
|
* @class PostPaidConfig
|
|
47
47
|
*/
|
|
48
48
|
var _PostPaidConfig_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -64,7 +64,7 @@ var PostPaidConfig = exports["default"] = /*#__PURE__*/function () {
|
|
|
64
64
|
this.$objectType = "licensing.v4.config.PostPaidConfig";
|
|
65
65
|
/** @type {object<string, any>} */
|
|
66
66
|
this.$reserved = {
|
|
67
|
-
'$fv': "v4.
|
|
67
|
+
'$fv': "v4.r2"
|
|
68
68
|
};
|
|
69
69
|
/** @type {object<string, any>} */
|
|
70
70
|
this.$unknownFields = {};
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Licensing APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.2.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default ReclaimType;
|
|
2
|
+
/**
|
|
3
|
+
* *
|
|
4
|
+
*/
|
|
5
|
+
type ReclaimType = string;
|
|
6
|
+
declare namespace ReclaimType {
|
|
7
|
+
/**
|
|
8
|
+
* Returns a <code>ReclaimType</code> enum value from a JavaScript object name.
|
|
9
|
+
* @param {Object} obj The plain JavaScript object containing the name of the enum value.
|
|
10
|
+
* @return {ReclaimType} The enum <code>ReclaimType</code> value.
|
|
11
|
+
*/
|
|
12
|
+
function constructFromObject(obj: any): string;
|
|
13
|
+
/**
|
|
14
|
+
* Validates <code>ReclaimType</code> enum value.
|
|
15
|
+
* @param {Object} obj The plain JavaScript object containing the name of the enum value.
|
|
16
|
+
* @return {null} Throws error for invalid value.
|
|
17
|
+
*/
|
|
18
|
+
function validate(obj: any): null;
|
|
19
|
+
}
|