You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
| **internal** | _boolean_ | Whether the domain is used for internal (container-to-container) traffic. | false |
43
43
| **router_group.guid** | _uuid_ | The desired router group guid. <br>_Note: cannot be used when `internal` is set to `true` or domain is scoped to an org._ | null |
44
+
| **supported_protocols** | _list of strings_ | The protocols that are supported by the domain. | |
44
45
| **organization** | [_to-one relationship_](#to-one-relationships) | A relationship to the organization the domain will be scoped to. <br>_Note: cannot be used when `internal` is set to `true` or domain is associated with a router group._ | |
45
46
| **shared_organizations** | [_to-many relationship_](#to-many-relationships) | A relationship to organizations the domain will be shared with. <br>_Note: cannot be used without an organization relationship_ | |
46
47
| **metadata.labels** | [_label object_](#labels) | Labels applied to the domain. | |
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/domains/_object.md.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Example Domain object
16
16
| **name** | _string_ | The name of the domain.<br>Must be between 3 ~ 253 characters and follow [RFC 1035](https://tools.ietf.org/html/rfc1035). |
17
17
| **internal** | _boolean_ | Whether the domain is used for internal (container-to-container) traffic. |
18
18
| **router_group.guid** | _uuid_ | The guid of the desired router group to route TCP traffic through. If set, the domain will only be available for TCP traffic. |
19
+
| **supported_protocols** | _list of strings_ | The protocols that are supported by the domain. |
19
20
| **organization** | [_to-one relationship_](#to-one-relationships) | The organization the domain is scoped to. If set, the domain will only be available in that organization. Otherwise, the domain will be globally available. |
20
21
| **shared_organizations** | [_to-many relationship_](#to-many-relationships) | Organizations the domain is shared with. If set, the domain will be available in these organizations in addition to the organization the domain is scoped to. |
21
22
| **links** | [_links object_](#links) | Links to related resources. |
0 commit comments