Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.5 KB

V0040ControllerPing.md

File metadata and controls

134 lines (73 loc) · 3.5 KB

V0040ControllerPing

Properties

Name Type Description Notes
Hostname Pointer to string [optional]
Pinged Pointer to string [optional]
Latency Pointer to int64 [optional]
Mode Pointer to string [optional]

Methods

NewV0040ControllerPing

func NewV0040ControllerPing() *V0040ControllerPing

NewV0040ControllerPing instantiates a new V0040ControllerPing 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

NewV0040ControllerPingWithDefaults

func NewV0040ControllerPingWithDefaults() *V0040ControllerPing

NewV0040ControllerPingWithDefaults instantiates a new V0040ControllerPing 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

GetHostname

func (o *V0040ControllerPing) GetHostname() string

GetHostname returns the Hostname field if non-nil, zero value otherwise.

GetHostnameOk

func (o *V0040ControllerPing) GetHostnameOk() (*string, bool)

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

SetHostname

func (o *V0040ControllerPing) SetHostname(v string)

SetHostname sets Hostname field to given value.

HasHostname

func (o *V0040ControllerPing) HasHostname() bool

HasHostname returns a boolean if a field has been set.

GetPinged

func (o *V0040ControllerPing) GetPinged() string

GetPinged returns the Pinged field if non-nil, zero value otherwise.

GetPingedOk

func (o *V0040ControllerPing) GetPingedOk() (*string, bool)

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

SetPinged

func (o *V0040ControllerPing) SetPinged(v string)

SetPinged sets Pinged field to given value.

HasPinged

func (o *V0040ControllerPing) HasPinged() bool

HasPinged returns a boolean if a field has been set.

GetLatency

func (o *V0040ControllerPing) GetLatency() int64

GetLatency returns the Latency field if non-nil, zero value otherwise.

GetLatencyOk

func (o *V0040ControllerPing) GetLatencyOk() (*int64, bool)

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

SetLatency

func (o *V0040ControllerPing) SetLatency(v int64)

SetLatency sets Latency field to given value.

HasLatency

func (o *V0040ControllerPing) HasLatency() bool

HasLatency returns a boolean if a field has been set.

GetMode

func (o *V0040ControllerPing) GetMode() string

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

func (o *V0040ControllerPing) GetModeOk() (*string, bool)

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

SetMode

func (o *V0040ControllerPing) SetMode(v string)

SetMode sets Mode field to given value.

HasMode

func (o *V0040ControllerPing) HasMode() bool

HasMode returns a boolean if a field has been set.

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