ModifyIpv6State
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Operation | int32 | Operation | |
| PortId | int32 | Port ID |
Methods
NewModifyIpv6State
func NewModifyIpv6State(operation int32, portId int32, ) *ModifyIpv6State
NewModifyIpv6State instantiates a new ModifyIpv6State 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
NewModifyIpv6StateWithDefaults
func NewModifyIpv6StateWithDefaults() *ModifyIpv6State
NewModifyIpv6StateWithDefaults instantiates a new ModifyIpv6State 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
GetOperation
func (o *ModifyIpv6State) GetOperation() int32
GetOperation returns the Operation field if non-nil, zero value otherwise.
GetOperationOk
func (o *ModifyIpv6State) GetOperationOk() (*int32, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOperation
func (o *ModifyIpv6State) SetOperation(v int32)
SetOperation sets Operation field to given value.
GetPortId
func (o *ModifyIpv6State) GetPortId() int32
GetPortId returns the PortId field if non-nil, zero value otherwise.
GetPortIdOk
func (o *ModifyIpv6State) GetPortIdOk() (*int32, 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 *ModifyIpv6State) SetPortId(v int32)
SetPortId sets PortId field to given value.