Skip to content

VrrpGroupDTO

Properties

Name Type Description Notes
IsMaster Pointer to bool [optional]
VrrpId Pointer to int32 [optional]
VrrpName Pointer to string [optional]

Methods

NewVrrpGroupDTO

func NewVrrpGroupDTO() *VrrpGroupDTO

NewVrrpGroupDTO instantiates a new VrrpGroupDTO 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

NewVrrpGroupDTOWithDefaults

func NewVrrpGroupDTOWithDefaults() *VrrpGroupDTO

NewVrrpGroupDTOWithDefaults instantiates a new VrrpGroupDTO 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

GetIsMaster

func (o *VrrpGroupDTO) GetIsMaster() bool

GetIsMaster returns the IsMaster field if non-nil, zero value otherwise.

GetIsMasterOk

func (o *VrrpGroupDTO) GetIsMasterOk() (*bool, bool)

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

SetIsMaster

func (o *VrrpGroupDTO) SetIsMaster(v bool)

SetIsMaster sets IsMaster field to given value.

HasIsMaster

func (o *VrrpGroupDTO) HasIsMaster() bool

HasIsMaster returns a boolean if a field has been set.

GetVrrpId

func (o *VrrpGroupDTO) GetVrrpId() int32

GetVrrpId returns the VrrpId field if non-nil, zero value otherwise.

GetVrrpIdOk

func (o *VrrpGroupDTO) GetVrrpIdOk() (*int32, bool)

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

SetVrrpId

func (o *VrrpGroupDTO) SetVrrpId(v int32)

SetVrrpId sets VrrpId field to given value.

HasVrrpId

func (o *VrrpGroupDTO) HasVrrpId() bool

HasVrrpId returns a boolean if a field has been set.

GetVrrpName

func (o *VrrpGroupDTO) GetVrrpName() string

GetVrrpName returns the VrrpName field if non-nil, zero value otherwise.

GetVrrpNameOk

func (o *VrrpGroupDTO) GetVrrpNameOk() (*string, bool)

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

SetVrrpName

func (o *VrrpGroupDTO) SetVrrpName(v string)

SetVrrpName sets VrrpName field to given value.

HasVrrpName

func (o *VrrpGroupDTO) HasVrrpName() bool

HasVrrpName returns a boolean if a field has been set.

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