Skip to main content
Ctrl+K
DATAPROTECTION-SDK

DATAPROTECTION-SDK

Site Navigation

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

Site Navigation

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

Section Navigation

  • ntnx_dataprotection_py_client package
    • api package
      • protected_resources_api
      • recovery_points_api
    • models package
      • common package
        • v1 package
          • config package
            • Flag
            • IPAddress
            • IPv4Address
            • IPv6Address
            • KVPair
            • MapOfStringWrapper
            • Message
            • MessageSeverity
            • TenantAwareModel
          • response package
            • ApiLink
            • ApiResponseMetadata
            • ExternalizableAbstractModel
      • dataprotection package
        • v4 package
          • common package
            • BackupType
            • BaseRecoveryPoint
            • BaseVmRecoveryPoint
            • ClusterInfo
            • DiskRecoveryPoint
            • RecoveryPointStatus
            • RecoveryPointType
            • VssProperties
          • config package
            • AhvVmOverrideSpec
            • AmazonS3Bucket
            • AzureBlobStorageContainer
            • ClusterInfoApiResponse
            • ConsistencyGroup
            • ConsistencyGroupMember
            • ConsistencyGroupMemberType
            • ConsistencyGroupMigrationSpec
            • ConsistencyGroupProjection
            • CreateConsistencyGroupApiResponse
            • CreateRecoveryPointApiResponse
            • DataProtectionSiteReference
            • DeleteConsistencyGroupApiResponse
            • DeleteRecoveryPointApiResponse
            • EsxiVmOverrideSpec
            • ExpirationTimeSpec
            • GetProtectedResourceApiResponse
            • GetRecoveryPointApiResponse
            • GetVmRecoveryPointApiResponse
            • HostReference
            • HostType
            • IpAddress
            • ListRecoveryPointsApiResponse
            • LocationReference
            • MigrateConsistencyGroupApiResponse
            • NutanixObjectsBucket
            • ObjectStorageType
            • ProtectedEntityType
            • ProtectedResource
            • ProtectedResourcePromoteApiResponse
            • ProtectedResourceReplicationStatus
            • ProtectedResourceRestoreApiResponse
            • ProtectedResourceRestoreSpec
            • RecoveryInfo
            • RecoveryPoint
            • RecoveryPointProjection
            • RecoveryPointReplicateApiResponse
            • RecoveryPointReplicationSpec
            • RecoveryPointRepository
            • RecoveryPointRepositoryProjection
            • RecoveryPointRestorationSpec
            • RecoveryPointRestoreApiResponse
            • ReplicationState
            • RestorableTimeRange
            • SiteProtectionInfo
            • SiteReference
            • SynchronousReplicaPromoteApiResponse
            • SynchronousReplicationRole
            • UpdateConsistencyGroupApiResponse
            • UpdateRecoveryPointExpirationTimeApiResponse
            • VmRecoveryPoint
            • VmRecoveryPointRestoreOverride
            • VolumeGroupOverrideSpec
            • VolumeGroupRecoveryPoint
            • VolumeGroupRecoveryPointRestoreOverride
            • VolumeGroupSyncContext
            • Witness
            • WitnessAvailabilityStatus
          • content package
            • BaseRecoveryPointSpec
            • ChangedRegion
            • ChangedVmRegionsApiResponse
            • ChangedVolumeGroupRegionsApiResponse
            • ClusterDiscoverOperation
            • ClusterDiscoverSpec
            • ComputeChangedRegionsClusterDiscoverSpec
            • DiskRecoveryPointReference
            • GetVssMetadataApiResponse
            • GetVssMetadataClusterDiscoverSpec
            • RegionType
            • VmDiskRecoveryPointClusterDiscoverSpec
            • VmDiskRecoveryPointReference
            • VmRecoveryPointChangedRegionsComputeSpec
            • VolumeGroupDiskRecoveryPointClusterDiscoverSpec
            • VolumeGroupDiskRecoveryPointReference
            • VolumeGroupRecoveryPointChangedRegionsComputeSpec
          • error package
            • AppMessage
            • ErrorResponse
            • SchemaValidationError
            • SchemaValidationErrorMessage
      • prism package
        • v4 package
          • config package
            • TaskReference
    • api_client
    • api_response
    • configuration
    • custom_retry
    • rest
  • ntnx_dataprotection_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.