Skip to content

OsgPortInfoVO

Properties

Name Type Description Notes
Mode Pointer to int32 [optional]
Name Pointer to string [optional]
PhysicalType Pointer to int32 [optional]
Port Pointer to int32 [optional]
Type Pointer to int32 [optional]

Methods

NewOsgPortInfoVO

func NewOsgPortInfoVO() *OsgPortInfoVO

NewOsgPortInfoVO instantiates a new OsgPortInfoVO 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

NewOsgPortInfoVOWithDefaults

func NewOsgPortInfoVOWithDefaults() *OsgPortInfoVO

NewOsgPortInfoVOWithDefaults instantiates a new OsgPortInfoVO 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

GetMode

func (o *OsgPortInfoVO) GetMode() int32

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

func (o *OsgPortInfoVO) GetModeOk() (*int32, bool)

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

SetMode

func (o *OsgPortInfoVO) SetMode(v int32)

SetMode sets Mode field to given value.

HasMode

func (o *OsgPortInfoVO) HasMode() bool

HasMode returns a boolean if a field has been set.

GetName

func (o *OsgPortInfoVO) GetName() string

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

GetNameOk

func (o *OsgPortInfoVO) 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 *OsgPortInfoVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *OsgPortInfoVO) HasName() bool

HasName returns a boolean if a field has been set.

GetPhysicalType

func (o *OsgPortInfoVO) GetPhysicalType() int32

GetPhysicalType returns the PhysicalType field if non-nil, zero value otherwise.

GetPhysicalTypeOk

func (o *OsgPortInfoVO) GetPhysicalTypeOk() (*int32, bool)

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

SetPhysicalType

func (o *OsgPortInfoVO) SetPhysicalType(v int32)

SetPhysicalType sets PhysicalType field to given value.

HasPhysicalType

func (o *OsgPortInfoVO) HasPhysicalType() bool

HasPhysicalType returns a boolean if a field has been set.

GetPort

func (o *OsgPortInfoVO) GetPort() int32

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

GetPortOk

func (o *OsgPortInfoVO) 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 *OsgPortInfoVO) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *OsgPortInfoVO) HasPort() bool

HasPort returns a boolean if a field has been set.

GetType

func (o *OsgPortInfoVO) GetType() int32

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *OsgPortInfoVO) GetTypeOk() (*int32, bool)

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

SetType

func (o *OsgPortInfoVO) SetType(v int32)

SetType sets Type field to given value.

HasType

func (o *OsgPortInfoVO) HasType() bool

HasType returns a boolean if a field has been set.

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