storage

package
v2.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package storage contains API Schema definitions for the cache storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=cache.azure.com +versionName=v1api20210301storage

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Index

Constants

View Source
const APIVersion_Value = APIVersion("2021-03-01")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "cache.azure.com", Version: "v1api20210301storage"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type APIVersion

type APIVersion string

Storage version of v1api20210301.APIVersion +kubebuilder:validation:Enum={"2021-03-01"}

type Module

type Module struct {
	Args        *string                `json:"args,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20210301.Module Specifies configuration of a redis module

func (*Module) AssignProperties_From_Module

func (module *Module) AssignProperties_From_Module(source *v20230701s.Module) error

AssignProperties_From_Module populates our Module from the provided source Module

func (*Module) AssignProperties_To_Module

func (module *Module) AssignProperties_To_Module(destination *v20230701s.Module) error

AssignProperties_To_Module populates the provided destination Module from our Module

func (*Module) DeepCopy

func (in *Module) DeepCopy() *Module

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Module.

func (*Module) DeepCopyInto

func (in *Module) DeepCopyInto(out *Module)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Module_STATUS

type Module_STATUS struct {
	Args        *string                `json:"args,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Version     *string                `json:"version,omitempty"`
}

Storage version of v1api20210301.Module_STATUS Specifies configuration of a redis module

func (*Module_STATUS) AssignProperties_From_Module_STATUS

func (module *Module_STATUS) AssignProperties_From_Module_STATUS(source *v20230701s.Module_STATUS) error

AssignProperties_From_Module_STATUS populates our Module_STATUS from the provided source Module_STATUS

func (*Module_STATUS) AssignProperties_To_Module_STATUS

func (module *Module_STATUS) AssignProperties_To_Module_STATUS(destination *v20230701s.Module_STATUS) error

AssignProperties_To_Module_STATUS populates the provided destination Module_STATUS from our Module_STATUS

func (*Module_STATUS) DeepCopy

func (in *Module_STATUS) DeepCopy() *Module_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Module_STATUS.

func (*Module_STATUS) DeepCopyInto

func (in *Module_STATUS) DeepCopyInto(out *Module_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Persistence

type Persistence struct {
	AofEnabled   *bool                  `json:"aofEnabled,omitempty"`
	AofFrequency *string                `json:"aofFrequency,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RdbEnabled   *bool                  `json:"rdbEnabled,omitempty"`
	RdbFrequency *string                `json:"rdbFrequency,omitempty"`
}

Storage version of v1api20210301.Persistence Persistence-related configuration for the RedisEnterprise database

func (*Persistence) AssignProperties_From_Persistence

func (persistence *Persistence) AssignProperties_From_Persistence(source *v20230701s.Persistence) error

AssignProperties_From_Persistence populates our Persistence from the provided source Persistence

func (*Persistence) AssignProperties_To_Persistence

func (persistence *Persistence) AssignProperties_To_Persistence(destination *v20230701s.Persistence) error

AssignProperties_To_Persistence populates the provided destination Persistence from our Persistence

func (*Persistence) DeepCopy

func (in *Persistence) DeepCopy() *Persistence

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Persistence.

func (*Persistence) DeepCopyInto

func (in *Persistence) DeepCopyInto(out *Persistence)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Persistence_STATUS

type Persistence_STATUS struct {
	AofEnabled   *bool                  `json:"aofEnabled,omitempty"`
	AofFrequency *string                `json:"aofFrequency,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	RdbEnabled   *bool                  `json:"rdbEnabled,omitempty"`
	RdbFrequency *string                `json:"rdbFrequency,omitempty"`
}

Storage version of v1api20210301.Persistence_STATUS Persistence-related configuration for the RedisEnterprise database

func (*Persistence_STATUS) AssignProperties_From_Persistence_STATUS

func (persistence *Persistence_STATUS) AssignProperties_From_Persistence_STATUS(source *v20230701s.Persistence_STATUS) error

AssignProperties_From_Persistence_STATUS populates our Persistence_STATUS from the provided source Persistence_STATUS

func (*Persistence_STATUS) AssignProperties_To_Persistence_STATUS

func (persistence *Persistence_STATUS) AssignProperties_To_Persistence_STATUS(destination *v20230701s.Persistence_STATUS) error

AssignProperties_To_Persistence_STATUS populates the provided destination Persistence_STATUS from our Persistence_STATUS

func (*Persistence_STATUS) DeepCopy

func (in *Persistence_STATUS) DeepCopy() *Persistence_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Persistence_STATUS.

func (*Persistence_STATUS) DeepCopyInto

func (in *Persistence_STATUS) DeepCopyInto(out *Persistence_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateEndpointConnection_STATUS

type PrivateEndpointConnection_STATUS struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20210301.PrivateEndpointConnection_STATUS The Private Endpoint Connection resource.

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *v20230401s.PrivateEndpointConnection_STATUS) error

AssignProperties_From_PrivateEndpointConnection_STATUS populates our PrivateEndpointConnection_STATUS from the provided source PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS(destination *v20230401s.PrivateEndpointConnection_STATUS) error

AssignProperties_To_PrivateEndpointConnection_STATUS populates the provided destination PrivateEndpointConnection_STATUS from our PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS.

func (*PrivateEndpointConnection_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RedisEnterprise

type RedisEnterprise struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisEnterprise_Spec   `json:"spec,omitempty"`
	Status            RedisEnterprise_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20210301.RedisEnterprise Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}

func (*RedisEnterprise) AssignProperties_From_RedisEnterprise

func (enterprise *RedisEnterprise) AssignProperties_From_RedisEnterprise(source *v20230701s.RedisEnterprise) error

AssignProperties_From_RedisEnterprise populates our RedisEnterprise from the provided source RedisEnterprise

func (*RedisEnterprise) AssignProperties_To_RedisEnterprise

func (enterprise *RedisEnterprise) AssignProperties_To_RedisEnterprise(destination *v20230701s.RedisEnterprise) error

AssignProperties_To_RedisEnterprise populates the provided destination RedisEnterprise from our RedisEnterprise

func (*RedisEnterprise) AzureName

func (enterprise *RedisEnterprise) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisEnterprise) ConvertFrom

func (enterprise *RedisEnterprise) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our RedisEnterprise from the provided hub RedisEnterprise

func (*RedisEnterprise) ConvertTo

func (enterprise *RedisEnterprise) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub RedisEnterprise from our RedisEnterprise

func (*RedisEnterprise) DeepCopy

func (in *RedisEnterprise) DeepCopy() *RedisEnterprise

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise.

func (*RedisEnterprise) DeepCopyInto

func (in *RedisEnterprise) DeepCopyInto(out *RedisEnterprise)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisEnterprise) DeepCopyObject

func (in *RedisEnterprise) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (RedisEnterprise) GetAPIVersion

func (enterprise RedisEnterprise) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-03-01"

func (*RedisEnterprise) GetConditions

func (enterprise *RedisEnterprise) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*RedisEnterprise) GetResourceScope

func (enterprise *RedisEnterprise) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*RedisEnterprise) GetSpec

func (enterprise *RedisEnterprise) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*RedisEnterprise) GetStatus

func (enterprise *RedisEnterprise) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*RedisEnterprise) GetSupportedOperations

func (enterprise *RedisEnterprise) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*RedisEnterprise) GetType

func (enterprise *RedisEnterprise) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redisEnterprise"

func (*RedisEnterprise) NewEmptyStatus

func (enterprise *RedisEnterprise) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*RedisEnterprise) OriginalGVK

func (enterprise *RedisEnterprise) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*RedisEnterprise) Owner

func (enterprise *RedisEnterprise) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*RedisEnterprise) SetConditions

func (enterprise *RedisEnterprise) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*RedisEnterprise) SetStatus

func (enterprise *RedisEnterprise) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type RedisEnterpriseDatabase

type RedisEnterpriseDatabase struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RedisEnterprise_Database_Spec   `json:"spec,omitempty"`
	Status            RedisEnterprise_Database_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20210301.RedisEnterpriseDatabase Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}

func (*RedisEnterpriseDatabase) AssignProperties_From_RedisEnterpriseDatabase

func (database *RedisEnterpriseDatabase) AssignProperties_From_RedisEnterpriseDatabase(source *v20230701s.RedisEnterpriseDatabase) error

AssignProperties_From_RedisEnterpriseDatabase populates our RedisEnterpriseDatabase from the provided source RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) AssignProperties_To_RedisEnterpriseDatabase

func (database *RedisEnterpriseDatabase) AssignProperties_To_RedisEnterpriseDatabase(destination *v20230701s.RedisEnterpriseDatabase) error

AssignProperties_To_RedisEnterpriseDatabase populates the provided destination RedisEnterpriseDatabase from our RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) AzureName

func (database *RedisEnterpriseDatabase) AzureName() string

AzureName returns the Azure name of the resource

func (*RedisEnterpriseDatabase) ConvertFrom

func (database *RedisEnterpriseDatabase) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our RedisEnterpriseDatabase from the provided hub RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) ConvertTo

func (database *RedisEnterpriseDatabase) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub RedisEnterpriseDatabase from our RedisEnterpriseDatabase

func (*RedisEnterpriseDatabase) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterpriseDatabase.

func (*RedisEnterpriseDatabase) DeepCopyInto

func (in *RedisEnterpriseDatabase) DeepCopyInto(out *RedisEnterpriseDatabase)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisEnterpriseDatabase) DeepCopyObject

func (in *RedisEnterpriseDatabase) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (RedisEnterpriseDatabase) GetAPIVersion

func (database RedisEnterpriseDatabase) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-03-01"

func (*RedisEnterpriseDatabase) GetConditions

func (database *RedisEnterpriseDatabase) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*RedisEnterpriseDatabase) GetResourceScope

func (database *RedisEnterpriseDatabase) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*RedisEnterpriseDatabase) GetSpec

GetSpec returns the specification of this resource

func (*RedisEnterpriseDatabase) GetStatus

GetStatus returns the status of this resource

func (*RedisEnterpriseDatabase) GetSupportedOperations

func (database *RedisEnterpriseDatabase) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*RedisEnterpriseDatabase) GetType

func (database *RedisEnterpriseDatabase) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Cache/redisEnterprise/databases"

func (*RedisEnterpriseDatabase) NewEmptyStatus

func (database *RedisEnterpriseDatabase) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*RedisEnterpriseDatabase) OriginalGVK

func (database *RedisEnterpriseDatabase) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*RedisEnterpriseDatabase) Owner

Owner returns the ResourceReference of the owner

func (*RedisEnterpriseDatabase) SetConditions

func (database *RedisEnterpriseDatabase) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*RedisEnterpriseDatabase) SetStatus

func (database *RedisEnterpriseDatabase) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type RedisEnterpriseDatabaseList

type RedisEnterpriseDatabaseList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RedisEnterpriseDatabase `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20210301.RedisEnterpriseDatabase Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}

func (*RedisEnterpriseDatabaseList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterpriseDatabaseList.

func (*RedisEnterpriseDatabaseList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisEnterpriseDatabaseList) DeepCopyObject

func (in *RedisEnterpriseDatabaseList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type RedisEnterpriseList

type RedisEnterpriseList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RedisEnterprise `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20210301.RedisEnterprise Generator information: - Generated from: /redisenterprise/resource-manager/Microsoft.Cache/stable/2021-03-01/redisenterprise.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}

func (*RedisEnterpriseList) DeepCopy

func (in *RedisEnterpriseList) DeepCopy() *RedisEnterpriseList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterpriseList.

func (*RedisEnterpriseList) DeepCopyInto

func (in *RedisEnterpriseList) DeepCopyInto(out *RedisEnterpriseList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RedisEnterpriseList) DeepCopyObject

func (in *RedisEnterpriseList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type RedisEnterprise_Database_STATUS

type RedisEnterprise_Database_STATUS struct {
	ClientProtocol    *string                `json:"clientProtocol,omitempty"`
	ClusteringPolicy  *string                `json:"clusteringPolicy,omitempty"`
	Conditions        []conditions.Condition `json:"conditions,omitempty"`
	EvictionPolicy    *string                `json:"evictionPolicy,omitempty"`
	Id                *string                `json:"id,omitempty"`
	Modules           []Module_STATUS        `json:"modules,omitempty"`
	Name              *string                `json:"name,omitempty"`
	Persistence       *Persistence_STATUS    `json:"persistence,omitempty"`
	Port              *int                   `json:"port,omitempty"`
	PropertyBag       genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	ProvisioningState *string                `json:"provisioningState,omitempty"`
	ResourceState     *string                `json:"resourceState,omitempty"`
	Type              *string                `json:"type,omitempty"`
}

Storage version of v1api20210301.RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) AssignProperties_From_RedisEnterprise_Database_STATUS

func (database *RedisEnterprise_Database_STATUS) AssignProperties_From_RedisEnterprise_Database_STATUS(source *v20230701s.RedisEnterprise_Database_STATUS) error

AssignProperties_From_RedisEnterprise_Database_STATUS populates our RedisEnterprise_Database_STATUS from the provided source RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) AssignProperties_To_RedisEnterprise_Database_STATUS

func (database *RedisEnterprise_Database_STATUS) AssignProperties_To_RedisEnterprise_Database_STATUS(destination *v20230701s.RedisEnterprise_Database_STATUS) error

AssignProperties_To_RedisEnterprise_Database_STATUS populates the provided destination RedisEnterprise_Database_STATUS from our RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) ConvertStatusFrom

func (database *RedisEnterprise_Database_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisEnterprise_Database_STATUS from the provided source

func (*RedisEnterprise_Database_STATUS) ConvertStatusTo

func (database *RedisEnterprise_Database_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisEnterprise_Database_STATUS

func (*RedisEnterprise_Database_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise_Database_STATUS.

func (*RedisEnterprise_Database_STATUS) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RedisEnterprise_Database_Spec

type RedisEnterprise_Database_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName        string   `json:"azureName,omitempty"`
	ClientProtocol   *string  `json:"clientProtocol,omitempty"`
	ClusteringPolicy *string  `json:"clusteringPolicy,omitempty"`
	EvictionPolicy   *string  `json:"evictionPolicy,omitempty"`
	Modules          []Module `json:"modules,omitempty"`
	OriginalVersion  string   `json:"originalVersion,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a cache.azure.com/RedisEnterprise resource
	Owner       *genruntime.KnownResourceReference `group:"cache.azure.com" json:"owner,omitempty" kind:"RedisEnterprise"`
	Persistence *Persistence                       `json:"persistence,omitempty"`
	Port        *int                               `json:"port,omitempty"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
}

Storage version of v1api20210301.RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) AssignProperties_From_RedisEnterprise_Database_Spec

func (database *RedisEnterprise_Database_Spec) AssignProperties_From_RedisEnterprise_Database_Spec(source *v20230701s.RedisEnterprise_Database_Spec) error

AssignProperties_From_RedisEnterprise_Database_Spec populates our RedisEnterprise_Database_Spec from the provided source RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) AssignProperties_To_RedisEnterprise_Database_Spec

func (database *RedisEnterprise_Database_Spec) AssignProperties_To_RedisEnterprise_Database_Spec(destination *v20230701s.RedisEnterprise_Database_Spec) error

AssignProperties_To_RedisEnterprise_Database_Spec populates the provided destination RedisEnterprise_Database_Spec from our RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) ConvertSpecFrom

func (database *RedisEnterprise_Database_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our RedisEnterprise_Database_Spec from the provided source

func (*RedisEnterprise_Database_Spec) ConvertSpecTo

func (database *RedisEnterprise_Database_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our RedisEnterprise_Database_Spec

func (*RedisEnterprise_Database_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise_Database_Spec.

func (*RedisEnterprise_Database_Spec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RedisEnterprise_STATUS

type RedisEnterprise_STATUS struct {
	Conditions                 []conditions.Condition             `json:"conditions,omitempty"`
	HostName                   *string                            `json:"hostName,omitempty"`
	Id                         *string                            `json:"id,omitempty"`
	Location                   *string                            `json:"location,omitempty"`
	MinimumTlsVersion          *string                            `json:"minimumTlsVersion,omitempty"`
	Name                       *string                            `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"`
	PropertyBag                genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	ProvisioningState          *string                            `json:"provisioningState,omitempty"`
	RedisVersion               *string                            `json:"redisVersion,omitempty"`
	ResourceState              *string                            `json:"resourceState,omitempty"`
	Sku                        *Sku_STATUS                        `json:"sku,omitempty"`
	Tags                       map[string]string                  `json:"tags,omitempty"`
	Type                       *string                            `json:"type,omitempty"`
	Zones                      []string                           `json:"zones,omitempty"`
}

Storage version of v1api20210301.RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) AssignProperties_From_RedisEnterprise_STATUS

func (enterprise *RedisEnterprise_STATUS) AssignProperties_From_RedisEnterprise_STATUS(source *v20230701s.RedisEnterprise_STATUS) error

AssignProperties_From_RedisEnterprise_STATUS populates our RedisEnterprise_STATUS from the provided source RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) AssignProperties_To_RedisEnterprise_STATUS

func (enterprise *RedisEnterprise_STATUS) AssignProperties_To_RedisEnterprise_STATUS(destination *v20230701s.RedisEnterprise_STATUS) error

AssignProperties_To_RedisEnterprise_STATUS populates the provided destination RedisEnterprise_STATUS from our RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) ConvertStatusFrom

func (enterprise *RedisEnterprise_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our RedisEnterprise_STATUS from the provided source

func (*RedisEnterprise_STATUS) ConvertStatusTo

func (enterprise *RedisEnterprise_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our RedisEnterprise_STATUS

func (*RedisEnterprise_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise_STATUS.

func (*RedisEnterprise_STATUS) DeepCopyInto

func (in *RedisEnterprise_STATUS) DeepCopyInto(out *RedisEnterprise_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RedisEnterprise_Spec

type RedisEnterprise_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName         string  `json:"azureName,omitempty"`
	Location          *string `json:"location,omitempty"`
	MinimumTlsVersion *string `json:"minimumTlsVersion,omitempty"`
	OriginalVersion   string  `json:"originalVersion,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner       *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Sku         *Sku                               `json:"sku,omitempty"`
	Tags        map[string]string                  `json:"tags,omitempty"`
	Zones       []string                           `json:"zones,omitempty"`
}

Storage version of v1api20210301.RedisEnterprise_Spec

func (*RedisEnterprise_Spec) AssignProperties_From_RedisEnterprise_Spec

func (enterprise *RedisEnterprise_Spec) AssignProperties_From_RedisEnterprise_Spec(source *v20230701s.RedisEnterprise_Spec) error

AssignProperties_From_RedisEnterprise_Spec populates our RedisEnterprise_Spec from the provided source RedisEnterprise_Spec

func (*RedisEnterprise_Spec) AssignProperties_To_RedisEnterprise_Spec

func (enterprise *RedisEnterprise_Spec) AssignProperties_To_RedisEnterprise_Spec(destination *v20230701s.RedisEnterprise_Spec) error

AssignProperties_To_RedisEnterprise_Spec populates the provided destination RedisEnterprise_Spec from our RedisEnterprise_Spec

func (*RedisEnterprise_Spec) ConvertSpecFrom

func (enterprise *RedisEnterprise_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our RedisEnterprise_Spec from the provided source

func (*RedisEnterprise_Spec) ConvertSpecTo

func (enterprise *RedisEnterprise_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our RedisEnterprise_Spec

func (*RedisEnterprise_Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisEnterprise_Spec.

func (*RedisEnterprise_Spec) DeepCopyInto

func (in *RedisEnterprise_Spec) DeepCopyInto(out *RedisEnterprise_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Sku

type Sku struct {
	Capacity    *int                   `json:"capacity,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20210301.Sku SKU parameters supplied to the create RedisEnterprise operation.

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *v20230401s.Sku) error

AssignProperties_From_Sku populates our Sku from the provided source Sku

func (*Sku) AssignProperties_To_Sku

func (sku *Sku) AssignProperties_To_Sku(destination *v20230401s.Sku) error

AssignProperties_To_Sku populates the provided destination Sku from our Sku

func (*Sku) DeepCopy

func (in *Sku) DeepCopy() *Sku

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku.

func (*Sku) DeepCopyInto

func (in *Sku) DeepCopyInto(out *Sku)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Sku_STATUS

type Sku_STATUS struct {
	Capacity    *int                   `json:"capacity,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20210301.Sku_STATUS SKU parameters supplied to the create RedisEnterprise operation.

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *v20230401s.Sku_STATUS) error

AssignProperties_From_Sku_STATUS populates our Sku_STATUS from the provided source Sku_STATUS

func (*Sku_STATUS) AssignProperties_To_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_To_Sku_STATUS(destination *v20230401s.Sku_STATUS) error

AssignProperties_To_Sku_STATUS populates the provided destination Sku_STATUS from our Sku_STATUS

func (*Sku_STATUS) DeepCopy

func (in *Sku_STATUS) DeepCopy() *Sku_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sku_STATUS.

func (*Sku_STATUS) DeepCopyInto

func (in *Sku_STATUS) DeepCopyInto(out *Sku_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL