WanHealthItemVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Latency | Pointer to string | Latency | [optional] |
| Name | Pointer to string | WAN name | [optional] |
| Port | Pointer to int32 | WAN port number | [optional] |
| Throughput | Pointer to int32 | Throughput | [optional] |
Methods
NewWanHealthItemVO
func NewWanHealthItemVO() *WanHealthItemVO
NewWanHealthItemVO instantiates a new WanHealthItemVO 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
NewWanHealthItemVOWithDefaults
func NewWanHealthItemVOWithDefaults() *WanHealthItemVO
NewWanHealthItemVOWithDefaults instantiates a new WanHealthItemVO 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
GetLatency
func (o *WanHealthItemVO) GetLatency() string
GetLatency returns the Latency field if non-nil, zero value otherwise.
GetLatencyOk
func (o *WanHealthItemVO) GetLatencyOk() (*string, 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 *WanHealthItemVO) SetLatency(v string)
SetLatency sets Latency field to given value.
HasLatency
func (o *WanHealthItemVO) HasLatency() bool
HasLatency returns a boolean if a field has been set.
GetName
func (o *WanHealthItemVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *WanHealthItemVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *WanHealthItemVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *WanHealthItemVO) HasName() bool
HasName returns a boolean if a field has been set.
GetPort
func (o *WanHealthItemVO) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
GetPortOk
func (o *WanHealthItemVO) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPort
func (o *WanHealthItemVO) SetPort(v int32)
SetPort sets Port field to given value.
HasPort
func (o *WanHealthItemVO) HasPort() bool
HasPort returns a boolean if a field has been set.
GetThroughput
func (o *WanHealthItemVO) GetThroughput() int32
GetThroughput returns the Throughput field if non-nil, zero value otherwise.
GetThroughputOk
func (o *WanHealthItemVO) GetThroughputOk() (*int32, bool)
GetThroughputOk returns a tuple with the Throughput field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetThroughput
func (o *WanHealthItemVO) SetThroughput(v int32)
SetThroughput sets Throughput field to given value.
HasThroughput
func (o *WanHealthItemVO) HasThroughput() bool
HasThroughput returns a boolean if a field has been set.