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 AclCreationHighestSupportedFlexVersion() int16
- func AclCreationHighestSupportedVersion() int16
- func AclCreationLowestSupportedFlexVersion() int16
- func AclCreationLowestSupportedVersion() int16
- type AclCreation
- func (o *AclCreation) Clear()
- func (o *AclCreation) Equal(that *AclCreation) bool
- func (o *AclCreation) Host() fields.NullableString
- func (o *AclCreation) IsNil() bool
- func (o *AclCreation) MarshalJSON() ([]byte, error)
- func (o *AclCreation) Operation() int8
- func (o *AclCreation) PermissionType() int8
- func (o *AclCreation) Principal() fields.NullableString
- func (o *AclCreation) Read(buf *bytes.Reader, version int16) error
- func (o *AclCreation) Release()
- func (o *AclCreation) ResourceName() fields.NullableString
- func (o *AclCreation) ResourcePatternType() int8
- func (o *AclCreation) ResourceType() int8
- func (o *AclCreation) SetDefault()
- func (o *AclCreation) SetHost(val fields.NullableString)
- func (o *AclCreation) SetOperation(val int8)
- func (o *AclCreation) SetPermissionType(val int8)
- func (o *AclCreation) SetPrincipal(val fields.NullableString)
- func (o *AclCreation) SetResourceName(val fields.NullableString)
- func (o *AclCreation) SetResourcePatternType(val int8)
- func (o *AclCreation) SetResourceType(val int8)
- func (o *AclCreation) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *AclCreation) SizeInBytes(version int16) (int, error)
- func (o *AclCreation) String() string
- func (o *AclCreation) UnknownTaggedFields() []fields.RawTaggedField
- func (o *AclCreation) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AclCreationHighestSupportedFlexVersion ¶
func AclCreationHighestSupportedFlexVersion() int16
func AclCreationHighestSupportedVersion ¶
func AclCreationHighestSupportedVersion() int16
func AclCreationLowestSupportedFlexVersion ¶
func AclCreationLowestSupportedFlexVersion() int16
func AclCreationLowestSupportedVersion ¶
func AclCreationLowestSupportedVersion() int16
Types ¶
type AclCreation ¶
type AclCreation struct {
// contains filtered or unexported fields
}
func AclCreationDefault ¶
func AclCreationDefault() AclCreation
func (*AclCreation) Clear ¶
func (o *AclCreation) Clear()
func (*AclCreation) Equal ¶
func (o *AclCreation) Equal(that *AclCreation) bool
func (*AclCreation) Host ¶
func (o *AclCreation) Host() fields.NullableString
func (*AclCreation) IsNil ¶
func (o *AclCreation) IsNil() bool
func (*AclCreation) MarshalJSON ¶
func (o *AclCreation) MarshalJSON() ([]byte, error)
func (*AclCreation) Operation ¶
func (o *AclCreation) Operation() int8
func (*AclCreation) PermissionType ¶
func (o *AclCreation) PermissionType() int8
func (*AclCreation) Principal ¶
func (o *AclCreation) Principal() fields.NullableString
func (*AclCreation) Release ¶
func (o *AclCreation) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*AclCreation) ResourceName ¶
func (o *AclCreation) ResourceName() fields.NullableString
func (*AclCreation) ResourcePatternType ¶
func (o *AclCreation) ResourcePatternType() int8
func (*AclCreation) ResourceType ¶
func (o *AclCreation) ResourceType() int8
func (*AclCreation) SetDefault ¶
func (o *AclCreation) SetDefault()
func (*AclCreation) SetHost ¶
func (o *AclCreation) SetHost(val fields.NullableString)
func (*AclCreation) SetOperation ¶
func (o *AclCreation) SetOperation(val int8)
func (*AclCreation) SetPermissionType ¶
func (o *AclCreation) SetPermissionType(val int8)
func (*AclCreation) SetPrincipal ¶
func (o *AclCreation) SetPrincipal(val fields.NullableString)
func (*AclCreation) SetResourceName ¶
func (o *AclCreation) SetResourceName(val fields.NullableString)
func (*AclCreation) SetResourcePatternType ¶
func (o *AclCreation) SetResourcePatternType(val int8)
func (*AclCreation) SetResourceType ¶
func (o *AclCreation) SetResourceType(val int8)
func (*AclCreation) SetUnknownTaggedFields ¶
func (o *AclCreation) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*AclCreation) SizeInBytes ¶
func (o *AclCreation) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*AclCreation) String ¶
func (o *AclCreation) String() string
func (*AclCreation) UnknownTaggedFields ¶
func (o *AclCreation) UnknownTaggedFields() []fields.RawTaggedField
func (*AclCreation) Write ¶
func (o *AclCreation) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.