GetControlPoliciesPolicy

data class GetControlPoliciesPolicy(val aclAction: String, val aclUuid: String, val applicationId: String, val applicationName: String, val description: String, val destPort: String, val destPortGroup: String, val destPortGroupPorts: List<String>, val destPortType: String, val destination: String, val destinationGroupCidrs: List<String>, val destinationGroupType: String, val destinationType: String, val direction: String, val dnsResult: String, val dnsResultTime: String, val hitTimes: String, val id: String, val order: Int, val proto: String, val release: Boolean, val source: String, val sourceGroupCidrs: List<String>, val sourceGroupType: String, val sourceType: String)

Constructors

Link copied to clipboard
constructor(aclAction: String, aclUuid: String, applicationId: String, applicationName: String, description: String, destPort: String, destPortGroup: String, destPortGroupPorts: List<String>, destPortType: String, destination: String, destinationGroupCidrs: List<String>, destinationGroupType: String, destinationType: String, direction: String, dnsResult: String, dnsResultTime: String, hitTimes: String, id: String, order: Int, proto: String, release: Boolean, source: String, sourceGroupCidrs: List<String>, sourceGroupType: String, sourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.

Link copied to clipboard

The unique ID of the access control policy.

Link copied to clipboard

The application ID in the access control policy.

Link copied to clipboard

The type of the application that the access control policy supports.

Link copied to clipboard

The description of the access control policy.

Link copied to clipboard

The destination address defined in the access control policy.

Link copied to clipboard

The CIDR blocks in the destination address book.

Link copied to clipboard

The type of the destination address book in the access control policy.

Link copied to clipboard

The type of the destination address in the access control policy.

Link copied to clipboard

The destination port in the access control policy.

Link copied to clipboard

The name of the destination port address book in the access control policy.

Link copied to clipboard

The ports in the destination port address book.

Link copied to clipboard

The type of the destination port in the access control policy.

Link copied to clipboard

The direction of the traffic to which the access control policy applies. Valid values: in, out.

Link copied to clipboard

The DNS resolution result.

Link copied to clipboard

The timestamp of the DNS resolution result.

Link copied to clipboard

The number of hits for the access control policy.

Link copied to clipboard
val id: String

The ID of the Control Policy. It formats as <acl_uuid>:<direction>.

Link copied to clipboard
val order: Int

The priority of the access control policy.

Link copied to clipboard

The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.

Link copied to clipboard

Indicates whether the access control policy is enabled.

Link copied to clipboard

The source address in the access control policy.

Link copied to clipboard

The CIDR blocks in the source address book.

Link copied to clipboard

The type of the source address book in the access control policy.

Link copied to clipboard

The type of the source address in the access control policy.