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
The current state of the Metal Gateway. 'Ready' indicates the gateway record has been configured, but is currently not active on the network. 'Active' indicates the gateway has been configured on the network. 'Deleting' is a temporary state used to indicate that the gateway is in the process of being un-configured from the network, after which the gateway record will be deleted.
fromequinix_metal.models.find_metal_gateway_by_id200_responseimportFindMetalGatewayById200Response# TODO update the JSON string belowjson="{}"# create an instance of FindMetalGatewayById200Response from a JSON stringfind_metal_gateway_by_id200_response_instance=FindMetalGatewayById200Response.from_json(json)
# print the JSON string representation of the objectprint(FindMetalGatewayById200Response.to_json())
# convert the object into a dictfind_metal_gateway_by_id200_response_dict=find_metal_gateway_by_id200_response_instance.to_dict()
# create an instance of FindMetalGatewayById200Response from a dictfind_metal_gateway_by_id200_response_form_dict=find_metal_gateway_by_id200_response.from_dict(find_metal_gateway_by_id200_response_dict)