in cloudwifi-pop-20191118/alibabacloud_cloudwifi_pop20191118/models.py [0:0]
def to_map(self):
_map = super(SaveApSsidConfigRequest, self).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.acct_status_server_work is not None:
result['AcctStatusServerWork'] = self.acct_status_server_work
if self.ap_asset_id is not None:
result['ApAssetId'] = self.ap_asset_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.arp_proxy_enable is not None:
result['ArpProxyEnable'] = self.arp_proxy_enable
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.auth_status_server_work is not None:
result['AuthStatusServerWork'] = self.auth_status_server_work
if self.cir is not None:
result['Cir'] = self.cir
if self.cir_step is not None:
result['CirStep'] = self.cir_step
if self.cir_type is not None:
result['CirType'] = self.cir_type
if self.cir_ul is not None:
result['CirUl'] = self.cir_ul
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.enc_key is not None:
result['EncKey'] = self.enc_key
if self.encryption is not None:
result['Encryption'] = self.encryption
if self.fourth_auth_port is not None:
result['FourthAuthPort'] = self.fourth_auth_port
if self.fourth_auth_secret is not None:
result['FourthAuthSecret'] = self.fourth_auth_secret
if self.fourth_auth_server is not None:
result['FourthAuthServer'] = self.fourth_auth_server
if self.ft_over_ds is not None:
result['FtOverDs'] = self.ft_over_ds
if self.hidden is not None:
result['Hidden'] = self.hidden
if self.id is not None:
result['Id'] = self.id
if self.ieee_80211r is not None:
result['Ieee80211r'] = self.ieee_80211r
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.mac is not None:
result['Mac'] = self.mac
if self.max_inactivity is not None:
result['MaxInactivity'] = self.max_inactivity
if self.maxassoc is not None:
result['Maxassoc'] = self.maxassoc
if self.mobility_domain is not None:
result['MobilityDomain'] = self.mobility_domain
if self.multicast_forward is not None:
result['MulticastForward'] = self.multicast_forward
if self.nasid is not None:
result['Nasid'] = self.nasid
if self.nd_proxy_work is not None:
result['NdProxyWork'] = self.nd_proxy_work
if self.network is not None:
result['Network'] = self.network
if self.ownip is not None:
result['Ownip'] = self.ownip
if self.radio_index is not None:
result['RadioIndex'] = self.radio_index
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.send_config_to_ap is not None:
result['SendConfigToAp'] = self.send_config_to_ap
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.third_auth_port is not None:
result['ThirdAuthPort'] = self.third_auth_port
if self.third_auth_secret is not None:
result['ThirdAuthSecret'] = self.third_auth_secret
if self.third_auth_server is not None:
result['ThirdAuthServer'] = self.third_auth_server
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