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
fun GetControlPoliciesPolicy(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
Link copied to clipboard

The application type that the access control policy supports.If direction is in, the valid value is ANY. If direction is out, ANY, HTTP, HTTPS, MQTT, Memcache, MongoDB, MySQL, RDP, Redis, SMTP, SMTPS, SSH, SSL, VNC.

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
Link copied to clipboard
Link copied to clipboard

The destination address type defined in the access control policy.Valid values: If direction is in, the valid values are net, group. If direction is out, the valid values are net, group, domain, location.

Link copied to clipboard

The destination port defined in the access control policy.

Link copied to clipboard

The destination port address book defined in the access control policy.

Link copied to clipboard
Link copied to clipboard

The destination port type defined in the access control policy. Valid values: group, port.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The ID of the Control Policy.

Link copied to clipboard
val order: Int
Link copied to clipboard

The protocol type of traffic to which the access control policy applies. 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

Specifies whether the access control policy is enabled. By default, an access control policy is enabled after it is created. Valid values: true, false.

Link copied to clipboard

The source address defined in the access control policy.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of the source address book defined in the access control policy. Valid values: If direction is to in, the valid values are net, group, location. If direction is out, the valid values are net, group.