thousandeyes-sdk-python/thousandeyes-sdk-connectors/docs/PanoramaConnectors.md
api-team-automation[bot] c6ae90df0d
Some checks failed
Python CI / build (push) Has been cancelled
[GitHub Bot] Generated python SDK (#181)
Co-authored-by: API Team <api-team@thousandeyes.com>
2026-08-06 14:10:18 +01:00

1.1 KiB

PanoramaConnectors

Collection of Panorama connectors.

Properties

Name Type Description Notes
items **List[PanoramaConnector]** [optional]
links SelfLinks [optional]

Example

from thousandeyes_sdk.connectors.models.panorama_connectors import PanoramaConnectors

# TODO update the JSON string below
json = "{}"
# create an instance of PanoramaConnectors from a JSON string
panorama_connectors_instance = PanoramaConnectors.from_json(json)
# print the JSON string representation of the object
print(PanoramaConnectors.to_json())

# convert the object into a dict
panorama_connectors_dict = panorama_connectors_instance.to_dict()
# create an instance of PanoramaConnectors from a dict
panorama_connectors_from_dict = PanoramaConnectors.from_dict(panorama_connectors_dict)

[Back to Model list] [Back to API list] [Back to README]