PortNameList
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PortNameList | []SwitchMultiPortName | Port name list |
Methods
NewPortNameList
func NewPortNameList(portNameList []SwitchMultiPortName, ) *PortNameList
NewPortNameList instantiates a new PortNameList 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
NewPortNameListWithDefaults
func NewPortNameListWithDefaults() *PortNameList
NewPortNameListWithDefaults instantiates a new PortNameList 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
GetPortNameList
func (o *PortNameList) GetPortNameList() []SwitchMultiPortName
GetPortNameList returns the PortNameList field if non-nil, zero value otherwise.
GetPortNameListOk
func (o *PortNameList) GetPortNameListOk() (*[]SwitchMultiPortName, bool)
GetPortNameListOk returns a tuple with the PortNameList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPortNameList
func (o *PortNameList) SetPortNameList(v []SwitchMultiPortName)
SetPortNameList sets PortNameList field to given value.