OswSdmApplicationVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Category | Pointer to int32 | It should be a value as follows: 0: ACL&Qos(IPv4); 1:ACL&Qos(IPv6); 3:IP Source Guard; 4:IPv6 Source Guard. | [optional] |
| Num | Pointer to int32 | Maximum number of entries allowed by the feature. | [optional] |
Methods
NewOswSdmApplicationVO
func NewOswSdmApplicationVO() *OswSdmApplicationVO
NewOswSdmApplicationVO instantiates a new OswSdmApplicationVO 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
NewOswSdmApplicationVOWithDefaults
func NewOswSdmApplicationVOWithDefaults() *OswSdmApplicationVO
NewOswSdmApplicationVOWithDefaults instantiates a new OswSdmApplicationVO 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
GetCategory
func (o *OswSdmApplicationVO) GetCategory() int32
GetCategory returns the Category field if non-nil, zero value otherwise.
GetCategoryOk
func (o *OswSdmApplicationVO) GetCategoryOk() (*int32, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCategory
func (o *OswSdmApplicationVO) SetCategory(v int32)
SetCategory sets Category field to given value.
HasCategory
func (o *OswSdmApplicationVO) HasCategory() bool
HasCategory returns a boolean if a field has been set.
GetNum
func (o *OswSdmApplicationVO) GetNum() int32
GetNum returns the Num field if non-nil, zero value otherwise.
GetNumOk
func (o *OswSdmApplicationVO) GetNumOk() (*int32, bool)
GetNumOk returns a tuple with the Num field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNum
func (o *OswSdmApplicationVO) SetNum(v int32)
SetNum sets Num field to given value.
HasNum
func (o *OswSdmApplicationVO) HasNum() bool
HasNum returns a boolean if a field has been set.