Example #1
0
 def validate(self):
     '''
     Validate the ip address here
     '''
     return Resource.validate(self)
Example #2
0
 def validate(self):
     '''
     Validate the ip address here
     '''
     return Resource.validate(self)
Example #3
0
 def validate(self):
     '''
     Validate the Properties
     '''
     return Resource.validate(self)
Example #4
0
 def validate(self):
     '''
     Validate the Properties
     '''
     return Resource.validate(self)