ProtocolsListData

An Firewall Manager protocols list.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that the Firewall Manager protocols list was created.

Link copied to clipboard

The time that the Firewall Manager protocols list was last updated.

Link copied to clipboard

The ID of the Firewall Manager protocols list.

Link copied to clipboard

The name of the Firewall Manager protocols list.

Link copied to clipboard

A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.

Link copied to clipboard

A map of previous version numbers to their corresponding protocol arrays.

Link copied to clipboard

An array of protocols in the Firewall Manager protocols list.

Functions

Link copied to clipboard
inline fun copy(block: ProtocolsListData.Builder.() -> Unit = {}): ProtocolsListData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String