Load balancer version

Get-CloudletLoadBalancerVersion

Synopsis

Get a load balancing version.

Syntax

Get-CloudletLoadBalancerVersion [-OriginID] <String> [[-Version] <String>] [-Validate] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all versions of a given Load Balancer by its origin ID or returns a specific version. The -Version parameter is an integer or the word latest.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑OriginID
Required

Your origin's ID.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑Validate

For GET operations, verifies that the current settings for the selected -OriginID and -Version are valid.

‑Version

Version number. Can be an integer or the word latest.

Related Links