示例#1
0
 def validate(self):
     '''
     Validate the ip address here
     '''
     return Resource.validate(self)
示例#2
0
文件: eip.py 项目: kiranmurari/heat
 def validate(self):
     '''
     Validate the ip address here
     '''
     return Resource.validate(self)
示例#3
0
 def validate(self):
     '''
     Validate the Properties
     '''
     return Resource.validate(self)
示例#4
0
 def validate(self):
     '''
     Validate the Properties
     '''
     return Resource.validate(self)