-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code generation for 4.17 spec updates
- Loading branch information
Showing
569 changed files
with
75,569 additions
and
20,586 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
# Asset | ||
|
||
## Enum | ||
|
||
|
||
* `PORTS` (value: `"ports"`) | ||
|
||
* `CONNECTIONS` (value: `"connections"`) | ||
|
||
* `ROUTERS` (value: `"routers"`) | ||
|
||
* `METROS` (value: `"metros"`) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# BulkPortRequest | ||
|
||
Create bulk port request | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**data** | [**List<PortRequest>**](PortRequest.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
equinix-openapi-fabric/docs/CloudRouterActionsSearchExpression.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
# CloudRouterActionsSearchExpression | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**property** | **String** | Possible field names to use on filters: * `/type` - type of update * `/state` - action state * `/connection/uuid` - connection uuid associated * `/_*` - all-category search | [optional] | | ||
|**operator** | **String** | Possible operators to use on filters: * `=` - equal * `!=` - not equal * `>` - greater than * `>=` - greater than or equal to * `<` - less than * `<=` - less than or equal to * `[NOT] BETWEEN` - (not) between * `[NOT] LIKE` - (not) like * `[NOT] IN` - (not) in * `~*` - case-insensitive like | [optional] | | ||
|**values** | **List<String>** | | [optional] | | ||
|
||
|
||
|
16 changes: 16 additions & 0 deletions
16
equinix-openapi-fabric/docs/CloudRouterActionsSearchFilter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# CloudRouterActionsSearchFilter | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**property** | **String** | Possible field names to use on filters: * `/type` - type of update * `/state` - action state * `/connection/uuid` - connection uuid associated * `/_*` - all-category search | [optional] | | ||
|**operator** | **String** | Possible operators to use on filters: * `=` - equal * `!=` - not equal * `>` - greater than * `>=` - greater than or equal to * `<` - less than * `<=` - less than or equal to * `[NOT] BETWEEN` - (not) between * `[NOT] LIKE` - (not) like * `[NOT] IN` - (not) in * `~*` - case-insensitive like | [optional] | | ||
|**values** | **List<String>** | | [optional] | | ||
|**or** | [**List<CloudRouterActionsSearchExpression>**](CloudRouterActionsSearchExpression.md) | | [optional] | | ||
|
||
|
||
|
13 changes: 13 additions & 0 deletions
13
equinix-openapi-fabric/docs/CloudRouterActionsSearchFilters.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# CloudRouterActionsSearchFilters | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**and** | [**List<CloudRouterActionsSearchFilter>**](CloudRouterActionsSearchFilter.md) | | [optional] | | ||
|
||
|
||
|
13 changes: 13 additions & 0 deletions
13
equinix-openapi-fabric/docs/CloudRouterActionsSearchOrFilter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# CloudRouterActionsSearchOrFilter | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**or** | [**List<CloudRouterActionsSearchExpression>**](CloudRouterActionsSearchExpression.md) | | [optional] | | ||
|
||
|
||
|
16 changes: 16 additions & 0 deletions
16
equinix-openapi-fabric/docs/CloudRouterActionsSearchRequest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# CloudRouterActionsSearchRequest | ||
|
||
Search requests containing criteria | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**filter** | [**CloudRouterActionsSearchFilters**](CloudRouterActionsSearchFilters.md) | | [optional] | | ||
|**pagination** | [**PaginationRequest**](PaginationRequest.md) | | [optional] | | ||
|**sort** | [**List<CloudRouterActionsSearchSortCriteria>**](CloudRouterActionsSearchSortCriteria.md) | | [optional] | | ||
|
||
|
||
|
14 changes: 14 additions & 0 deletions
14
equinix-openapi-fabric/docs/CloudRouterActionsSearchResponse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# CloudRouterActionsSearchResponse | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**pagination** | [**Pagination**](Pagination.md) | | [optional] | | ||
|**data** | [**List<CloudRouterActionResponse>**](CloudRouterActionResponse.md) | Data returned from the API call. | [optional] | | ||
|
||
|
||
|
17 changes: 17 additions & 0 deletions
17
equinix-openapi-fabric/docs/CloudRouterActionsSearchSortBy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
# CloudRouterActionsSearchSortBy | ||
|
||
## Enum | ||
|
||
|
||
* `CHANGELOG_CREATEDDATETIME` (value: `"/changeLog/createdDateTime"`) | ||
|
||
* `CHANGELOG_UPDATEDDATETIME` (value: `"/changeLog/updatedDateTime"`) | ||
|
||
* `CONNECTION_NAME` (value: `"/connection/name"`) | ||
|
||
* `TYPE` (value: `"/type"`) | ||
|
||
|
||
|
14 changes: 14 additions & 0 deletions
14
equinix-openapi-fabric/docs/CloudRouterActionsSearchSortCriteria.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# CloudRouterActionsSearchSortCriteria | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**direction** | **CloudRouterActionsSearchSortDirection** | | [optional] | | ||
|**property** | **CloudRouterActionsSearchSortBy** | | [optional] | | ||
|
||
|
||
|
13 changes: 13 additions & 0 deletions
13
equinix-openapi-fabric/docs/CloudRouterActionsSearchSortDirection.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# CloudRouterActionsSearchSortDirection | ||
|
||
## Enum | ||
|
||
|
||
* `DESC` (value: `"DESC"`) | ||
|
||
* `ASC` (value: `"ASC"`) | ||
|
||
|
||
|
Oops, something went wrong.