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.
Index ¶
- Constants
- type AdministratorProperties
- type AdministratorProperties_AdministratorType
- type AdministratorProperties_AdministratorType_STATUS
- type AdministratorProperties_STATUS
- type Backup
- type Backup_STATUS
- type ConfigurationProperties
- type ConfigurationProperties_IsConfigPendingRestart_STATUS
- type ConfigurationProperties_IsDynamicConfig_STATUS
- type ConfigurationProperties_IsReadOnly_STATUS
- type ConfigurationProperties_STATUS
- type ConfigurationProperties_Source
- type ConfigurationProperties_Source_STATUS
- type DataEncryption
- type DataEncryption_STATUS
- type DataEncryption_Type
- type DataEncryption_Type_STATUS
- type DatabaseProperties
- type DatabaseProperties_STATUS
- type EnableStatusEnum
- type EnableStatusEnum_STATUS
- type FirewallRuleProperties
- type FirewallRuleProperties_STATUS
- type FlexibleServer_STATUS
- type FlexibleServer_Spec
- type FlexibleServersAdministrator_STATUS
- type FlexibleServersAdministrator_Spec
- type FlexibleServersConfiguration_STATUS
- type FlexibleServersConfiguration_Spec
- type FlexibleServersDatabase_STATUS
- type FlexibleServersDatabase_Spec
- type FlexibleServersFirewallRule_STATUS
- type FlexibleServersFirewallRule_Spec
- type HighAvailability
- type HighAvailability_Mode
- type HighAvailability_Mode_STATUS
- type HighAvailability_STATUS
- type HighAvailability_State_STATUS
- type ImportSourceProperties
- type ImportSourceProperties_STATUS
- type ImportSourceProperties_StorageType
- type ImportSourceProperties_StorageType_STATUS
- type MaintenanceWindow
- type MaintenanceWindow_STATUS
- type MySQLServerIdentity
- type MySQLServerIdentity_STATUS
- type MySQLServerIdentity_Type
- type MySQLServerIdentity_Type_STATUS
- type MySQLServerSku
- type MySQLServerSku_STATUS
- type MySQLServerSku_Tier
- type MySQLServerSku_Tier_STATUS
- type Network
- type Network_STATUS
- type PrivateEndpointConnection_STATUS
- type ReplicationRole
- type ReplicationRole_STATUS
- type ServerProperties
- type ServerProperties_CreateMode
- type ServerProperties_CreateMode_STATUS
- type ServerProperties_STATUS
- type ServerProperties_State_STATUS
- type ServerVersion
- type ServerVersion_STATUS
- type Storage
- type Storage_STATUS
- type SystemData_CreatedByType_STATUS
- type SystemData_LastModifiedByType_STATUS
- type SystemData_STATUS
- type UserAssignedIdentityDetails
Constants ¶
const ( MySQLServerSku_Tier_Burstable = MySQLServerSku_Tier("Burstable") MySQLServerSku_Tier_GeneralPurpose = MySQLServerSku_Tier("GeneralPurpose") MySQLServerSku_Tier_MemoryOptimized = MySQLServerSku_Tier("MemoryOptimized") )
const ( ReplicationRole_None = ReplicationRole("None") ReplicationRole_Replica = ReplicationRole("Replica") ReplicationRole_Source = ReplicationRole("Source") )
const ( ServerProperties_CreateMode_Default = ServerProperties_CreateMode("Default") ServerProperties_CreateMode_GeoRestore = ServerProperties_CreateMode("GeoRestore") ServerProperties_CreateMode_PointInTimeRestore = ServerProperties_CreateMode("PointInTimeRestore") ServerProperties_CreateMode_Replica = ServerProperties_CreateMode("Replica") )
const ( ServerVersion_57 = ServerVersion("5.7") ServerVersion_8021 = ServerVersion("8.0.21") )
const ( DataEncryption_Type_AzureKeyVault = DataEncryption_Type("AzureKeyVault") DataEncryption_Type_SystemManaged = DataEncryption_Type("SystemManaged") )
const ( EnableStatusEnum_Disabled = EnableStatusEnum("Disabled") EnableStatusEnum_Enabled = EnableStatusEnum("Enabled") )
const ( HighAvailability_Mode_Disabled = HighAvailability_Mode("Disabled") HighAvailability_Mode_SameZone = HighAvailability_Mode("SameZone") HighAvailability_Mode_ZoneRedundant = HighAvailability_Mode("ZoneRedundant") )
const ( MySQLServerSku_Tier_STATUS_Burstable = MySQLServerSku_Tier_STATUS("Burstable") MySQLServerSku_Tier_STATUS_GeneralPurpose = MySQLServerSku_Tier_STATUS("GeneralPurpose") MySQLServerSku_Tier_STATUS_MemoryOptimized = MySQLServerSku_Tier_STATUS("MemoryOptimized") )
const ( ReplicationRole_STATUS_None = ReplicationRole_STATUS("None") ReplicationRole_STATUS_Replica = ReplicationRole_STATUS("Replica") ReplicationRole_STATUS_Source = ReplicationRole_STATUS("Source") )
const ( 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") )
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") )
const ( ServerVersion_STATUS_57 = ServerVersion_STATUS("5.7") ServerVersion_STATUS_8021 = ServerVersion_STATUS("8.0.21") )
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") )
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") )
const ( DataEncryption_Type_STATUS_AzureKeyVault = DataEncryption_Type_STATUS("AzureKeyVault") DataEncryption_Type_STATUS_SystemManaged = DataEncryption_Type_STATUS("SystemManaged") )
const ( EnableStatusEnum_STATUS_Disabled = EnableStatusEnum_STATUS("Disabled") EnableStatusEnum_STATUS_Enabled = EnableStatusEnum_STATUS("Enabled") )
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") )
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") )
const ( ConfigurationProperties_Source_SystemDefault = ConfigurationProperties_Source("system-default") ConfigurationProperties_Source_UserOverride = ConfigurationProperties_Source("user-override") )
const ( ConfigurationProperties_IsConfigPendingRestart_STATUS_False = ConfigurationProperties_IsConfigPendingRestart_STATUS("False") ConfigurationProperties_IsConfigPendingRestart_STATUS_True = ConfigurationProperties_IsConfigPendingRestart_STATUS("True") )
const ( ConfigurationProperties_IsDynamicConfig_STATUS_False = ConfigurationProperties_IsDynamicConfig_STATUS("False") ConfigurationProperties_IsDynamicConfig_STATUS_True = ConfigurationProperties_IsDynamicConfig_STATUS("True") )
const ( ConfigurationProperties_IsReadOnly_STATUS_False = ConfigurationProperties_IsReadOnly_STATUS("False") ConfigurationProperties_IsReadOnly_STATUS_True = ConfigurationProperties_IsReadOnly_STATUS("True") )
const ( ConfigurationProperties_Source_STATUS_SystemDefault = ConfigurationProperties_Source_STATUS("system-default") ConfigurationProperties_Source_STATUS_UserOverride = ConfigurationProperties_Source_STATUS("user-override") )
const AdministratorProperties_AdministratorType_ActiveDirectory = AdministratorProperties_AdministratorType("ActiveDirectory")
const AdministratorProperties_AdministratorType_STATUS_ActiveDirectory = AdministratorProperties_AdministratorType_STATUS("ActiveDirectory")
const ImportSourceProperties_StorageType_AzureBlob = ImportSourceProperties_StorageType("AzureBlob")
const ImportSourceProperties_StorageType_STATUS_AzureBlob = ImportSourceProperties_StorageType_STATUS("AzureBlob")
const MySQLServerIdentity_Type_STATUS_UserAssigned = MySQLServerIdentity_Type_STATUS("UserAssigned")
const MySQLServerIdentity_Type_UserAssigned = MySQLServerIdentity_Type("UserAssigned")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdministratorProperties ¶
type AdministratorProperties struct { // AdministratorType: Type of the sever administrator. AdministratorType *AdministratorProperties_AdministratorType `json:"administratorType,omitempty"` IdentityResourceId *string `json:"identityResourceId,omitempty"` // Login: Login name of the server administrator. Login *string `json:"login,omitempty"` // Sid: SID (object ID) of the server administrator. Sid *string `json:"sid,omitempty" optionalConfigMapPair:"Sid"` // TenantId: Tenant ID of the administrator. TenantId *string `json:"tenantId,omitempty" optionalConfigMapPair:"TenantId"` }
The properties of an administrator.
type AdministratorProperties_AdministratorType ¶
type AdministratorProperties_AdministratorType string
+kubebuilder:validation:Enum={"ActiveDirectory"}
type AdministratorProperties_AdministratorType_STATUS ¶
type AdministratorProperties_AdministratorType_STATUS string
type AdministratorProperties_STATUS ¶
type AdministratorProperties_STATUS struct { // AdministratorType: Type of the sever administrator. AdministratorType *AdministratorProperties_AdministratorType_STATUS `json:"administratorType,omitempty"` // IdentityResourceId: The resource id of the identity used for AAD Authentication. IdentityResourceId *string `json:"identityResourceId,omitempty"` // Login: Login name of the server administrator. Login *string `json:"login,omitempty"` // Sid: SID (object ID) of the server administrator. Sid *string `json:"sid,omitempty"` // TenantId: Tenant ID of the administrator. TenantId *string `json:"tenantId,omitempty"` }
The properties of an administrator.
type Backup ¶
type Backup struct { // BackupRetentionDays: Backup retention days for the server. BackupRetentionDays *int `json:"backupRetentionDays,omitempty"` // GeoRedundantBackup: Whether or not geo redundant backup is enabled. GeoRedundantBackup *EnableStatusEnum `json:"geoRedundantBackup,omitempty"` }
Storage Profile properties of a server
type Backup_STATUS ¶
type Backup_STATUS struct { // BackupRetentionDays: Backup retention days for the server. BackupRetentionDays *int `json:"backupRetentionDays,omitempty"` // EarliestRestoreDate: Earliest restore point creation time (ISO8601 format) EarliestRestoreDate *string `json:"earliestRestoreDate,omitempty"` // GeoRedundantBackup: Whether or not geo redundant backup is enabled. GeoRedundantBackup *EnableStatusEnum_STATUS `json:"geoRedundantBackup,omitempty"` }
Storage Profile properties of a server
type ConfigurationProperties ¶
type ConfigurationProperties struct { // CurrentValue: Current value of the configuration. CurrentValue *string `json:"currentValue,omitempty"` // Source: Source of the configuration. Source *ConfigurationProperties_Source `json:"source,omitempty"` // Value: Value of the configuration. Value *string `json:"value,omitempty"` }
The properties of a configuration.
type ConfigurationProperties_IsConfigPendingRestart_STATUS ¶
type ConfigurationProperties_IsConfigPendingRestart_STATUS string
type ConfigurationProperties_IsDynamicConfig_STATUS ¶
type ConfigurationProperties_IsDynamicConfig_STATUS string
type ConfigurationProperties_IsReadOnly_STATUS ¶
type ConfigurationProperties_IsReadOnly_STATUS string
type ConfigurationProperties_STATUS ¶
type ConfigurationProperties_STATUS struct { // AllowedValues: Allowed values of the configuration. AllowedValues *string `json:"allowedValues,omitempty"` // CurrentValue: Current value of the configuration. CurrentValue *string `json:"currentValue,omitempty"` // DataType: Data type of the configuration. DataType *string `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: The link used to get the document from community or Azure site. DocumentationLink *string `json:"documentationLink,omitempty"` // IsConfigPendingRestart: If is the configuration pending restart or not. IsConfigPendingRestart *ConfigurationProperties_IsConfigPendingRestart_STATUS `json:"isConfigPendingRestart,omitempty"` // IsDynamicConfig: If is the configuration dynamic. IsDynamicConfig *ConfigurationProperties_IsDynamicConfig_STATUS `json:"isDynamicConfig,omitempty"` // IsReadOnly: If is the configuration read only. IsReadOnly *ConfigurationProperties_IsReadOnly_STATUS `json:"isReadOnly,omitempty"` // Source: Source of the configuration. Source *ConfigurationProperties_Source_STATUS `json:"source,omitempty"` // Value: Value of the configuration. Value *string `json:"value,omitempty"` }
The properties of a configuration.
type ConfigurationProperties_Source ¶
type ConfigurationProperties_Source string
+kubebuilder:validation:Enum={"system-default","user-override"}
type ConfigurationProperties_Source_STATUS ¶
type ConfigurationProperties_Source_STATUS string
type DataEncryption ¶
type DataEncryption struct { // GeoBackupKeyURI: Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup GeoBackupKeyURI *string `json:"geoBackupKeyURI,omitempty"` GeoBackupUserAssignedIdentityId *string `json:"geoBackupUserAssignedIdentityId,omitempty"` // PrimaryKeyURI: Primary key uri PrimaryKeyURI *string `json:"primaryKeyURI,omitempty"` PrimaryUserAssignedIdentityId *string `json:"primaryUserAssignedIdentityId,omitempty"` // Type: The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. Type *DataEncryption_Type `json:"type,omitempty"` }
The date encryption for cmk.
type DataEncryption_STATUS ¶
type DataEncryption_STATUS struct { // GeoBackupKeyURI: Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup GeoBackupKeyURI *string `json:"geoBackupKeyURI,omitempty"` // GeoBackupUserAssignedIdentityId: Geo backup user identity resource id as identity can't cross region, need identity in // same region as geo backup GeoBackupUserAssignedIdentityId *string `json:"geoBackupUserAssignedIdentityId,omitempty"` // PrimaryKeyURI: Primary key uri PrimaryKeyURI *string `json:"primaryKeyURI,omitempty"` // PrimaryUserAssignedIdentityId: Primary user identity resource id PrimaryUserAssignedIdentityId *string `json:"primaryUserAssignedIdentityId,omitempty"` // Type: The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. Type *DataEncryption_Type_STATUS `json:"type,omitempty"` }
The date encryption for cmk.
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 EnableStatusEnum ¶
type EnableStatusEnum string
Enum to indicate whether value is 'Enabled' or 'Disabled' +kubebuilder:validation:Enum={"Disabled","Enabled"}
type EnableStatusEnum_STATUS ¶
type EnableStatusEnum_STATUS string
Enum to indicate whether value is 'Enabled' or 'Disabled'
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: The cmk identity for the server. Identity *MySQLServerIdentity_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 *MySQLServerSku_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: The cmk identity for the server. Identity *MySQLServerIdentity `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 *MySQLServerSku `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 "2023-06-30"
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.DBforMySQL/flexibleServers"
type FlexibleServersAdministrator_STATUS ¶
type FlexibleServersAdministrator_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 an administrator. Properties *AdministratorProperties_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 FlexibleServersAdministrator_Spec ¶
type FlexibleServersAdministrator_Spec struct { Name string `json:"name,omitempty"` // Properties: The properties of an administrator. Properties *AdministratorProperties `json:"properties,omitempty"` }
func (FlexibleServersAdministrator_Spec) GetAPIVersion ¶
func (administrator FlexibleServersAdministrator_Spec) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2023-06-30"
func (*FlexibleServersAdministrator_Spec) GetName ¶
func (administrator *FlexibleServersAdministrator_Spec) GetName() string
GetName returns the Name of the resource
func (*FlexibleServersAdministrator_Spec) GetType ¶
func (administrator *FlexibleServersAdministrator_Spec) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.DBforMySQL/flexibleServers/administrators"
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 "2023-06-30"
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.DBforMySQL/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 "2023-06-30"
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.DBforMySQL/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 "2023-06-30"
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.DBforMySQL/flexibleServers/firewallRules"
type HighAvailability ¶
type HighAvailability struct { // Mode: High availability mode for a server. Mode *HighAvailability_Mode `json:"mode,omitempty"` // StandbyAvailabilityZone: Availability zone of the standby server. StandbyAvailabilityZone *string `json:"standbyAvailabilityZone,omitempty"` }
Network related 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: High availability mode for a server. Mode *HighAvailability_Mode_STATUS `json:"mode,omitempty"` // StandbyAvailabilityZone: Availability zone of the standby server. StandbyAvailabilityZone *string `json:"standbyAvailabilityZone,omitempty"` // State: The state of server high availability. State *HighAvailability_State_STATUS `json:"state,omitempty"` }
Network related properties of a server
type HighAvailability_State_STATUS ¶
type HighAvailability_State_STATUS string
type ImportSourceProperties ¶
type ImportSourceProperties struct { // DataDirPath: Relative path of data directory in storage. DataDirPath *string `json:"dataDirPath,omitempty"` // SasToken: Sas token for accessing source storage. Read and list permissions are required for sas token. SasToken *string `json:"sasToken,omitempty"` // StorageType: Storage type of import source. StorageType *ImportSourceProperties_StorageType `json:"storageType,omitempty"` // StorageUrl: Uri of the import source storage. StorageUrl *string `json:"storageUrl,omitempty"` }
Import source related properties.
type ImportSourceProperties_STATUS ¶
type ImportSourceProperties_STATUS struct { // DataDirPath: Relative path of data directory in storage. DataDirPath *string `json:"dataDirPath,omitempty"` // StorageType: Storage type of import source. StorageType *ImportSourceProperties_StorageType_STATUS `json:"storageType,omitempty"` // StorageUrl: Uri of the import source storage. StorageUrl *string `json:"storageUrl,omitempty"` }
Import source related properties.
type ImportSourceProperties_StorageType ¶
type ImportSourceProperties_StorageType string
+kubebuilder:validation:Enum={"AzureBlob"}
type ImportSourceProperties_StorageType_STATUS ¶
type ImportSourceProperties_StorageType_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 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 of a server.
type MySQLServerIdentity ¶
type MySQLServerIdentity struct { // Type: Type of managed service identity. Type *MySQLServerIdentity_Type `json:"type,omitempty"` UserAssignedIdentities map[string]UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"` }
Properties to configure Identity for Bring your Own Keys
type MySQLServerIdentity_STATUS ¶
type MySQLServerIdentity_STATUS struct { // PrincipalId: ObjectId from the KeyVault PrincipalId *string `json:"principalId,omitempty"` // TenantId: TenantId from the KeyVault TenantId *string `json:"tenantId,omitempty"` // Type: Type of managed service identity. Type *MySQLServerIdentity_Type_STATUS `json:"type,omitempty"` // UserAssignedIdentities: Metadata of user assigned identity. UserAssignedIdentities map[string]v1.JSON `json:"userAssignedIdentities,omitempty"` }
Properties to configure Identity for Bring your Own Keys
type MySQLServerIdentity_Type ¶
type MySQLServerIdentity_Type string
+kubebuilder:validation:Enum={"UserAssigned"}
type MySQLServerIdentity_Type_STATUS ¶
type MySQLServerIdentity_Type_STATUS string
type MySQLServerSku ¶
type MySQLServerSku struct { // Name: The name of the sku, e.g. Standard_D32s_v3. Name *string `json:"name,omitempty"` // Tier: The tier of the particular SKU, e.g. GeneralPurpose. Tier *MySQLServerSku_Tier `json:"tier,omitempty"` }
Billing information related properties of a server.
type MySQLServerSku_STATUS ¶
type MySQLServerSku_STATUS struct { // Name: The name of the sku, e.g. Standard_D32s_v3. Name *string `json:"name,omitempty"` // Tier: The tier of the particular SKU, e.g. GeneralPurpose. Tier *MySQLServerSku_Tier_STATUS `json:"tier,omitempty"` }
Billing information related properties of a server.
type MySQLServerSku_Tier ¶
type MySQLServerSku_Tier string
+kubebuilder:validation:Enum={"Burstable","GeneralPurpose","MemoryOptimized"}
type MySQLServerSku_Tier_STATUS ¶
type MySQLServerSku_Tier_STATUS string
type Network ¶
type Network struct { DelegatedSubnetResourceId *string `json:"delegatedSubnetResourceId,omitempty"` PrivateDnsZoneResourceId *string `json:"privateDnsZoneResourceId,omitempty"` // PublicNetworkAccess: Whether or not public network access is allowed for this server. Value is 'Disabled' when server // has VNet integration. PublicNetworkAccess *EnableStatusEnum `json:"publicNetworkAccess,omitempty"` }
Network related properties of a server
type Network_STATUS ¶
type Network_STATUS struct { // DelegatedSubnetResourceId: Delegated subnet resource id used to setup vnet for a server. DelegatedSubnetResourceId *string `json:"delegatedSubnetResourceId,omitempty"` // PrivateDnsZoneResourceId: Private DNS zone resource id. PrivateDnsZoneResourceId *string `json:"privateDnsZoneResourceId,omitempty"` // PublicNetworkAccess: Whether or not public network access is allowed for this server. Value is 'Disabled' when server // has VNet integration. PublicNetworkAccess *EnableStatusEnum_STATUS `json:"publicNetworkAccess,omitempty"` }
Network related 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 ReplicationRole ¶
type ReplicationRole string
The replication role. +kubebuilder:validation:Enum={"None","Replica","Source"}
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 password of the administrator login (required for server creation). AdministratorLoginPassword *string `json:"administratorLoginPassword,omitempty"` // AvailabilityZone: availability Zone information of the server. AvailabilityZone *string `json:"availabilityZone,omitempty"` // Backup: Backup related properties of a server. Backup *Backup `json:"backup,omitempty"` // CreateMode: The mode to create a new MySQL server. CreateMode *ServerProperties_CreateMode `json:"createMode,omitempty"` // DataEncryption: The Data Encryption for CMK. DataEncryption *DataEncryption `json:"dataEncryption,omitempty"` // HighAvailability: High availability related properties of a server. HighAvailability *HighAvailability `json:"highAvailability,omitempty"` // ImportSourceProperties: Source properties for import from storage. ImportSourceProperties *ImportSourceProperties `json:"importSourceProperties,omitempty"` // MaintenanceWindow: Maintenance window of a server. MaintenanceWindow *MaintenanceWindow `json:"maintenanceWindow,omitempty"` // Network: Network related properties of a server. Network *Network `json:"network,omitempty"` // ReplicationRole: The replication role. ReplicationRole *ReplicationRole `json:"replicationRole,omitempty"` // RestorePointInTime: Restore point creation time (ISO8601 format), specifying the time to restore from. RestorePointInTime *string `json:"restorePointInTime,omitempty"` SourceServerResourceId *string `json:"sourceServerResourceId,omitempty"` // Storage: Storage related properties of a server. Storage *Storage `json:"storage,omitempty"` // Version: Server version. Version *ServerVersion `json:"version,omitempty"` }
The properties of a server.
type ServerProperties_CreateMode ¶
type ServerProperties_CreateMode string
+kubebuilder:validation:Enum={"Default","GeoRestore","PointInTimeRestore","Replica"}
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"` // AvailabilityZone: availability Zone information of the server. AvailabilityZone *string `json:"availabilityZone,omitempty"` // Backup: Backup related properties of a server. Backup *Backup_STATUS `json:"backup,omitempty"` // CreateMode: The mode to create a new MySQL server. CreateMode *ServerProperties_CreateMode_STATUS `json:"createMode,omitempty"` // DataEncryption: The Data Encryption for CMK. DataEncryption *DataEncryption_STATUS `json:"dataEncryption,omitempty"` // FullyQualifiedDomainName: The fully qualified domain name of a server. FullyQualifiedDomainName *string `json:"fullyQualifiedDomainName,omitempty"` // HighAvailability: High availability related properties of a server. HighAvailability *HighAvailability_STATUS `json:"highAvailability,omitempty"` // ImportSourceProperties: Source properties for import from storage. ImportSourceProperties *ImportSourceProperties_STATUS `json:"importSourceProperties,omitempty"` // MaintenanceWindow: Maintenance window of a server. MaintenanceWindow *MaintenanceWindow_STATUS `json:"maintenanceWindow,omitempty"` // Network: Network related properties of a server. Network *Network_STATUS `json:"network,omitempty"` // PrivateEndpointConnections: PrivateEndpointConnections related properties of a server. PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"` // ReplicaCapacity: The maximum number of replicas that a primary server can have. ReplicaCapacity *int `json:"replicaCapacity,omitempty"` // ReplicationRole: The replication role. ReplicationRole *ReplicationRole_STATUS `json:"replicationRole,omitempty"` // RestorePointInTime: Restore point creation time (ISO8601 format), specifying the time to restore from. RestorePointInTime *string `json:"restorePointInTime,omitempty"` // SourceServerResourceId: The source MySQL server id. SourceServerResourceId *string `json:"sourceServerResourceId,omitempty"` // State: The state of a server. State *ServerProperties_State_STATUS `json:"state,omitempty"` // Storage: Storage related properties of a server. Storage *Storage_STATUS `json:"storage,omitempty"` // Version: Server version. Version *ServerVersion_STATUS `json:"version,omitempty"` }
The properties of a server.
type ServerProperties_State_STATUS ¶
type ServerProperties_State_STATUS string
type ServerVersion ¶
type ServerVersion string
The version of a server. +kubebuilder:validation:Enum={"5.7","8.0.21"}
type Storage ¶
type Storage struct { // AutoGrow: Enable Storage Auto Grow or not. AutoGrow *EnableStatusEnum `json:"autoGrow,omitempty"` // AutoIoScaling: Enable IO Auto Scaling or not. AutoIoScaling *EnableStatusEnum `json:"autoIoScaling,omitempty"` // Iops: Storage IOPS for a server. Iops *int `json:"iops,omitempty"` // LogOnDisk: Enable Log On Disk or not. LogOnDisk *EnableStatusEnum `json:"logOnDisk,omitempty"` // StorageSizeGB: Max storage size allowed for a server. StorageSizeGB *int `json:"storageSizeGB,omitempty"` }
Storage Profile properties of a server
type Storage_STATUS ¶
type Storage_STATUS struct { // AutoGrow: Enable Storage Auto Grow or not. AutoGrow *EnableStatusEnum_STATUS `json:"autoGrow,omitempty"` // AutoIoScaling: Enable IO Auto Scaling or not. AutoIoScaling *EnableStatusEnum_STATUS `json:"autoIoScaling,omitempty"` // Iops: Storage IOPS for a server. Iops *int `json:"iops,omitempty"` // LogOnDisk: Enable Log On Disk or not. LogOnDisk *EnableStatusEnum_STATUS `json:"logOnDisk,omitempty"` // StorageSizeGB: Max storage size allowed for a server. StorageSizeGB *int `json:"storageSizeGB,omitempty"` // StorageSku: The sku name of the server storage. StorageSku *string `json:"storageSku,omitempty"` }
Storage Profile properties of a server
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 UserAssignedIdentityDetails ¶
type UserAssignedIdentityDetails struct { }
Information about the user assigned identity for the resource
Source Files ¶
- flexible_server_spec_types_gen.go
- flexible_server_status_types_gen.go
- flexible_servers_administrator_spec_types_gen.go
- flexible_servers_administrator_status_types_gen.go
- flexible_servers_configuration_spec_types_gen.go
- flexible_servers_configuration_status_types_gen.go
- flexible_servers_database_spec_types_gen.go
- flexible_servers_database_status_types_gen.go
- flexible_servers_firewall_rule_spec_types_gen.go
- flexible_servers_firewall_rule_status_types_gen.go