Skip to content

OswPortSpeedCapVO

Properties

Name Type Description Notes
LinkSpeed Pointer to PortSpeedCapVO [optional]
Duplex Pointer to PortSpeedCapVO [optional]

Methods

NewOswPortSpeedCapVO

func NewOswPortSpeedCapVO() *OswPortSpeedCapVO

NewOswPortSpeedCapVO instantiates a new OswPortSpeedCapVO 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

NewOswPortSpeedCapVOWithDefaults

func NewOswPortSpeedCapVOWithDefaults() *OswPortSpeedCapVO

NewOswPortSpeedCapVOWithDefaults instantiates a new OswPortSpeedCapVO 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

GetLinkSpeed

func (o *OswPortSpeedCapVO) GetLinkSpeed() PortSpeedCapVO

GetLinkSpeed returns the LinkSpeed field if non-nil, zero value otherwise.

GetLinkSpeedOk

func (o *OswPortSpeedCapVO) GetLinkSpeedOk() (*PortSpeedCapVO, bool)

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

SetLinkSpeed

func (o *OswPortSpeedCapVO) SetLinkSpeed(v PortSpeedCapVO)

SetLinkSpeed sets LinkSpeed field to given value.

HasLinkSpeed

func (o *OswPortSpeedCapVO) HasLinkSpeed() bool

HasLinkSpeed returns a boolean if a field has been set.

GetDuplex

func (o *OswPortSpeedCapVO) GetDuplex() PortSpeedCapVO

GetDuplex returns the Duplex field if non-nil, zero value otherwise.

GetDuplexOk

func (o *OswPortSpeedCapVO) GetDuplexOk() (*PortSpeedCapVO, bool)

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

SetDuplex

func (o *OswPortSpeedCapVO) SetDuplex(v PortSpeedCapVO)

SetDuplex sets Duplex field to given value.

HasDuplex

func (o *OswPortSpeedCapVO) HasDuplex() bool

HasDuplex returns a boolean if a field has been set.

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