PortsValue

Properties

Name Type Description Notes
literal str The literal port or range of port values [optional]

Example

from scc_firewall_manager_sdk.models.ports_value import PortsValue

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

# convert the object into a dict
ports_value_dict = ports_value_instance.to_dict()
# create an instance of PortsValue from a dict
ports_value_form_dict = ports_value.from_dict(ports_value_dict)

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