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] |
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
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
func (o *DHCPPacketStats) GetDhcpPktReceived() string
GetDhcpPktReceived returns the DhcpPktReceived field if non-nil, zero value otherwise.
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.
func (o *DHCPPacketStats) SetDhcpPktReceived(v string)
SetDhcpPktReceived sets DhcpPktReceived field to given value.
func (o *DHCPPacketStats) HasDhcpPktReceived() bool
HasDhcpPktReceived returns a boolean if a field has been set.
func (o *DHCPPacketStats) GetDhcpPktReceivedV6() string
GetDhcpPktReceivedV6 returns the DhcpPktReceivedV6 field if non-nil, zero value otherwise.
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.
func (o *DHCPPacketStats) SetDhcpPktReceivedV6(v string)
SetDhcpPktReceivedV6 sets DhcpPktReceivedV6 field to given value.
func (o *DHCPPacketStats) HasDhcpPktReceivedV6() bool
HasDhcpPktReceivedV6 returns a boolean if a field has been set.
func (o *DHCPPacketStats) GetDhcpPktSent() string
GetDhcpPktSent returns the DhcpPktSent field if non-nil, zero value otherwise.
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.
func (o *DHCPPacketStats) SetDhcpPktSent(v string)
SetDhcpPktSent sets DhcpPktSent field to given value.
func (o *DHCPPacketStats) HasDhcpPktSent() bool
HasDhcpPktSent returns a boolean if a field has been set.
func (o *DHCPPacketStats) GetDhcpPktSentV6() string
GetDhcpPktSentV6 returns the DhcpPktSentV6 field if non-nil, zero value otherwise.
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.
func (o *DHCPPacketStats) SetDhcpPktSentV6(v string)
SetDhcpPktSentV6 sets DhcpPktSentV6 field to given value.
func (o *DHCPPacketStats) HasDhcpPktSentV6() bool
HasDhcpPktSentV6 returns a boolean if a field has been set.
func (o *DHCPPacketStats) GetDhcpReqReceived() string
GetDhcpReqReceived returns the DhcpReqReceived field if non-nil, zero value otherwise.
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.
func (o *DHCPPacketStats) SetDhcpReqReceived(v string)
SetDhcpReqReceived sets DhcpReqReceived field to given value.
func (o *DHCPPacketStats) HasDhcpReqReceived() bool
HasDhcpReqReceived returns a boolean if a field has been set.
func (o *DHCPPacketStats) GetDhcpReqReceivedV6() string
GetDhcpReqReceivedV6 returns the DhcpReqReceivedV6 field if non-nil, zero value otherwise.
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.
func (o *DHCPPacketStats) SetDhcpReqReceivedV6(v string)
SetDhcpReqReceivedV6 sets DhcpReqReceivedV6 field to given value.
func (o *DHCPPacketStats) HasDhcpReqReceivedV6() bool
HasDhcpReqReceivedV6 returns a boolean if a field has been set.