fetchtieringcost

package
v0.20231116.1162710 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-06-01/fetchtieringcost Documentation

The fetchtieringcost SDK allows for interaction with the Azure Resource Manager Service recoveryservicesbackup (API Version 2023-06-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-06-01/fetchtieringcost"

Client Initialization

client := fetchtieringcost.NewFetchTieringCostClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: FetchTieringCostClient.Post

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

payload := fetchtieringcost.FetchTieringCostInfoRequest{
	// ...
}


if err := client.PostThenPoll(ctx, id, payload); err != nil {
	// handle the error
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForRecoveryPointTierType

func PossibleValuesForRecoveryPointTierType() []string

func PossibleValuesForRehydrationPriority

func PossibleValuesForRehydrationPriority() []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 FetchTieringCostClient

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

func NewFetchTieringCostClientWithBaseURI

func NewFetchTieringCostClientWithBaseURI(endpoint string) FetchTieringCostClient

func (FetchTieringCostClient) Post

Post ...

func (FetchTieringCostClient) PostThenPoll

PostThenPoll performs Post then polls until it's completed

type FetchTieringCostInfoForRehydrationRequest

type FetchTieringCostInfoForRehydrationRequest struct {
	ContainerName       string              `json:"containerName"`
	ProtectedItemName   string              `json:"protectedItemName"`
	RecoveryPointId     string              `json:"recoveryPointId"`
	RehydrationPriority RehydrationPriority `json:"rehydrationPriority"`

	// Fields inherited from FetchTieringCostInfoRequest
	SourceTierType RecoveryPointTierType `json:"sourceTierType"`
	TargetTierType RecoveryPointTierType `json:"targetTierType"`
}

func (FetchTieringCostInfoForRehydrationRequest) MarshalJSON

type FetchTieringCostInfoRequest

type FetchTieringCostInfoRequest interface {
}

type FetchTieringCostSavingsInfoForPolicyRequest

type FetchTieringCostSavingsInfoForPolicyRequest struct {
	PolicyName string `json:"policyName"`

	// Fields inherited from FetchTieringCostInfoRequest
	SourceTierType RecoveryPointTierType `json:"sourceTierType"`
	TargetTierType RecoveryPointTierType `json:"targetTierType"`
}

func (FetchTieringCostSavingsInfoForPolicyRequest) MarshalJSON

type FetchTieringCostSavingsInfoForProtectedItemRequest

type FetchTieringCostSavingsInfoForProtectedItemRequest struct {
	ContainerName     string `json:"containerName"`
	ProtectedItemName string `json:"protectedItemName"`

	// Fields inherited from FetchTieringCostInfoRequest
	SourceTierType RecoveryPointTierType `json:"sourceTierType"`
	TargetTierType RecoveryPointTierType `json:"targetTierType"`
}

func (FetchTieringCostSavingsInfoForProtectedItemRequest) MarshalJSON

type FetchTieringCostSavingsInfoForVaultRequest

type FetchTieringCostSavingsInfoForVaultRequest struct {

	// Fields inherited from FetchTieringCostInfoRequest
	SourceTierType RecoveryPointTierType `json:"sourceTierType"`
	TargetTierType RecoveryPointTierType `json:"targetTierType"`
}

func (FetchTieringCostSavingsInfoForVaultRequest) MarshalJSON

type PostOperationResponse

type PostOperationResponse struct {
	Poller       polling.LongRunningPoller
	HttpResponse *http.Response
}

type RawFetchTieringCostInfoRequestImpl

type RawFetchTieringCostInfoRequestImpl struct {
	Type   string
	Values map[string]interface{}
}

RawFetchTieringCostInfoRequestImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).

type RawTieringCostInfoImpl

type RawTieringCostInfoImpl struct {
	Type   string
	Values map[string]interface{}
}

RawTieringCostInfoImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).

type RecoveryPointTierType

type RecoveryPointTierType string
const (
	RecoveryPointTierTypeArchivedRP RecoveryPointTierType = "ArchivedRP"
	RecoveryPointTierTypeHardenedRP RecoveryPointTierType = "HardenedRP"
	RecoveryPointTierTypeInstantRP  RecoveryPointTierType = "InstantRP"
	RecoveryPointTierTypeInvalid    RecoveryPointTierType = "Invalid"
)

type RehydrationPriority

type RehydrationPriority string
const (
	RehydrationPriorityHigh     RehydrationPriority = "High"
	RehydrationPriorityStandard RehydrationPriority = "Standard"
)

type TieringCostInfo

type TieringCostInfo interface {
}

type TieringCostRehydrationInfo

type TieringCostRehydrationInfo struct {
	RehydrationSizeInBytes             int64   `json:"rehydrationSizeInBytes"`
	RetailRehydrationCostPerGBPerMonth float64 `json:"retailRehydrationCostPerGBPerMonth"`
}

func (TieringCostRehydrationInfo) MarshalJSON

func (s TieringCostRehydrationInfo) MarshalJSON() ([]byte, error)

type TieringCostSavingInfo

type TieringCostSavingInfo struct {
	RetailSourceTierCostPerGBPerMonth float64 `json:"retailSourceTierCostPerGBPerMonth"`
	RetailTargetTierCostPerGBPerMonth float64 `json:"retailTargetTierCostPerGBPerMonth"`
	SourceTierSizeReductionInBytes    int64   `json:"sourceTierSizeReductionInBytes"`
	TargetTierSizeIncreaseInBytes     int64   `json:"targetTierSizeIncreaseInBytes"`
}

func (TieringCostSavingInfo) MarshalJSON

func (s TieringCostSavingInfo) MarshalJSON() ([]byte, error)

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

Jump to

Keyboard shortcuts

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