Name | Type | Description | Notes |
---|---|---|---|
In | Pointer to [][]float32 | Input stats for IPv4, measured in bits/s (bits/second). | [optional] |
Out | Pointer to [][]float32 | Output stats for IPv4, measured in bits/s (bits/second). | [optional] |
PrivateIn | Pointer to [][]float32 | Private IPv4 input statistics, measured in bits/s (bits/second). | [optional] |
PrivateOut | Pointer to [][]float32 | Private IPv4 output statistics, measured in bits/s (bits/second). | [optional] |
func NewGetLinodeStats200ResponseNetv4() *GetLinodeStats200ResponseNetv4
NewGetLinodeStats200ResponseNetv4 instantiates a new GetLinodeStats200ResponseNetv4 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 NewGetLinodeStats200ResponseNetv4WithDefaults() *GetLinodeStats200ResponseNetv4
NewGetLinodeStats200ResponseNetv4WithDefaults instantiates a new GetLinodeStats200ResponseNetv4 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 *GetLinodeStats200ResponseNetv4) GetIn() [][]float32
GetIn returns the In field if non-nil, zero value otherwise.
func (o *GetLinodeStats200ResponseNetv4) GetInOk() (*[][]float32, bool)
GetInOk returns a tuple with the In field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLinodeStats200ResponseNetv4) SetIn(v [][]float32)
SetIn sets In field to given value.
func (o *GetLinodeStats200ResponseNetv4) HasIn() bool
HasIn returns a boolean if a field has been set.
func (o *GetLinodeStats200ResponseNetv4) GetOut() [][]float32
GetOut returns the Out field if non-nil, zero value otherwise.
func (o *GetLinodeStats200ResponseNetv4) GetOutOk() (*[][]float32, bool)
GetOutOk returns a tuple with the Out field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLinodeStats200ResponseNetv4) SetOut(v [][]float32)
SetOut sets Out field to given value.
func (o *GetLinodeStats200ResponseNetv4) HasOut() bool
HasOut returns a boolean if a field has been set.
func (o *GetLinodeStats200ResponseNetv4) GetPrivateIn() [][]float32
GetPrivateIn returns the PrivateIn field if non-nil, zero value otherwise.
func (o *GetLinodeStats200ResponseNetv4) GetPrivateInOk() (*[][]float32, bool)
GetPrivateInOk returns a tuple with the PrivateIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLinodeStats200ResponseNetv4) SetPrivateIn(v [][]float32)
SetPrivateIn sets PrivateIn field to given value.
func (o *GetLinodeStats200ResponseNetv4) HasPrivateIn() bool
HasPrivateIn returns a boolean if a field has been set.
func (o *GetLinodeStats200ResponseNetv4) GetPrivateOut() [][]float32
GetPrivateOut returns the PrivateOut field if non-nil, zero value otherwise.
func (o *GetLinodeStats200ResponseNetv4) GetPrivateOutOk() (*[][]float32, bool)
GetPrivateOutOk returns a tuple with the PrivateOut field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetLinodeStats200ResponseNetv4) SetPrivateOut(v [][]float32)
SetPrivateOut sets PrivateOut field to given value.
func (o *GetLinodeStats200ResponseNetv4) HasPrivateOut() bool
HasPrivateOut returns a boolean if a field has been set.