Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.55 KB

InterconnectionMetroListMetrosInner.md

File metadata and controls

34 lines (25 loc) · 1.55 KB

InterconnectionMetroListMetrosInner

Properties

Name Type Description Notes
code str [optional]
country str [optional]
href str [optional]
id str [optional]
name str [optional]
providers List[InterconnectionMetroListMetrosInnerAllOfProvidersInner] A list of providers and their equivalent regions available for connecting to the provider network. [optional]

Example

from equinix_metal.models.interconnection_metro_list_metros_inner import InterconnectionMetroListMetrosInner

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

# convert the object into a dict
interconnection_metro_list_metros_inner_dict = interconnection_metro_list_metros_inner_instance.to_dict()
# create an instance of InterconnectionMetroListMetrosInner from a dict
interconnection_metro_list_metros_inner_form_dict = interconnection_metro_list_metros_inner.from_dict(interconnection_metro_list_metros_inner_dict)

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