manageddatabaserestoredetails

package
v0.20240209.1120443 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/manageddatabaserestoredetails Documentation

The manageddatabaserestoredetails SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-02-01-preview).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids"
import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/manageddatabaserestoredetails"

Client Initialization

client := manageddatabaserestoredetails.NewManagedDatabaseRestoreDetailsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedDatabaseRestoreDetailsClient.Get

ctx := context.TODO()
id := commonids.NewSqlManagedInstanceDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "managedInstanceValue", "databaseValue")

read, err := client.Get(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *ManagedDatabaseRestoreDetailsResult
}

type ManagedDatabaseRestoreDetailsBackupSetProperties

type ManagedDatabaseRestoreDetailsBackupSetProperties struct {
	BackupSizeMB                *int64  `json:"backupSizeMB,omitempty"`
	FirstStripeName             *string `json:"firstStripeName,omitempty"`
	NumberOfStripes             *int64  `json:"numberOfStripes,omitempty"`
	RestoreFinishedTimestampUtc *string `json:"restoreFinishedTimestampUtc,omitempty"`
	RestoreStartedTimestampUtc  *string `json:"restoreStartedTimestampUtc,omitempty"`
	Status                      *string `json:"status,omitempty"`
}

func (*ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreFinishedTimestampUtcAsTime

func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreFinishedTimestampUtcAsTime() (*time.Time, error)

func (*ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreStartedTimestampUtcAsTime

func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) GetRestoreStartedTimestampUtcAsTime() (*time.Time, error)

func (*ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreFinishedTimestampUtcAsTime

func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreFinishedTimestampUtcAsTime(input time.Time)

func (*ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreStartedTimestampUtcAsTime

func (o *ManagedDatabaseRestoreDetailsBackupSetProperties) SetRestoreStartedTimestampUtcAsTime(input time.Time)

type ManagedDatabaseRestoreDetailsClient

type ManagedDatabaseRestoreDetailsClient struct {
	Client *resourcemanager.Client
}

func NewManagedDatabaseRestoreDetailsClientWithBaseURI

func NewManagedDatabaseRestoreDetailsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDatabaseRestoreDetailsClient, error)

func (ManagedDatabaseRestoreDetailsClient) Get

Get ...

type ManagedDatabaseRestoreDetailsProperties

type ManagedDatabaseRestoreDetailsProperties struct {
	BlockReason               *string                                                    `json:"blockReason,omitempty"`
	CurrentBackupType         *string                                                    `json:"currentBackupType,omitempty"`
	CurrentRestorePlanSizeMB  *int64                                                     `json:"currentRestorePlanSizeMB,omitempty"`
	CurrentRestoredSizeMB     *int64                                                     `json:"currentRestoredSizeMB,omitempty"`
	CurrentRestoringFileName  *string                                                    `json:"currentRestoringFileName,omitempty"`
	DiffBackupSets            *[]ManagedDatabaseRestoreDetailsBackupSetProperties        `json:"diffBackupSets,omitempty"`
	FullBackupSets            *[]ManagedDatabaseRestoreDetailsBackupSetProperties        `json:"fullBackupSets,omitempty"`
	LastRestoredFileName      *string                                                    `json:"lastRestoredFileName,omitempty"`
	LastRestoredFileTime      *string                                                    `json:"lastRestoredFileTime,omitempty"`
	LastUploadedFileName      *string                                                    `json:"lastUploadedFileName,omitempty"`
	LastUploadedFileTime      *string                                                    `json:"lastUploadedFileTime,omitempty"`
	LogBackupSets             *[]ManagedDatabaseRestoreDetailsBackupSetProperties        `json:"logBackupSets,omitempty"`
	NumberOfFilesDetected     *int64                                                     `json:"numberOfFilesDetected,omitempty"`
	NumberOfFilesQueued       *int64                                                     `json:"numberOfFilesQueued,omitempty"`
	NumberOfFilesRestored     *int64                                                     `json:"numberOfFilesRestored,omitempty"`
	NumberOfFilesRestoring    *int64                                                     `json:"numberOfFilesRestoring,omitempty"`
	NumberOfFilesSkipped      *int64                                                     `json:"numberOfFilesSkipped,omitempty"`
	NumberOfFilesUnrestorable *int64                                                     `json:"numberOfFilesUnrestorable,omitempty"`
	PercentCompleted          *int64                                                     `json:"percentCompleted,omitempty"`
	Status                    *string                                                    `json:"status,omitempty"`
	Type                      *string                                                    `json:"type,omitempty"`
	UnrestorableFiles         *[]ManagedDatabaseRestoreDetailsUnrestorableFileProperties `json:"unrestorableFiles,omitempty"`
}

func (*ManagedDatabaseRestoreDetailsProperties) GetLastRestoredFileTimeAsTime

func (o *ManagedDatabaseRestoreDetailsProperties) GetLastRestoredFileTimeAsTime() (*time.Time, error)

func (*ManagedDatabaseRestoreDetailsProperties) GetLastUploadedFileTimeAsTime

func (o *ManagedDatabaseRestoreDetailsProperties) GetLastUploadedFileTimeAsTime() (*time.Time, error)

func (*ManagedDatabaseRestoreDetailsProperties) SetLastRestoredFileTimeAsTime

func (o *ManagedDatabaseRestoreDetailsProperties) SetLastRestoredFileTimeAsTime(input time.Time)

func (*ManagedDatabaseRestoreDetailsProperties) SetLastUploadedFileTimeAsTime

func (o *ManagedDatabaseRestoreDetailsProperties) SetLastUploadedFileTimeAsTime(input time.Time)

type ManagedDatabaseRestoreDetailsResult

type ManagedDatabaseRestoreDetailsResult struct {
	Id         *string                                  `json:"id,omitempty"`
	Name       *string                                  `json:"name,omitempty"`
	Properties *ManagedDatabaseRestoreDetailsProperties `json:"properties,omitempty"`
	Type       *string                                  `json:"type,omitempty"`
}

type ManagedDatabaseRestoreDetailsUnrestorableFileProperties

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

Jump to

Keyboard shortcuts

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