@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
|
@@ -36,7 +36,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
36
36
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
37
37
|
* Nutanix Licensing APIs
|
|
38
38
|
*
|
|
39
|
-
* OpenAPI spec version: 4.
|
|
39
|
+
* OpenAPI spec version: 4.2.1
|
|
40
40
|
*
|
|
41
41
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
42
42
|
*
|
|
@@ -48,7 +48,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
48
48
|
/**
|
|
49
49
|
* The DryRunValidationResult model module.
|
|
50
50
|
* @module Ntnx/DryRunValidationResult
|
|
51
|
-
* @version 4.
|
|
51
|
+
* @version 4.2.1
|
|
52
52
|
* @class DryRunValidationResult
|
|
53
53
|
*/
|
|
54
54
|
var _DryRunValidationResult_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -72,7 +72,7 @@ var DryRunValidationResult = exports["default"] = /*#__PURE__*/function (_Pagina
|
|
|
72
72
|
_this.$objectType = "licensing.v4.config.DryRunValidationResult";
|
|
73
73
|
/** @type {object<string, any>} */
|
|
74
74
|
_this.$reserved = {
|
|
75
|
-
'$fv': "v4.
|
|
75
|
+
'$fv': "v4.r2"
|
|
76
76
|
};
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_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
|
*
|
|
@@ -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
|
*
|
|
@@ -39,7 +39,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
39
39
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an 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,7 +51,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
51
51
|
/**
|
|
52
52
|
* The Entitlement model module.
|
|
53
53
|
* @module Ntnx/Entitlement
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class Entitlement
|
|
56
56
|
* @extends BaseClusterInfo
|
|
57
57
|
*/
|
|
@@ -77,7 +77,7 @@ var Entitlement = exports["default"] = /*#__PURE__*/function (_BaseClusterInfo)
|
|
|
77
77
|
_this.$objectType = "licensing.v4.config.Entitlement";
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$reserved = {
|
|
80
|
-
'$fv': "v4.
|
|
80
|
+
'$fv': "v4.r2"
|
|
81
81
|
};
|
|
82
82
|
/** @type {object<string, any>} */
|
|
83
83
|
_this.$unknownFields = {};
|
|
@@ -33,7 +33,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
33
33
|
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"); } /*
|
|
34
34
|
* Nutanix Licensing APIs
|
|
35
35
|
*
|
|
36
|
-
* OpenAPI spec version: 4.
|
|
36
|
+
* OpenAPI spec version: 4.2.1
|
|
37
37
|
*
|
|
38
38
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
39
39
|
*
|
|
@@ -45,7 +45,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
45
45
|
/**
|
|
46
46
|
* The EntitlementDetail model module.
|
|
47
47
|
* @module Ntnx/EntitlementDetail
|
|
48
|
-
* @version 4.
|
|
48
|
+
* @version 4.2.1
|
|
49
49
|
* @class EntitlementDetail
|
|
50
50
|
*/
|
|
51
51
|
var _EntitlementDetail_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -67,7 +67,7 @@ var EntitlementDetail = exports["default"] = /*#__PURE__*/function () {
|
|
|
67
67
|
this.$objectType = "licensing.v4.config.EntitlementDetail";
|
|
68
68
|
/** @type {object<string, any>} */
|
|
69
69
|
this.$reserved = {
|
|
70
|
-
'$fv': "v4.
|
|
70
|
+
'$fv': "v4.r2"
|
|
71
71
|
};
|
|
72
72
|
/** @type {object<string, any>} */
|
|
73
73
|
this.$unknownFields = {};
|
|
@@ -32,7 +32,7 @@ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new T
|
|
|
32
32
|
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); } /*
|
|
33
33
|
* Nutanix Licensing APIs
|
|
34
34
|
*
|
|
35
|
-
* OpenAPI spec version: 4.
|
|
35
|
+
* OpenAPI spec version: 4.2.1
|
|
36
36
|
*
|
|
37
37
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
38
38
|
*
|
|
@@ -44,7 +44,7 @@ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf
|
|
|
44
44
|
/**
|
|
45
45
|
* The EntitlementDetailProjection model module.
|
|
46
46
|
* @module Ntnx/EntitlementDetailProjection
|
|
47
|
-
* @version 4.
|
|
47
|
+
* @version 4.2.1
|
|
48
48
|
* @class EntitlementDetailProjection
|
|
49
49
|
* @extends EntitlementDetail
|
|
50
50
|
*/
|
|
@@ -61,7 +61,7 @@ var EntitlementDetailProjection = exports["default"] = /*#__PURE__*/function (_E
|
|
|
61
61
|
_this.$objectType = "licensing.v4.config.EntitlementDetailProjection";
|
|
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 = {};
|
|
@@ -41,7 +41,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
41
41
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
42
42
|
* Nutanix Licensing APIs
|
|
43
43
|
*
|
|
44
|
-
* OpenAPI spec version: 4.
|
|
44
|
+
* OpenAPI spec version: 4.2.1
|
|
45
45
|
*
|
|
46
46
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
47
47
|
*
|
|
@@ -53,7 +53,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
53
53
|
/**
|
|
54
54
|
* The EntitlementProjection model module.
|
|
55
55
|
* @module Ntnx/EntitlementProjection
|
|
56
|
-
* @version 4.
|
|
56
|
+
* @version 4.2.1
|
|
57
57
|
* @class EntitlementProjection
|
|
58
58
|
* @extends Entitlement
|
|
59
59
|
*/
|
|
@@ -78,7 +78,7 @@ var EntitlementProjection = exports["default"] = /*#__PURE__*/function (_Entitle
|
|
|
78
78
|
_this.$objectType = "licensing.v4.config.EntitlementProjection";
|
|
79
79
|
/** @type {object<string, any>} */
|
|
80
80
|
_this.$reserved = {
|
|
81
|
-
'$fv': "v4.
|
|
81
|
+
'$fv': "v4.r2"
|
|
82
82
|
};
|
|
83
83
|
/** @type {object<string, any>} */
|
|
84
84
|
_this.$unknownFields = {};
|
|
@@ -42,7 +42,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
42
42
|
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"); } /*
|
|
43
43
|
* Nutanix Licensing APIs
|
|
44
44
|
*
|
|
45
|
-
* OpenAPI spec version: 4.
|
|
45
|
+
* OpenAPI spec version: 4.2.1
|
|
46
46
|
*
|
|
47
47
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
48
48
|
*
|
|
@@ -54,7 +54,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
54
54
|
/**
|
|
55
55
|
* The ExpiredLicense model module.
|
|
56
56
|
* @module Ntnx/ExpiredLicense
|
|
57
|
-
* @version 4.
|
|
57
|
+
* @version 4.2.1
|
|
58
58
|
* @class ExpiredLicense
|
|
59
59
|
* @extends BaseLicenseInfo
|
|
60
60
|
*/
|
|
@@ -80,7 +80,7 @@ var ExpiredLicense = exports["default"] = /*#__PURE__*/function (_BaseLicenseInf
|
|
|
80
80
|
_this.$objectType = "licensing.v4.config.ExpiredLicense";
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$reserved = {
|
|
83
|
-
'$fv': "v4.
|
|
83
|
+
'$fv': "v4.r2"
|
|
84
84
|
};
|
|
85
85
|
/** @type {object<string, any>} */
|
|
86
86
|
_this.$unknownFields = {};
|
|
@@ -42,7 +42,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
42
42
|
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"); } /*
|
|
43
43
|
* Nutanix Licensing APIs
|
|
44
44
|
*
|
|
45
|
-
* OpenAPI spec version: 4.
|
|
45
|
+
* OpenAPI spec version: 4.2.1
|
|
46
46
|
*
|
|
47
47
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
48
48
|
*
|
|
@@ -54,7 +54,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
54
54
|
/**
|
|
55
55
|
* The Feature model module.
|
|
56
56
|
* @module Ntnx/Feature
|
|
57
|
-
* @version 4.
|
|
57
|
+
* @version 4.2.1
|
|
58
58
|
* @class Feature
|
|
59
59
|
* @extends ExternalizableAbstractModel
|
|
60
60
|
*/
|
|
@@ -80,7 +80,7 @@ var Feature = exports["default"] = /*#__PURE__*/function (_ExternalizableAbstra)
|
|
|
80
80
|
_this.$objectType = "licensing.v4.config.Feature";
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$reserved = {
|
|
83
|
-
'$fv': "v4.
|
|
83
|
+
'$fv': "v4.r2"
|
|
84
84
|
};
|
|
85
85
|
/** @type {object<string, any>} */
|
|
86
86
|
_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 FeatureDetail model module.
|
|
41
41
|
* @module Ntnx/FeatureDetail
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class FeatureDetail
|
|
44
44
|
*/
|
|
45
45
|
var _FeatureDetail_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -61,7 +61,7 @@ var FeatureDetail = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
this.$objectType = "licensing.v4.config.FeatureDetail";
|
|
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 = {};
|
|
@@ -29,7 +29,7 @@ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new T
|
|
|
29
29
|
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); } /*
|
|
30
30
|
* Nutanix Licensing APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.2.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
@@ -41,7 +41,7 @@ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf
|
|
|
41
41
|
/**
|
|
42
42
|
* The FeatureProjection model module.
|
|
43
43
|
* @module Ntnx/FeatureProjection
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.2.1
|
|
45
45
|
* @class FeatureProjection
|
|
46
46
|
* @extends Feature
|
|
47
47
|
*/
|
|
@@ -58,7 +58,7 @@ var FeatureProjection = exports["default"] = /*#__PURE__*/function (_Feature) {
|
|
|
58
58
|
_this.$objectType = "licensing.v4.config.FeatureProjection";
|
|
59
59
|
/** @type {object<string, any>} */
|
|
60
60
|
_this.$reserved = {
|
|
61
|
-
'$fv': "v4.
|
|
61
|
+
'$fv': "v4.r2"
|
|
62
62
|
};
|
|
63
63
|
/** @type {object<string, any>} */
|
|
64
64
|
_this.$unknownFields = {};
|
|
@@ -35,7 +35,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
35
35
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
36
36
|
* Nutanix Licensing APIs
|
|
37
37
|
*
|
|
38
|
-
* OpenAPI spec version: 4.
|
|
38
|
+
* OpenAPI spec version: 4.2.1
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
41
41
|
*
|
|
@@ -47,7 +47,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
47
47
|
/**
|
|
48
48
|
* The FeatureViolation model module.
|
|
49
49
|
* @module Ntnx/FeatureViolation
|
|
50
|
-
* @version 4.
|
|
50
|
+
* @version 4.2.1
|
|
51
51
|
* @class FeatureViolation
|
|
52
52
|
* @extends FeatureDetail
|
|
53
53
|
*/
|
|
@@ -73,7 +73,7 @@ var FeatureViolation = exports["default"] = /*#__PURE__*/function (_FeatureDetai
|
|
|
73
73
|
_this.$objectType = "licensing.v4.config.FeatureViolation";
|
|
74
74
|
/** @type {object<string, any>} */
|
|
75
75
|
_this.$reserved = {
|
|
76
|
-
'$fv': "v4.
|
|
76
|
+
'$fv': "v4.r2"
|
|
77
77
|
};
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_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 GetLicenseKeyApiResponse model module.
|
|
53
53
|
* @module Ntnx/GetLicenseKeyApiResponse
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class GetLicenseKeyApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _GetLicenseKeyApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var GetLicenseKeyApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>GetLicenseKeyApiResponse</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/license-keys/{extId} Get operation
|
|
62
62
|
* @alias module:Ntnx/GetLicenseKeyApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function GetLicenseKeyApiResponse() {
|
|
@@ -75,7 +75,7 @@ var GetLicenseKeyApiResponse = exports["default"] = /*#__PURE__*/function (_Pagi
|
|
|
75
75
|
_this.$objectType = "licensing.v4.config.GetLicenseKeyApiResponse";
|
|
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 = {};
|
|
@@ -44,7 +44,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
44
44
|
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"); } /*
|
|
45
45
|
* Nutanix Licensing APIs
|
|
46
46
|
*
|
|
47
|
-
* OpenAPI spec version: 4.
|
|
47
|
+
* OpenAPI spec version: 4.2.1
|
|
48
48
|
*
|
|
49
49
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
50
50
|
*
|
|
@@ -56,7 +56,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
56
56
|
/**
|
|
57
57
|
* The License model module.
|
|
58
58
|
* @module Ntnx/License
|
|
59
|
-
* @version 4.
|
|
59
|
+
* @version 4.2.1
|
|
60
60
|
* @class License
|
|
61
61
|
* @extends BaseLicenseInfo
|
|
62
62
|
*/
|
|
@@ -82,7 +82,7 @@ var License = exports["default"] = /*#__PURE__*/function (_BaseLicenseInfo) {
|
|
|
82
82
|
_this.$objectType = "licensing.v4.config.License";
|
|
83
83
|
/** @type {object<string, any>} */
|
|
84
84
|
_this.$reserved = {
|
|
85
|
-
'$fv': "v4.
|
|
85
|
+
'$fv': "v4.r2"
|
|
86
86
|
};
|
|
87
87
|
/** @type {object<string, any>} */
|
|
88
88
|
_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
|
*
|
|
@@ -206,7 +206,22 @@ var LicenseCategory = {
|
|
|
206
206
|
* License category for Nutanix Data Services for Kubernetes Addon.
|
|
207
207
|
* @const
|
|
208
208
|
*/
|
|
209
|
-
NDK: "NDK"
|
|
209
|
+
NDK: "NDK",
|
|
210
|
+
/**
|
|
211
|
+
* License category for NDL Analytics Data Retention 3Y Addon.
|
|
212
|
+
* @const
|
|
213
|
+
*/
|
|
214
|
+
RET_3Y: "RET_3Y",
|
|
215
|
+
/**
|
|
216
|
+
* License category for NDL Analytics Data Retention 5Y Addon.
|
|
217
|
+
* @const
|
|
218
|
+
*/
|
|
219
|
+
RET_5Y: "RET_5Y",
|
|
220
|
+
/**
|
|
221
|
+
* License category for NDL Analytics Data Retention 7Y Addon.
|
|
222
|
+
* @const
|
|
223
|
+
*/
|
|
224
|
+
RET_7Y: "RET_7Y"
|
|
210
225
|
};
|
|
211
226
|
|
|
212
227
|
/**
|
|
@@ -268,9 +283,12 @@ LicenseCategory.validate = function (obj) {
|
|
|
268
283
|
case LicenseCategory.PUBLIC_CLOUD:
|
|
269
284
|
case LicenseCategory.ADVANCED_REPLICATION:
|
|
270
285
|
case LicenseCategory.NDK:
|
|
286
|
+
case LicenseCategory.RET_3Y:
|
|
287
|
+
case LicenseCategory.RET_5Y:
|
|
288
|
+
case LicenseCategory.RET_7Y:
|
|
271
289
|
return;
|
|
272
290
|
default:
|
|
273
|
-
throw new Error("Invalid : must be LicenseCategory.{ $UNKNOWN|$REDACTED|STARTER|PRO|ULTIMATE|CALM|STANDARD|AOS_MINE|SOFTWARE_ENCRYPTION|ADV_REPLICATION|OBJECT|ULTIMATE_TRIAL|PRISM_STARTER|PRO_SPECIAL|ADR|SECURITY|NKS|APPAUTOMATION|NDA|UST|ANALYTICS|STANDALONE|DRASS|CLOUD_NATIVE|DATA_ENCRYPTION|NDS|NDB|NO_LICENSE|NUS_ENCRYPTION|NUS_REPLICATION|CLOUD_PRO|CLOUD_ULTIMATE|CLOUD|PUBLIC_CLOUD|ADVANCED_REPLICATION|NDK }");
|
|
291
|
+
throw new Error("Invalid : must be LicenseCategory.{ $UNKNOWN|$REDACTED|STARTER|PRO|ULTIMATE|CALM|STANDARD|AOS_MINE|SOFTWARE_ENCRYPTION|ADV_REPLICATION|OBJECT|ULTIMATE_TRIAL|PRISM_STARTER|PRO_SPECIAL|ADR|SECURITY|NKS|APPAUTOMATION|NDA|UST|ANALYTICS|STANDALONE|DRASS|CLOUD_NATIVE|DATA_ENCRYPTION|NDS|NDB|NO_LICENSE|NUS_ENCRYPTION|NUS_REPLICATION|CLOUD_PRO|CLOUD_ULTIMATE|CLOUD|PUBLIC_CLOUD|ADVANCED_REPLICATION|NDK|RET_3Y|RET_5Y|RET_7Y }");
|
|
274
292
|
}
|
|
275
293
|
};
|
|
276
294
|
Object.freeze(LicenseCategory);
|
|
@@ -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
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The LicenseKey model module.
|
|
3
3
|
* @module Ntnx/LicenseKey
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.2.1
|
|
5
5
|
* @class LicenseKey
|
|
6
6
|
* @extends ExternalizableAbstractModel
|
|
7
7
|
*/
|
|
@@ -97,6 +97,15 @@ export default class LicenseKey extends ExternalizableAbstractModel {
|
|
|
97
97
|
*/
|
|
98
98
|
setGroupId(groupId: string): void;
|
|
99
99
|
groupId: string;
|
|
100
|
+
/**
|
|
101
|
+
* @return {EnforcementPolicy}
|
|
102
|
+
*/
|
|
103
|
+
getEnforcementPolicy(): EnforcementPolicy;
|
|
104
|
+
/**
|
|
105
|
+
* @param {EnforcementPolicy} enforcementPolicy
|
|
106
|
+
*/
|
|
107
|
+
setEnforcementPolicy(enforcementPolicy: EnforcementPolicy): void;
|
|
108
|
+
enforcementPolicy: string;
|
|
100
109
|
/**
|
|
101
110
|
* Returns Expansion attribute used for fetching the license key assignment details.
|
|
102
111
|
* @return {ClusterLicenseKeyMapping[]}
|
|
@@ -108,6 +117,17 @@ export default class LicenseKey extends ExternalizableAbstractModel {
|
|
|
108
117
|
*/
|
|
109
118
|
setAssignmentDetails(assignmentDetails: ClusterLicenseKeyMapping[]): void;
|
|
110
119
|
assignmentDetails: ClusterLicenseKeyMapping[];
|
|
120
|
+
/**
|
|
121
|
+
* Returns Expansion attribute capturing list of associated keys with details.
|
|
122
|
+
* @return {LicenseKeyAssociation[]}
|
|
123
|
+
*/
|
|
124
|
+
getAssociationDetails(): LicenseKeyAssociation[];
|
|
125
|
+
/**
|
|
126
|
+
* Sets Expansion attribute capturing list of associated keys with details.
|
|
127
|
+
* @param {LicenseKeyAssociation[]} associationDetails Expansion attribute capturing list of associated keys with details.
|
|
128
|
+
*/
|
|
129
|
+
setAssociationDetails(associationDetails: LicenseKeyAssociation[]): void;
|
|
130
|
+
associationDetails: LicenseKeyAssociation[];
|
|
111
131
|
toJson(forMutation: any): {
|
|
112
132
|
$reserved: any;
|
|
113
133
|
$objectType: string;
|
|
@@ -121,6 +141,15 @@ export default class LicenseKey extends ExternalizableAbstractModel {
|
|
|
121
141
|
href?: string;
|
|
122
142
|
}[];
|
|
123
143
|
extId?: string;
|
|
144
|
+
associationDetails?: {
|
|
145
|
+
$reserved: any;
|
|
146
|
+
$objectType: string;
|
|
147
|
+
$unknownFields: any;
|
|
148
|
+
reclaimType?: string;
|
|
149
|
+
associationType?: string;
|
|
150
|
+
associatedKey?: string;
|
|
151
|
+
baseKey?: string;
|
|
152
|
+
}[];
|
|
124
153
|
assignmentDetails?: {
|
|
125
154
|
$reserved: any;
|
|
126
155
|
$objectType: string;
|
|
@@ -129,6 +158,7 @@ export default class LicenseKey extends ExternalizableAbstractModel {
|
|
|
129
158
|
key?: string;
|
|
130
159
|
clusterExtId?: string;
|
|
131
160
|
}[];
|
|
161
|
+
enforcementPolicy?: string;
|
|
132
162
|
groupId?: string;
|
|
133
163
|
quantity?: number;
|
|
134
164
|
meter?: string;
|
|
@@ -146,4 +176,6 @@ import LicenseType from "./LicenseType";
|
|
|
146
176
|
import LicenseCategory from "./LicenseCategory";
|
|
147
177
|
import LicenseKeySubCategory from "./LicenseKeySubCategory";
|
|
148
178
|
import Meter from "./Meter";
|
|
179
|
+
import EnforcementPolicy from "./EnforcementPolicy";
|
|
149
180
|
import ClusterLicenseKeyMapping from "./ClusterLicenseKeyMapping";
|
|
181
|
+
import LicenseKeyAssociation from "./LicenseKeyAssociation";
|