OsgLanPortIpv6ConfigVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Addr | Pointer to string | LAN IPv6 address | [optional] |
| Gw | Pointer to string | Gateway | [optional] |
| PriDns | Pointer to string | Primary DNS | [optional] |
| SndDns | Pointer to string | Secondary DNS | [optional] |
Methods
NewOsgLanPortIpv6ConfigVO
func NewOsgLanPortIpv6ConfigVO() *OsgLanPortIpv6ConfigVO
NewOsgLanPortIpv6ConfigVO instantiates a new OsgLanPortIpv6ConfigVO 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
NewOsgLanPortIpv6ConfigVOWithDefaults
func NewOsgLanPortIpv6ConfigVOWithDefaults() *OsgLanPortIpv6ConfigVO
NewOsgLanPortIpv6ConfigVOWithDefaults instantiates a new OsgLanPortIpv6ConfigVO 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
GetAddr
func (o *OsgLanPortIpv6ConfigVO) GetAddr() string
GetAddr returns the Addr field if non-nil, zero value otherwise.
GetAddrOk
func (o *OsgLanPortIpv6ConfigVO) GetAddrOk() (*string, bool)
GetAddrOk returns a tuple with the Addr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAddr
func (o *OsgLanPortIpv6ConfigVO) SetAddr(v string)
SetAddr sets Addr field to given value.
HasAddr
func (o *OsgLanPortIpv6ConfigVO) HasAddr() bool
HasAddr returns a boolean if a field has been set.
GetGw
func (o *OsgLanPortIpv6ConfigVO) GetGw() string
GetGw returns the Gw field if non-nil, zero value otherwise.
GetGwOk
func (o *OsgLanPortIpv6ConfigVO) GetGwOk() (*string, bool)
GetGwOk returns a tuple with the Gw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetGw
func (o *OsgLanPortIpv6ConfigVO) SetGw(v string)
SetGw sets Gw field to given value.
HasGw
func (o *OsgLanPortIpv6ConfigVO) HasGw() bool
HasGw returns a boolean if a field has been set.
GetPriDns
func (o *OsgLanPortIpv6ConfigVO) GetPriDns() string
GetPriDns returns the PriDns field if non-nil, zero value otherwise.
GetPriDnsOk
func (o *OsgLanPortIpv6ConfigVO) GetPriDnsOk() (*string, bool)
GetPriDnsOk returns a tuple with the PriDns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPriDns
func (o *OsgLanPortIpv6ConfigVO) SetPriDns(v string)
SetPriDns sets PriDns field to given value.
HasPriDns
func (o *OsgLanPortIpv6ConfigVO) HasPriDns() bool
HasPriDns returns a boolean if a field has been set.
GetSndDns
func (o *OsgLanPortIpv6ConfigVO) GetSndDns() string
GetSndDns returns the SndDns field if non-nil, zero value otherwise.
GetSndDnsOk
func (o *OsgLanPortIpv6ConfigVO) GetSndDnsOk() (*string, bool)
GetSndDnsOk returns a tuple with the SndDns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSndDns
func (o *OsgLanPortIpv6ConfigVO) SetSndDns(v string)
SetSndDns sets SndDns field to given value.
HasSndDns
func (o *OsgLanPortIpv6ConfigVO) HasSndDns() bool
HasSndDns returns a boolean if a field has been set.