Skip to content

LanNetworkProtoPassThroughMode

Properties

Name Type Description Notes
PortId Pointer to string The port ID of WAN port [optional]

Methods

NewLanNetworkProtoPassThroughMode

func NewLanNetworkProtoPassThroughMode() *LanNetworkProtoPassThroughMode

NewLanNetworkProtoPassThroughMode instantiates a new LanNetworkProtoPassThroughMode 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

NewLanNetworkProtoPassThroughModeWithDefaults

func NewLanNetworkProtoPassThroughModeWithDefaults() *LanNetworkProtoPassThroughMode

NewLanNetworkProtoPassThroughModeWithDefaults instantiates a new LanNetworkProtoPassThroughMode 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

GetPortId

func (o *LanNetworkProtoPassThroughMode) GetPortId() string

GetPortId returns the PortId field if non-nil, zero value otherwise.

GetPortIdOk

func (o *LanNetworkProtoPassThroughMode) GetPortIdOk() (*string, bool)

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

SetPortId

func (o *LanNetworkProtoPassThroughMode) SetPortId(v string)

SetPortId sets PortId field to given value.

HasPortId

func (o *LanNetworkProtoPassThroughMode) HasPortId() bool

HasPortId returns a boolean if a field has been set.

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