v1beta20210601storage

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

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.

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.

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

Index

Constants

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

Variables

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

	// 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 v1beta20210601.APIVersion Deprecated version of APIVersion. Use v1api20210601.APIVersion instead +kubebuilder:validation:Enum={"2021-06-01"}

type Backup

type Backup struct {
	BackupRetentionDays *int                   `json:"backupRetentionDays,omitempty"`
	GeoRedundantBackup  *string                `json:"geoRedundantBackup,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1beta20210601.Backup Deprecated version of Backup. Use v1api20210601.Backup instead

func (*Backup) AssignProperties_From_Backup

func (backup *Backup) AssignProperties_From_Backup(source *v1beta20220120ps.Backup) error

AssignProperties_From_Backup populates our Backup from the provided source Backup

func (*Backup) AssignProperties_To_Backup

func (backup *Backup) AssignProperties_To_Backup(destination *v1beta20220120ps.Backup) error

AssignProperties_To_Backup populates the provided destination Backup from our Backup

func (*Backup) DeepCopy

func (in *Backup) DeepCopy() *Backup

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

func (*Backup) DeepCopyInto

func (in *Backup) DeepCopyInto(out *Backup)

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

type Backup_STATUS

type Backup_STATUS struct {
	BackupRetentionDays *int                   `json:"backupRetentionDays,omitempty"`
	EarliestRestoreDate *string                `json:"earliestRestoreDate,omitempty"`
	GeoRedundantBackup  *string                `json:"geoRedundantBackup,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1beta20210601.Backup_STATUS Deprecated version of Backup_STATUS. Use v1api20210601.Backup_STATUS instead

func (*Backup_STATUS) AssignProperties_From_Backup_STATUS

func (backup *Backup_STATUS) AssignProperties_From_Backup_STATUS(source *v1beta20220120ps.Backup_STATUS) error

AssignProperties_From_Backup_STATUS populates our Backup_STATUS from the provided source Backup_STATUS

func (*Backup_STATUS) AssignProperties_To_Backup_STATUS

func (backup *Backup_STATUS) AssignProperties_To_Backup_STATUS(destination *v1beta20220120ps.Backup_STATUS) error

AssignProperties_To_Backup_STATUS populates the provided destination Backup_STATUS from our Backup_STATUS

func (*Backup_STATUS) DeepCopy

func (in *Backup_STATUS) DeepCopy() *Backup_STATUS

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

func (*Backup_STATUS) DeepCopyInto

func (in *Backup_STATUS) DeepCopyInto(out *Backup_STATUS)

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

type FlexibleServer

type FlexibleServer struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServer_Spec   `json:"spec,omitempty"`
	Status            FlexibleServer_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 v1beta20210601.FlexibleServer Deprecated version of FlexibleServer. Use v1api20210601.FlexibleServer instead

func (*FlexibleServer) AssignProperties_From_FlexibleServer

func (server *FlexibleServer) AssignProperties_From_FlexibleServer(source *v1beta20220120ps.FlexibleServer) error

AssignProperties_From_FlexibleServer populates our FlexibleServer from the provided source FlexibleServer

func (*FlexibleServer) AssignProperties_To_FlexibleServer

func (server *FlexibleServer) AssignProperties_To_FlexibleServer(destination *v1beta20220120ps.FlexibleServer) error

AssignProperties_To_FlexibleServer populates the provided destination FlexibleServer from our FlexibleServer

func (*FlexibleServer) AzureName

func (server *FlexibleServer) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServer) ConvertFrom

func (server *FlexibleServer) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our FlexibleServer from the provided hub FlexibleServer

func (*FlexibleServer) ConvertTo

func (server *FlexibleServer) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub FlexibleServer from our FlexibleServer

func (*FlexibleServer) DeepCopy

func (in *FlexibleServer) DeepCopy() *FlexibleServer

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

func (*FlexibleServer) DeepCopyInto

func (in *FlexibleServer) DeepCopyInto(out *FlexibleServer)

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

func (*FlexibleServer) DeepCopyObject

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

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

func (FlexibleServer) GetAPIVersion

func (server FlexibleServer) GetAPIVersion() string

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

func (*FlexibleServer) GetConditions

func (server *FlexibleServer) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FlexibleServer) GetResourceScope

func (server *FlexibleServer) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FlexibleServer) GetSpec

func (server *FlexibleServer) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*FlexibleServer) GetStatus

func (server *FlexibleServer) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*FlexibleServer) GetType

func (server *FlexibleServer) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforPostgreSQL/flexibleServers"

func (*FlexibleServer) NewEmptyStatus

func (server *FlexibleServer) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServer) OriginalGVK

func (server *FlexibleServer) OriginalGVK() *schema.GroupVersionKind

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

func (*FlexibleServer) Owner

func (server *FlexibleServer) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*FlexibleServer) SetConditions

func (server *FlexibleServer) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FlexibleServer) SetStatus

func (server *FlexibleServer) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type FlexibleServerList

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

+kubebuilder:object:root=true Storage version of v1beta20210601.FlexibleServer Deprecated version of FlexibleServer. Use v1api20210601.FlexibleServer instead

func (*FlexibleServerList) DeepCopy

func (in *FlexibleServerList) DeepCopy() *FlexibleServerList

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

func (*FlexibleServerList) DeepCopyInto

func (in *FlexibleServerList) DeepCopyInto(out *FlexibleServerList)

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

func (*FlexibleServerList) DeepCopyObject

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

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

type FlexibleServerOperatorSecrets

type FlexibleServerOperatorSecrets struct {
	FullyQualifiedDomainName *genruntime.SecretDestination `json:"fullyQualifiedDomainName,omitempty"`
	PropertyBag              genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
}

Storage version of v1beta20210601.FlexibleServerOperatorSecrets

func (*FlexibleServerOperatorSecrets) AssignProperties_From_FlexibleServerOperatorSecrets

func (secrets *FlexibleServerOperatorSecrets) AssignProperties_From_FlexibleServerOperatorSecrets(source *v20210601s.FlexibleServerOperatorSecrets) error

AssignProperties_From_FlexibleServerOperatorSecrets populates our FlexibleServerOperatorSecrets from the provided source FlexibleServerOperatorSecrets

func (*FlexibleServerOperatorSecrets) AssignProperties_To_FlexibleServerOperatorSecrets

func (secrets *FlexibleServerOperatorSecrets) AssignProperties_To_FlexibleServerOperatorSecrets(destination *v20210601s.FlexibleServerOperatorSecrets) error

AssignProperties_To_FlexibleServerOperatorSecrets populates the provided destination FlexibleServerOperatorSecrets from our FlexibleServerOperatorSecrets

func (*FlexibleServerOperatorSecrets) DeepCopy

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

func (*FlexibleServerOperatorSecrets) DeepCopyInto

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

type FlexibleServerOperatorSpec

type FlexibleServerOperatorSpec struct {
	PropertyBag genruntime.PropertyBag         `json:"$propertyBag,omitempty"`
	Secrets     *FlexibleServerOperatorSecrets `json:"secrets,omitempty"`
}

Storage version of v1beta20210601.FlexibleServerOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*FlexibleServerOperatorSpec) AssignProperties_From_FlexibleServerOperatorSpec

func (operator *FlexibleServerOperatorSpec) AssignProperties_From_FlexibleServerOperatorSpec(source *v1beta20220120ps.FlexibleServerOperatorSpec) error

AssignProperties_From_FlexibleServerOperatorSpec populates our FlexibleServerOperatorSpec from the provided source FlexibleServerOperatorSpec

func (*FlexibleServerOperatorSpec) AssignProperties_To_FlexibleServerOperatorSpec

func (operator *FlexibleServerOperatorSpec) AssignProperties_To_FlexibleServerOperatorSpec(destination *v1beta20220120ps.FlexibleServerOperatorSpec) error

AssignProperties_To_FlexibleServerOperatorSpec populates the provided destination FlexibleServerOperatorSpec from our FlexibleServerOperatorSpec

func (*FlexibleServerOperatorSpec) DeepCopy

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

func (*FlexibleServerOperatorSpec) DeepCopyInto

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

type FlexibleServer_STATUS

type FlexibleServer_STATUS struct {
	AdministratorLogin       *string                   `json:"administratorLogin,omitempty"`
	AvailabilityZone         *string                   `json:"availabilityZone,omitempty"`
	Backup                   *Backup_STATUS            `json:"backup,omitempty"`
	Conditions               []conditions.Condition    `json:"conditions,omitempty"`
	CreateMode               *string                   `json:"createMode,omitempty"`
	FullyQualifiedDomainName *string                   `json:"fullyQualifiedDomainName,omitempty"`
	HighAvailability         *HighAvailability_STATUS  `json:"highAvailability,omitempty"`
	Id                       *string                   `json:"id,omitempty"`
	Location                 *string                   `json:"location,omitempty"`
	MaintenanceWindow        *MaintenanceWindow_STATUS `json:"maintenanceWindow,omitempty"`
	MinorVersion             *string                   `json:"minorVersion,omitempty"`
	Name                     *string                   `json:"name,omitempty"`
	Network                  *Network_STATUS           `json:"network,omitempty"`
	PointInTimeUTC           *string                   `json:"pointInTimeUTC,omitempty"`
	PropertyBag              genruntime.PropertyBag    `json:"$propertyBag,omitempty"`
	Sku                      *Sku_STATUS               `json:"sku,omitempty"`
	SourceServerResourceId   *string                   `json:"sourceServerResourceId,omitempty"`
	State                    *string                   `json:"state,omitempty"`
	Storage                  *Storage_STATUS           `json:"storage,omitempty"`
	SystemData               *SystemData_STATUS        `json:"systemData,omitempty"`
	Tags                     map[string]string         `json:"tags,omitempty"`
	Type                     *string                   `json:"type,omitempty"`
	Version                  *string                   `json:"version,omitempty"`
}

Storage version of v1beta20210601.FlexibleServer_STATUS Deprecated version of FlexibleServer_STATUS. Use v1api20210601.FlexibleServer_STATUS instead

func (*FlexibleServer_STATUS) AssignProperties_From_FlexibleServer_STATUS

func (server *FlexibleServer_STATUS) AssignProperties_From_FlexibleServer_STATUS(source *v1beta20220120ps.FlexibleServer_STATUS) error

AssignProperties_From_FlexibleServer_STATUS populates our FlexibleServer_STATUS from the provided source FlexibleServer_STATUS

func (*FlexibleServer_STATUS) AssignProperties_To_FlexibleServer_STATUS

func (server *FlexibleServer_STATUS) AssignProperties_To_FlexibleServer_STATUS(destination *v1beta20220120ps.FlexibleServer_STATUS) error

AssignProperties_To_FlexibleServer_STATUS populates the provided destination FlexibleServer_STATUS from our FlexibleServer_STATUS

func (*FlexibleServer_STATUS) ConvertStatusFrom

func (server *FlexibleServer_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our FlexibleServer_STATUS from the provided source

func (*FlexibleServer_STATUS) ConvertStatusTo

func (server *FlexibleServer_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our FlexibleServer_STATUS

func (*FlexibleServer_STATUS) DeepCopy

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

func (*FlexibleServer_STATUS) DeepCopyInto

func (in *FlexibleServer_STATUS) DeepCopyInto(out *FlexibleServer_STATUS)

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

type FlexibleServer_Spec

type FlexibleServer_Spec struct {
	AdministratorLogin         *string                     `json:"administratorLogin,omitempty"`
	AdministratorLoginPassword *genruntime.SecretReference `json:"administratorLoginPassword,omitempty"`
	AvailabilityZone           *string                     `json:"availabilityZone,omitempty"`

	// 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"`
	Backup            *Backup                     `json:"backup,omitempty"`
	CreateMode        *string                     `json:"createMode,omitempty"`
	HighAvailability  *HighAvailability           `json:"highAvailability,omitempty"`
	Location          *string                     `json:"location,omitempty"`
	MaintenanceWindow *MaintenanceWindow          `json:"maintenanceWindow,omitempty"`
	Network           *Network                    `json:"network,omitempty"`
	OperatorSpec      *FlexibleServerOperatorSpec `json:"operatorSpec,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"`
	PointInTimeUTC                *string                            `json:"pointInTimeUTC,omitempty"`
	PropertyBag                   genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Sku                           *Sku                               `json:"sku,omitempty"`
	SourceServerResourceReference *genruntime.ResourceReference      `armReference:"SourceServerResourceId" json:"sourceServerResourceReference,omitempty"`
	Storage                       *Storage                           `json:"storage,omitempty"`
	Tags                          map[string]string                  `json:"tags,omitempty"`
	Version                       *string                            `json:"version,omitempty"`
}

Storage version of v1beta20210601.FlexibleServer_Spec

func (*FlexibleServer_Spec) AssignProperties_From_FlexibleServer_Spec

func (server *FlexibleServer_Spec) AssignProperties_From_FlexibleServer_Spec(source *v1beta20220120ps.FlexibleServer_Spec) error

AssignProperties_From_FlexibleServer_Spec populates our FlexibleServer_Spec from the provided source FlexibleServer_Spec

func (*FlexibleServer_Spec) AssignProperties_To_FlexibleServer_Spec

func (server *FlexibleServer_Spec) AssignProperties_To_FlexibleServer_Spec(destination *v1beta20220120ps.FlexibleServer_Spec) error

AssignProperties_To_FlexibleServer_Spec populates the provided destination FlexibleServer_Spec from our FlexibleServer_Spec

func (*FlexibleServer_Spec) ConvertSpecFrom

func (server *FlexibleServer_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our FlexibleServer_Spec from the provided source

func (*FlexibleServer_Spec) ConvertSpecTo

func (server *FlexibleServer_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our FlexibleServer_Spec

func (*FlexibleServer_Spec) DeepCopy

func (in *FlexibleServer_Spec) DeepCopy() *FlexibleServer_Spec

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

func (*FlexibleServer_Spec) DeepCopyInto

func (in *FlexibleServer_Spec) DeepCopyInto(out *FlexibleServer_Spec)

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

type FlexibleServersConfiguration

type FlexibleServersConfiguration struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServers_Configuration_Spec   `json:"spec,omitempty"`
	Status            FlexibleServers_Configuration_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 v1beta20210601.FlexibleServersConfiguration Deprecated version of FlexibleServersConfiguration. Use v1api20210601.FlexibleServersConfiguration instead

func (*FlexibleServersConfiguration) AssignProperties_From_FlexibleServersConfiguration

func (configuration *FlexibleServersConfiguration) AssignProperties_From_FlexibleServersConfiguration(source *v1beta20220120ps.FlexibleServersConfiguration) error

AssignProperties_From_FlexibleServersConfiguration populates our FlexibleServersConfiguration from the provided source FlexibleServersConfiguration

func (*FlexibleServersConfiguration) AssignProperties_To_FlexibleServersConfiguration

func (configuration *FlexibleServersConfiguration) AssignProperties_To_FlexibleServersConfiguration(destination *v1beta20220120ps.FlexibleServersConfiguration) error

AssignProperties_To_FlexibleServersConfiguration populates the provided destination FlexibleServersConfiguration from our FlexibleServersConfiguration

func (*FlexibleServersConfiguration) AzureName

func (configuration *FlexibleServersConfiguration) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServersConfiguration) ConvertFrom

func (configuration *FlexibleServersConfiguration) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our FlexibleServersConfiguration from the provided hub FlexibleServersConfiguration

func (*FlexibleServersConfiguration) ConvertTo

func (configuration *FlexibleServersConfiguration) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub FlexibleServersConfiguration from our FlexibleServersConfiguration

func (*FlexibleServersConfiguration) DeepCopy

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

func (*FlexibleServersConfiguration) DeepCopyInto

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

func (*FlexibleServersConfiguration) DeepCopyObject

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

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

func (FlexibleServersConfiguration) GetAPIVersion

func (configuration FlexibleServersConfiguration) GetAPIVersion() string

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

func (*FlexibleServersConfiguration) GetConditions

func (configuration *FlexibleServersConfiguration) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FlexibleServersConfiguration) GetResourceScope

func (configuration *FlexibleServersConfiguration) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FlexibleServersConfiguration) GetSpec

func (configuration *FlexibleServersConfiguration) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*FlexibleServersConfiguration) GetStatus

func (configuration *FlexibleServersConfiguration) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*FlexibleServersConfiguration) GetType

func (configuration *FlexibleServersConfiguration) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforPostgreSQL/flexibleServers/configurations"

func (*FlexibleServersConfiguration) NewEmptyStatus

func (configuration *FlexibleServersConfiguration) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServersConfiguration) OriginalGVK

func (configuration *FlexibleServersConfiguration) OriginalGVK() *schema.GroupVersionKind

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

func (*FlexibleServersConfiguration) Owner

Owner returns the ResourceReference of the owner

func (*FlexibleServersConfiguration) SetConditions

func (configuration *FlexibleServersConfiguration) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FlexibleServersConfiguration) SetStatus

func (configuration *FlexibleServersConfiguration) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type FlexibleServersConfigurationList

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

+kubebuilder:object:root=true Storage version of v1beta20210601.FlexibleServersConfiguration Deprecated version of FlexibleServersConfiguration. Use v1api20210601.FlexibleServersConfiguration instead

func (*FlexibleServersConfigurationList) DeepCopy

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

func (*FlexibleServersConfigurationList) DeepCopyInto

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

func (*FlexibleServersConfigurationList) DeepCopyObject

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

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

type FlexibleServersDatabase

type FlexibleServersDatabase struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServers_Database_Spec   `json:"spec,omitempty"`
	Status            FlexibleServers_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 v1beta20210601.FlexibleServersDatabase Deprecated version of FlexibleServersDatabase. Use v1api20210601.FlexibleServersDatabase instead

func (*FlexibleServersDatabase) AssignProperties_From_FlexibleServersDatabase

func (database *FlexibleServersDatabase) AssignProperties_From_FlexibleServersDatabase(source *v1beta20220120ps.FlexibleServersDatabase) error

AssignProperties_From_FlexibleServersDatabase populates our FlexibleServersDatabase from the provided source FlexibleServersDatabase

func (*FlexibleServersDatabase) AssignProperties_To_FlexibleServersDatabase

func (database *FlexibleServersDatabase) AssignProperties_To_FlexibleServersDatabase(destination *v1beta20220120ps.FlexibleServersDatabase) error

AssignProperties_To_FlexibleServersDatabase populates the provided destination FlexibleServersDatabase from our FlexibleServersDatabase

func (*FlexibleServersDatabase) AzureName

func (database *FlexibleServersDatabase) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServersDatabase) ConvertFrom

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

ConvertFrom populates our FlexibleServersDatabase from the provided hub FlexibleServersDatabase

func (*FlexibleServersDatabase) ConvertTo

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

ConvertTo populates the provided hub FlexibleServersDatabase from our FlexibleServersDatabase

func (*FlexibleServersDatabase) DeepCopy

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

func (*FlexibleServersDatabase) DeepCopyInto

func (in *FlexibleServersDatabase) DeepCopyInto(out *FlexibleServersDatabase)

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

func (*FlexibleServersDatabase) DeepCopyObject

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

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

func (FlexibleServersDatabase) GetAPIVersion

func (database FlexibleServersDatabase) GetAPIVersion() string

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

func (*FlexibleServersDatabase) GetConditions

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

GetConditions returns the conditions of the resource

func (*FlexibleServersDatabase) GetResourceScope

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

GetResourceScope returns the scope of the resource

func (*FlexibleServersDatabase) GetSpec

GetSpec returns the specification of this resource

func (*FlexibleServersDatabase) GetStatus

GetStatus returns the status of this resource

func (*FlexibleServersDatabase) GetType

func (database *FlexibleServersDatabase) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforPostgreSQL/flexibleServers/databases"

func (*FlexibleServersDatabase) NewEmptyStatus

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

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServersDatabase) OriginalGVK

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

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

func (*FlexibleServersDatabase) Owner

Owner returns the ResourceReference of the owner

func (*FlexibleServersDatabase) SetConditions

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

SetConditions sets the conditions on the resource status

func (*FlexibleServersDatabase) SetStatus

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

SetStatus sets the status of this resource

type FlexibleServersDatabaseList

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

+kubebuilder:object:root=true Storage version of v1beta20210601.FlexibleServersDatabase Deprecated version of FlexibleServersDatabase. Use v1api20210601.FlexibleServersDatabase instead

func (*FlexibleServersDatabaseList) DeepCopy

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

func (*FlexibleServersDatabaseList) DeepCopyInto

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

func (*FlexibleServersDatabaseList) DeepCopyObject

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

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

type FlexibleServersFirewallRule

type FlexibleServersFirewallRule struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FlexibleServers_FirewallRule_Spec   `json:"spec,omitempty"`
	Status            FlexibleServers_FirewallRule_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 v1beta20210601.FlexibleServersFirewallRule Deprecated version of FlexibleServersFirewallRule. Use v1api20210601.FlexibleServersFirewallRule instead

func (*FlexibleServersFirewallRule) AssignProperties_From_FlexibleServersFirewallRule

func (rule *FlexibleServersFirewallRule) AssignProperties_From_FlexibleServersFirewallRule(source *v1beta20220120ps.FlexibleServersFirewallRule) error

AssignProperties_From_FlexibleServersFirewallRule populates our FlexibleServersFirewallRule from the provided source FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) AssignProperties_To_FlexibleServersFirewallRule

func (rule *FlexibleServersFirewallRule) AssignProperties_To_FlexibleServersFirewallRule(destination *v1beta20220120ps.FlexibleServersFirewallRule) error

AssignProperties_To_FlexibleServersFirewallRule populates the provided destination FlexibleServersFirewallRule from our FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) AzureName

func (rule *FlexibleServersFirewallRule) AzureName() string

AzureName returns the Azure name of the resource

func (*FlexibleServersFirewallRule) ConvertFrom

func (rule *FlexibleServersFirewallRule) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our FlexibleServersFirewallRule from the provided hub FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) ConvertTo

func (rule *FlexibleServersFirewallRule) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub FlexibleServersFirewallRule from our FlexibleServersFirewallRule

func (*FlexibleServersFirewallRule) DeepCopy

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

func (*FlexibleServersFirewallRule) DeepCopyInto

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

func (*FlexibleServersFirewallRule) DeepCopyObject

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

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

func (FlexibleServersFirewallRule) GetAPIVersion

func (rule FlexibleServersFirewallRule) GetAPIVersion() string

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

func (*FlexibleServersFirewallRule) GetConditions

func (rule *FlexibleServersFirewallRule) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*FlexibleServersFirewallRule) GetResourceScope

func (rule *FlexibleServersFirewallRule) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*FlexibleServersFirewallRule) GetSpec

GetSpec returns the specification of this resource

func (*FlexibleServersFirewallRule) GetStatus

GetStatus returns the status of this resource

func (*FlexibleServersFirewallRule) GetType

func (rule *FlexibleServersFirewallRule) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.DBforPostgreSQL/flexibleServers/firewallRules"

func (*FlexibleServersFirewallRule) NewEmptyStatus

NewEmptyStatus returns a new empty (blank) status

func (*FlexibleServersFirewallRule) OriginalGVK

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

func (*FlexibleServersFirewallRule) Owner

Owner returns the ResourceReference of the owner

func (*FlexibleServersFirewallRule) SetConditions

func (rule *FlexibleServersFirewallRule) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*FlexibleServersFirewallRule) SetStatus

SetStatus sets the status of this resource

type FlexibleServersFirewallRuleList

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

+kubebuilder:object:root=true Storage version of v1beta20210601.FlexibleServersFirewallRule Deprecated version of FlexibleServersFirewallRule. Use v1api20210601.FlexibleServersFirewallRule instead

func (*FlexibleServersFirewallRuleList) DeepCopy

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

func (*FlexibleServersFirewallRuleList) DeepCopyInto

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

func (*FlexibleServersFirewallRuleList) DeepCopyObject

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

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

type FlexibleServers_Configuration_STATUS

type FlexibleServers_Configuration_STATUS struct {
	AllowedValues          *string                `json:"allowedValues,omitempty"`
	Conditions             []conditions.Condition `json:"conditions,omitempty"`
	DataType               *string                `json:"dataType,omitempty"`
	DefaultValue           *string                `json:"defaultValue,omitempty"`
	Description            *string                `json:"description,omitempty"`
	DocumentationLink      *string                `json:"documentationLink,omitempty"`
	Id                     *string                `json:"id,omitempty"`
	IsConfigPendingRestart *bool                  `json:"isConfigPendingRestart,omitempty"`
	IsDynamicConfig        *bool                  `json:"isDynamicConfig,omitempty"`
	IsReadOnly             *bool                  `json:"isReadOnly,omitempty"`
	Name                   *string                `json:"name,omitempty"`
	PropertyBag            genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Source                 *string                `json:"source,omitempty"`
	SystemData             *SystemData_STATUS     `json:"systemData,omitempty"`
	Type                   *string                `json:"type,omitempty"`
	Unit                   *string                `json:"unit,omitempty"`
	Value                  *string                `json:"value,omitempty"`
}

Storage version of v1beta20210601.FlexibleServers_Configuration_STATUS Deprecated version of FlexibleServers_Configuration_STATUS. Use v1api20210601.FlexibleServers_Configuration_STATUS instead

func (*FlexibleServers_Configuration_STATUS) AssignProperties_From_FlexibleServers_Configuration_STATUS

func (configuration *FlexibleServers_Configuration_STATUS) AssignProperties_From_FlexibleServers_Configuration_STATUS(source *v1beta20220120ps.FlexibleServers_Configuration_STATUS) error

AssignProperties_From_FlexibleServers_Configuration_STATUS populates our FlexibleServers_Configuration_STATUS from the provided source FlexibleServers_Configuration_STATUS

func (*FlexibleServers_Configuration_STATUS) AssignProperties_To_FlexibleServers_Configuration_STATUS

func (configuration *FlexibleServers_Configuration_STATUS) AssignProperties_To_FlexibleServers_Configuration_STATUS(destination *v1beta20220120ps.FlexibleServers_Configuration_STATUS) error

AssignProperties_To_FlexibleServers_Configuration_STATUS populates the provided destination FlexibleServers_Configuration_STATUS from our FlexibleServers_Configuration_STATUS

func (*FlexibleServers_Configuration_STATUS) ConvertStatusFrom

func (configuration *FlexibleServers_Configuration_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our FlexibleServers_Configuration_STATUS from the provided source

func (*FlexibleServers_Configuration_STATUS) ConvertStatusTo

func (configuration *FlexibleServers_Configuration_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our FlexibleServers_Configuration_STATUS

func (*FlexibleServers_Configuration_STATUS) DeepCopy

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

func (*FlexibleServers_Configuration_STATUS) DeepCopyInto

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

type FlexibleServers_Configuration_Spec

type FlexibleServers_Configuration_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"`
	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 dbforpostgresql.azure.com/FlexibleServer resource
	Owner       *genruntime.KnownResourceReference `group:"dbforpostgresql.azure.com" json:"owner,omitempty" kind:"FlexibleServer"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Source      *string                            `json:"source,omitempty"`
	Value       *string                            `json:"value,omitempty"`
}

Storage version of v1beta20210601.FlexibleServers_Configuration_Spec

func (*FlexibleServers_Configuration_Spec) AssignProperties_From_FlexibleServers_Configuration_Spec

func (configuration *FlexibleServers_Configuration_Spec) AssignProperties_From_FlexibleServers_Configuration_Spec(source *v1beta20220120ps.FlexibleServers_Configuration_Spec) error

AssignProperties_From_FlexibleServers_Configuration_Spec populates our FlexibleServers_Configuration_Spec from the provided source FlexibleServers_Configuration_Spec

func (*FlexibleServers_Configuration_Spec) AssignProperties_To_FlexibleServers_Configuration_Spec

func (configuration *FlexibleServers_Configuration_Spec) AssignProperties_To_FlexibleServers_Configuration_Spec(destination *v1beta20220120ps.FlexibleServers_Configuration_Spec) error

AssignProperties_To_FlexibleServers_Configuration_Spec populates the provided destination FlexibleServers_Configuration_Spec from our FlexibleServers_Configuration_Spec

func (*FlexibleServers_Configuration_Spec) ConvertSpecFrom

func (configuration *FlexibleServers_Configuration_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our FlexibleServers_Configuration_Spec from the provided source

func (*FlexibleServers_Configuration_Spec) ConvertSpecTo

func (configuration *FlexibleServers_Configuration_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our FlexibleServers_Configuration_Spec

func (*FlexibleServers_Configuration_Spec) DeepCopy

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

func (*FlexibleServers_Configuration_Spec) DeepCopyInto

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

type FlexibleServers_Database_STATUS

type FlexibleServers_Database_STATUS struct {
	Charset     *string                `json:"charset,omitempty"`
	Collation   *string                `json:"collation,omitempty"`
	Conditions  []conditions.Condition `json:"conditions,omitempty"`
	Id          *string                `json:"id,omitempty"`
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SystemData  *SystemData_STATUS     `json:"systemData,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

Storage version of v1beta20210601.FlexibleServers_Database_STATUS Deprecated version of FlexibleServers_Database_STATUS. Use v1api20210601.FlexibleServers_Database_STATUS instead

func (*FlexibleServers_Database_STATUS) AssignProperties_From_FlexibleServers_Database_STATUS

func (database *FlexibleServers_Database_STATUS) AssignProperties_From_FlexibleServers_Database_STATUS(source *v1beta20220120ps.FlexibleServers_Database_STATUS) error

AssignProperties_From_FlexibleServers_Database_STATUS populates our FlexibleServers_Database_STATUS from the provided source FlexibleServers_Database_STATUS

func (*FlexibleServers_Database_STATUS) AssignProperties_To_FlexibleServers_Database_STATUS

func (database *FlexibleServers_Database_STATUS) AssignProperties_To_FlexibleServers_Database_STATUS(destination *v1beta20220120ps.FlexibleServers_Database_STATUS) error

AssignProperties_To_FlexibleServers_Database_STATUS populates the provided destination FlexibleServers_Database_STATUS from our FlexibleServers_Database_STATUS

func (*FlexibleServers_Database_STATUS) ConvertStatusFrom

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

ConvertStatusFrom populates our FlexibleServers_Database_STATUS from the provided source

func (*FlexibleServers_Database_STATUS) ConvertStatusTo

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

ConvertStatusTo populates the provided destination from our FlexibleServers_Database_STATUS

func (*FlexibleServers_Database_STATUS) DeepCopy

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

func (*FlexibleServers_Database_STATUS) DeepCopyInto

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

type FlexibleServers_Database_Spec

type FlexibleServers_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"`
	Charset         *string `json:"charset,omitempty"`
	Collation       *string `json:"collation,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 dbforpostgresql.azure.com/FlexibleServer resource
	Owner       *genruntime.KnownResourceReference `group:"dbforpostgresql.azure.com" json:"owner,omitempty" kind:"FlexibleServer"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
}

Storage version of v1beta20210601.FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) AssignProperties_From_FlexibleServers_Database_Spec

func (database *FlexibleServers_Database_Spec) AssignProperties_From_FlexibleServers_Database_Spec(source *v1beta20220120ps.FlexibleServers_Database_Spec) error

AssignProperties_From_FlexibleServers_Database_Spec populates our FlexibleServers_Database_Spec from the provided source FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) AssignProperties_To_FlexibleServers_Database_Spec

func (database *FlexibleServers_Database_Spec) AssignProperties_To_FlexibleServers_Database_Spec(destination *v1beta20220120ps.FlexibleServers_Database_Spec) error

AssignProperties_To_FlexibleServers_Database_Spec populates the provided destination FlexibleServers_Database_Spec from our FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) ConvertSpecFrom

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

ConvertSpecFrom populates our FlexibleServers_Database_Spec from the provided source

func (*FlexibleServers_Database_Spec) ConvertSpecTo

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

ConvertSpecTo populates the provided destination from our FlexibleServers_Database_Spec

func (*FlexibleServers_Database_Spec) DeepCopy

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

func (*FlexibleServers_Database_Spec) DeepCopyInto

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

type FlexibleServers_FirewallRule_STATUS

type FlexibleServers_FirewallRule_STATUS struct {
	Conditions     []conditions.Condition `json:"conditions,omitempty"`
	EndIpAddress   *string                `json:"endIpAddress,omitempty"`
	Id             *string                `json:"id,omitempty"`
	Name           *string                `json:"name,omitempty"`
	PropertyBag    genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StartIpAddress *string                `json:"startIpAddress,omitempty"`
	SystemData     *SystemData_STATUS     `json:"systemData,omitempty"`
	Type           *string                `json:"type,omitempty"`
}

Storage version of v1beta20210601.FlexibleServers_FirewallRule_STATUS Deprecated version of FlexibleServers_FirewallRule_STATUS. Use v1api20210601.FlexibleServers_FirewallRule_STATUS instead

func (*FlexibleServers_FirewallRule_STATUS) AssignProperties_From_FlexibleServers_FirewallRule_STATUS

func (rule *FlexibleServers_FirewallRule_STATUS) AssignProperties_From_FlexibleServers_FirewallRule_STATUS(source *v1beta20220120ps.FlexibleServers_FirewallRule_STATUS) error

AssignProperties_From_FlexibleServers_FirewallRule_STATUS populates our FlexibleServers_FirewallRule_STATUS from the provided source FlexibleServers_FirewallRule_STATUS

func (*FlexibleServers_FirewallRule_STATUS) AssignProperties_To_FlexibleServers_FirewallRule_STATUS

func (rule *FlexibleServers_FirewallRule_STATUS) AssignProperties_To_FlexibleServers_FirewallRule_STATUS(destination *v1beta20220120ps.FlexibleServers_FirewallRule_STATUS) error

AssignProperties_To_FlexibleServers_FirewallRule_STATUS populates the provided destination FlexibleServers_FirewallRule_STATUS from our FlexibleServers_FirewallRule_STATUS

func (*FlexibleServers_FirewallRule_STATUS) ConvertStatusFrom

ConvertStatusFrom populates our FlexibleServers_FirewallRule_STATUS from the provided source

func (*FlexibleServers_FirewallRule_STATUS) ConvertStatusTo

func (rule *FlexibleServers_FirewallRule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our FlexibleServers_FirewallRule_STATUS

func (*FlexibleServers_FirewallRule_STATUS) DeepCopy

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

func (*FlexibleServers_FirewallRule_STATUS) DeepCopyInto

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

type FlexibleServers_FirewallRule_Spec

type FlexibleServers_FirewallRule_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"`
	EndIpAddress    *string `json:"endIpAddress,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 dbforpostgresql.azure.com/FlexibleServer resource
	Owner          *genruntime.KnownResourceReference `group:"dbforpostgresql.azure.com" json:"owner,omitempty" kind:"FlexibleServer"`
	PropertyBag    genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	StartIpAddress *string                            `json:"startIpAddress,omitempty"`
}

Storage version of v1beta20210601.FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) AssignProperties_From_FlexibleServers_FirewallRule_Spec

func (rule *FlexibleServers_FirewallRule_Spec) AssignProperties_From_FlexibleServers_FirewallRule_Spec(source *v1beta20220120ps.FlexibleServers_FirewallRule_Spec) error

AssignProperties_From_FlexibleServers_FirewallRule_Spec populates our FlexibleServers_FirewallRule_Spec from the provided source FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) AssignProperties_To_FlexibleServers_FirewallRule_Spec

func (rule *FlexibleServers_FirewallRule_Spec) AssignProperties_To_FlexibleServers_FirewallRule_Spec(destination *v1beta20220120ps.FlexibleServers_FirewallRule_Spec) error

AssignProperties_To_FlexibleServers_FirewallRule_Spec populates the provided destination FlexibleServers_FirewallRule_Spec from our FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) ConvertSpecFrom

func (rule *FlexibleServers_FirewallRule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our FlexibleServers_FirewallRule_Spec from the provided source

func (*FlexibleServers_FirewallRule_Spec) ConvertSpecTo

func (rule *FlexibleServers_FirewallRule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our FlexibleServers_FirewallRule_Spec

func (*FlexibleServers_FirewallRule_Spec) DeepCopy

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

func (*FlexibleServers_FirewallRule_Spec) DeepCopyInto

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

type HighAvailability

type HighAvailability struct {
	Mode                    *string                `json:"mode,omitempty"`
	PropertyBag             genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StandbyAvailabilityZone *string                `json:"standbyAvailabilityZone,omitempty"`
}

Storage version of v1beta20210601.HighAvailability Deprecated version of HighAvailability. Use v1api20210601.HighAvailability instead

func (*HighAvailability) AssignProperties_From_HighAvailability

func (availability *HighAvailability) AssignProperties_From_HighAvailability(source *v1beta20220120ps.HighAvailability) error

AssignProperties_From_HighAvailability populates our HighAvailability from the provided source HighAvailability

func (*HighAvailability) AssignProperties_To_HighAvailability

func (availability *HighAvailability) AssignProperties_To_HighAvailability(destination *v1beta20220120ps.HighAvailability) error

AssignProperties_To_HighAvailability populates the provided destination HighAvailability from our HighAvailability

func (*HighAvailability) DeepCopy

func (in *HighAvailability) DeepCopy() *HighAvailability

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

func (*HighAvailability) DeepCopyInto

func (in *HighAvailability) DeepCopyInto(out *HighAvailability)

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

type HighAvailability_STATUS

type HighAvailability_STATUS struct {
	Mode                    *string                `json:"mode,omitempty"`
	PropertyBag             genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StandbyAvailabilityZone *string                `json:"standbyAvailabilityZone,omitempty"`
	State                   *string                `json:"state,omitempty"`
}

Storage version of v1beta20210601.HighAvailability_STATUS Deprecated version of HighAvailability_STATUS. Use v1api20210601.HighAvailability_STATUS instead

func (*HighAvailability_STATUS) AssignProperties_From_HighAvailability_STATUS

func (availability *HighAvailability_STATUS) AssignProperties_From_HighAvailability_STATUS(source *v1beta20220120ps.HighAvailability_STATUS) error

AssignProperties_From_HighAvailability_STATUS populates our HighAvailability_STATUS from the provided source HighAvailability_STATUS

func (*HighAvailability_STATUS) AssignProperties_To_HighAvailability_STATUS

func (availability *HighAvailability_STATUS) AssignProperties_To_HighAvailability_STATUS(destination *v1beta20220120ps.HighAvailability_STATUS) error

AssignProperties_To_HighAvailability_STATUS populates the provided destination HighAvailability_STATUS from our HighAvailability_STATUS

func (*HighAvailability_STATUS) DeepCopy

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

func (*HighAvailability_STATUS) DeepCopyInto

func (in *HighAvailability_STATUS) DeepCopyInto(out *HighAvailability_STATUS)

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

type MaintenanceWindow

type MaintenanceWindow struct {
	CustomWindow *string                `json:"customWindow,omitempty"`
	DayOfWeek    *int                   `json:"dayOfWeek,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StartHour    *int                   `json:"startHour,omitempty"`
	StartMinute  *int                   `json:"startMinute,omitempty"`
}

Storage version of v1beta20210601.MaintenanceWindow Deprecated version of MaintenanceWindow. Use v1api20210601.MaintenanceWindow instead

func (*MaintenanceWindow) AssignProperties_From_MaintenanceWindow

func (window *MaintenanceWindow) AssignProperties_From_MaintenanceWindow(source *v1beta20220120ps.MaintenanceWindow) error

AssignProperties_From_MaintenanceWindow populates our MaintenanceWindow from the provided source MaintenanceWindow

func (*MaintenanceWindow) AssignProperties_To_MaintenanceWindow

func (window *MaintenanceWindow) AssignProperties_To_MaintenanceWindow(destination *v1beta20220120ps.MaintenanceWindow) error

AssignProperties_To_MaintenanceWindow populates the provided destination MaintenanceWindow from our MaintenanceWindow

func (*MaintenanceWindow) DeepCopy

func (in *MaintenanceWindow) DeepCopy() *MaintenanceWindow

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

func (*MaintenanceWindow) DeepCopyInto

func (in *MaintenanceWindow) DeepCopyInto(out *MaintenanceWindow)

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

type MaintenanceWindow_STATUS

type MaintenanceWindow_STATUS struct {
	CustomWindow *string                `json:"customWindow,omitempty"`
	DayOfWeek    *int                   `json:"dayOfWeek,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StartHour    *int                   `json:"startHour,omitempty"`
	StartMinute  *int                   `json:"startMinute,omitempty"`
}

Storage version of v1beta20210601.MaintenanceWindow_STATUS Deprecated version of MaintenanceWindow_STATUS. Use v1api20210601.MaintenanceWindow_STATUS instead

func (*MaintenanceWindow_STATUS) AssignProperties_From_MaintenanceWindow_STATUS

func (window *MaintenanceWindow_STATUS) AssignProperties_From_MaintenanceWindow_STATUS(source *v1beta20220120ps.MaintenanceWindow_STATUS) error

AssignProperties_From_MaintenanceWindow_STATUS populates our MaintenanceWindow_STATUS from the provided source MaintenanceWindow_STATUS

func (*MaintenanceWindow_STATUS) AssignProperties_To_MaintenanceWindow_STATUS

func (window *MaintenanceWindow_STATUS) AssignProperties_To_MaintenanceWindow_STATUS(destination *v1beta20220120ps.MaintenanceWindow_STATUS) error

AssignProperties_To_MaintenanceWindow_STATUS populates the provided destination MaintenanceWindow_STATUS from our MaintenanceWindow_STATUS

func (*MaintenanceWindow_STATUS) DeepCopy

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

func (*MaintenanceWindow_STATUS) DeepCopyInto

func (in *MaintenanceWindow_STATUS) DeepCopyInto(out *MaintenanceWindow_STATUS)

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

type Network

type Network struct {
	DelegatedSubnetResourceReference   *genruntime.ResourceReference `armReference:"DelegatedSubnetResourceId" json:"delegatedSubnetResourceReference,omitempty"`
	PrivateDnsZoneArmResourceReference *genruntime.ResourceReference `armReference:"PrivateDnsZoneArmResourceId" json:"privateDnsZoneArmResourceReference,omitempty"`
	PropertyBag                        genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
}

Storage version of v1beta20210601.Network Deprecated version of Network. Use v1api20210601.Network instead

func (*Network) AssignProperties_From_Network

func (network *Network) AssignProperties_From_Network(source *v1beta20220120ps.Network) error

AssignProperties_From_Network populates our Network from the provided source Network

func (*Network) AssignProperties_To_Network

func (network *Network) AssignProperties_To_Network(destination *v1beta20220120ps.Network) error

AssignProperties_To_Network populates the provided destination Network from our Network

func (*Network) DeepCopy

func (in *Network) DeepCopy() *Network

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

func (*Network) DeepCopyInto

func (in *Network) DeepCopyInto(out *Network)

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

type Network_STATUS

type Network_STATUS struct {
	DelegatedSubnetResourceId   *string                `json:"delegatedSubnetResourceId,omitempty"`
	PrivateDnsZoneArmResourceId *string                `json:"privateDnsZoneArmResourceId,omitempty"`
	PropertyBag                 genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	PublicNetworkAccess         *string                `json:"publicNetworkAccess,omitempty"`
}

Storage version of v1beta20210601.Network_STATUS Deprecated version of Network_STATUS. Use v1api20210601.Network_STATUS instead

func (*Network_STATUS) AssignProperties_From_Network_STATUS

func (network *Network_STATUS) AssignProperties_From_Network_STATUS(source *v1beta20220120ps.Network_STATUS) error

AssignProperties_From_Network_STATUS populates our Network_STATUS from the provided source Network_STATUS

func (*Network_STATUS) AssignProperties_To_Network_STATUS

func (network *Network_STATUS) AssignProperties_To_Network_STATUS(destination *v1beta20220120ps.Network_STATUS) error

AssignProperties_To_Network_STATUS populates the provided destination Network_STATUS from our Network_STATUS

func (*Network_STATUS) DeepCopy

func (in *Network_STATUS) DeepCopy() *Network_STATUS

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

func (*Network_STATUS) DeepCopyInto

func (in *Network_STATUS) DeepCopyInto(out *Network_STATUS)

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

type Sku

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

Storage version of v1beta20210601.Sku Deprecated version of Sku. Use v1api20210601.Sku instead

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *v1beta20220120ps.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 *v1beta20220120ps.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 {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Tier        *string                `json:"tier,omitempty"`
}

Storage version of v1beta20210601.Sku_STATUS Deprecated version of Sku_STATUS. Use v1api20210601.Sku_STATUS instead

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *v1beta20220120ps.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 *v1beta20220120ps.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.

type Storage

type Storage struct {
	PropertyBag   genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StorageSizeGB *int                   `json:"storageSizeGB,omitempty"`
}

Storage version of v1beta20210601.Storage Deprecated version of Storage. Use v1api20210601.Storage instead

func (*Storage) AssignProperties_From_Storage

func (storage *Storage) AssignProperties_From_Storage(source *v1beta20220120ps.Storage) error

AssignProperties_From_Storage populates our Storage from the provided source Storage

func (*Storage) AssignProperties_To_Storage

func (storage *Storage) AssignProperties_To_Storage(destination *v1beta20220120ps.Storage) error

AssignProperties_To_Storage populates the provided destination Storage from our Storage

func (*Storage) DeepCopy

func (in *Storage) DeepCopy() *Storage

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

func (*Storage) DeepCopyInto

func (in *Storage) DeepCopyInto(out *Storage)

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

type Storage_STATUS

type Storage_STATUS struct {
	PropertyBag   genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	StorageSizeGB *int                   `json:"storageSizeGB,omitempty"`
}

Storage version of v1beta20210601.Storage_STATUS Deprecated version of Storage_STATUS. Use v1api20210601.Storage_STATUS instead

func (*Storage_STATUS) AssignProperties_From_Storage_STATUS

func (storage *Storage_STATUS) AssignProperties_From_Storage_STATUS(source *v1beta20220120ps.Storage_STATUS) error

AssignProperties_From_Storage_STATUS populates our Storage_STATUS from the provided source Storage_STATUS

func (*Storage_STATUS) AssignProperties_To_Storage_STATUS

func (storage *Storage_STATUS) AssignProperties_To_Storage_STATUS(destination *v1beta20220120ps.Storage_STATUS) error

AssignProperties_To_Storage_STATUS populates the provided destination Storage_STATUS from our Storage_STATUS

func (*Storage_STATUS) DeepCopy

func (in *Storage_STATUS) DeepCopy() *Storage_STATUS

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

func (*Storage_STATUS) DeepCopyInto

func (in *Storage_STATUS) DeepCopyInto(out *Storage_STATUS)

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

type SystemData_STATUS

type SystemData_STATUS struct {
	CreatedAt          *string                `json:"createdAt,omitempty"`
	CreatedBy          *string                `json:"createdBy,omitempty"`
	CreatedByType      *string                `json:"createdByType,omitempty"`
	LastModifiedAt     *string                `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *string                `json:"lastModifiedByType,omitempty"`
	PropertyBag        genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1beta20210601.SystemData_STATUS Deprecated version of SystemData_STATUS. Use v1api20210601.SystemData_STATUS instead

func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *v1beta20220120ps.SystemData_STATUS) error

AssignProperties_From_SystemData_STATUS populates our SystemData_STATUS from the provided source SystemData_STATUS

func (*SystemData_STATUS) AssignProperties_To_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *v1beta20220120ps.SystemData_STATUS) error

AssignProperties_To_SystemData_STATUS populates the provided destination SystemData_STATUS from our SystemData_STATUS

func (*SystemData_STATUS) DeepCopy

func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS

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

func (*SystemData_STATUS) DeepCopyInto

func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_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