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 ScramCredentialDeletionHighestSupportedFlexVersion() int16
- func ScramCredentialDeletionHighestSupportedVersion() int16
- func ScramCredentialDeletionLowestSupportedFlexVersion() int16
- func ScramCredentialDeletionLowestSupportedVersion() int16
- func ScramCredentialUpsertionHighestSupportedFlexVersion() int16
- func ScramCredentialUpsertionHighestSupportedVersion() int16
- func ScramCredentialUpsertionLowestSupportedFlexVersion() int16
- func ScramCredentialUpsertionLowestSupportedVersion() int16
- type ScramCredentialDeletion
- func (o *ScramCredentialDeletion) Clear()
- func (o *ScramCredentialDeletion) Equal(that *ScramCredentialDeletion) bool
- func (o *ScramCredentialDeletion) IsNil() bool
- func (o *ScramCredentialDeletion) MarshalJSON() ([]byte, error)
- func (o *ScramCredentialDeletion) Mechanism() int8
- func (o *ScramCredentialDeletion) Name() fields.NullableString
- func (o *ScramCredentialDeletion) Read(buf *bytes.Reader, version int16) error
- func (o *ScramCredentialDeletion) Release()
- func (o *ScramCredentialDeletion) SetDefault()
- func (o *ScramCredentialDeletion) SetMechanism(val int8)
- func (o *ScramCredentialDeletion) SetName(val fields.NullableString)
- func (o *ScramCredentialDeletion) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *ScramCredentialDeletion) SizeInBytes(version int16) (int, error)
- func (o *ScramCredentialDeletion) String() string
- func (o *ScramCredentialDeletion) UnknownTaggedFields() []fields.RawTaggedField
- func (o *ScramCredentialDeletion) Write(buf *typesbytes.SliceWriter, version int16) error
- type ScramCredentialUpsertion
- func (o *ScramCredentialUpsertion) Clear()
- func (o *ScramCredentialUpsertion) Equal(that *ScramCredentialUpsertion) bool
- func (o *ScramCredentialUpsertion) IsNil() bool
- func (o *ScramCredentialUpsertion) Iterations() int32
- func (o *ScramCredentialUpsertion) MarshalJSON() ([]byte, error)
- func (o *ScramCredentialUpsertion) Mechanism() int8
- func (o *ScramCredentialUpsertion) Name() fields.NullableString
- func (o *ScramCredentialUpsertion) Read(buf *bytes.Reader, version int16) error
- func (o *ScramCredentialUpsertion) Release()
- func (o *ScramCredentialUpsertion) Salt() []byte
- func (o *ScramCredentialUpsertion) SaltedPassword() []byte
- func (o *ScramCredentialUpsertion) SetDefault()
- func (o *ScramCredentialUpsertion) SetIterations(val int32)
- func (o *ScramCredentialUpsertion) SetMechanism(val int8)
- func (o *ScramCredentialUpsertion) SetName(val fields.NullableString)
- func (o *ScramCredentialUpsertion) SetSalt(val []byte)
- func (o *ScramCredentialUpsertion) SetSaltedPassword(val []byte)
- func (o *ScramCredentialUpsertion) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *ScramCredentialUpsertion) SizeInBytes(version int16) (int, error)
- func (o *ScramCredentialUpsertion) String() string
- func (o *ScramCredentialUpsertion) UnknownTaggedFields() []fields.RawTaggedField
- func (o *ScramCredentialUpsertion) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScramCredentialDeletionHighestSupportedFlexVersion ¶
func ScramCredentialDeletionHighestSupportedFlexVersion() int16
func ScramCredentialDeletionHighestSupportedVersion ¶
func ScramCredentialDeletionHighestSupportedVersion() int16
func ScramCredentialDeletionLowestSupportedFlexVersion ¶
func ScramCredentialDeletionLowestSupportedFlexVersion() int16
func ScramCredentialDeletionLowestSupportedVersion ¶
func ScramCredentialDeletionLowestSupportedVersion() int16
func ScramCredentialUpsertionHighestSupportedFlexVersion ¶
func ScramCredentialUpsertionHighestSupportedFlexVersion() int16
func ScramCredentialUpsertionHighestSupportedVersion ¶
func ScramCredentialUpsertionHighestSupportedVersion() int16
func ScramCredentialUpsertionLowestSupportedFlexVersion ¶
func ScramCredentialUpsertionLowestSupportedFlexVersion() int16
func ScramCredentialUpsertionLowestSupportedVersion ¶
func ScramCredentialUpsertionLowestSupportedVersion() int16
Types ¶
type ScramCredentialDeletion ¶
type ScramCredentialDeletion struct {
// contains filtered or unexported fields
}
func ScramCredentialDeletionDefault ¶
func ScramCredentialDeletionDefault() ScramCredentialDeletion
func (*ScramCredentialDeletion) Clear ¶
func (o *ScramCredentialDeletion) Clear()
func (*ScramCredentialDeletion) Equal ¶
func (o *ScramCredentialDeletion) Equal(that *ScramCredentialDeletion) bool
func (*ScramCredentialDeletion) IsNil ¶
func (o *ScramCredentialDeletion) IsNil() bool
func (*ScramCredentialDeletion) MarshalJSON ¶
func (o *ScramCredentialDeletion) MarshalJSON() ([]byte, error)
func (*ScramCredentialDeletion) Mechanism ¶
func (o *ScramCredentialDeletion) Mechanism() int8
func (*ScramCredentialDeletion) Name ¶
func (o *ScramCredentialDeletion) Name() fields.NullableString
func (*ScramCredentialDeletion) Read ¶
func (o *ScramCredentialDeletion) Read(buf *bytes.Reader, version int16) error
func (*ScramCredentialDeletion) Release ¶
func (o *ScramCredentialDeletion) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*ScramCredentialDeletion) SetDefault ¶
func (o *ScramCredentialDeletion) SetDefault()
func (*ScramCredentialDeletion) SetMechanism ¶
func (o *ScramCredentialDeletion) SetMechanism(val int8)
func (*ScramCredentialDeletion) SetName ¶
func (o *ScramCredentialDeletion) SetName(val fields.NullableString)
func (*ScramCredentialDeletion) SetUnknownTaggedFields ¶
func (o *ScramCredentialDeletion) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*ScramCredentialDeletion) SizeInBytes ¶
func (o *ScramCredentialDeletion) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*ScramCredentialDeletion) String ¶
func (o *ScramCredentialDeletion) String() string
func (*ScramCredentialDeletion) UnknownTaggedFields ¶
func (o *ScramCredentialDeletion) UnknownTaggedFields() []fields.RawTaggedField
func (*ScramCredentialDeletion) Write ¶
func (o *ScramCredentialDeletion) Write(buf *typesbytes.SliceWriter, version int16) error
type ScramCredentialUpsertion ¶
type ScramCredentialUpsertion struct {
// contains filtered or unexported fields
}
func ScramCredentialUpsertionDefault ¶
func ScramCredentialUpsertionDefault() ScramCredentialUpsertion
func (*ScramCredentialUpsertion) Clear ¶
func (o *ScramCredentialUpsertion) Clear()
func (*ScramCredentialUpsertion) Equal ¶
func (o *ScramCredentialUpsertion) Equal(that *ScramCredentialUpsertion) bool
func (*ScramCredentialUpsertion) IsNil ¶
func (o *ScramCredentialUpsertion) IsNil() bool
func (*ScramCredentialUpsertion) Iterations ¶
func (o *ScramCredentialUpsertion) Iterations() int32
func (*ScramCredentialUpsertion) MarshalJSON ¶
func (o *ScramCredentialUpsertion) MarshalJSON() ([]byte, error)
func (*ScramCredentialUpsertion) Mechanism ¶
func (o *ScramCredentialUpsertion) Mechanism() int8
func (*ScramCredentialUpsertion) Name ¶
func (o *ScramCredentialUpsertion) Name() fields.NullableString
func (*ScramCredentialUpsertion) Read ¶
func (o *ScramCredentialUpsertion) Read(buf *bytes.Reader, version int16) error
func (*ScramCredentialUpsertion) Release ¶
func (o *ScramCredentialUpsertion) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*ScramCredentialUpsertion) Salt ¶
func (o *ScramCredentialUpsertion) Salt() []byte
func (*ScramCredentialUpsertion) SaltedPassword ¶
func (o *ScramCredentialUpsertion) SaltedPassword() []byte
func (*ScramCredentialUpsertion) SetDefault ¶
func (o *ScramCredentialUpsertion) SetDefault()
func (*ScramCredentialUpsertion) SetIterations ¶
func (o *ScramCredentialUpsertion) SetIterations(val int32)
func (*ScramCredentialUpsertion) SetMechanism ¶
func (o *ScramCredentialUpsertion) SetMechanism(val int8)
func (*ScramCredentialUpsertion) SetName ¶
func (o *ScramCredentialUpsertion) SetName(val fields.NullableString)
func (*ScramCredentialUpsertion) SetSalt ¶
func (o *ScramCredentialUpsertion) SetSalt(val []byte)
func (*ScramCredentialUpsertion) SetSaltedPassword ¶
func (o *ScramCredentialUpsertion) SetSaltedPassword(val []byte)
func (*ScramCredentialUpsertion) SetUnknownTaggedFields ¶
func (o *ScramCredentialUpsertion) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*ScramCredentialUpsertion) SizeInBytes ¶
func (o *ScramCredentialUpsertion) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*ScramCredentialUpsertion) String ¶
func (o *ScramCredentialUpsertion) String() string
func (*ScramCredentialUpsertion) UnknownTaggedFields ¶
func (o *ScramCredentialUpsertion) UnknownTaggedFields() []fields.RawTaggedField
func (*ScramCredentialUpsertion) Write ¶
func (o *ScramCredentialUpsertion) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.