Skip to content

LocateOswPortsResultOpenApiVO

Properties

Name Type Description Notes
LocateOswPortsResultList Pointer to []LocateOswResultOpenApiVO Locate switch ports error information [optional]
LocateStackPortsResultList Pointer to []LocateStackResultOpenApiVO Locate stack ports error information [optional]

Methods

NewLocateOswPortsResultOpenApiVO

func NewLocateOswPortsResultOpenApiVO() *LocateOswPortsResultOpenApiVO

NewLocateOswPortsResultOpenApiVO instantiates a new LocateOswPortsResultOpenApiVO 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

NewLocateOswPortsResultOpenApiVOWithDefaults

func NewLocateOswPortsResultOpenApiVOWithDefaults() *LocateOswPortsResultOpenApiVO

NewLocateOswPortsResultOpenApiVOWithDefaults instantiates a new LocateOswPortsResultOpenApiVO 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

GetLocateOswPortsResultList

func (o *LocateOswPortsResultOpenApiVO) GetLocateOswPortsResultList() []LocateOswResultOpenApiVO

GetLocateOswPortsResultList returns the LocateOswPortsResultList field if non-nil, zero value otherwise.

GetLocateOswPortsResultListOk

func (o *LocateOswPortsResultOpenApiVO) GetLocateOswPortsResultListOk() (*[]LocateOswResultOpenApiVO, bool)

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

SetLocateOswPortsResultList

func (o *LocateOswPortsResultOpenApiVO) SetLocateOswPortsResultList(v []LocateOswResultOpenApiVO)

SetLocateOswPortsResultList sets LocateOswPortsResultList field to given value.

HasLocateOswPortsResultList

func (o *LocateOswPortsResultOpenApiVO) HasLocateOswPortsResultList() bool

HasLocateOswPortsResultList returns a boolean if a field has been set.

GetLocateStackPortsResultList

func (o *LocateOswPortsResultOpenApiVO) GetLocateStackPortsResultList() []LocateStackResultOpenApiVO

GetLocateStackPortsResultList returns the LocateStackPortsResultList field if non-nil, zero value otherwise.

GetLocateStackPortsResultListOk

func (o *LocateOswPortsResultOpenApiVO) GetLocateStackPortsResultListOk() (*[]LocateStackResultOpenApiVO, bool)

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

SetLocateStackPortsResultList

func (o *LocateOswPortsResultOpenApiVO) SetLocateStackPortsResultList(v []LocateStackResultOpenApiVO)

SetLocateStackPortsResultList sets LocateStackPortsResultList field to given value.

HasLocateStackPortsResultList

func (o *LocateOswPortsResultOpenApiVO) HasLocateStackPortsResultList() bool

HasLocateStackPortsResultList returns a boolean if a field has been set.

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