SourceDestinationPortsValue

Properties

Name Type Description Notes
destination PortsValue [optional]
source PortsValue [optional]

Example

from scc_firewall_manager_sdk.models.source_destination_ports_value import SourceDestinationPortsValue

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

# convert the object into a dict
source_destination_ports_value_dict = source_destination_ports_value_instance.to_dict()
# create an instance of SourceDestinationPortsValue from a dict
source_destination_ports_value_form_dict = source_destination_ports_value.from_dict(source_destination_ports_value_dict)

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