Skip to content

MirroredPort

Properties

Name Type Description Notes
Port Pointer to int32 Port [optional]
PortName Pointer to string Port Name [optional]
StandardPort Pointer to string Standard Port [optional]

Methods

NewMirroredPort

func NewMirroredPort() *MirroredPort

NewMirroredPort instantiates a new MirroredPort 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

NewMirroredPortWithDefaults

func NewMirroredPortWithDefaults() *MirroredPort

NewMirroredPortWithDefaults instantiates a new MirroredPort 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

GetPort

func (o *MirroredPort) GetPort() int32

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

GetPortOk

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

SetPort sets Port field to given value.

HasPort

func (o *MirroredPort) HasPort() bool

HasPort returns a boolean if a field has been set.

GetPortName

func (o *MirroredPort) GetPortName() string

GetPortName returns the PortName field if non-nil, zero value otherwise.

GetPortNameOk

func (o *MirroredPort) GetPortNameOk() (*string, bool)

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

SetPortName

func (o *MirroredPort) SetPortName(v string)

SetPortName sets PortName field to given value.

HasPortName

func (o *MirroredPort) HasPortName() bool

HasPortName returns a boolean if a field has been set.

GetStandardPort

func (o *MirroredPort) GetStandardPort() string

GetStandardPort returns the StandardPort field if non-nil, zero value otherwise.

GetStandardPortOk

func (o *MirroredPort) GetStandardPortOk() (*string, bool)

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

SetStandardPort

func (o *MirroredPort) SetStandardPort(v string)

SetStandardPort sets StandardPort field to given value.

HasStandardPort

func (o *MirroredPort) HasStandardPort() bool

HasStandardPort returns a boolean if a field has been set.

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