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.
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 FeatureHighestSupportedFlexVersion() int16
- func FeatureHighestSupportedVersion() int16
- func FeatureLowestSupportedFlexVersion() int16
- func FeatureLowestSupportedVersion() int16
- func ListenerHighestSupportedFlexVersion() int16
- func ListenerHighestSupportedVersion() int16
- func ListenerLowestSupportedFlexVersion() int16
- func ListenerLowestSupportedVersion() int16
- type Feature
- func (o *Feature) Clear()
- func (o *Feature) Equal(that *Feature) bool
- func (o *Feature) IsNil() bool
- func (o *Feature) MarshalJSON() ([]byte, error)
- func (o *Feature) MaxSupportedVersion() int16
- func (o *Feature) MinSupportedVersion() int16
- func (o *Feature) Name() fields.NullableString
- func (o *Feature) Read(buf *bytes.Reader, version int16) error
- func (o *Feature) Release()
- func (o *Feature) SetDefault()
- func (o *Feature) SetMaxSupportedVersion(val int16)
- func (o *Feature) SetMinSupportedVersion(val int16)
- func (o *Feature) SetName(val fields.NullableString)
- func (o *Feature) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *Feature) SizeInBytes(version int16) (int, error)
- func (o *Feature) String() string
- func (o *Feature) UnknownTaggedFields() []fields.RawTaggedField
- func (o *Feature) Write(buf *typesbytes.SliceWriter, version int16) error
- type Listener
- func (o *Listener) Clear()
- func (o *Listener) Equal(that *Listener) bool
- func (o *Listener) Host() fields.NullableString
- func (o *Listener) IsNil() bool
- func (o *Listener) MarshalJSON() ([]byte, error)
- func (o *Listener) Name() fields.NullableString
- func (o *Listener) Port() uint16
- func (o *Listener) Read(buf *bytes.Reader, version int16) error
- func (o *Listener) Release()
- func (o *Listener) SecurityProtocol() int16
- func (o *Listener) SetDefault()
- func (o *Listener) SetHost(val fields.NullableString)
- func (o *Listener) SetName(val fields.NullableString)
- func (o *Listener) SetPort(val uint16)
- func (o *Listener) SetSecurityProtocol(val int16)
- func (o *Listener) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *Listener) SizeInBytes(version int16) (int, error)
- func (o *Listener) String() string
- func (o *Listener) UnknownTaggedFields() []fields.RawTaggedField
- func (o *Listener) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FeatureHighestSupportedFlexVersion ¶
func FeatureHighestSupportedFlexVersion() int16
func FeatureHighestSupportedVersion ¶
func FeatureHighestSupportedVersion() int16
func FeatureLowestSupportedFlexVersion ¶
func FeatureLowestSupportedFlexVersion() int16
func FeatureLowestSupportedVersion ¶
func FeatureLowestSupportedVersion() int16
func ListenerHighestSupportedFlexVersion ¶
func ListenerHighestSupportedFlexVersion() int16
func ListenerHighestSupportedVersion ¶
func ListenerHighestSupportedVersion() int16
func ListenerLowestSupportedFlexVersion ¶
func ListenerLowestSupportedFlexVersion() int16
func ListenerLowestSupportedVersion ¶
func ListenerLowestSupportedVersion() int16
Types ¶
type Feature ¶
type Feature struct {
// contains filtered or unexported fields
}
func FeatureDefault ¶
func FeatureDefault() Feature
func (*Feature) MarshalJSON ¶
func (*Feature) MaxSupportedVersion ¶
func (*Feature) MinSupportedVersion ¶
func (*Feature) Name ¶
func (o *Feature) Name() fields.NullableString
func (*Feature) Release ¶
func (o *Feature) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*Feature) SetDefault ¶
func (o *Feature) SetDefault()
func (*Feature) SetMaxSupportedVersion ¶
func (*Feature) SetMinSupportedVersion ¶
func (*Feature) SetName ¶
func (o *Feature) SetName(val fields.NullableString)
func (*Feature) SetUnknownTaggedFields ¶
func (o *Feature) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*Feature) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*Feature) UnknownTaggedFields ¶
func (o *Feature) UnknownTaggedFields() []fields.RawTaggedField
func (*Feature) Write ¶
func (o *Feature) Write(buf *typesbytes.SliceWriter, version int16) error
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func ListenerDefault ¶
func ListenerDefault() Listener
func (*Listener) Host ¶
func (o *Listener) Host() fields.NullableString
func (*Listener) MarshalJSON ¶
func (*Listener) Name ¶
func (o *Listener) Name() fields.NullableString
func (*Listener) Release ¶
func (o *Listener) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*Listener) SecurityProtocol ¶
func (*Listener) SetDefault ¶
func (o *Listener) SetDefault()
func (*Listener) SetHost ¶
func (o *Listener) SetHost(val fields.NullableString)
func (*Listener) SetName ¶
func (o *Listener) SetName(val fields.NullableString)
func (*Listener) SetSecurityProtocol ¶
func (*Listener) SetUnknownTaggedFields ¶
func (o *Listener) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*Listener) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*Listener) UnknownTaggedFields ¶
func (o *Listener) UnknownTaggedFields() []fields.RawTaggedField
func (*Listener) Write ¶
func (o *Listener) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.