Skip to content

Add ConnectionType enum (STANDARD, TEST, MONITORING)#57

Open
bpescato-amazon wants to merge 2 commits into
mainfrom
add-connection-type-enum
Open

Add ConnectionType enum (STANDARD, TEST, MONITORING)#57
bpescato-amazon wants to merge 2 commits into
mainfrom
add-connection-type-enum

Conversation

@bpescato-amazon

Copy link
Copy Markdown
Contributor

Introduce a ConnectionType enum to distinguish between ordinary customer connections and special-purpose connections used for testing or monitoring.

The new optional 'connectionType' field on Connection defaults to CONNECTION_TYPE_STANDARD when not specified.

Connection types:

  • STANDARD: ordinary customer connections
  • TEST: reserved for provider dev teams; may use sub-minimum bandwidths, does not count against capacity, partners may enforce a small quota
  • MONITORING: reserved for active monitoring sessions; may use small bandwidths, does not count against capacity, limited to 1 per interconnect to enable monitoring across all underlying links

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Introduce a ConnectionType enum to distinguish between ordinary customer
connections and special-purpose connections used for testing or monitoring.

The new optional 'connectionType' field on Connection defaults to
CONNECTION_TYPE_STANDARD when not specified.

Connection types:
- STANDARD: ordinary customer connections
- TEST: reserved for provider dev teams; may use sub-minimum bandwidths,
  does not count against capacity, partners may enforce a small quota
- MONITORING: reserved for active monitoring sessions; may use small
  bandwidths, does not count against capacity, limited to 1 per
  interconnect to enable monitoring across all underlying links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant