virtualmachinesizes

package
v0.20220621.123833 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForBillingCurrency

func PossibleValuesForBillingCurrency() []string

func PossibleValuesForUnitOfMeasure

func PossibleValuesForUnitOfMeasure() []string

func PossibleValuesForVMPriceOSType

func PossibleValuesForVMPriceOSType() []string

func PossibleValuesForVMTier

func PossibleValuesForVMTier() []string

func ValidateLocationID

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

ValidateLocationID checks that 'input' can be parsed as a Location ID

Types

type BillingCurrency

type BillingCurrency string
const (
	BillingCurrencyUSD BillingCurrency = "USD"
)

type EstimatedVMPrice

type EstimatedVMPrice struct {
	OsType      VMPriceOSType `json:"osType"`
	RetailPrice float64       `json:"retailPrice"`
	VmTier      VMTier        `json:"vmTier"`
}

type EstimatedVMPrices

type EstimatedVMPrices struct {
	BillingCurrency BillingCurrency    `json:"billingCurrency"`
	UnitOfMeasure   UnitOfMeasure      `json:"unitOfMeasure"`
	Values          []EstimatedVMPrice `json:"values"`
}

type ListOperationResponse

type ListOperationResponse struct {
	HttpResponse *http.Response
	Model        *VirtualMachineSizeListResult
}

type LocationId

type LocationId struct {
	SubscriptionId string
	Location       string
}

LocationId is a struct representing the Resource ID for a Location

func NewLocationID

func NewLocationID(subscriptionId string, location string) LocationId

NewLocationID returns a new LocationId struct

func ParseLocationID

func ParseLocationID(input string) (*LocationId, error)

ParseLocationID parses 'input' into a LocationId

func ParseLocationIDInsensitively

func ParseLocationIDInsensitively(input string) (*LocationId, error)

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

func (LocationId) ID

func (id LocationId) ID() string

ID returns the formatted Location ID

func (LocationId) Segments

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

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

func (LocationId) String

func (id LocationId) String() string

String returns a human-readable description of this Location ID

type UnitOfMeasure

type UnitOfMeasure string
const (
	UnitOfMeasureOneHour UnitOfMeasure = "OneHour"
)

type VMPriceOSType

type VMPriceOSType string
const (
	VMPriceOSTypeLinux   VMPriceOSType = "Linux"
	VMPriceOSTypeWindows VMPriceOSType = "Windows"
)

type VMTier

type VMTier string
const (
	VMTierLowPriority VMTier = "LowPriority"
	VMTierSpot        VMTier = "Spot"
	VMTierStandard    VMTier = "Standard"
)

type VirtualMachineSize

type VirtualMachineSize struct {
	EstimatedVMPrices     *EstimatedVMPrices `json:"estimatedVMPrices,omitempty"`
	Family                *string            `json:"family,omitempty"`
	Gpus                  *int64             `json:"gpus,omitempty"`
	LowPriorityCapable    *bool              `json:"lowPriorityCapable,omitempty"`
	MaxResourceVolumeMB   *int64             `json:"maxResourceVolumeMB,omitempty"`
	MemoryGB              *float64           `json:"memoryGB,omitempty"`
	Name                  *string            `json:"name,omitempty"`
	OsVhdSizeMB           *int64             `json:"osVhdSizeMB,omitempty"`
	PremiumIO             *bool              `json:"premiumIO,omitempty"`
	SupportedComputeTypes *[]string          `json:"supportedComputeTypes,omitempty"`
	VCPUs                 *int64             `json:"vCPUs,omitempty"`
}

type VirtualMachineSizeListResult

type VirtualMachineSizeListResult struct {
	Value *[]VirtualMachineSize `json:"value,omitempty"`
}

type VirtualMachineSizesClient

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

func NewVirtualMachineSizesClientWithBaseURI

func NewVirtualMachineSizesClientWithBaseURI(endpoint string) VirtualMachineSizesClient

func (VirtualMachineSizesClient) List

List ...

Jump to

Keyboard shortcuts

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