1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Merge pull request #62 from tianhao64/master

update api docs
This commit is contained in:
Tianhao He 2018-04-26 16:33:38 -07:00 committed by GitHub
commit 008081791a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -161,7 +161,7 @@ class ExposePublicIP(object):
edge_id=self.edge_id,
firewall_rules=FirewallRules([self.nfwr]))
print(' # New firewall rule "{}" is added'.format(self.fw_rule_name))
print('# New firewall rule "{}" is added'.format(self.fw_rule_name))
def create_net_rule(self):
@ -185,7 +185,7 @@ class ExposePublicIP(object):
edge_id=self.edge_id,
nat_rules=NatRules([rule]))
print(' # New NAT rule "{}" is added'.format(self.nat_rule_description))
print('# New NAT rule "{}" is added'.format(self.nat_rule_description))
def cleanup(self):
if self.cleardata: