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