Skip to content

OswStandPortVO

Properties

Name Type Description Notes
Port int32 Port
Slot int32 Slot
Unit int32 Unit

Methods

NewOswStandPortVO

func NewOswStandPortVO(port int32, slot int32, unit int32, ) *OswStandPortVO

NewOswStandPortVO instantiates a new OswStandPortVO 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

NewOswStandPortVOWithDefaults

func NewOswStandPortVOWithDefaults() *OswStandPortVO

NewOswStandPortVOWithDefaults instantiates a new OswStandPortVO 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

GetPort

func (o *OswStandPortVO) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *OswStandPortVO) GetPortOk() (*int32, bool)

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

SetPort

func (o *OswStandPortVO) SetPort(v int32)

SetPort sets Port field to given value.

GetSlot

func (o *OswStandPortVO) GetSlot() int32

GetSlot returns the Slot field if non-nil, zero value otherwise.

GetSlotOk

func (o *OswStandPortVO) GetSlotOk() (*int32, bool)

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

SetSlot

func (o *OswStandPortVO) SetSlot(v int32)

SetSlot sets Slot field to given value.

GetUnit

func (o *OswStandPortVO) GetUnit() int32

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *OswStandPortVO) GetUnitOk() (*int32, bool)

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

SetUnit

func (o *OswStandPortVO) SetUnit(v int32)

SetUnit sets Unit field to given value.

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