Load Balancers
Regions
Regions endpoint reference.
List
List Load Balancer region mappings for an account.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
accountId | string | Yes | Account Identifier. |
php
$response = $client->loadBalancers()->regions()->list('ACCOUNT_ID');
Get
Get a single Load Balancer region mapping for an account.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
accountId | string | Yes | Account Identifier. | |
regionId | string | Yes | Region Identifier. |
php
$response = $client->loadBalancers()->regions()->get('ACCOUNT_ID', 'REGION_ID');

