def description(self):
     if cmp_str_with_none(self.want.description, self.have.description) is None:
         return cmp_str_with_none(self.want.description, self.have.folder_description)
     else:
         return self.want.description
Esempio n. 2
0
 def ssl_client_cert(self):
     return cmp_str_with_none(self.want.ssl_client_cert,
                              self.have.ssl_client_cert)
 def msg_terminator(self):
     return cmp_str_with_none(self.want.msg_terminator,
                              self.have.msg_terminator)
Esempio n. 4
0
 def enforced_policy(self):
     return cmp_str_with_none(self.want.enforced_policy,
                              self.have.enforced_policy)
Esempio n. 5
0
 def ssl_client_key(self):
     return cmp_str_with_none(self.want.ssl_client_key,
                              self.have.ssl_client_key)
 def src_address(self):
     result = cmp_str_with_none(self.want.src_address,
                                self.have.src_address)
     return result
 def description(self):
     result = cmp_str_with_none(self.want.description,
                                self.have.description)
     return result
Esempio n. 8
0
 def include(self):
     return cmp_str_with_none(self.want.include, self.have.include)
 def receive(self):
     return cmp_str_with_none(self.want.receive, self.have.receive)
Esempio n. 10
0
 def pool(self):
     result = cmp_str_with_none(self.want.pool, self.have.pool)
     return result
Esempio n. 11
0
 def domain(self):
     return cmp_str_with_none(self.want.domain, self.have.domain)
 def ipv6_lease_pool(self):
     result = cmp_str_with_none(self.want.ipv6_lease_pool,
                                self.have.ipv6_lease_pool)
     return result
Esempio n. 13
0
 def service_policy(self):
     return cmp_str_with_none(self.want.service_policy,
                              self.have.service_policy)
Esempio n. 14
0
 def staged_policy(self):
     return cmp_str_with_none(self.want.staged_policy,
                              self.have.staged_policy)
Esempio n. 15
0
 def receive_disable(self):
     return cmp_str_with_none(self.want.receive_disable,
                              self.have.receive_disable)
Esempio n. 16
0
 def stp_config_name(self):
     result = cmp_str_with_none(self.want.stp_config_name,
                                self.have.stp_config_name)
     return result
 def dst_address(self):
     result = cmp_str_with_none(self.want.dst_address,
                                self.have.dst_address)
     return result
Esempio n. 18
0
 def login_ldap_attr(self):
     return cmp_str_with_none(self.want.login_ldap_attr,
                              self.have.login_ldap_attr)
 def log_publisher(self):
     return cmp_str_with_none(self.want.log_publisher, self.have.log_publisher)
Esempio n. 20
0
 def user_template(self):
     return cmp_str_with_none(self.want.user_template,
                              self.have.user_template)
 def transport_config(self):
     result = cmp_str_with_none(self.want.transport_config,
                                self.have.transport_config)
     return result
 def ca_cert(self):
     return cmp_str_with_none(self.want.ca_cert, self.have.ca_cert)