Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.09 KB

GetLinodeStats200ResponseNetv6.md

File metadata and controls

134 lines (73 loc) · 4.09 KB

GetLinodeStats200ResponseNetv6

Properties

Name Type Description Notes
In Pointer to [][]float32 Input stats for IPv6, measured in bits/s (bits/second). [optional]
Out Pointer to [][]float32 Output stats for IPv6, measured in bits/s (bits/second). [optional]
PrivateIn Pointer to [][]float32 Private IPv6 input statistics, measured in bits/s (bits/second). [optional]
PrivateOut Pointer to [][]float32 Private IPv6 output statistics, measured in bits/s (bits/second). [optional]

Methods

NewGetLinodeStats200ResponseNetv6

func NewGetLinodeStats200ResponseNetv6() *GetLinodeStats200ResponseNetv6

NewGetLinodeStats200ResponseNetv6 instantiates a new GetLinodeStats200ResponseNetv6 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

NewGetLinodeStats200ResponseNetv6WithDefaults

func NewGetLinodeStats200ResponseNetv6WithDefaults() *GetLinodeStats200ResponseNetv6

NewGetLinodeStats200ResponseNetv6WithDefaults instantiates a new GetLinodeStats200ResponseNetv6 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

GetIn

func (o *GetLinodeStats200ResponseNetv6) GetIn() [][]float32

GetIn returns the In field if non-nil, zero value otherwise.

GetInOk

func (o *GetLinodeStats200ResponseNetv6) 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.

SetIn

func (o *GetLinodeStats200ResponseNetv6) SetIn(v [][]float32)

SetIn sets In field to given value.

HasIn

func (o *GetLinodeStats200ResponseNetv6) HasIn() bool

HasIn returns a boolean if a field has been set.

GetOut

func (o *GetLinodeStats200ResponseNetv6) GetOut() [][]float32

GetOut returns the Out field if non-nil, zero value otherwise.

GetOutOk

func (o *GetLinodeStats200ResponseNetv6) 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.

SetOut

func (o *GetLinodeStats200ResponseNetv6) SetOut(v [][]float32)

SetOut sets Out field to given value.

HasOut

func (o *GetLinodeStats200ResponseNetv6) HasOut() bool

HasOut returns a boolean if a field has been set.

GetPrivateIn

func (o *GetLinodeStats200ResponseNetv6) GetPrivateIn() [][]float32

GetPrivateIn returns the PrivateIn field if non-nil, zero value otherwise.

GetPrivateInOk

func (o *GetLinodeStats200ResponseNetv6) 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.

SetPrivateIn

func (o *GetLinodeStats200ResponseNetv6) SetPrivateIn(v [][]float32)

SetPrivateIn sets PrivateIn field to given value.

HasPrivateIn

func (o *GetLinodeStats200ResponseNetv6) HasPrivateIn() bool

HasPrivateIn returns a boolean if a field has been set.

GetPrivateOut

func (o *GetLinodeStats200ResponseNetv6) GetPrivateOut() [][]float32

GetPrivateOut returns the PrivateOut field if non-nil, zero value otherwise.

GetPrivateOutOk

func (o *GetLinodeStats200ResponseNetv6) 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.

SetPrivateOut

func (o *GetLinodeStats200ResponseNetv6) SetPrivateOut(v [][]float32)

SetPrivateOut sets PrivateOut field to given value.

HasPrivateOut

func (o *GetLinodeStats200ResponseNetv6) HasPrivateOut() bool

HasPrivateOut returns a boolean if a field has been set.

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