in cloudwifi-pop-20191118/alibabacloud_cloudwifi_pop20191118/models.py [0:0]
def to_map(self):
_map = super().to_map()
if _map is not None:
return _map
result = dict()
if self.acct_port is not None:
result['AcctPort'] = self.acct_port
if self.acct_secret is not None:
result['AcctSecret'] = self.acct_secret
if self.acct_server is not None:
result['AcctServer'] = self.acct_server
if self.apgroup_id is not None:
result['ApgroupId'] = self.apgroup_id
if self.app_code is not None:
result['AppCode'] = self.app_code
if self.app_name is not None:
result['AppName'] = self.app_name
if self.auth_cache is not None:
result['AuthCache'] = self.auth_cache
if self.auth_port is not None:
result['AuthPort'] = self.auth_port
if self.auth_secret is not None:
result['AuthSecret'] = self.auth_secret
if self.auth_server is not None:
result['AuthServer'] = self.auth_server
if self.binding is not None:
result['Binding'] = self.binding
if self.cir is not None:
result['Cir'] = self.cir
if self.dae_client is not None:
result['DaeClient'] = self.dae_client
if self.dae_port is not None:
result['DaePort'] = self.dae_port
if self.dae_secret is not None:
result['DaeSecret'] = self.dae_secret
if self.disabled is not None:
result['Disabled'] = self.disabled
if self.disassoc_low_ack is not None:
result['DisassocLowAck'] = self.disassoc_low_ack
if self.disassoc_weak_rssi is not None:
result['DisassocWeakRssi'] = self.disassoc_weak_rssi
if self.dynamic_vlan is not None:
result['DynamicVlan'] = self.dynamic_vlan
if self.effect is not None:
result['Effect'] = self.effect
if self.enc_key is not None:
result['EncKey'] = self.enc_key
if self.encryption is not None:
result['Encryption'] = self.encryption
if self.hidden is not None:
result['Hidden'] = self.hidden
if self.id is not None:
result['Id'] = self.id
if self.ieee_80211w is not None:
result['Ieee80211w'] = self.ieee_80211w
if self.ignore_weak_probe is not None:
result['IgnoreWeakProbe'] = self.ignore_weak_probe
if self.isolate is not None:
result['Isolate'] = self.isolate
if self.lite_effect is not None:
result['LiteEffect'] = self.lite_effect
if self.max_inactivity is not None:
result['MaxInactivity'] = self.max_inactivity
if self.maxassoc is not None:
result['Maxassoc'] = self.maxassoc
if self.multicast_forward is not None:
result['MulticastForward'] = self.multicast_forward
if self.nasid is not None:
result['Nasid'] = self.nasid
if self.network is not None:
result['Network'] = self.network
if self.new_ssid is not None:
result['NewSsid'] = self.new_ssid
if self.ownip is not None:
result['Ownip'] = self.ownip
if self.secondary_acct_port is not None:
result['SecondaryAcctPort'] = self.secondary_acct_port
if self.secondary_acct_secret is not None:
result['SecondaryAcctSecret'] = self.secondary_acct_secret
if self.secondary_acct_server is not None:
result['SecondaryAcctServer'] = self.secondary_acct_server
if self.secondary_auth_port is not None:
result['SecondaryAuthPort'] = self.secondary_auth_port
if self.secondary_auth_secret is not None:
result['SecondaryAuthSecret'] = self.secondary_auth_secret
if self.secondary_auth_server is not None:
result['SecondaryAuthServer'] = self.secondary_auth_server
if self.short_preamble is not None:
result['ShortPreamble'] = self.short_preamble
if self.ssid is not None:
result['Ssid'] = self.ssid
if self.ssid_lb is not None:
result['SsidLb'] = self.ssid_lb
if self.type is not None:
result['Type'] = self.type
if self.vlan_dhcp is not None:
result['VlanDhcp'] = self.vlan_dhcp
if self.wmm is not None:
result['Wmm'] = self.wmm
return result