Skip to main content
Ctrl+K
OBJECTS-SDK

OBJECTS-SDK

Site Navigation

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

Site Navigation

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

Section Navigation

  • ntnx_objects_py_client package
    • api package
      • object_stores_api
    • models package
      • common package
        • v1 package
          • config package
            • FQDN
            • Flag
            • IPAddress
            • IPv4Address
            • IPv6Address
            • KVPair
            • MapOfStringWrapper
            • Message
            • MessageSeverity
            • Metadata
            • TenantAwareModel
          • response package
            • ApiLink
            • ApiResponseMetadata
            • ExternalizableAbstractModel
      • objects package
        • v4 package
          • config package
            • Certificate
            • CertificateProjection
            • CreateCertificateApiResponse
            • CreateObjectstoreApiResponse
            • DeleteObjectstoreApiResponse
            • GetCaApiResponse
            • GetCertificateApiResponse
            • GetObjectstoreApiResponse
            • ListCertificatesApiResponse
            • ListObjectstoresApiResponse
            • ObjectStore
            • ObjectStoreProjection
            • State
            • UpdateObjectstoreApiResponse
          • error package
            • AppMessage
            • ErrorResponse
            • SchemaValidationError
            • SchemaValidationErrorMessage
      • prism package
        • v4 package
          • config package
            • TaskReference
    • api_client
    • api_response
    • configuration
    • custom_retry
    • rest
  • ntnx_objects_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.