AuthenticationConfigEditDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AuthenticationConfigInfo | Pointer to AuthenticationConfigInfoDTO | [optional] | |
| Key | string | Identifier of entry | |
| OnuId | Pointer to int32 | ONU ID,This parameter is optional. If not specified, the system will automatically allocate the smallest available ONU number under the current port.OnuId should be within the range of 0 to 127 | [optional] |
| PortId | string | Pon port ID.e.g.GPON 1/0/1 |
Methods
NewAuthenticationConfigEditDTO
func NewAuthenticationConfigEditDTO(key string, portId string, ) *AuthenticationConfigEditDTO
NewAuthenticationConfigEditDTO instantiates a new AuthenticationConfigEditDTO 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
NewAuthenticationConfigEditDTOWithDefaults
func NewAuthenticationConfigEditDTOWithDefaults() *AuthenticationConfigEditDTO
NewAuthenticationConfigEditDTOWithDefaults instantiates a new AuthenticationConfigEditDTO 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
GetAuthenticationConfigInfo
func (o *AuthenticationConfigEditDTO) GetAuthenticationConfigInfo() AuthenticationConfigInfoDTO
GetAuthenticationConfigInfo returns the AuthenticationConfigInfo field if non-nil, zero value otherwise.
GetAuthenticationConfigInfoOk
func (o *AuthenticationConfigEditDTO) GetAuthenticationConfigInfoOk() (*AuthenticationConfigInfoDTO, bool)
GetAuthenticationConfigInfoOk returns a tuple with the AuthenticationConfigInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAuthenticationConfigInfo
func (o *AuthenticationConfigEditDTO) SetAuthenticationConfigInfo(v AuthenticationConfigInfoDTO)
SetAuthenticationConfigInfo sets AuthenticationConfigInfo field to given value.
HasAuthenticationConfigInfo
func (o *AuthenticationConfigEditDTO) HasAuthenticationConfigInfo() bool
HasAuthenticationConfigInfo returns a boolean if a field has been set.
GetKey
func (o *AuthenticationConfigEditDTO) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
GetKeyOk
func (o *AuthenticationConfigEditDTO) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetKey
func (o *AuthenticationConfigEditDTO) SetKey(v string)
SetKey sets Key field to given value.
GetOnuId
func (o *AuthenticationConfigEditDTO) GetOnuId() int32
GetOnuId returns the OnuId field if non-nil, zero value otherwise.
GetOnuIdOk
func (o *AuthenticationConfigEditDTO) GetOnuIdOk() (*int32, bool)
GetOnuIdOk returns a tuple with the OnuId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOnuId
func (o *AuthenticationConfigEditDTO) SetOnuId(v int32)
SetOnuId sets OnuId field to given value.
HasOnuId
func (o *AuthenticationConfigEditDTO) HasOnuId() bool
HasOnuId returns a boolean if a field has been set.
GetPortId
func (o *AuthenticationConfigEditDTO) GetPortId() string
GetPortId returns the PortId field if non-nil, zero value otherwise.
GetPortIdOk
func (o *AuthenticationConfigEditDTO) 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 *AuthenticationConfigEditDTO) SetPortId(v string)
SetPortId sets PortId field to given value.