Name | Type | Description | Notes |
---|---|---|---|
Hostname | Pointer to string | [optional] | |
Pinged | Pointer to string | [optional] | |
Latency | Pointer to int64 | [optional] | |
Mode | Pointer to string | [optional] |
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
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
func (o *V0040ControllerPing) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
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.
func (o *V0040ControllerPing) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *V0040ControllerPing) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *V0040ControllerPing) GetPinged() string
GetPinged returns the Pinged field if non-nil, zero value otherwise.
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.
func (o *V0040ControllerPing) SetPinged(v string)
SetPinged sets Pinged field to given value.
func (o *V0040ControllerPing) HasPinged() bool
HasPinged returns a boolean if a field has been set.
func (o *V0040ControllerPing) GetLatency() int64
GetLatency returns the Latency field if non-nil, zero value otherwise.
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.
func (o *V0040ControllerPing) SetLatency(v int64)
SetLatency sets Latency field to given value.
func (o *V0040ControllerPing) HasLatency() bool
HasLatency returns a boolean if a field has been set.
func (o *V0040ControllerPing) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
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.
func (o *V0040ControllerPing) SetMode(v string)
SetMode sets Mode field to given value.
func (o *V0040ControllerPing) HasMode() bool
HasMode returns a boolean if a field has been set.