Skip to content

MirroredLag

Properties

Name Type Description Notes
LagId Pointer to int32 Lag ID [optional]
LagName Pointer to string Lag Name [optional]

Methods

NewMirroredLag

func NewMirroredLag() *MirroredLag

NewMirroredLag instantiates a new MirroredLag 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

NewMirroredLagWithDefaults

func NewMirroredLagWithDefaults() *MirroredLag

NewMirroredLagWithDefaults instantiates a new MirroredLag 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

GetLagId

func (o *MirroredLag) GetLagId() int32

GetLagId returns the LagId field if non-nil, zero value otherwise.

GetLagIdOk

func (o *MirroredLag) GetLagIdOk() (*int32, bool)

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

SetLagId

func (o *MirroredLag) SetLagId(v int32)

SetLagId sets LagId field to given value.

HasLagId

func (o *MirroredLag) HasLagId() bool

HasLagId returns a boolean if a field has been set.

GetLagName

func (o *MirroredLag) GetLagName() string

GetLagName returns the LagName field if non-nil, zero value otherwise.

GetLagNameOk

func (o *MirroredLag) GetLagNameOk() (*string, bool)

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

SetLagName

func (o *MirroredLag) SetLagName(v string)

SetLagName sets LagName field to given value.

HasLagName

func (o *MirroredLag) HasLagName() bool

HasLagName returns a boolean if a field has been set.

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