Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.7 KB

DHCPPacketStats.md

File metadata and controls

186 lines (101 loc) · 5.7 KB

DHCPPacketStats

Properties

Name Type Description Notes
DhcpPktReceived Pointer to string The number of DHCP packets received. [optional] [readonly]
DhcpPktReceivedV6 Pointer to string The number of DHCP V6 packets received. [optional] [readonly]
DhcpPktSent Pointer to string The number of DHCP packets sent. [optional] [readonly]
DhcpPktSentV6 Pointer to string The number of DHCP V6 packets sent. [optional] [readonly]
DhcpReqReceived Pointer to string The number of DHCP requests received. [optional] [readonly]
DhcpReqReceivedV6 Pointer to string The number of DHCP V6 requests received. [optional] [readonly]

Methods

NewDHCPPacketStats

func NewDHCPPacketStats() *DHCPPacketStats

NewDHCPPacketStats instantiates a new DHCPPacketStats 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

NewDHCPPacketStatsWithDefaults

func NewDHCPPacketStatsWithDefaults() *DHCPPacketStats

NewDHCPPacketStatsWithDefaults instantiates a new DHCPPacketStats 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

GetDhcpPktReceived

func (o *DHCPPacketStats) GetDhcpPktReceived() string

GetDhcpPktReceived returns the DhcpPktReceived field if non-nil, zero value otherwise.

GetDhcpPktReceivedOk

func (o *DHCPPacketStats) GetDhcpPktReceivedOk() (*string, bool)

GetDhcpPktReceivedOk returns a tuple with the DhcpPktReceived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpPktReceived

func (o *DHCPPacketStats) SetDhcpPktReceived(v string)

SetDhcpPktReceived sets DhcpPktReceived field to given value.

HasDhcpPktReceived

func (o *DHCPPacketStats) HasDhcpPktReceived() bool

HasDhcpPktReceived returns a boolean if a field has been set.

GetDhcpPktReceivedV6

func (o *DHCPPacketStats) GetDhcpPktReceivedV6() string

GetDhcpPktReceivedV6 returns the DhcpPktReceivedV6 field if non-nil, zero value otherwise.

GetDhcpPktReceivedV6Ok

func (o *DHCPPacketStats) GetDhcpPktReceivedV6Ok() (*string, bool)

GetDhcpPktReceivedV6Ok returns a tuple with the DhcpPktReceivedV6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpPktReceivedV6

func (o *DHCPPacketStats) SetDhcpPktReceivedV6(v string)

SetDhcpPktReceivedV6 sets DhcpPktReceivedV6 field to given value.

HasDhcpPktReceivedV6

func (o *DHCPPacketStats) HasDhcpPktReceivedV6() bool

HasDhcpPktReceivedV6 returns a boolean if a field has been set.

GetDhcpPktSent

func (o *DHCPPacketStats) GetDhcpPktSent() string

GetDhcpPktSent returns the DhcpPktSent field if non-nil, zero value otherwise.

GetDhcpPktSentOk

func (o *DHCPPacketStats) GetDhcpPktSentOk() (*string, bool)

GetDhcpPktSentOk returns a tuple with the DhcpPktSent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpPktSent

func (o *DHCPPacketStats) SetDhcpPktSent(v string)

SetDhcpPktSent sets DhcpPktSent field to given value.

HasDhcpPktSent

func (o *DHCPPacketStats) HasDhcpPktSent() bool

HasDhcpPktSent returns a boolean if a field has been set.

GetDhcpPktSentV6

func (o *DHCPPacketStats) GetDhcpPktSentV6() string

GetDhcpPktSentV6 returns the DhcpPktSentV6 field if non-nil, zero value otherwise.

GetDhcpPktSentV6Ok

func (o *DHCPPacketStats) GetDhcpPktSentV6Ok() (*string, bool)

GetDhcpPktSentV6Ok returns a tuple with the DhcpPktSentV6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpPktSentV6

func (o *DHCPPacketStats) SetDhcpPktSentV6(v string)

SetDhcpPktSentV6 sets DhcpPktSentV6 field to given value.

HasDhcpPktSentV6

func (o *DHCPPacketStats) HasDhcpPktSentV6() bool

HasDhcpPktSentV6 returns a boolean if a field has been set.

GetDhcpReqReceived

func (o *DHCPPacketStats) GetDhcpReqReceived() string

GetDhcpReqReceived returns the DhcpReqReceived field if non-nil, zero value otherwise.

GetDhcpReqReceivedOk

func (o *DHCPPacketStats) GetDhcpReqReceivedOk() (*string, bool)

GetDhcpReqReceivedOk returns a tuple with the DhcpReqReceived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpReqReceived

func (o *DHCPPacketStats) SetDhcpReqReceived(v string)

SetDhcpReqReceived sets DhcpReqReceived field to given value.

HasDhcpReqReceived

func (o *DHCPPacketStats) HasDhcpReqReceived() bool

HasDhcpReqReceived returns a boolean if a field has been set.

GetDhcpReqReceivedV6

func (o *DHCPPacketStats) GetDhcpReqReceivedV6() string

GetDhcpReqReceivedV6 returns the DhcpReqReceivedV6 field if non-nil, zero value otherwise.

GetDhcpReqReceivedV6Ok

func (o *DHCPPacketStats) GetDhcpReqReceivedV6Ok() (*string, bool)

GetDhcpReqReceivedV6Ok returns a tuple with the DhcpReqReceivedV6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDhcpReqReceivedV6

func (o *DHCPPacketStats) SetDhcpReqReceivedV6(v string)

SetDhcpReqReceivedV6 sets DhcpReqReceivedV6 field to given value.

HasDhcpReqReceivedV6

func (o *DHCPPacketStats) HasDhcpReqReceivedV6() bool

HasDhcpReqReceivedV6 returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]