Skip to content

LanMappingVO

Properties

Name Type Description Notes
LanRelation Pointer to []LanPortMappingVO [optional]

Methods

NewLanMappingVO

func NewLanMappingVO() *LanMappingVO

NewLanMappingVO instantiates a new LanMappingVO 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

NewLanMappingVOWithDefaults

func NewLanMappingVOWithDefaults() *LanMappingVO

NewLanMappingVOWithDefaults instantiates a new LanMappingVO 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

GetLanRelation

func (o *LanMappingVO) GetLanRelation() []LanPortMappingVO

GetLanRelation returns the LanRelation field if non-nil, zero value otherwise.

GetLanRelationOk

func (o *LanMappingVO) GetLanRelationOk() (*[]LanPortMappingVO, bool)

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

SetLanRelation

func (o *LanMappingVO) SetLanRelation(v []LanPortMappingVO)

SetLanRelation sets LanRelation field to given value.

HasLanRelation

func (o *LanMappingVO) HasLanRelation() bool

HasLanRelation returns a boolean if a field has been set.

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