Skip to content

UseProfileOswOpenApiVO

Properties

Name Type Description Notes
Ip Pointer to string Device IP address [optional]
Mac Pointer to string Switch MAC address, like AA-BB-CC-DD-EE-FF [optional]
Model Pointer to string Device model [optional]
ModelVersion Pointer to string Device model version [optional]
Name Pointer to string Switch name [optional]

Methods

NewUseProfileOswOpenApiVO

func NewUseProfileOswOpenApiVO() *UseProfileOswOpenApiVO

NewUseProfileOswOpenApiVO instantiates a new UseProfileOswOpenApiVO 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

NewUseProfileOswOpenApiVOWithDefaults

func NewUseProfileOswOpenApiVOWithDefaults() *UseProfileOswOpenApiVO

NewUseProfileOswOpenApiVOWithDefaults instantiates a new UseProfileOswOpenApiVO 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 *UseProfileOswOpenApiVO) GetIp() string

GetIp returns the Ip field if non-nil, zero value otherwise.

GetIpOk

func (o *UseProfileOswOpenApiVO) 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 *UseProfileOswOpenApiVO) SetIp(v string)

SetIp sets Ip field to given value.

HasIp

func (o *UseProfileOswOpenApiVO) HasIp() bool

HasIp returns a boolean if a field has been set.

GetMac

func (o *UseProfileOswOpenApiVO) GetMac() string

GetMac returns the Mac field if non-nil, zero value otherwise.

GetMacOk

func (o *UseProfileOswOpenApiVO) GetMacOk() (*string, bool)

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

SetMac

func (o *UseProfileOswOpenApiVO) SetMac(v string)

SetMac sets Mac field to given value.

HasMac

func (o *UseProfileOswOpenApiVO) HasMac() bool

HasMac returns a boolean if a field has been set.

GetModel

func (o *UseProfileOswOpenApiVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *UseProfileOswOpenApiVO) GetModelOk() (*string, bool)

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

SetModel

func (o *UseProfileOswOpenApiVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *UseProfileOswOpenApiVO) HasModel() bool

HasModel returns a boolean if a field has been set.

GetModelVersion

func (o *UseProfileOswOpenApiVO) GetModelVersion() string

GetModelVersion returns the ModelVersion field if non-nil, zero value otherwise.

GetModelVersionOk

func (o *UseProfileOswOpenApiVO) GetModelVersionOk() (*string, bool)

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

SetModelVersion

func (o *UseProfileOswOpenApiVO) SetModelVersion(v string)

SetModelVersion sets ModelVersion field to given value.

HasModelVersion

func (o *UseProfileOswOpenApiVO) HasModelVersion() bool

HasModelVersion returns a boolean if a field has been set.

GetName

func (o *UseProfileOswOpenApiVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UseProfileOswOpenApiVO) GetNameOk() (*string, bool)

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

SetName

func (o *UseProfileOswOpenApiVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UseProfileOswOpenApiVO) HasName() bool

HasName returns a boolean if a field has been set.

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