Skip to content

GatewayPortInfos

Properties

Name Type Description Notes
OsgPortInfos Pointer to []OsgPortInfoVO Gateway port info list [optional]

Methods

NewGatewayPortInfos

func NewGatewayPortInfos() *GatewayPortInfos

NewGatewayPortInfos instantiates a new GatewayPortInfos 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

NewGatewayPortInfosWithDefaults

func NewGatewayPortInfosWithDefaults() *GatewayPortInfos

NewGatewayPortInfosWithDefaults instantiates a new GatewayPortInfos 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

GetOsgPortInfos

func (o *GatewayPortInfos) GetOsgPortInfos() []OsgPortInfoVO

GetOsgPortInfos returns the OsgPortInfos field if non-nil, zero value otherwise.

GetOsgPortInfosOk

func (o *GatewayPortInfos) GetOsgPortInfosOk() (*[]OsgPortInfoVO, bool)

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

SetOsgPortInfos

func (o *GatewayPortInfos) SetOsgPortInfos(v []OsgPortInfoVO)

SetOsgPortInfos sets OsgPortInfos field to given value.

HasOsgPortInfos

func (o *GatewayPortInfos) HasOsgPortInfos() bool

HasOsgPortInfos returns a boolean if a field has been set.

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