Skip to content

Commit

Permalink
Merge pull request #44 from mulesoft-consulting/dev
Browse files Browse the repository at this point in the history
DLB: Mappings object update
  • Loading branch information
soufi authored Dec 5, 2021
2 parents 74cc387 + 329b633 commit 862b806
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dlb/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ components:
example: /
title: appUri
type: string
upstreamProtocol:
example: http
title: upstreamProtocol
type: string
type: object
dlbCore_sslEndpoints:
properties:
Expand Down
26 changes: 26 additions & 0 deletions dlb/docs/DlbCoreMappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**InputUri** | Pointer to **string** | | [optional]
**AppName** | Pointer to **string** | | [optional]
**AppUri** | Pointer to **string** | | [optional]
**UpstreamProtocol** | Pointer to **string** | | [optional]

## Methods

Expand Down Expand Up @@ -102,6 +103,31 @@ SetAppUri sets AppUri field to given value.

HasAppUri returns a boolean if a field has been set.

### GetUpstreamProtocol

`func (o *DlbCoreMappings) GetUpstreamProtocol() string`

GetUpstreamProtocol returns the UpstreamProtocol field if non-nil, zero value otherwise.

### GetUpstreamProtocolOk

`func (o *DlbCoreMappings) GetUpstreamProtocolOk() (*string, bool)`

GetUpstreamProtocolOk returns a tuple with the UpstreamProtocol field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetUpstreamProtocol

`func (o *DlbCoreMappings) SetUpstreamProtocol(v string)`

SetUpstreamProtocol sets UpstreamProtocol field to given value.

### HasUpstreamProtocol

`func (o *DlbCoreMappings) HasUpstreamProtocol() bool`

HasUpstreamProtocol returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
36 changes: 36 additions & 0 deletions dlb/model_dlb_core_mappings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 862b806

Please sign in to comment.