UpdateUdpServiceDetails

class oci.network_firewall.models.UpdateUdpServiceDetails(**kwargs)

Bases: oci.network_firewall.models.update_service_details.UpdateServiceDetails

Request for updating UDP Service used on the firewall policy rules.

Attributes

TYPE_TCP_SERVICE str(object=’’) -> str
TYPE_UDP_SERVICE str(object=’’) -> str
port_ranges [Required] Gets the port_ranges of this UpdateUdpServiceDetails.
type [Required] Gets the type of this UpdateServiceDetails.

Methods

__init__(**kwargs) Initializes a new UpdateUdpServiceDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_TCP_SERVICE = 'TCP_SERVICE'
TYPE_UDP_SERVICE = 'UDP_SERVICE'
__init__(**kwargs)

Initializes a new UpdateUdpServiceDetails object with values from keyword arguments. The default value of the type attribute of this class is UDP_SERVICE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this UpdateUdpServiceDetails. Allowed values for this property are: “TCP_SERVICE”, “UDP_SERVICE”
  • port_ranges (list[oci.network_firewall.models.PortRange]) – The value to assign to the port_ranges property of this UpdateUdpServiceDetails.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

port_ranges

[Required] Gets the port_ranges of this UpdateUdpServiceDetails. List of port-ranges to be used.

Returns:The port_ranges of this UpdateUdpServiceDetails.
Return type:list[oci.network_firewall.models.PortRange]
type

[Required] Gets the type of this UpdateServiceDetails. Describes the type of Service.

Allowed values for this property are: “TCP_SERVICE”, “UDP_SERVICE”

Returns:The type of this UpdateServiceDetails.
Return type:str