backupresourcestorageconfigsnoncrr

package
v0.20230823.1052657 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 License: MPL-2.0 Imports: 7 Imported by: 1

README

github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/backupresourcestorageconfigsnoncrr Documentation

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

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-sdk/resource-manager/recoveryservicesbackup/2023-02-01/backupresourcestorageconfigsnoncrr"

Client Initialization

client := backupresourcestorageconfigsnoncrr.NewBackupResourceStorageConfigsNonCRRClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: BackupResourceStorageConfigsNonCRRClient.Get

ctx := context.TODO()
id := backupresourcestorageconfigsnoncrr.NewVaultID("12345678-1234-9876-4563-123456789012", "example-resource-group", "vaultValue")

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
}

Example Usage: BackupResourceStorageConfigsNonCRRClient.Patch

ctx := context.TODO()
id := backupresourcestorageconfigsnoncrr.NewVaultID("12345678-1234-9876-4563-123456789012", "example-resource-group", "vaultValue")

payload := backupresourcestorageconfigsnoncrr.BackupResourceConfigResource{
	// ...
}


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

Example Usage: BackupResourceStorageConfigsNonCRRClient.Update

ctx := context.TODO()
id := backupresourcestorageconfigsnoncrr.NewVaultID("12345678-1234-9876-4563-123456789012", "example-resource-group", "vaultValue")

payload := backupresourcestorageconfigsnoncrr.BackupResourceConfigResource{
	// ...
}


read, err := client.Update(ctx, id, payload)
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

func PossibleValuesForDedupState

func PossibleValuesForDedupState() []string

func PossibleValuesForStorageType

func PossibleValuesForStorageType() []string

func PossibleValuesForStorageTypeState

func PossibleValuesForStorageTypeState() []string

func PossibleValuesForXcoolState

func PossibleValuesForXcoolState() []string

func ValidateVaultID

func ValidateVaultID(input interface{}, key string) (warnings []string, errors []error)

ValidateVaultID checks that 'input' can be parsed as a Vault ID

Types

type BackupResourceConfig

type BackupResourceConfig struct {
	CrossRegionRestoreFlag *bool             `json:"crossRegionRestoreFlag,omitempty"`
	DedupState             *DedupState       `json:"dedupState,omitempty"`
	StorageModelType       *StorageType      `json:"storageModelType,omitempty"`
	StorageType            *StorageType      `json:"storageType,omitempty"`
	StorageTypeState       *StorageTypeState `json:"storageTypeState,omitempty"`
	XcoolState             *XcoolState       `json:"xcoolState,omitempty"`
}

type BackupResourceConfigResource

type BackupResourceConfigResource struct {
	ETag       *string               `json:"eTag,omitempty"`
	Id         *string               `json:"id,omitempty"`
	Location   *string               `json:"location,omitempty"`
	Name       *string               `json:"name,omitempty"`
	Properties *BackupResourceConfig `json:"properties,omitempty"`
	Tags       *map[string]string    `json:"tags,omitempty"`
	Type       *string               `json:"type,omitempty"`
}

type BackupResourceStorageConfigsNonCRRClient

type BackupResourceStorageConfigsNonCRRClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewBackupResourceStorageConfigsNonCRRClientWithBaseURI

func NewBackupResourceStorageConfigsNonCRRClientWithBaseURI(endpoint string) BackupResourceStorageConfigsNonCRRClient

func (BackupResourceStorageConfigsNonCRRClient) Get

Get ...

func (BackupResourceStorageConfigsNonCRRClient) Patch

Patch ...

func (BackupResourceStorageConfigsNonCRRClient) Update

Update ...

type DedupState

type DedupState string
const (
	DedupStateDisabled DedupState = "Disabled"
	DedupStateEnabled  DedupState = "Enabled"
	DedupStateInvalid  DedupState = "Invalid"
)

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	Model        *BackupResourceConfigResource
}

type PatchOperationResponse

type PatchOperationResponse struct {
	HttpResponse *http.Response
}

type StorageType

type StorageType string
const (
	StorageTypeGeoRedundant               StorageType = "GeoRedundant"
	StorageTypeInvalid                    StorageType = "Invalid"
	StorageTypeLocallyRedundant           StorageType = "LocallyRedundant"
	StorageTypeReadAccessGeoZoneRedundant StorageType = "ReadAccessGeoZoneRedundant"
	StorageTypeZoneRedundant              StorageType = "ZoneRedundant"
)

type StorageTypeState

type StorageTypeState string
const (
	StorageTypeStateInvalid  StorageTypeState = "Invalid"
	StorageTypeStateLocked   StorageTypeState = "Locked"
	StorageTypeStateUnlocked StorageTypeState = "Unlocked"
)

type UpdateOperationResponse

type UpdateOperationResponse struct {
	HttpResponse *http.Response
	Model        *BackupResourceConfigResource
}

type VaultId

type VaultId struct {
	SubscriptionId    string
	ResourceGroupName string
	VaultName         string
}

VaultId is a struct representing the Resource ID for a Vault

func NewVaultID

func NewVaultID(subscriptionId string, resourceGroupName string, vaultName string) VaultId

NewVaultID returns a new VaultId struct

func ParseVaultID

func ParseVaultID(input string) (*VaultId, error)

ParseVaultID parses 'input' into a VaultId

func ParseVaultIDInsensitively

func ParseVaultIDInsensitively(input string) (*VaultId, error)

ParseVaultIDInsensitively parses 'input' case-insensitively into a VaultId note: this method should only be used for API response data and not user input

func (VaultId) ID

func (id VaultId) ID() string

ID returns the formatted Vault ID

func (VaultId) Segments

func (id VaultId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Vault ID

func (VaultId) String

func (id VaultId) String() string

String returns a human-readable description of this Vault ID

type XcoolState

type XcoolState string
const (
	XcoolStateDisabled XcoolState = "Disabled"
	XcoolStateEnabled  XcoolState = "Enabled"
	XcoolStateInvalid  XcoolState = "Invalid"
)

Jump to

Keyboard shortcuts

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