Update panos_security_rule.py (#39036) (#39911)

<!--- Your description here -->

+label: docsite_pr
(cherry picked from commit 2b2bfc8032)
pull/39916/head
Alicia Cozine 7 years ago committed by GitHub
parent 511d3110f7
commit add3004bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,9 +167,9 @@ EXAMPLES = '''
tag_name: ['ProjectX']
source_zone: ['public']
destination_zone: ['private']
source: ['any']
source_ip: ['any']
source_user: ['any']
destination: ['1.1.1.1']
destination_ip: ['1.1.1.1']
category: ['any']
application: ['ssh']
service: ['application-default']
@ -187,9 +187,9 @@ EXAMPLES = '''
description: 'Allow HTTP multimedia only to host at 1.1.1.1'
source_zone: ['public']
destination_zone: ['private']
source: ['any']
source_ip: ['any']
source_user: ['any']
destination: ['1.1.1.1']
destination_ip: ['1.1.1.1']
category: ['content-delivery-networks']
application: ['http-video', 'http-audio']
service: ['service-http', 'service-https']

Loading…
Cancel
Save