ProviderGatewayBgpPermissionGroupReference

ProviderGatewayBgpPermissionGroupReference
ProviderGatewayBgpPermissionGroupReference

A BGP Permission Group reference associated with a BGP component. It specifies the the BGP Permission Group along with the access level assigned to the component.

JSON Example
{
    "id": "urn:vcloud:bgpPermissionGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "accessLevel": "string"
}
string
id
Required

The identifier of the BGP Permission Group in URN format.

string
name
Optional

The name of the BGP Permission Group.

string
accessLevel
Optional
Constraints: default: NO_ACCESS

The access level assigned to the BGP component in the referenced Permission Group. Possible values are:

  • TENANT_VIEW - Tenant user can view the component.
  • TENANT_MANAGE - Tenant user can manage the component.
  • NO_ACCESS - Tenant user cannot view or manage the component.