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 ListedGroupHighestSupportedFlexVersion() int16
- func ListedGroupHighestSupportedVersion() int16
- func ListedGroupLowestSupportedFlexVersion() int16
- func ListedGroupLowestSupportedVersion() int16
- type ListedGroup
- func (o *ListedGroup) Clear()
- func (o *ListedGroup) Equal(that *ListedGroup) bool
- func (o *ListedGroup) GroupId() fields.NullableString
- func (o *ListedGroup) GroupState() fields.NullableString
- func (o *ListedGroup) IsNil() bool
- func (o *ListedGroup) MarshalJSON() ([]byte, error)
- func (o *ListedGroup) ProtocolType() fields.NullableString
- func (o *ListedGroup) Read(buf *bytes.Reader, version int16) error
- func (o *ListedGroup) Release()
- func (o *ListedGroup) SetDefault()
- func (o *ListedGroup) SetGroupId(val fields.NullableString)
- func (o *ListedGroup) SetGroupState(val fields.NullableString)
- func (o *ListedGroup) SetProtocolType(val fields.NullableString)
- func (o *ListedGroup) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *ListedGroup) SizeInBytes(version int16) (int, error)
- func (o *ListedGroup) String() string
- func (o *ListedGroup) UnknownTaggedFields() []fields.RawTaggedField
- func (o *ListedGroup) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListedGroupHighestSupportedFlexVersion ¶
func ListedGroupHighestSupportedFlexVersion() int16
func ListedGroupHighestSupportedVersion ¶
func ListedGroupHighestSupportedVersion() int16
func ListedGroupLowestSupportedFlexVersion ¶
func ListedGroupLowestSupportedFlexVersion() int16
func ListedGroupLowestSupportedVersion ¶
func ListedGroupLowestSupportedVersion() int16
Types ¶
type ListedGroup ¶
type ListedGroup struct {
// contains filtered or unexported fields
}
func ListedGroupDefault ¶
func ListedGroupDefault() ListedGroup
func (*ListedGroup) Clear ¶
func (o *ListedGroup) Clear()
func (*ListedGroup) Equal ¶
func (o *ListedGroup) Equal(that *ListedGroup) bool
func (*ListedGroup) GroupId ¶
func (o *ListedGroup) GroupId() fields.NullableString
func (*ListedGroup) GroupState ¶
func (o *ListedGroup) GroupState() fields.NullableString
func (*ListedGroup) IsNil ¶
func (o *ListedGroup) IsNil() bool
func (*ListedGroup) MarshalJSON ¶
func (o *ListedGroup) MarshalJSON() ([]byte, error)
func (*ListedGroup) ProtocolType ¶
func (o *ListedGroup) ProtocolType() fields.NullableString
func (*ListedGroup) Release ¶
func (o *ListedGroup) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*ListedGroup) SetDefault ¶
func (o *ListedGroup) SetDefault()
func (*ListedGroup) SetGroupId ¶
func (o *ListedGroup) SetGroupId(val fields.NullableString)
func (*ListedGroup) SetGroupState ¶
func (o *ListedGroup) SetGroupState(val fields.NullableString)
func (*ListedGroup) SetProtocolType ¶
func (o *ListedGroup) SetProtocolType(val fields.NullableString)
func (*ListedGroup) SetUnknownTaggedFields ¶
func (o *ListedGroup) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*ListedGroup) SizeInBytes ¶
func (o *ListedGroup) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*ListedGroup) String ¶
func (o *ListedGroup) String() string
func (*ListedGroup) UnknownTaggedFields ¶
func (o *ListedGroup) UnknownTaggedFields() []fields.RawTaggedField
func (*ListedGroup) Write ¶
func (o *ListedGroup) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.