VirtualWanMultipleIpVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IP | Pointer to string | [optional] | |
| Enable | Pointer to bool | [optional] |
Methods
NewVirtualWanMultipleIpVO
func NewVirtualWanMultipleIpVO() *VirtualWanMultipleIpVO
NewVirtualWanMultipleIpVO instantiates a new VirtualWanMultipleIpVO 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
NewVirtualWanMultipleIpVOWithDefaults
func NewVirtualWanMultipleIpVOWithDefaults() *VirtualWanMultipleIpVO
NewVirtualWanMultipleIpVOWithDefaults instantiates a new VirtualWanMultipleIpVO 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
GetIP
func (o *VirtualWanMultipleIpVO) GetIP() string
GetIP returns the IP field if non-nil, zero value otherwise.
GetIPOk
func (o *VirtualWanMultipleIpVO) GetIPOk() (*string, bool)
GetIPOk returns a tuple with the IP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIP
func (o *VirtualWanMultipleIpVO) SetIP(v string)
SetIP sets IP field to given value.
HasIP
func (o *VirtualWanMultipleIpVO) HasIP() bool
HasIP returns a boolean if a field has been set.
GetEnable
func (o *VirtualWanMultipleIpVO) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
GetEnableOk
func (o *VirtualWanMultipleIpVO) GetEnableOk() (*bool, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEnable
func (o *VirtualWanMultipleIpVO) SetEnable(v bool)
SetEnable sets Enable field to given value.
HasEnable
func (o *VirtualWanMultipleIpVO) HasEnable() bool
HasEnable returns a boolean if a field has been set.