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