arm

package
v2.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2025 License: MIT Imports: 1 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.

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.

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.

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 (
	ReplicationRole_AsyncReplica    = ReplicationRole("AsyncReplica")
	ReplicationRole_GeoAsyncReplica = ReplicationRole("GeoAsyncReplica")
	ReplicationRole_None            = ReplicationRole("None")
	ReplicationRole_Primary         = ReplicationRole("Primary")
)
View Source
const (
	ServerProperties_CreateMode_Create             = ServerProperties_CreateMode("Create")
	ServerProperties_CreateMode_Default            = ServerProperties_CreateMode("Default")
	ServerProperties_CreateMode_GeoRestore         = ServerProperties_CreateMode("GeoRestore")
	ServerProperties_CreateMode_PointInTimeRestore = ServerProperties_CreateMode("PointInTimeRestore")
	ServerProperties_CreateMode_Replica            = ServerProperties_CreateMode("Replica")
	ServerProperties_CreateMode_ReviveDropped      = ServerProperties_CreateMode("ReviveDropped")
	ServerProperties_CreateMode_Update             = ServerProperties_CreateMode("Update")
)
View Source
const (
	ServerVersion_11 = ServerVersion("11")
	ServerVersion_12 = ServerVersion("12")
	ServerVersion_13 = ServerVersion("13")
	ServerVersion_14 = ServerVersion("14")
	ServerVersion_15 = ServerVersion("15")
	ServerVersion_16 = ServerVersion("16")
)
View Source
const (
	Sku_Tier_Burstable       = Sku_Tier("Burstable")
	Sku_Tier_GeneralPurpose  = Sku_Tier("GeneralPurpose")
	Sku_Tier_MemoryOptimized = Sku_Tier("MemoryOptimized")
)
View Source
const (
	UserAssignedIdentity_Type_None                       = UserAssignedIdentity_Type("None")
	UserAssignedIdentity_Type_SystemAssigned             = UserAssignedIdentity_Type("SystemAssigned")
	UserAssignedIdentity_Type_SystemAssignedUserAssigned = UserAssignedIdentity_Type("SystemAssigned,UserAssigned")
	UserAssignedIdentity_Type_UserAssigned               = UserAssignedIdentity_Type("UserAssigned")
)
View Source
const (
	AuthConfig_ActiveDirectoryAuth_Disabled = AuthConfig_ActiveDirectoryAuth("Disabled")
	AuthConfig_ActiveDirectoryAuth_Enabled  = AuthConfig_ActiveDirectoryAuth("Enabled")
)
View Source
const (
	AuthConfig_PasswordAuth_Disabled = AuthConfig_PasswordAuth("Disabled")
	AuthConfig_PasswordAuth_Enabled  = AuthConfig_PasswordAuth("Enabled")
)
View Source
const (
	Backup_GeoRedundantBackup_Disabled = Backup_GeoRedundantBackup("Disabled")
	Backup_GeoRedundantBackup_Enabled  = Backup_GeoRedundantBackup("Enabled")
)
View Source
const (
	DataEncryption_GeoBackupEncryptionKeyStatus_Invalid = DataEncryption_GeoBackupEncryptionKeyStatus("Invalid")
	DataEncryption_GeoBackupEncryptionKeyStatus_Valid   = DataEncryption_GeoBackupEncryptionKeyStatus("Valid")
)
View Source
const (
	DataEncryption_PrimaryEncryptionKeyStatus_Invalid = DataEncryption_PrimaryEncryptionKeyStatus("Invalid")
	DataEncryption_PrimaryEncryptionKeyStatus_Valid   = DataEncryption_PrimaryEncryptionKeyStatus("Valid")
)
View Source
const (
	DataEncryption_Type_AzureKeyVault = DataEncryption_Type("AzureKeyVault")
	DataEncryption_Type_SystemManaged = DataEncryption_Type("SystemManaged")
)
View Source
const (
	HighAvailability_Mode_Disabled      = HighAvailability_Mode("Disabled")
	HighAvailability_Mode_SameZone      = HighAvailability_Mode("SameZone")
	HighAvailability_Mode_ZoneRedundant = HighAvailability_Mode("ZoneRedundant")
)
View Source
const (
	Network_PublicNetworkAccess_Disabled = Network_PublicNetworkAccess("Disabled")
	Network_PublicNetworkAccess_Enabled  = Network_PublicNetworkAccess("Enabled")
)
View Source
const (
	Replica_PromoteMode_Standalone = Replica_PromoteMode("standalone")
	Replica_PromoteMode_Switchover = Replica_PromoteMode("switchover")
)
View Source
const (
	Replica_PromoteOption_Forced  = Replica_PromoteOption("forced")
	Replica_PromoteOption_Planned = Replica_PromoteOption("planned")
)
View Source
const (
	Storage_AutoGrow_Disabled = Storage_AutoGrow("Disabled")
	Storage_AutoGrow_Enabled  = Storage_AutoGrow("Enabled")
)
View Source
const (
	Storage_Tier_P1  = Storage_Tier("P1")
	Storage_Tier_P10 = Storage_Tier("P10")
	Storage_Tier_P15 = Storage_Tier("P15")
	Storage_Tier_P2  = Storage_Tier("P2")
	Storage_Tier_P20 = Storage_Tier("P20")
	Storage_Tier_P3  = Storage_Tier("P3")
	Storage_Tier_P30 = Storage_Tier("P30")
	Storage_Tier_P4  = Storage_Tier("P4")
	Storage_Tier_P40 = Storage_Tier("P40")
	Storage_Tier_P50 = Storage_Tier("P50")
	Storage_Tier_P6  = Storage_Tier("P6")
	Storage_Tier_P60 = Storage_Tier("P60")
	Storage_Tier_P70 = Storage_Tier("P70")
	Storage_Tier_P80 = Storage_Tier("P80")
)
View Source
const (
	Storage_Type_PremiumV2_LRS = Storage_Type("PremiumV2_LRS")
	Storage_Type_Premium_LRS   = Storage_Type("Premium_LRS")
)
View Source
const (
	ReplicationRole_STATUS_AsyncReplica    = ReplicationRole_STATUS("AsyncReplica")
	ReplicationRole_STATUS_GeoAsyncReplica = ReplicationRole_STATUS("GeoAsyncReplica")
	ReplicationRole_STATUS_None            = ReplicationRole_STATUS("None")
	ReplicationRole_STATUS_Primary         = ReplicationRole_STATUS("Primary")
)
View Source
const (
	ServerProperties_CreateMode_STATUS_Create             = ServerProperties_CreateMode_STATUS("Create")
	ServerProperties_CreateMode_STATUS_Default            = ServerProperties_CreateMode_STATUS("Default")
	ServerProperties_CreateMode_STATUS_GeoRestore         = ServerProperties_CreateMode_STATUS("GeoRestore")
	ServerProperties_CreateMode_STATUS_PointInTimeRestore = ServerProperties_CreateMode_STATUS("PointInTimeRestore")
	ServerProperties_CreateMode_STATUS_Replica            = ServerProperties_CreateMode_STATUS("Replica")
	ServerProperties_CreateMode_STATUS_ReviveDropped      = ServerProperties_CreateMode_STATUS("ReviveDropped")
	ServerProperties_CreateMode_STATUS_Update             = ServerProperties_CreateMode_STATUS("Update")
)
View Source
const (
	ServerProperties_State_STATUS_Disabled = ServerProperties_State_STATUS("Disabled")
	ServerProperties_State_STATUS_Dropping = ServerProperties_State_STATUS("Dropping")
	ServerProperties_State_STATUS_Ready    = ServerProperties_State_STATUS("Ready")
	ServerProperties_State_STATUS_Starting = ServerProperties_State_STATUS("Starting")
	ServerProperties_State_STATUS_Stopped  = ServerProperties_State_STATUS("Stopped")
	ServerProperties_State_STATUS_Stopping = ServerProperties_State_STATUS("Stopping")
	ServerProperties_State_STATUS_Updating = ServerProperties_State_STATUS("Updating")
)
View Source
const (
	ServerVersion_STATUS_11 = ServerVersion_STATUS("11")
	ServerVersion_STATUS_12 = ServerVersion_STATUS("12")
	ServerVersion_STATUS_13 = ServerVersion_STATUS("13")
	ServerVersion_STATUS_14 = ServerVersion_STATUS("14")
	ServerVersion_STATUS_15 = ServerVersion_STATUS("15")
	ServerVersion_STATUS_16 = ServerVersion_STATUS("16")
)
View Source
const (
	Sku_Tier_STATUS_Burstable       = Sku_Tier_STATUS("Burstable")
	Sku_Tier_STATUS_GeneralPurpose  = Sku_Tier_STATUS("GeneralPurpose")
	Sku_Tier_STATUS_MemoryOptimized = Sku_Tier_STATUS("MemoryOptimized")
)
View Source
const (
	SystemData_CreatedByType_STATUS_Application     = SystemData_CreatedByType_STATUS("Application")
	SystemData_CreatedByType_STATUS_Key             = SystemData_CreatedByType_STATUS("Key")
	SystemData_CreatedByType_STATUS_ManagedIdentity = SystemData_CreatedByType_STATUS("ManagedIdentity")
	SystemData_CreatedByType_STATUS_User            = SystemData_CreatedByType_STATUS("User")
)
View Source
const (
	SystemData_LastModifiedByType_STATUS_Application     = SystemData_LastModifiedByType_STATUS("Application")
	SystemData_LastModifiedByType_STATUS_Key             = SystemData_LastModifiedByType_STATUS("Key")
	SystemData_LastModifiedByType_STATUS_ManagedIdentity = SystemData_LastModifiedByType_STATUS("ManagedIdentity")
	SystemData_LastModifiedByType_STATUS_User            = SystemData_LastModifiedByType_STATUS("User")
)
View Source
const (
	UserAssignedIdentity_Type_STATUS_None                       = UserAssignedIdentity_Type_STATUS("None")
	UserAssignedIdentity_Type_STATUS_SystemAssigned             = UserAssignedIdentity_Type_STATUS("SystemAssigned")
	UserAssignedIdentity_Type_STATUS_SystemAssignedUserAssigned = UserAssignedIdentity_Type_STATUS("SystemAssigned,UserAssigned")
	UserAssignedIdentity_Type_STATUS_UserAssigned               = UserAssignedIdentity_Type_STATUS("UserAssigned")
)
View Source
const (
	AuthConfig_ActiveDirectoryAuth_STATUS_Disabled = AuthConfig_ActiveDirectoryAuth_STATUS("Disabled")
	AuthConfig_ActiveDirectoryAuth_STATUS_Enabled  = AuthConfig_ActiveDirectoryAuth_STATUS("Enabled")
)
View Source
const (
	AuthConfig_PasswordAuth_STATUS_Disabled = AuthConfig_PasswordAuth_STATUS("Disabled")
	AuthConfig_PasswordAuth_STATUS_Enabled  = AuthConfig_PasswordAuth_STATUS("Enabled")
)
View Source
const (
	Backup_GeoRedundantBackup_STATUS_Disabled = Backup_GeoRedundantBackup_STATUS("Disabled")
	Backup_GeoRedundantBackup_STATUS_Enabled  = Backup_GeoRedundantBackup_STATUS("Enabled")
)
View Source
const (
	DataEncryption_GeoBackupEncryptionKeyStatus_STATUS_Invalid = DataEncryption_GeoBackupEncryptionKeyStatus_STATUS("Invalid")
	DataEncryption_GeoBackupEncryptionKeyStatus_STATUS_Valid   = DataEncryption_GeoBackupEncryptionKeyStatus_STATUS("Valid")
)
View Source
const (
	DataEncryption_PrimaryEncryptionKeyStatus_STATUS_Invalid = DataEncryption_PrimaryEncryptionKeyStatus_STATUS("Invalid")
	DataEncryption_PrimaryEncryptionKeyStatus_STATUS_Valid   = DataEncryption_PrimaryEncryptionKeyStatus_STATUS("Valid")
)
View Source
const (
	DataEncryption_Type_STATUS_AzureKeyVault = DataEncryption_Type_STATUS("AzureKeyVault")
	DataEncryption_Type_STATUS_SystemManaged = DataEncryption_Type_STATUS("SystemManaged")
)
View Source
const (
	HighAvailability_Mode_STATUS_Disabled      = HighAvailability_Mode_STATUS("Disabled")
	HighAvailability_Mode_STATUS_SameZone      = HighAvailability_Mode_STATUS("SameZone")
	HighAvailability_Mode_STATUS_ZoneRedundant = HighAvailability_Mode_STATUS("ZoneRedundant")
)
View Source
const (
	HighAvailability_State_STATUS_CreatingStandby = HighAvailability_State_STATUS("CreatingStandby")
	HighAvailability_State_STATUS_FailingOver     = HighAvailability_State_STATUS("FailingOver")
	HighAvailability_State_STATUS_Healthy         = HighAvailability_State_STATUS("Healthy")
	HighAvailability_State_STATUS_NotEnabled      = HighAvailability_State_STATUS("NotEnabled")
	HighAvailability_State_STATUS_RemovingStandby = HighAvailability_State_STATUS("RemovingStandby")
	HighAvailability_State_STATUS_ReplicatingData = HighAvailability_State_STATUS("ReplicatingData")
)
View Source
const (
	Network_PublicNetworkAccess_STATUS_Disabled = Network_PublicNetworkAccess_STATUS("Disabled")
	Network_PublicNetworkAccess_STATUS_Enabled  = Network_PublicNetworkAccess_STATUS("Enabled")
)
View Source
const (
	Replica_PromoteMode_STATUS_Standalone = Replica_PromoteMode_STATUS("standalone")
	Replica_PromoteMode_STATUS_Switchover = Replica_PromoteMode_STATUS("switchover")
)
View Source
const (
	Replica_PromoteOption_STATUS_Forced  = Replica_PromoteOption_STATUS("forced")
	Replica_PromoteOption_STATUS_Planned = Replica_PromoteOption_STATUS("planned")
)
View Source
const (
	Replica_ReplicationState_STATUS_Active        = Replica_ReplicationState_STATUS("Active")
	Replica_ReplicationState_STATUS_Broken        = Replica_ReplicationState_STATUS("Broken")
	Replica_ReplicationState_STATUS_Catchup       = Replica_ReplicationState_STATUS("Catchup")
	Replica_ReplicationState_STATUS_Provisioning  = Replica_ReplicationState_STATUS("Provisioning")
	Replica_ReplicationState_STATUS_Reconfiguring = Replica_ReplicationState_STATUS("Reconfiguring")
	Replica_ReplicationState_STATUS_Updating      = Replica_ReplicationState_STATUS("Updating")
)
View Source
const (
	Storage_AutoGrow_STATUS_Disabled = Storage_AutoGrow_STATUS("Disabled")
	Storage_AutoGrow_STATUS_Enabled  = Storage_AutoGrow_STATUS("Enabled")
)
View Source
const (
	Storage_Tier_STATUS_P1  = Storage_Tier_STATUS("P1")
	Storage_Tier_STATUS_P10 = Storage_Tier_STATUS("P10")
	Storage_Tier_STATUS_P15 = Storage_Tier_STATUS("P15")
	Storage_Tier_STATUS_P2  = Storage_Tier_STATUS("P2")
	Storage_Tier_STATUS_P20 = Storage_Tier_STATUS("P20")
	Storage_Tier_STATUS_P3  = Storage_Tier_STATUS("P3")
	Storage_Tier_STATUS_P30 = Storage_Tier_STATUS("P30")
	Storage_Tier_STATUS_P4  = Storage_Tier_STATUS("P4")
	Storage_Tier_STATUS_P40 = Storage_Tier_STATUS("P40")
	Storage_Tier_STATUS_P50 = Storage_Tier_STATUS("P50")
	Storage_Tier_STATUS_P6  = Storage_Tier_STATUS("P6")
	Storage_Tier_STATUS_P60 = Storage_Tier_STATUS("P60")
	Storage_Tier_STATUS_P70 = Storage_Tier_STATUS("P70")
	Storage_Tier_STATUS_P80 = Storage_Tier_STATUS("P80")
)
View Source
const (
	Storage_Type_STATUS_PremiumV2_LRS = Storage_Type_STATUS("PremiumV2_LRS")
	Storage_Type_STATUS_Premium_LRS   = Storage_Type_STATUS("Premium_LRS")
)
View Source
const (
	ServerThreatProtectionProperties_State_Disabled = ServerThreatProtectionProperties_State("Disabled")
	ServerThreatProtectionProperties_State_Enabled  = ServerThreatProtectionProperties_State("Enabled")
)
View Source
const (
	ServerThreatProtectionProperties_State_STATUS_Disabled = ServerThreatProtectionProperties_State_STATUS("Disabled")
	ServerThreatProtectionProperties_State_STATUS_Enabled  = ServerThreatProtectionProperties_State_STATUS("Enabled")
)
View Source
const (
	ServerBackupProperties_BackupType_STATUS_CustomerOnDemand = ServerBackupProperties_BackupType_STATUS("Customer On-Demand")
	ServerBackupProperties_BackupType_STATUS_Full             = ServerBackupProperties_BackupType_STATUS("Full")
)
View Source
const (
	ConfigurationProperties_DataType_STATUS_Boolean     = ConfigurationProperties_DataType_STATUS("Boolean")
	ConfigurationProperties_DataType_STATUS_Enumeration = ConfigurationProperties_DataType_STATUS("Enumeration")
	ConfigurationProperties_DataType_STATUS_Integer     = ConfigurationProperties_DataType_STATUS("Integer")
	ConfigurationProperties_DataType_STATUS_Numeric     = ConfigurationProperties_DataType_STATUS("Numeric")
)
View Source
const VirtualEndpointResourceProperties_EndpointType_ReadWrite = VirtualEndpointResourceProperties_EndpointType("ReadWrite")
View Source
const VirtualEndpointResourceProperties_EndpointType_STATUS_ReadWrite = VirtualEndpointResourceProperties_EndpointType_STATUS("ReadWrite")

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthConfig

type AuthConfig struct {
	// ActiveDirectoryAuth: If Enabled, Azure Active Directory authentication is enabled.
	ActiveDirectoryAuth *AuthConfig_ActiveDirectoryAuth `json:"activeDirectoryAuth,omitempty"`

	// PasswordAuth: If Enabled, Password authentication is enabled.
	PasswordAuth *AuthConfig_PasswordAuth `json:"passwordAuth,omitempty"`

	// TenantId: Tenant id of the server.
	TenantId *string `json:"tenantId,omitempty"`
}

Authentication configuration properties of a server

type AuthConfig_ActiveDirectoryAuth

type AuthConfig_ActiveDirectoryAuth string

+kubebuilder:validation:Enum={"Disabled","Enabled"}

type AuthConfig_ActiveDirectoryAuth_STATUS

type AuthConfig_ActiveDirectoryAuth_STATUS string

type AuthConfig_PasswordAuth

type AuthConfig_PasswordAuth string

+kubebuilder:validation:Enum={"Disabled","Enabled"}

type AuthConfig_PasswordAuth_STATUS

type AuthConfig_PasswordAuth_STATUS string

type AuthConfig_STATUS

type AuthConfig_STATUS struct {
	// ActiveDirectoryAuth: If Enabled, Azure Active Directory authentication is enabled.
	ActiveDirectoryAuth *AuthConfig_ActiveDirectoryAuth_STATUS `json:"activeDirectoryAuth,omitempty"`

	// PasswordAuth: If Enabled, Password authentication is enabled.
	PasswordAuth *AuthConfig_PasswordAuth_STATUS `json:"passwordAuth,omitempty"`

	// TenantId: Tenant id of the server.
	TenantId *string `json:"tenantId,omitempty"`
}

Authentication configuration properties of a server

type Backup

type Backup struct {
	// BackupRetentionDays: Backup retention days for the server.
	BackupRetentionDays *int `json:"backupRetentionDays,omitempty"`

	// GeoRedundantBackup: A value indicating whether Geo-Redundant backup is enabled on the server.
	GeoRedundantBackup *Backup_GeoRedundantBackup `json:"geoRedundantBackup,omitempty"`
}

Backup properties of a server

type Backup_GeoRedundantBackup

type Backup_GeoRedundantBackup string

+kubebuilder:validation:Enum={"Disabled","Enabled"}

type Backup_GeoRedundantBackup_STATUS

type Backup_GeoRedundantBackup_STATUS string

type Backup_STATUS

type Backup_STATUS struct {
	// BackupRetentionDays: Backup retention days for the server.
	BackupRetentionDays *int `json:"backupRetentionDays,omitempty"`

	// EarliestRestoreDate: The earliest restore point time (ISO8601 format) for server.
	EarliestRestoreDate *string `json:"earliestRestoreDate,omitempty"`

	// GeoRedundantBackup: A value indicating whether Geo-Redundant backup is enabled on the server.
	GeoRedundantBackup *Backup_GeoRedundantBackup_STATUS `json:"geoRedundantBackup,omitempty"`
}

Backup properties of a server

type ConfigurationProperties

type ConfigurationProperties struct {
	// Source: Source of the configuration. Required to update the configuration.
	Source *string `json:"source,omitempty"`

	// Value: Value of the configuration. Required to update the configuration.
	Value *string `json:"value,omitempty"`
}

The properties of a configuration.

type ConfigurationProperties_DataType_STATUS

type ConfigurationProperties_DataType_STATUS string

type ConfigurationProperties_STATUS

type ConfigurationProperties_STATUS struct {
	// AllowedValues: Allowed values of the configuration.
	AllowedValues *string `json:"allowedValues,omitempty"`

	// DataType: Data type of the configuration.
	DataType *ConfigurationProperties_DataType_STATUS `json:"dataType,omitempty"`

	// DefaultValue: Default value of the configuration.
	DefaultValue *string `json:"defaultValue,omitempty"`

	// Description: Description of the configuration.
	Description *string `json:"description,omitempty"`

	// DocumentationLink: Configuration documentation link.
	DocumentationLink *string `json:"documentationLink,omitempty"`

	// IsConfigPendingRestart: Configuration is pending restart or not.
	IsConfigPendingRestart *bool `json:"isConfigPendingRestart,omitempty"`

	// IsDynamicConfig: Configuration dynamic or static.
	IsDynamicConfig *bool `json:"isDynamicConfig,omitempty"`

	// IsReadOnly: Configuration read-only or not.
	IsReadOnly *bool `json:"isReadOnly,omitempty"`

	// Source: Source of the configuration. Required to update the configuration.
	Source *string `json:"source,omitempty"`

	// Unit: Configuration unit.
	Unit *string `json:"unit,omitempty"`

	// Value: Value of the configuration. Required to update the configuration.
	Value *string `json:"value,omitempty"`
}

The properties of a configuration.

type DataEncryption

type DataEncryption struct {
	// GeoBackupEncryptionKeyStatus: Geo-backup encryption key status for Data encryption enabled server.
	GeoBackupEncryptionKeyStatus *DataEncryption_GeoBackupEncryptionKeyStatus `json:"geoBackupEncryptionKeyStatus,omitempty"`

	// GeoBackupKeyURI: URI for the key in keyvault for data encryption for geo-backup of server.
	GeoBackupKeyURI                 *string `json:"geoBackupKeyURI,omitempty" optionalConfigMapPair:"GeoBackupKeyURI"`
	GeoBackupUserAssignedIdentityId *string `json:"geoBackupUserAssignedIdentityId,omitempty"`

	// PrimaryEncryptionKeyStatus: Primary encryption key status for Data encryption enabled server.
	PrimaryEncryptionKeyStatus *DataEncryption_PrimaryEncryptionKeyStatus `json:"primaryEncryptionKeyStatus,omitempty"`

	// PrimaryKeyURI: URI for the key in keyvault for data encryption of the primary server.
	PrimaryKeyURI                 *string `json:"primaryKeyURI,omitempty" optionalConfigMapPair:"PrimaryKeyURI"`
	PrimaryUserAssignedIdentityId *string `json:"primaryUserAssignedIdentityId,omitempty"`

	// Type: Data encryption type to depict if it is System Managed vs Azure Key vault.
	Type *DataEncryption_Type `json:"type,omitempty"`
}

Data encryption properties of a server

type DataEncryption_GeoBackupEncryptionKeyStatus

type DataEncryption_GeoBackupEncryptionKeyStatus string

+kubebuilder:validation:Enum={"Invalid","Valid"}

type DataEncryption_GeoBackupEncryptionKeyStatus_STATUS

type DataEncryption_GeoBackupEncryptionKeyStatus_STATUS string

type DataEncryption_PrimaryEncryptionKeyStatus

type DataEncryption_PrimaryEncryptionKeyStatus string

+kubebuilder:validation:Enum={"Invalid","Valid"}

type DataEncryption_PrimaryEncryptionKeyStatus_STATUS

type DataEncryption_PrimaryEncryptionKeyStatus_STATUS string

type DataEncryption_STATUS

type DataEncryption_STATUS struct {
	// GeoBackupEncryptionKeyStatus: Geo-backup encryption key status for Data encryption enabled server.
	GeoBackupEncryptionKeyStatus *DataEncryption_GeoBackupEncryptionKeyStatus_STATUS `json:"geoBackupEncryptionKeyStatus,omitempty"`

	// GeoBackupKeyURI: URI for the key in keyvault for data encryption for geo-backup of server.
	GeoBackupKeyURI *string `json:"geoBackupKeyURI,omitempty"`

	// GeoBackupUserAssignedIdentityId: Resource Id for the User assigned identity to be used for data encryption for
	// geo-backup of server.
	GeoBackupUserAssignedIdentityId *string `json:"geoBackupUserAssignedIdentityId,omitempty"`

	// PrimaryEncryptionKeyStatus: Primary encryption key status for Data encryption enabled server.
	PrimaryEncryptionKeyStatus *DataEncryption_PrimaryEncryptionKeyStatus_STATUS `json:"primaryEncryptionKeyStatus,omitempty"`

	// PrimaryKeyURI: URI for the key in keyvault for data encryption of the primary server.
	PrimaryKeyURI *string `json:"primaryKeyURI,omitempty"`

	// PrimaryUserAssignedIdentityId: Resource Id for the User assigned identity to be used for data encryption of the primary
	// server.
	PrimaryUserAssignedIdentityId *string `json:"primaryUserAssignedIdentityId,omitempty"`

	// Type: Data encryption type to depict if it is System Managed vs Azure Key vault.
	Type *DataEncryption_Type_STATUS `json:"type,omitempty"`
}

Data encryption properties of a server

type DataEncryption_Type

type DataEncryption_Type string

+kubebuilder:validation:Enum={"AzureKeyVault","SystemManaged"}

type DataEncryption_Type_STATUS

type DataEncryption_Type_STATUS string

type DatabaseProperties

type DatabaseProperties struct {
	// Charset: The charset of the database.
	Charset *string `json:"charset,omitempty"`

	// Collation: The collation of the database.
	Collation *string `json:"collation,omitempty"`
}

The properties of a database.

type DatabaseProperties_STATUS

type DatabaseProperties_STATUS struct {
	// Charset: The charset of the database.
	Charset *string `json:"charset,omitempty"`

	// Collation: The collation of the database.
	Collation *string `json:"collation,omitempty"`
}

The properties of a database.

type FirewallRuleProperties

type FirewallRuleProperties struct {
	// EndIpAddress: The end IP address of the server firewall rule. Must be IPv4 format.
	EndIpAddress *string `json:"endIpAddress,omitempty"`

	// StartIpAddress: The start IP address of the server firewall rule. Must be IPv4 format.
	StartIpAddress *string `json:"startIpAddress,omitempty"`
}

The properties of a server firewall rule.

type FirewallRuleProperties_STATUS

type FirewallRuleProperties_STATUS struct {
	// EndIpAddress: The end IP address of the server firewall rule. Must be IPv4 format.
	EndIpAddress *string `json:"endIpAddress,omitempty"`

	// StartIpAddress: The start IP address of the server firewall rule. Must be IPv4 format.
	StartIpAddress *string `json:"startIpAddress,omitempty"`
}

The properties of a server firewall rule.

type FlexibleServer_STATUS

type FlexibleServer_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Identity: Describes the identity of the application.
	Identity *UserAssignedIdentity_STATUS `json:"identity,omitempty"`

	// Location: The geo-location where the resource lives
	Location *string `json:"location,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: Properties of the server.
	Properties *ServerProperties_STATUS `json:"properties,omitempty"`

	// Sku: The SKU (pricing tier) of the server.
	Sku *Sku_STATUS `json:"sku,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Tags: Resource tags.
	Tags map[string]string `json:"tags,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServer_Spec

type FlexibleServer_Spec struct {
	// Identity: Describes the identity of the application.
	Identity *UserAssignedIdentity `json:"identity,omitempty"`

	// Location: The geo-location where the resource lives
	Location *string `json:"location,omitempty"`
	Name     string  `json:"name,omitempty"`

	// Properties: Properties of the server.
	Properties *ServerProperties `json:"properties,omitempty"`

	// Sku: The SKU (pricing tier) of the server.
	Sku *Sku `json:"sku,omitempty"`

	// Tags: Resource tags.
	Tags map[string]string `json:"tags,omitempty"`
}

func (FlexibleServer_Spec) GetAPIVersion

func (server FlexibleServer_Spec) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServer_Spec) GetName

func (server *FlexibleServer_Spec) GetName() string

GetName returns the Name of the resource

func (*FlexibleServer_Spec) GetType

func (server *FlexibleServer_Spec) GetType() string

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

type FlexibleServersAdvancedThreatProtectionSettings_STATUS

type FlexibleServersAdvancedThreatProtectionSettings_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: Advanced Threat Protection properties.
	Properties *ServerThreatProtectionProperties_STATUS `json:"properties,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServersAdvancedThreatProtectionSettings_Spec

type FlexibleServersAdvancedThreatProtectionSettings_Spec struct {
	Name string `json:"name,omitempty"`

	// Properties: Advanced Threat Protection properties.
	Properties *ServerThreatProtectionProperties `json:"properties,omitempty"`
}

func (FlexibleServersAdvancedThreatProtectionSettings_Spec) GetAPIVersion

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServersAdvancedThreatProtectionSettings_Spec) GetName

GetName returns the Name of the resource

func (*FlexibleServersAdvancedThreatProtectionSettings_Spec) GetType

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

type FlexibleServersBackup_STATUS

type FlexibleServersBackup_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: The properties of a server backup.
	Properties *ServerBackupProperties_STATUS `json:"properties,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServersBackup_Spec

type FlexibleServersBackup_Spec struct {
	Name string `json:"name,omitempty"`
}

func (FlexibleServersBackup_Spec) GetAPIVersion

func (backup FlexibleServersBackup_Spec) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServersBackup_Spec) GetName

func (backup *FlexibleServersBackup_Spec) GetName() string

GetName returns the Name of the resource

func (*FlexibleServersBackup_Spec) GetType

func (backup *FlexibleServersBackup_Spec) GetType() string

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

type FlexibleServersConfiguration_STATUS

type FlexibleServersConfiguration_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: The properties of a configuration.
	Properties *ConfigurationProperties_STATUS `json:"properties,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServersConfiguration_Spec

type FlexibleServersConfiguration_Spec struct {
	Name string `json:"name,omitempty"`

	// Properties: The properties of a configuration.
	Properties *ConfigurationProperties `json:"properties,omitempty"`
}

func (FlexibleServersConfiguration_Spec) GetAPIVersion

func (configuration FlexibleServersConfiguration_Spec) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServersConfiguration_Spec) GetName

func (configuration *FlexibleServersConfiguration_Spec) GetName() string

GetName returns the Name of the resource

func (*FlexibleServersConfiguration_Spec) GetType

func (configuration *FlexibleServersConfiguration_Spec) GetType() string

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

type FlexibleServersDatabase_STATUS

type FlexibleServersDatabase_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: The properties of a database.
	Properties *DatabaseProperties_STATUS `json:"properties,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServersDatabase_Spec

type FlexibleServersDatabase_Spec struct {
	Name string `json:"name,omitempty"`

	// Properties: The properties of a database.
	Properties *DatabaseProperties `json:"properties,omitempty"`
}

func (FlexibleServersDatabase_Spec) GetAPIVersion

func (database FlexibleServersDatabase_Spec) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServersDatabase_Spec) GetName

func (database *FlexibleServersDatabase_Spec) GetName() string

GetName returns the Name of the resource

func (*FlexibleServersDatabase_Spec) GetType

func (database *FlexibleServersDatabase_Spec) GetType() string

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

type FlexibleServersFirewallRule_STATUS

type FlexibleServersFirewallRule_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: The properties of a firewall rule.
	Properties *FirewallRuleProperties_STATUS `json:"properties,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServersFirewallRule_Spec

type FlexibleServersFirewallRule_Spec struct {
	Name string `json:"name,omitempty"`

	// Properties: The properties of a firewall rule.
	Properties *FirewallRuleProperties `json:"properties,omitempty"`
}

func (FlexibleServersFirewallRule_Spec) GetAPIVersion

func (rule FlexibleServersFirewallRule_Spec) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServersFirewallRule_Spec) GetName

func (rule *FlexibleServersFirewallRule_Spec) GetName() string

GetName returns the Name of the resource

func (*FlexibleServersFirewallRule_Spec) GetType

func (rule *FlexibleServersFirewallRule_Spec) GetType() string

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

type FlexibleServersVirtualEndpoint_STATUS

type FlexibleServersVirtualEndpoint_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`

	// Name: The name of the resource
	Name *string `json:"name,omitempty"`

	// Properties: Properties of the virtual endpoint resource.
	Properties *VirtualEndpointResourceProperties_STATUS `json:"properties,omitempty"`

	// SystemData: Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData *SystemData_STATUS `json:"systemData,omitempty"`

	// Type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type *string `json:"type,omitempty"`
}

type FlexibleServersVirtualEndpoint_Spec

type FlexibleServersVirtualEndpoint_Spec struct {
	Name string `json:"name,omitempty"`

	// Properties: Properties of the virtual endpoint resource.
	Properties *VirtualEndpointResourceProperties `json:"properties,omitempty"`
}

func (FlexibleServersVirtualEndpoint_Spec) GetAPIVersion

func (endpoint FlexibleServersVirtualEndpoint_Spec) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-08-01"

func (*FlexibleServersVirtualEndpoint_Spec) GetName

func (endpoint *FlexibleServersVirtualEndpoint_Spec) GetName() string

GetName returns the Name of the resource

func (*FlexibleServersVirtualEndpoint_Spec) GetType

func (endpoint *FlexibleServersVirtualEndpoint_Spec) GetType() string

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

type HighAvailability

type HighAvailability struct {
	// Mode: The HA mode for the server.
	Mode *HighAvailability_Mode `json:"mode,omitempty"`

	// StandbyAvailabilityZone: availability zone information of the standby.
	StandbyAvailabilityZone *string `json:"standbyAvailabilityZone,omitempty"`
}

High availability properties of a server

type HighAvailability_Mode

type HighAvailability_Mode string

+kubebuilder:validation:Enum={"Disabled","SameZone","ZoneRedundant"}

type HighAvailability_Mode_STATUS

type HighAvailability_Mode_STATUS string

type HighAvailability_STATUS

type HighAvailability_STATUS struct {
	// Mode: The HA mode for the server.
	Mode *HighAvailability_Mode_STATUS `json:"mode,omitempty"`

	// StandbyAvailabilityZone: availability zone information of the standby.
	StandbyAvailabilityZone *string `json:"standbyAvailabilityZone,omitempty"`

	// State: A state of a HA server that is visible to user.
	State *HighAvailability_State_STATUS `json:"state,omitempty"`
}

High availability properties of a server

type HighAvailability_State_STATUS

type HighAvailability_State_STATUS string

type MaintenanceWindow

type MaintenanceWindow struct {
	// CustomWindow: indicates whether custom window is enabled or disabled
	CustomWindow *string `json:"customWindow,omitempty"`

	// DayOfWeek: day of week for maintenance window
	DayOfWeek *int `json:"dayOfWeek,omitempty"`

	// StartHour: start hour for maintenance window
	StartHour *int `json:"startHour,omitempty"`

	// StartMinute: start minute for maintenance window
	StartMinute *int `json:"startMinute,omitempty"`
}

Maintenance window properties of a server.

type MaintenanceWindow_STATUS

type MaintenanceWindow_STATUS struct {
	// CustomWindow: indicates whether custom window is enabled or disabled
	CustomWindow *string `json:"customWindow,omitempty"`

	// DayOfWeek: day of week for maintenance window
	DayOfWeek *int `json:"dayOfWeek,omitempty"`

	// StartHour: start hour for maintenance window
	StartHour *int `json:"startHour,omitempty"`

	// StartMinute: start minute for maintenance window
	StartMinute *int `json:"startMinute,omitempty"`
}

Maintenance window properties of a server.

type Network

type Network struct {
	DelegatedSubnetResourceId   *string `json:"delegatedSubnetResourceId,omitempty"`
	PrivateDnsZoneArmResourceId *string `json:"privateDnsZoneArmResourceId,omitempty"`

	// PublicNetworkAccess: public network access is enabled or not
	PublicNetworkAccess *Network_PublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
}

Network properties of a server.

type Network_PublicNetworkAccess

type Network_PublicNetworkAccess string

+kubebuilder:validation:Enum={"Disabled","Enabled"}

type Network_PublicNetworkAccess_STATUS

type Network_PublicNetworkAccess_STATUS string

type Network_STATUS

type Network_STATUS struct {
	// DelegatedSubnetResourceId: Delegated subnet arm resource id. This is required to be passed during create, in case we
	// want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the
	// value for Private DNS zone.
	DelegatedSubnetResourceId *string `json:"delegatedSubnetResourceId,omitempty"`

	// PrivateDnsZoneArmResourceId: Private dns zone arm resource id. This is required to be passed during create, in case we
	// want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the
	// value for Private DNS zone.
	PrivateDnsZoneArmResourceId *string `json:"privateDnsZoneArmResourceId,omitempty"`

	// PublicNetworkAccess: public network access is enabled or not
	PublicNetworkAccess *Network_PublicNetworkAccess_STATUS `json:"publicNetworkAccess,omitempty"`
}

Network properties of a server.

type PrivateEndpointConnection_STATUS

type PrivateEndpointConnection_STATUS struct {
	// Id: Fully qualified resource ID for the resource. E.g.
	// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
	Id *string `json:"id,omitempty"`
}

The private endpoint connection resource.

type Replica

type Replica struct {
	// PromoteMode: Sets the promote mode for a replica server. This is a write only property.
	PromoteMode *Replica_PromoteMode `json:"promoteMode,omitempty"`

	// PromoteOption: Sets the promote options for a replica server. This is a write only property.
	PromoteOption *Replica_PromoteOption `json:"promoteOption,omitempty"`

	// Role: Used to indicate role of the server in replication set.
	Role *ReplicationRole `json:"role,omitempty"`
}

Replica properties of a server

type Replica_PromoteMode

type Replica_PromoteMode string

+kubebuilder:validation:Enum={"standalone","switchover"}

type Replica_PromoteMode_STATUS

type Replica_PromoteMode_STATUS string

type Replica_PromoteOption

type Replica_PromoteOption string

+kubebuilder:validation:Enum={"forced","planned"}

type Replica_PromoteOption_STATUS

type Replica_PromoteOption_STATUS string

type Replica_ReplicationState_STATUS

type Replica_ReplicationState_STATUS string

type Replica_STATUS

type Replica_STATUS struct {
	// Capacity: Replicas allowed for a server.
	Capacity *int `json:"capacity,omitempty"`

	// PromoteMode: Sets the promote mode for a replica server. This is a write only property.
	PromoteMode *Replica_PromoteMode_STATUS `json:"promoteMode,omitempty"`

	// PromoteOption: Sets the promote options for a replica server. This is a write only property.
	PromoteOption *Replica_PromoteOption_STATUS `json:"promoteOption,omitempty"`

	// ReplicationState: Gets the replication state of a replica server. This property is returned only for replicas api call.
	// Supported values are Active, Catchup, Provisioning, Updating, Broken, Reconfiguring
	ReplicationState *Replica_ReplicationState_STATUS `json:"replicationState,omitempty"`

	// Role: Used to indicate role of the server in replication set.
	Role *ReplicationRole_STATUS `json:"role,omitempty"`
}

Replica properties of a server

type ReplicationRole

type ReplicationRole string

Used to indicate role of the server in replication set. +kubebuilder:validation:Enum={"AsyncReplica","GeoAsyncReplica","None","Primary"}

type ReplicationRole_STATUS

type ReplicationRole_STATUS string

Used to indicate role of the server in replication set.

type ServerBackupProperties_BackupType_STATUS

type ServerBackupProperties_BackupType_STATUS string

type ServerBackupProperties_STATUS

type ServerBackupProperties_STATUS struct {
	// BackupType: Backup type.
	BackupType *ServerBackupProperties_BackupType_STATUS `json:"backupType,omitempty"`

	// CompletedTime: Backup completed time (ISO8601 format).
	CompletedTime *string `json:"completedTime,omitempty"`

	// Source: Backup source
	Source *string `json:"source,omitempty"`
}

The properties of a server backup.

type ServerProperties

type ServerProperties struct {
	// AdministratorLogin: The administrator's login name of a server. Can only be specified when the server is being created
	// (and is required for creation).
	AdministratorLogin *string `json:"administratorLogin,omitempty"`

	// AdministratorLoginPassword: The administrator login password (required for server creation).
	AdministratorLoginPassword *string `json:"administratorLoginPassword,omitempty"`

	// AuthConfig: AuthConfig properties of a server.
	AuthConfig *AuthConfig `json:"authConfig,omitempty"`

	// AvailabilityZone: availability zone information of the server.
	AvailabilityZone *string `json:"availabilityZone,omitempty"`

	// Backup: Backup properties of a server.
	Backup *Backup `json:"backup,omitempty"`

	// CreateMode: The mode to create a new PostgreSQL server.
	CreateMode *ServerProperties_CreateMode `json:"createMode,omitempty"`

	// DataEncryption: Data encryption properties of a server.
	DataEncryption *DataEncryption `json:"dataEncryption,omitempty"`

	// HighAvailability: High availability properties of a server.
	HighAvailability *HighAvailability `json:"highAvailability,omitempty"`

	// MaintenanceWindow: Maintenance window properties of a server.
	MaintenanceWindow *MaintenanceWindow `json:"maintenanceWindow,omitempty"`

	// Network: Network properties of a server. This Network property is required to be passed only in case you want the server
	// to be Private access server.
	Network *Network `json:"network,omitempty"`

	// PointInTimeUTC: Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when
	// 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'.
	PointInTimeUTC *string `json:"pointInTimeUTC,omitempty"`

	// Replica: Replica properties of a server. These Replica properties are required to be passed only in case you want to
	// Promote a server.
	Replica *Replica `json:"replica,omitempty"`

	// ReplicationRole: Replication role of the server
	ReplicationRole        *ReplicationRole `json:"replicationRole,omitempty"`
	SourceServerResourceId *string          `json:"sourceServerResourceId,omitempty"`

	// Storage: Storage properties of a server.
	Storage *Storage `json:"storage,omitempty"`

	// Version: PostgreSQL Server version.
	Version *ServerVersion `json:"version,omitempty"`
}

The properties of a server.

type ServerProperties_CreateMode

type ServerProperties_CreateMode string

+kubebuilder:validation:Enum={"Create","Default","GeoRestore","PointInTimeRestore","Replica","ReviveDropped","Update"}

type ServerProperties_CreateMode_STATUS

type ServerProperties_CreateMode_STATUS string

type ServerProperties_STATUS

type ServerProperties_STATUS struct {
	// AdministratorLogin: The administrator's login name of a server. Can only be specified when the server is being created
	// (and is required for creation).
	AdministratorLogin *string `json:"administratorLogin,omitempty"`

	// AuthConfig: AuthConfig properties of a server.
	AuthConfig *AuthConfig_STATUS `json:"authConfig,omitempty"`

	// AvailabilityZone: availability zone information of the server.
	AvailabilityZone *string `json:"availabilityZone,omitempty"`

	// Backup: Backup properties of a server.
	Backup *Backup_STATUS `json:"backup,omitempty"`

	// CreateMode: The mode to create a new PostgreSQL server.
	CreateMode *ServerProperties_CreateMode_STATUS `json:"createMode,omitempty"`

	// DataEncryption: Data encryption properties of a server.
	DataEncryption *DataEncryption_STATUS `json:"dataEncryption,omitempty"`

	// FullyQualifiedDomainName: The fully qualified domain name of a server.
	FullyQualifiedDomainName *string `json:"fullyQualifiedDomainName,omitempty"`

	// HighAvailability: High availability properties of a server.
	HighAvailability *HighAvailability_STATUS `json:"highAvailability,omitempty"`

	// MaintenanceWindow: Maintenance window properties of a server.
	MaintenanceWindow *MaintenanceWindow_STATUS `json:"maintenanceWindow,omitempty"`

	// MinorVersion: The minor version of the server.
	MinorVersion *string `json:"minorVersion,omitempty"`

	// Network: Network properties of a server. This Network property is required to be passed only in case you want the server
	// to be Private access server.
	Network *Network_STATUS `json:"network,omitempty"`

	// PointInTimeUTC: Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when
	// 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'.
	PointInTimeUTC *string `json:"pointInTimeUTC,omitempty"`

	// PrivateEndpointConnections: List of private endpoint connections associated with the specified resource.
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"`

	// Replica: Replica properties of a server. These Replica properties are required to be passed only in case you want to
	// Promote a server.
	Replica *Replica_STATUS `json:"replica,omitempty"`

	// ReplicaCapacity: Replicas allowed for a server.
	ReplicaCapacity *int `json:"replicaCapacity,omitempty"`

	// ReplicationRole: Replication role of the server
	ReplicationRole *ReplicationRole_STATUS `json:"replicationRole,omitempty"`

	// SourceServerResourceId: The source server resource ID to restore from. It's required when 'createMode' is
	// 'PointInTimeRestore' or 'GeoRestore' or 'Replica' or 'ReviveDropped'. This property is returned only for Replica server
	SourceServerResourceId *string `json:"sourceServerResourceId,omitempty"`

	// State: A state of a server that is visible to user.
	State *ServerProperties_State_STATUS `json:"state,omitempty"`

	// Storage: Storage properties of a server.
	Storage *Storage_STATUS `json:"storage,omitempty"`

	// Version: PostgreSQL Server version.
	Version *ServerVersion_STATUS `json:"version,omitempty"`
}

The properties of a server.

type ServerProperties_State_STATUS

type ServerProperties_State_STATUS string

type ServerThreatProtectionProperties

type ServerThreatProtectionProperties struct {
	// State: Specifies the state of the Threat Protection, whether it is enabled or disabled or a state has not been applied
	// yet on the specific server.
	State *ServerThreatProtectionProperties_State `json:"state,omitempty"`
}

Properties of server Threat Protection state.

type ServerThreatProtectionProperties_STATUS

type ServerThreatProtectionProperties_STATUS struct {
	// CreationTime: Specifies the UTC creation time of the policy.
	CreationTime *string `json:"creationTime,omitempty"`

	// State: Specifies the state of the Threat Protection, whether it is enabled or disabled or a state has not been applied
	// yet on the specific server.
	State *ServerThreatProtectionProperties_State_STATUS `json:"state,omitempty"`
}

Properties of server Threat Protection state.

type ServerThreatProtectionProperties_State

type ServerThreatProtectionProperties_State string

+kubebuilder:validation:Enum={"Disabled","Enabled"}

type ServerThreatProtectionProperties_State_STATUS

type ServerThreatProtectionProperties_State_STATUS string

type ServerVersion

type ServerVersion string

The version of a server. +kubebuilder:validation:Enum={"11","12","13","14","15","16"}

type ServerVersion_STATUS

type ServerVersion_STATUS string

The version of a server.

type Sku

type Sku struct {
	// Name: The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3.
	Name *string `json:"name,omitempty"`

	// Tier: The tier of the particular SKU, e.g. Burstable.
	Tier *Sku_Tier `json:"tier,omitempty"`
}

Sku information related properties of a server.

type Sku_STATUS

type Sku_STATUS struct {
	// Name: The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3.
	Name *string `json:"name,omitempty"`

	// Tier: The tier of the particular SKU, e.g. Burstable.
	Tier *Sku_Tier_STATUS `json:"tier,omitempty"`
}

Sku information related properties of a server.

type Sku_Tier

type Sku_Tier string

+kubebuilder:validation:Enum={"Burstable","GeneralPurpose","MemoryOptimized"}

type Sku_Tier_STATUS

type Sku_Tier_STATUS string

type Storage

type Storage struct {
	// AutoGrow: Flag to enable / disable Storage Auto grow for flexible server.
	AutoGrow *Storage_AutoGrow `json:"autoGrow,omitempty"`

	// Iops: Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS
	Iops *int `json:"iops,omitempty"`

	// StorageSizeGB: Max storage allowed for a server.
	StorageSizeGB *int `json:"storageSizeGB,omitempty"`

	// Throughput: Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS
	Throughput *int `json:"throughput,omitempty"`

	// Tier: Name of storage tier for IOPS.
	Tier *Storage_Tier `json:"tier,omitempty"`

	// Type: Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not
	// specified
	Type *Storage_Type `json:"type,omitempty"`
}

Storage properties of a server

type Storage_AutoGrow

type Storage_AutoGrow string

+kubebuilder:validation:Enum={"Disabled","Enabled"}

type Storage_AutoGrow_STATUS

type Storage_AutoGrow_STATUS string

type Storage_STATUS

type Storage_STATUS struct {
	// AutoGrow: Flag to enable / disable Storage Auto grow for flexible server.
	AutoGrow *Storage_AutoGrow_STATUS `json:"autoGrow,omitempty"`

	// Iops: Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS
	Iops *int `json:"iops,omitempty"`

	// StorageSizeGB: Max storage allowed for a server.
	StorageSizeGB *int `json:"storageSizeGB,omitempty"`

	// Throughput: Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS
	Throughput *int `json:"throughput,omitempty"`

	// Tier: Name of storage tier for IOPS.
	Tier *Storage_Tier_STATUS `json:"tier,omitempty"`

	// Type: Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not
	// specified
	Type *Storage_Type_STATUS `json:"type,omitempty"`
}

Storage properties of a server

type Storage_Tier

type Storage_Tier string

+kubebuilder:validation:Enum={"P1","P10","P15","P2","P20","P3","P30","P4","P40","P50","P6","P60","P70","P80"}

type Storage_Tier_STATUS

type Storage_Tier_STATUS string

type Storage_Type

type Storage_Type string

+kubebuilder:validation:Enum={"PremiumV2_LRS","Premium_LRS"}

type Storage_Type_STATUS

type Storage_Type_STATUS string

type SystemData_CreatedByType_STATUS

type SystemData_CreatedByType_STATUS string

type SystemData_LastModifiedByType_STATUS

type SystemData_LastModifiedByType_STATUS string

type SystemData_STATUS

type SystemData_STATUS struct {
	// CreatedAt: The timestamp of resource creation (UTC).
	CreatedAt *string `json:"createdAt,omitempty"`

	// CreatedBy: The identity that created the resource.
	CreatedBy *string `json:"createdBy,omitempty"`

	// CreatedByType: The type of identity that created the resource.
	CreatedByType *SystemData_CreatedByType_STATUS `json:"createdByType,omitempty"`

	// LastModifiedAt: The timestamp of resource last modification (UTC)
	LastModifiedAt *string `json:"lastModifiedAt,omitempty"`

	// LastModifiedBy: The identity that last modified the resource.
	LastModifiedBy *string `json:"lastModifiedBy,omitempty"`

	// LastModifiedByType: The type of identity that last modified the resource.
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Metadata pertaining to creation and last modification of the resource.

type UserAssignedIdentity

type UserAssignedIdentity struct {
	// PrincipalId: the identity principal Id of the server.
	PrincipalId *string `json:"principalId,omitempty"`

	// Type: the types of identities associated with this resource
	Type                   *UserAssignedIdentity_Type             `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Information describing the identities associated with this application.

type UserAssignedIdentityDetails

type UserAssignedIdentityDetails struct {
}

Information about the user assigned identity for the resource

type UserAssignedIdentity_STATUS

type UserAssignedIdentity_STATUS struct {
	// PrincipalId: the identity principal Id of the server.
	PrincipalId *string `json:"principalId,omitempty"`

	// TenantId: Tenant id of the server.
	TenantId *string `json:"tenantId,omitempty"`

	// Type: the types of identities associated with this resource
	Type *UserAssignedIdentity_Type_STATUS `json:"type,omitempty"`

	// UserAssignedIdentities: represents user assigned identities map.
	UserAssignedIdentities map[string]UserIdentity_STATUS `json:"userAssignedIdentities,omitempty"`
}

Information describing the identities associated with this application.

type UserAssignedIdentity_Type

type UserAssignedIdentity_Type string

+kubebuilder:validation:Enum={"None","SystemAssigned","SystemAssigned,UserAssigned","UserAssigned"}

type UserAssignedIdentity_Type_STATUS

type UserAssignedIdentity_Type_STATUS string

type UserIdentity_STATUS

type UserIdentity_STATUS struct {
	// ClientId: the client identifier of the Service Principal which this identity represents.
	ClientId *string `json:"clientId,omitempty"`

	// PrincipalId: the object identifier of the Service Principal which this identity represents.
	PrincipalId *string `json:"principalId,omitempty"`
}

Describes a single user-assigned identity associated with the application.

type VirtualEndpointResourceProperties

type VirtualEndpointResourceProperties struct {
	// EndpointType: The endpoint type for the virtual endpoint.
	EndpointType *VirtualEndpointResourceProperties_EndpointType `json:"endpointType,omitempty"`

	// Members: List of members for a virtual endpoint
	Members []string `json:"members,omitempty"`
}

The properties of a virtual endpoint.

type VirtualEndpointResourceProperties_EndpointType

type VirtualEndpointResourceProperties_EndpointType string

+kubebuilder:validation:Enum={"ReadWrite"}

type VirtualEndpointResourceProperties_EndpointType_STATUS

type VirtualEndpointResourceProperties_EndpointType_STATUS string

type VirtualEndpointResourceProperties_STATUS

type VirtualEndpointResourceProperties_STATUS struct {
	// EndpointType: The endpoint type for the virtual endpoint.
	EndpointType *VirtualEndpointResourceProperties_EndpointType_STATUS `json:"endpointType,omitempty"`

	// Members: List of members for a virtual endpoint
	Members []string `json:"members,omitempty"`

	// VirtualEndpoints: List of virtual endpoints for a server
	VirtualEndpoints []string `json:"virtualEndpoints,omitempty"`
}

The properties of a virtual endpoint.

Jump to

Keyboard shortcuts

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