You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
Network range of the dynamic BGP neighbor in CIDR format
href
str
[optional]
tags
List[str]
[optional]
Example
fromequinix_metal.models.bgp_dynamic_neighbor_create_inputimportBgpDynamicNeighborCreateInput# TODO update the JSON string belowjson="{}"# create an instance of BgpDynamicNeighborCreateInput from a JSON stringbgp_dynamic_neighbor_create_input_instance=BgpDynamicNeighborCreateInput.from_json(json)
# print the JSON string representation of the objectprint(BgpDynamicNeighborCreateInput.to_json())
# convert the object into a dictbgp_dynamic_neighbor_create_input_dict=bgp_dynamic_neighbor_create_input_instance.to_dict()
# create an instance of BgpDynamicNeighborCreateInput from a dictbgp_dynamic_neighbor_create_input_form_dict=bgp_dynamic_neighbor_create_input.from_dict(bgp_dynamic_neighbor_create_input_dict)