UpdateTcpServiceDetails¶
-
class
oci.network_firewall.models.
UpdateTcpServiceDetails
(**kwargs)¶ Bases:
oci.network_firewall.models.update_service_details.UpdateServiceDetails
Request for updating TCP Service.
Attributes
TYPE_TCP_SERVICE
str(object=’’) -> str TYPE_UDP_SERVICE
str(object=’’) -> str port_ranges
[Required] Gets the port_ranges of this UpdateTcpServiceDetails. type
[Required] Gets the type of this UpdateServiceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateTcpServiceDetails 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 UpdateTcpServiceDetails object with values from keyword arguments. The default value of the
type
attribute of this class isTCP_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 UpdateTcpServiceDetails. 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 UpdateTcpServiceDetails.
-
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 UpdateTcpServiceDetails. List of port-ranges to be used.
Returns: The port_ranges of this UpdateTcpServiceDetails. 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
-