def pairwise(self, new_pairwise):
     self.prop_dict["pairwise"] = TypeConvert.py2_dbus_array(new_pairwise)
 def group(self, new_group):
     self.prop_dict["group"] = TypeConvert.py2_dbus_array(new_group)
예제 #3
0
 def mac_address_blacklist(self, new_mac_address_blacklist):
     self.prop_dict["mac-address-blacklist"] = TypeConvert.py2_dbus_array(
         new_mac_address_blacklist)
 def proto(self, new_proto):
     self.prop_dict["proto"] = TypeConvert.py2_dbus_array(new_proto)
 def dns_search(self, new_dns_search):
     self.prop_dict["dns-search"] = TypeConvert.py2_dbus_array(
         new_dns_search)
 def proto(self, new_proto):
     self.prop_dict["proto"] = TypeConvert.py2_dbus_array(new_proto)
 def routes(self, new_routes):
     self.prop_dict["routes"] = TypeConvert.py2_dbus_array([TypeConvert.ip4route_native2net(x) for x in  new_routes])
 def routes(self, new_routes):
     self.prop_dict["routes"] = TypeConvert.py2_dbus_array(
         [TypeConvert.ip4route_native2net(x) for x in new_routes])
예제 #9
0
 def permissions(self, new_permissions):
     self.prop_dict["permissions"] = TypeConvert.py2_dbus_array(
         new_permissions)
 def addresses(self, new_addresses):
     self.prop_dict["addresses"] = TypeConvert.py2_dbus_array([TypeConvert.ip4address_net2native(x) for x in new_addresses])
 def phase2_altsubject_matches(self, new_phase2_altsubject_matches):
     self.prop_dict["phase2-altsubject-matches"] = TypeConvert.py2_dbus_array(new_phase2_altsubject_matches)
 def group(self, new_group):
     self.prop_dict["group"] = TypeConvert.py2_dbus_array(new_group)
 def pairwise(self, new_pairwise):
     self.prop_dict["pairwise"] = TypeConvert.py2_dbus_array(new_pairwise)
 def mac_address_blacklist(self, new_mac_address_blacklist):
     self.prop_dict["mac-address-blacklist"] = TypeConvert.py2_dbus_array(new_mac_address_blacklist)
 def s390_subchannels(self, new_s390_subchannels):
     self.prop_dict["s390-subchannels"] = TypeConvert.py2_dbus_array(new_s390_subchannels)
 def addresses(self, new_addresses):
     self.prop_dict["addresses"] = TypeConvert.py2_dbus_array(
         [TypeConvert.ip4address_net2native(x) for x in new_addresses])
 def dns(self, new_dns):
     self.prop_dict["dns"] = TypeConvert.py2_dbus_array(new_dns)
 def dns(self, new_dns):
     self.prop_dict["dns"] = TypeConvert.py2_dbus_array(new_dns)
 def dns_search(self, new_dns_search):
     self.prop_dict["dns-search"] = TypeConvert.py2_dbus_array(new_dns_search)
 def permissions(self, new_permissions):
     self.prop_dict["permissions"] = TypeConvert.py2_dbus_array(new_permissions)
 def phase2_altsubject_matches(self, new_phase2_altsubject_matches):
     self.prop_dict[
         "phase2-altsubject-matches"] = TypeConvert.py2_dbus_array(
             new_phase2_altsubject_matches)