Skip to main content
Ctrl+K
LICENSING-SDK

LICENSING-SDK

Site Navigation

  • Getting Started
  • Configuration
  • SDK Reference
  • Examples
Ctrl+K

Site Navigation

  • Getting Started
  • Configuration
  • SDK Reference
  • Examples
Ctrl+K

Section Navigation

  • ntnx_licensing_py_client package
    • api package
      • end_user_license_agreement_api
      • license_keys_api
      • licenses_api
    • models package
      • common package
        • v1 package
          • config package
            • Flag
            • KVPair
            • MapOfStringWrapper
            • Message
            • MessageSeverity
            • TenantAwareModel
          • response package
            • ApiLink
            • ApiResponseMetadata
            • ExternalizableAbstractModel
      • licensing package
        • v4 package
          • agreements package
            • Acceptance
            • AddUserApiResponse
            • EndUser
            • Eula
            • GetEulaApiResponse
            • UpdateEulaApiResponse
          • config package
            • AddLicenseKeyApiResponse
            • AddLicenseKeyDryRunApiResponse
            • Allowance
            • AllowanceDetail
            • AllowanceDetailProjection
            • AllowanceProjection
            • AssignLicenseKeysApiResponse
            • BaseClusterInfo
            • BaseLicenseInfo
            • BillingPlan
            • CapacityViolation
            • ClusterLicenseKeyMapping
            • ClusterLicenseKeyMappingProjection
            • ClusterType
            • Compliance
            • ComplianceProjection
            • Consumption
            • ConsumptionProjection
            • ConsumptionType
            • DeleteLicenseKeyApiResponse
            • DryRunCheck
            • DryRunStatus
            • DryRunValidationResult
            • EnforcementActions
            • EnforcementLevel
            • EnforcementPolicy
            • Entitlement
            • EntitlementDetail
            • EntitlementDetailProjection
            • EntitlementProjection
            • ExpiredLicense
            • Feature
            • FeatureDetail
            • FeatureProjection
            • FeatureViolation
            • GetLicenseKeyApiResponse
            • License
            • LicenseCategory
            • LicenseClass
            • LicenseKey
            • LicenseKeyAssignSpec
            • LicenseKeyMapping
            • LicenseKeyProjection
            • LicenseProjection
            • LicenseStateSyncSpec
            • LicenseType
            • ListAllowancesApiResponse
            • ListCompliancesApiResponse
            • ListEntitlementsApiResponse
            • ListFeaturesApiResponse
            • ListLicenseKeysApiResponse
            • ListLicensesApiResponse
            • ListRecommendationsApiResponse
            • ListSettingsApiResponse
            • ListViolationsApiResponse
            • LogicalVersion
            • Meter
            • OperationType
            • PortalSetting
            • PostPaidCategory
            • PostPaidConfig
            • ProductName
            • Recommendation
            • RecommendationDetail
            • RecommendationScope
            • ResetLicenseStateApiResponse
            • ResetScope
            • Scope
            • Service
            • ServiceProjection
            • ServiceViolation
            • ServiceViolationType
            • Setting
            • Status
            • SubCategory
            • SyncLicenseStateApiResponse
            • SyncOperationType
            • UpdatePortalSettingApiResponse
            • ValueType
            • Violation
          • error package
            • AppMessage
            • ErrorResponse
            • SchemaValidationError
            • SchemaValidationErrorMessage
      • prism package
        • v4 package
          • config package
            • TaskReference
    • api_client
    • api_response
    • configuration
    • custom_retry
    • rest
  • ntnx_licensing_py_client
  • response package
  • ApiLink

ApiLink#

class ApiLink(href=None, rel=None, *args, **kwargs)#

Bases: object

A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.

Parameters:
  • href – (href) The URL at which the entity described by the link can be accessed.

  • rel – (rel) A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.

property href#

The URL at which the entity described by the link can be accessed.

Type:

str

property rel#

A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

previous

response package

next

ApiResponseMetadata

© Copyright 2024, Nutanix.

Created using Sphinx 5.3.0.

Built with the PyData Sphinx Theme 0.13.0.