WidsConfigOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Detection | Pointer to []int32 | Wireless IDS detection type, the value is returned only when level is custom(2); It should be a value as follows: 0: Signature_disassociation_broadcast; 1: Signature_deauth_broadcast; 2: Detect_apspoofing; 3: Detect_adhoc_using_valid_ssid; 4: Detect_malformed_large_duration; 5: Detect_overflow_eapol_key; 6: Detect_ap_impersonation; 7: Detect_ht_greenfield; 8: Detect_incomplete_ie; 9: Detect_malformed_htie; 10: Detect_malformed_frame_auth; 11: Detect_malformed_assoc_req; 12: Detect_valid_ssid_misuse; 13: Detect_adhoc_network; 14: Detect_client_flood; 15: Detect_hotspotter_attack; 16: Detect_power_save_dos_flood_attack; 17: Detect_violence_break. | [optional] |
| Level | Pointer to int32 | Wireless IDS detection level; It should be a value as follows: 0:High; 1:Low; 2:Custom. | [optional] |
| Status | Pointer to bool | Wireless IDS config status; true:enable, false:disable. | [optional] |
Methods
NewWidsConfigOpenApiVO
func NewWidsConfigOpenApiVO() *WidsConfigOpenApiVO
NewWidsConfigOpenApiVO instantiates a new WidsConfigOpenApiVO 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
NewWidsConfigOpenApiVOWithDefaults
func NewWidsConfigOpenApiVOWithDefaults() *WidsConfigOpenApiVO
NewWidsConfigOpenApiVOWithDefaults instantiates a new WidsConfigOpenApiVO 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
GetDetection
func (o *WidsConfigOpenApiVO) GetDetection() []int32
GetDetection returns the Detection field if non-nil, zero value otherwise.
GetDetectionOk
func (o *WidsConfigOpenApiVO) GetDetectionOk() (*[]int32, bool)
GetDetectionOk returns a tuple with the Detection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDetection
func (o *WidsConfigOpenApiVO) SetDetection(v []int32)
SetDetection sets Detection field to given value.
HasDetection
func (o *WidsConfigOpenApiVO) HasDetection() bool
HasDetection returns a boolean if a field has been set.
GetLevel
func (o *WidsConfigOpenApiVO) GetLevel() int32
GetLevel returns the Level field if non-nil, zero value otherwise.
GetLevelOk
func (o *WidsConfigOpenApiVO) GetLevelOk() (*int32, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLevel
func (o *WidsConfigOpenApiVO) SetLevel(v int32)
SetLevel sets Level field to given value.
HasLevel
func (o *WidsConfigOpenApiVO) HasLevel() bool
HasLevel returns a boolean if a field has been set.
GetStatus
func (o *WidsConfigOpenApiVO) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *WidsConfigOpenApiVO) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *WidsConfigOpenApiVO) SetStatus(v bool)
SetStatus sets Status field to given value.
HasStatus
func (o *WidsConfigOpenApiVO) HasStatus() bool
HasStatus returns a boolean if a field has been set.