ExistSiteSettingVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DisableNat | Pointer to bool | [optional] | |
| DnsCache | Pointer to bool | [optional] | |
| DnsProxy | Pointer to bool | [optional] | |
| GoogleLdap | Pointer to bool | [optional] | |
| IpMacBinding | Pointer to bool | [optional] | |
| IpsIds | Pointer to bool | [optional] | |
| IpsecFailover | Pointer to bool | [optional] | |
| LanDns | Pointer to bool | [optional] | |
| MacFilter | Pointer to bool | [optional] | |
| OneToOneNat | Pointer to bool | [optional] | |
| PolicyRouting | Pointer to bool | [optional] | |
| Qos | Pointer to bool | [optional] | |
| ServiceIptv | Pointer to bool | [optional] | |
| ServiceType | Pointer to bool | [optional] | |
| SiteToSiteVpn | Pointer to bool | [optional] | |
| SslVpn | Pointer to bool | [optional] | |
| SubVpn | Pointer to bool | [optional] | |
| UrlCategory | Pointer to bool | [optional] | |
| VirtualWan | Pointer to bool | [optional] | |
| VpnClient | Pointer to bool | [optional] | |
| VpnServer | Pointer to bool | [optional] | |
| VpnUser | Pointer to bool | [optional] | |
| Wireguard | Pointer to bool | [optional] |
Methods
NewExistSiteSettingVO
func NewExistSiteSettingVO() *ExistSiteSettingVO
NewExistSiteSettingVO instantiates a new ExistSiteSettingVO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewExistSiteSettingVOWithDefaults
func NewExistSiteSettingVOWithDefaults() *ExistSiteSettingVO
NewExistSiteSettingVOWithDefaults instantiates a new ExistSiteSettingVO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetDisableNat
func (o *ExistSiteSettingVO) GetDisableNat() bool
GetDisableNat returns the DisableNat field if non-nil, zero value otherwise.
GetDisableNatOk
func (o *ExistSiteSettingVO) GetDisableNatOk() (*bool, bool)
GetDisableNatOk returns a tuple with the DisableNat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisableNat
func (o *ExistSiteSettingVO) SetDisableNat(v bool)
SetDisableNat sets DisableNat field to given value.
HasDisableNat
func (o *ExistSiteSettingVO) HasDisableNat() bool
HasDisableNat returns a boolean if a field has been set.
GetDnsCache
func (o *ExistSiteSettingVO) GetDnsCache() bool
GetDnsCache returns the DnsCache field if non-nil, zero value otherwise.
GetDnsCacheOk
func (o *ExistSiteSettingVO) GetDnsCacheOk() (*bool, bool)
GetDnsCacheOk returns a tuple with the DnsCache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDnsCache
func (o *ExistSiteSettingVO) SetDnsCache(v bool)
SetDnsCache sets DnsCache field to given value.
HasDnsCache
func (o *ExistSiteSettingVO) HasDnsCache() bool
HasDnsCache returns a boolean if a field has been set.
GetDnsProxy
func (o *ExistSiteSettingVO) GetDnsProxy() bool
GetDnsProxy returns the DnsProxy field if non-nil, zero value otherwise.
GetDnsProxyOk
func (o *ExistSiteSettingVO) GetDnsProxyOk() (*bool, bool)
GetDnsProxyOk returns a tuple with the DnsProxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDnsProxy
func (o *ExistSiteSettingVO) SetDnsProxy(v bool)
SetDnsProxy sets DnsProxy field to given value.
HasDnsProxy
func (o *ExistSiteSettingVO) HasDnsProxy() bool
HasDnsProxy returns a boolean if a field has been set.
GetGoogleLdap
func (o *ExistSiteSettingVO) GetGoogleLdap() bool
GetGoogleLdap returns the GoogleLdap field if non-nil, zero value otherwise.
GetGoogleLdapOk
func (o *ExistSiteSettingVO) GetGoogleLdapOk() (*bool, bool)
GetGoogleLdapOk returns a tuple with the GoogleLdap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGoogleLdap
func (o *ExistSiteSettingVO) SetGoogleLdap(v bool)
SetGoogleLdap sets GoogleLdap field to given value.
HasGoogleLdap
func (o *ExistSiteSettingVO) HasGoogleLdap() bool
HasGoogleLdap returns a boolean if a field has been set.
GetIpMacBinding
func (o *ExistSiteSettingVO) GetIpMacBinding() bool
GetIpMacBinding returns the IpMacBinding field if non-nil, zero value otherwise.
GetIpMacBindingOk
func (o *ExistSiteSettingVO) GetIpMacBindingOk() (*bool, bool)
GetIpMacBindingOk returns a tuple with the IpMacBinding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpMacBinding
func (o *ExistSiteSettingVO) SetIpMacBinding(v bool)
SetIpMacBinding sets IpMacBinding field to given value.
HasIpMacBinding
func (o *ExistSiteSettingVO) HasIpMacBinding() bool
HasIpMacBinding returns a boolean if a field has been set.
GetIpsIds
func (o *ExistSiteSettingVO) GetIpsIds() bool
GetIpsIds returns the IpsIds field if non-nil, zero value otherwise.
GetIpsIdsOk
func (o *ExistSiteSettingVO) GetIpsIdsOk() (*bool, bool)
GetIpsIdsOk returns a tuple with the IpsIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpsIds
func (o *ExistSiteSettingVO) SetIpsIds(v bool)
SetIpsIds sets IpsIds field to given value.
HasIpsIds
func (o *ExistSiteSettingVO) HasIpsIds() bool
HasIpsIds returns a boolean if a field has been set.
GetIpsecFailover
func (o *ExistSiteSettingVO) GetIpsecFailover() bool
GetIpsecFailover returns the IpsecFailover field if non-nil, zero value otherwise.
GetIpsecFailoverOk
func (o *ExistSiteSettingVO) GetIpsecFailoverOk() (*bool, bool)
GetIpsecFailoverOk returns a tuple with the IpsecFailover field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIpsecFailover
func (o *ExistSiteSettingVO) SetIpsecFailover(v bool)
SetIpsecFailover sets IpsecFailover field to given value.
HasIpsecFailover
func (o *ExistSiteSettingVO) HasIpsecFailover() bool
HasIpsecFailover returns a boolean if a field has been set.
GetLanDns
func (o *ExistSiteSettingVO) GetLanDns() bool
GetLanDns returns the LanDns field if non-nil, zero value otherwise.
GetLanDnsOk
func (o *ExistSiteSettingVO) GetLanDnsOk() (*bool, bool)
GetLanDnsOk returns a tuple with the LanDns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLanDns
func (o *ExistSiteSettingVO) SetLanDns(v bool)
SetLanDns sets LanDns field to given value.
HasLanDns
func (o *ExistSiteSettingVO) HasLanDns() bool
HasLanDns returns a boolean if a field has been set.
GetMacFilter
func (o *ExistSiteSettingVO) GetMacFilter() bool
GetMacFilter returns the MacFilter field if non-nil, zero value otherwise.
GetMacFilterOk
func (o *ExistSiteSettingVO) GetMacFilterOk() (*bool, bool)
GetMacFilterOk returns a tuple with the MacFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMacFilter
func (o *ExistSiteSettingVO) SetMacFilter(v bool)
SetMacFilter sets MacFilter field to given value.
HasMacFilter
func (o *ExistSiteSettingVO) HasMacFilter() bool
HasMacFilter returns a boolean if a field has been set.
GetOneToOneNat
func (o *ExistSiteSettingVO) GetOneToOneNat() bool
GetOneToOneNat returns the OneToOneNat field if non-nil, zero value otherwise.
GetOneToOneNatOk
func (o *ExistSiteSettingVO) GetOneToOneNatOk() (*bool, bool)
GetOneToOneNatOk returns a tuple with the OneToOneNat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOneToOneNat
func (o *ExistSiteSettingVO) SetOneToOneNat(v bool)
SetOneToOneNat sets OneToOneNat field to given value.
HasOneToOneNat
func (o *ExistSiteSettingVO) HasOneToOneNat() bool
HasOneToOneNat returns a boolean if a field has been set.
GetPolicyRouting
func (o *ExistSiteSettingVO) GetPolicyRouting() bool
GetPolicyRouting returns the PolicyRouting field if non-nil, zero value otherwise.
GetPolicyRoutingOk
func (o *ExistSiteSettingVO) GetPolicyRoutingOk() (*bool, bool)
GetPolicyRoutingOk returns a tuple with the PolicyRouting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPolicyRouting
func (o *ExistSiteSettingVO) SetPolicyRouting(v bool)
SetPolicyRouting sets PolicyRouting field to given value.
HasPolicyRouting
func (o *ExistSiteSettingVO) HasPolicyRouting() bool
HasPolicyRouting returns a boolean if a field has been set.
GetQos
func (o *ExistSiteSettingVO) GetQos() bool
GetQos returns the Qos field if non-nil, zero value otherwise.
GetQosOk
func (o *ExistSiteSettingVO) GetQosOk() (*bool, bool)
GetQosOk returns a tuple with the Qos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetQos
func (o *ExistSiteSettingVO) SetQos(v bool)
SetQos sets Qos field to given value.
HasQos
func (o *ExistSiteSettingVO) HasQos() bool
HasQos returns a boolean if a field has been set.
GetServiceIptv
func (o *ExistSiteSettingVO) GetServiceIptv() bool
GetServiceIptv returns the ServiceIptv field if non-nil, zero value otherwise.
GetServiceIptvOk
func (o *ExistSiteSettingVO) GetServiceIptvOk() (*bool, bool)
GetServiceIptvOk returns a tuple with the ServiceIptv field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServiceIptv
func (o *ExistSiteSettingVO) SetServiceIptv(v bool)
SetServiceIptv sets ServiceIptv field to given value.
HasServiceIptv
func (o *ExistSiteSettingVO) HasServiceIptv() bool
HasServiceIptv returns a boolean if a field has been set.
GetServiceType
func (o *ExistSiteSettingVO) GetServiceType() bool
GetServiceType returns the ServiceType field if non-nil, zero value otherwise.
GetServiceTypeOk
func (o *ExistSiteSettingVO) GetServiceTypeOk() (*bool, bool)
GetServiceTypeOk returns a tuple with the ServiceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServiceType
func (o *ExistSiteSettingVO) SetServiceType(v bool)
SetServiceType sets ServiceType field to given value.
HasServiceType
func (o *ExistSiteSettingVO) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
GetSiteToSiteVpn
func (o *ExistSiteSettingVO) GetSiteToSiteVpn() bool
GetSiteToSiteVpn returns the SiteToSiteVpn field if non-nil, zero value otherwise.
GetSiteToSiteVpnOk
func (o *ExistSiteSettingVO) GetSiteToSiteVpnOk() (*bool, bool)
GetSiteToSiteVpnOk returns a tuple with the SiteToSiteVpn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSiteToSiteVpn
func (o *ExistSiteSettingVO) SetSiteToSiteVpn(v bool)
SetSiteToSiteVpn sets SiteToSiteVpn field to given value.
HasSiteToSiteVpn
func (o *ExistSiteSettingVO) HasSiteToSiteVpn() bool
HasSiteToSiteVpn returns a boolean if a field has been set.
GetSslVpn
func (o *ExistSiteSettingVO) GetSslVpn() bool
GetSslVpn returns the SslVpn field if non-nil, zero value otherwise.
GetSslVpnOk
func (o *ExistSiteSettingVO) GetSslVpnOk() (*bool, bool)
GetSslVpnOk returns a tuple with the SslVpn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSslVpn
func (o *ExistSiteSettingVO) SetSslVpn(v bool)
SetSslVpn sets SslVpn field to given value.
HasSslVpn
func (o *ExistSiteSettingVO) HasSslVpn() bool
HasSslVpn returns a boolean if a field has been set.
GetSubVpn
func (o *ExistSiteSettingVO) GetSubVpn() bool
GetSubVpn returns the SubVpn field if non-nil, zero value otherwise.
GetSubVpnOk
func (o *ExistSiteSettingVO) GetSubVpnOk() (*bool, bool)
GetSubVpnOk returns a tuple with the SubVpn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSubVpn
func (o *ExistSiteSettingVO) SetSubVpn(v bool)
SetSubVpn sets SubVpn field to given value.
HasSubVpn
func (o *ExistSiteSettingVO) HasSubVpn() bool
HasSubVpn returns a boolean if a field has been set.
GetUrlCategory
func (o *ExistSiteSettingVO) GetUrlCategory() bool
GetUrlCategory returns the UrlCategory field if non-nil, zero value otherwise.
GetUrlCategoryOk
func (o *ExistSiteSettingVO) GetUrlCategoryOk() (*bool, bool)
GetUrlCategoryOk returns a tuple with the UrlCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUrlCategory
func (o *ExistSiteSettingVO) SetUrlCategory(v bool)
SetUrlCategory sets UrlCategory field to given value.
HasUrlCategory
func (o *ExistSiteSettingVO) HasUrlCategory() bool
HasUrlCategory returns a boolean if a field has been set.
GetVirtualWan
func (o *ExistSiteSettingVO) GetVirtualWan() bool
GetVirtualWan returns the VirtualWan field if non-nil, zero value otherwise.
GetVirtualWanOk
func (o *ExistSiteSettingVO) GetVirtualWanOk() (*bool, bool)
GetVirtualWanOk returns a tuple with the VirtualWan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVirtualWan
func (o *ExistSiteSettingVO) SetVirtualWan(v bool)
SetVirtualWan sets VirtualWan field to given value.
HasVirtualWan
func (o *ExistSiteSettingVO) HasVirtualWan() bool
HasVirtualWan returns a boolean if a field has been set.
GetVpnClient
func (o *ExistSiteSettingVO) GetVpnClient() bool
GetVpnClient returns the VpnClient field if non-nil, zero value otherwise.
GetVpnClientOk
func (o *ExistSiteSettingVO) GetVpnClientOk() (*bool, bool)
GetVpnClientOk returns a tuple with the VpnClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVpnClient
func (o *ExistSiteSettingVO) SetVpnClient(v bool)
SetVpnClient sets VpnClient field to given value.
HasVpnClient
func (o *ExistSiteSettingVO) HasVpnClient() bool
HasVpnClient returns a boolean if a field has been set.
GetVpnServer
func (o *ExistSiteSettingVO) GetVpnServer() bool
GetVpnServer returns the VpnServer field if non-nil, zero value otherwise.
GetVpnServerOk
func (o *ExistSiteSettingVO) GetVpnServerOk() (*bool, bool)
GetVpnServerOk returns a tuple with the VpnServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVpnServer
func (o *ExistSiteSettingVO) SetVpnServer(v bool)
SetVpnServer sets VpnServer field to given value.
HasVpnServer
func (o *ExistSiteSettingVO) HasVpnServer() bool
HasVpnServer returns a boolean if a field has been set.
GetVpnUser
func (o *ExistSiteSettingVO) GetVpnUser() bool
GetVpnUser returns the VpnUser field if non-nil, zero value otherwise.
GetVpnUserOk
func (o *ExistSiteSettingVO) GetVpnUserOk() (*bool, bool)
GetVpnUserOk returns a tuple with the VpnUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVpnUser
func (o *ExistSiteSettingVO) SetVpnUser(v bool)
SetVpnUser sets VpnUser field to given value.
HasVpnUser
func (o *ExistSiteSettingVO) HasVpnUser() bool
HasVpnUser returns a boolean if a field has been set.
GetWireguard
func (o *ExistSiteSettingVO) GetWireguard() bool
GetWireguard returns the Wireguard field if non-nil, zero value otherwise.
GetWireguardOk
func (o *ExistSiteSettingVO) GetWireguardOk() (*bool, bool)
GetWireguardOk returns a tuple with the Wireguard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetWireguard
func (o *ExistSiteSettingVO) SetWireguard(v bool)
SetWireguard sets Wireguard field to given value.
HasWireguard
func (o *ExistSiteSettingVO) HasWireguard() bool
HasWireguard returns a boolean if a field has been set.