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 complete set of firewall rules that atomically replaces all existing rules in the group
sync
bool
Synchronize the firewall group to all its virtual machines after replacing the rules
[optional]
Example
fromhostinger_api.models.vpsv1_firewall_rules_replace_requestimportVPSV1FirewallRulesReplaceRequest# TODO update the JSON string belowjson="{}"# create an instance of VPSV1FirewallRulesReplaceRequest from a JSON stringvpsv1_firewall_rules_replace_request_instance=VPSV1FirewallRulesReplaceRequest.from_json(json)
# print the JSON string representation of the objectprint(VPSV1FirewallRulesReplaceRequest.to_json())
# convert the object into a dictvpsv1_firewall_rules_replace_request_dict=vpsv1_firewall_rules_replace_request_instance.to_dict()
# create an instance of VPSV1FirewallRulesReplaceRequest from a dictvpsv1_firewall_rules_replace_request_from_dict=VPSV1FirewallRulesReplaceRequest.from_dict(vpsv1_firewall_rules_replace_request_dict)