Name | Type | Description | Notes |
---|---|---|---|
Enabled | Pointer to string | [optional] | |
Supported | Pointer to string | [optional] |
func NewAutoNegotiation() *AutoNegotiation
NewAutoNegotiation instantiates a new AutoNegotiation 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
func NewAutoNegotiationWithDefaults() *AutoNegotiation
NewAutoNegotiationWithDefaults instantiates a new AutoNegotiation 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
func (o *AutoNegotiation) GetEnabled() string
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *AutoNegotiation) GetEnabledOk() (*string, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutoNegotiation) SetEnabled(v string)
SetEnabled sets Enabled field to given value.
func (o *AutoNegotiation) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *AutoNegotiation) GetSupported() string
GetSupported returns the Supported field if non-nil, zero value otherwise.
func (o *AutoNegotiation) GetSupportedOk() (*string, bool)
GetSupportedOk returns a tuple with the Supported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AutoNegotiation) SetSupported(v string)
SetSupported sets Supported field to given value.
func (o *AutoNegotiation) HasSupported() bool
HasSupported returns a boolean if a field has been set.