OsgCapVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NeedFullSync | Pointer to bool | [optional] | |
| SupportArpTableGet | Pointer to bool | [optional] | |
| SupportClientPortInfo | Pointer to bool | [optional] | |
| SupportConfigSync | Pointer to bool | [optional] | |
| SupportDhcpClient | Pointer to bool | [optional] | |
| SupportRunningConfig | Pointer to bool | [optional] |
Methods
NewOsgCapVO
func NewOsgCapVO() *OsgCapVO
NewOsgCapVO instantiates a new OsgCapVO 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
NewOsgCapVOWithDefaults
func NewOsgCapVOWithDefaults() *OsgCapVO
NewOsgCapVOWithDefaults instantiates a new OsgCapVO 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
GetNeedFullSync
func (o *OsgCapVO) GetNeedFullSync() bool
GetNeedFullSync returns the NeedFullSync field if non-nil, zero value otherwise.
GetNeedFullSyncOk
func (o *OsgCapVO) GetNeedFullSyncOk() (*bool, bool)
GetNeedFullSyncOk returns a tuple with the NeedFullSync field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNeedFullSync
func (o *OsgCapVO) SetNeedFullSync(v bool)
SetNeedFullSync sets NeedFullSync field to given value.
HasNeedFullSync
func (o *OsgCapVO) HasNeedFullSync() bool
HasNeedFullSync returns a boolean if a field has been set.
GetSupportArpTableGet
func (o *OsgCapVO) GetSupportArpTableGet() bool
GetSupportArpTableGet returns the SupportArpTableGet field if non-nil, zero value otherwise.
GetSupportArpTableGetOk
func (o *OsgCapVO) GetSupportArpTableGetOk() (*bool, bool)
GetSupportArpTableGetOk returns a tuple with the SupportArpTableGet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportArpTableGet
func (o *OsgCapVO) SetSupportArpTableGet(v bool)
SetSupportArpTableGet sets SupportArpTableGet field to given value.
HasSupportArpTableGet
func (o *OsgCapVO) HasSupportArpTableGet() bool
HasSupportArpTableGet returns a boolean if a field has been set.
GetSupportClientPortInfo
func (o *OsgCapVO) GetSupportClientPortInfo() bool
GetSupportClientPortInfo returns the SupportClientPortInfo field if non-nil, zero value otherwise.
GetSupportClientPortInfoOk
func (o *OsgCapVO) GetSupportClientPortInfoOk() (*bool, bool)
GetSupportClientPortInfoOk returns a tuple with the SupportClientPortInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportClientPortInfo
func (o *OsgCapVO) SetSupportClientPortInfo(v bool)
SetSupportClientPortInfo sets SupportClientPortInfo field to given value.
HasSupportClientPortInfo
func (o *OsgCapVO) HasSupportClientPortInfo() bool
HasSupportClientPortInfo returns a boolean if a field has been set.
GetSupportConfigSync
func (o *OsgCapVO) GetSupportConfigSync() bool
GetSupportConfigSync returns the SupportConfigSync field if non-nil, zero value otherwise.
GetSupportConfigSyncOk
func (o *OsgCapVO) GetSupportConfigSyncOk() (*bool, bool)
GetSupportConfigSyncOk returns a tuple with the SupportConfigSync field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportConfigSync
func (o *OsgCapVO) SetSupportConfigSync(v bool)
SetSupportConfigSync sets SupportConfigSync field to given value.
HasSupportConfigSync
func (o *OsgCapVO) HasSupportConfigSync() bool
HasSupportConfigSync returns a boolean if a field has been set.
GetSupportDhcpClient
func (o *OsgCapVO) GetSupportDhcpClient() bool
GetSupportDhcpClient returns the SupportDhcpClient field if non-nil, zero value otherwise.
GetSupportDhcpClientOk
func (o *OsgCapVO) GetSupportDhcpClientOk() (*bool, bool)
GetSupportDhcpClientOk returns a tuple with the SupportDhcpClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportDhcpClient
func (o *OsgCapVO) SetSupportDhcpClient(v bool)
SetSupportDhcpClient sets SupportDhcpClient field to given value.
HasSupportDhcpClient
func (o *OsgCapVO) HasSupportDhcpClient() bool
HasSupportDhcpClient returns a boolean if a field has been set.
GetSupportRunningConfig
func (o *OsgCapVO) GetSupportRunningConfig() bool
GetSupportRunningConfig returns the SupportRunningConfig field if non-nil, zero value otherwise.
GetSupportRunningConfigOk
func (o *OsgCapVO) GetSupportRunningConfigOk() (*bool, bool)
GetSupportRunningConfigOk returns a tuple with the SupportRunningConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportRunningConfig
func (o *OsgCapVO) SetSupportRunningConfig(v bool)
SetSupportRunningConfig sets SupportRunningConfig field to given value.
HasSupportRunningConfig
func (o *OsgCapVO) HasSupportRunningConfig() bool
HasSupportRunningConfig returns a boolean if a field has been set.