Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 5f0c5c4

Browse files
MerricdeLauneyTeal Stannard
andcommitted
Experimental resource doc update
[finishes #172846735, #169139749] Co-authored-by: Merric de Launey <mdelauney@pivotal.io> Co-authored-by: Teal Stannard <tstannard@pivotal.io>
1 parent 6d7473f commit 5f0c5c4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/v3/source/includes/resources/domains/_create.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Name | Type | Description
4141
| ----------- | -------- | ------------------------------------------------------------------------ | ------- |
4242
| **internal** | _boolean_ | Whether the domain is used for internal (container-to-container) traffic. | false |
4343
| **router_group.guid** | _uuid_ | **Experimental** - 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. | |
4544
| **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._ | |
4645
| **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_ | |
4746
| **metadata.labels** | [_label object_](#labels) | Labels applied to the domain. | |

docs/v3/source/includes/resources/domains/_object.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Example Domain object
1515
| **updated_at** | _datetime_ | The time with zone when the object was last updated. |
1616
| **name** | _string_ | The name of the domain.<br>Must be between 3 ~ 253 characters and follow [RFC 1035](https://tools.ietf.org/html/rfc1035). |
1717
| **internal** | _boolean_ | Whether the domain is used for internal (container-to-container) traffic. |
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. |
18+
| **router_group.guid** (*experimental*) | _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** (*experimental*) | _list of strings_ |Available protocols for routes using the domain. |
2020
| **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. |
2121
| **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. |
2222
| **links** | [_links object_](#links) | Links to related resources. |

0 commit comments

Comments
 (0)