Documentation ¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func UserNameHighestSupportedFlexVersion() int16
- func UserNameHighestSupportedVersion() int16
- func UserNameLowestSupportedFlexVersion() int16
- func UserNameLowestSupportedVersion() int16
- type UserName
- func (o *UserName) Clear()
- func (o *UserName) Equal(that *UserName) bool
- func (o *UserName) IsNil() bool
- func (o *UserName) MarshalJSON() ([]byte, error)
- func (o *UserName) Name() fields.NullableString
- func (o *UserName) Read(buf *bytes.Reader, version int16) error
- func (o *UserName) Release()
- func (o *UserName) SetDefault()
- func (o *UserName) SetName(val fields.NullableString)
- func (o *UserName) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *UserName) SizeInBytes(version int16) (int, error)
- func (o *UserName) String() string
- func (o *UserName) UnknownTaggedFields() []fields.RawTaggedField
- func (o *UserName) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserNameHighestSupportedFlexVersion ¶
func UserNameHighestSupportedFlexVersion() int16
func UserNameHighestSupportedVersion ¶
func UserNameHighestSupportedVersion() int16
func UserNameLowestSupportedFlexVersion ¶
func UserNameLowestSupportedFlexVersion() int16
func UserNameLowestSupportedVersion ¶
func UserNameLowestSupportedVersion() int16
Types ¶
type UserName ¶
type UserName struct {
// contains filtered or unexported fields
}
func UserNameDefault ¶
func UserNameDefault() UserName
func (*UserName) MarshalJSON ¶
func (*UserName) Name ¶
func (o *UserName) Name() fields.NullableString
func (*UserName) Release ¶
func (o *UserName) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*UserName) SetDefault ¶
func (o *UserName) SetDefault()
func (*UserName) SetName ¶
func (o *UserName) SetName(val fields.NullableString)
func (*UserName) SetUnknownTaggedFields ¶
func (o *UserName) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*UserName) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*UserName) UnknownTaggedFields ¶
func (o *UserName) UnknownTaggedFields() []fields.RawTaggedField
func (*UserName) Write ¶
func (o *UserName) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.