Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 991 Bytes

File metadata and controls

28 lines (20 loc) · 991 Bytes

FirewallRuleDirection

Направление трафика

Properties

Name Type Description Notes

Example

from timeweb_cloud_api.models.firewall_rule_direction import FirewallRuleDirection

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

# convert the object into a dict
firewall_rule_direction_dict = firewall_rule_direction_instance.to_dict()
# create an instance of FirewallRuleDirection from a dict
firewall_rule_direction_form_dict = firewall_rule_direction.from_dict(firewall_rule_direction_dict)

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