Skip to content

Commit

Permalink
regenerate port from patched spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Jan 25, 2024
1 parent 6972fbf commit 02238d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions services/metalv1/docs/Port.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name | Type | Description | Notes
**Type** | Pointer to [**PortType**](PortType.md) | | [optional]
**NetworkType** | Pointer to [**PortNetworkType**](PortNetworkType.md) | | [optional]
**NativeVirtualNetwork** | Pointer to [**VirtualNetwork**](VirtualNetwork.md) | | [optional]
**VirtualNetworks** | Pointer to [**[]Href**](Href.md) | | [optional]
**VirtualNetworks** | Pointer to [**[]VirtualNetwork**](VirtualNetwork.md) | | [optional]

## Methods

Expand Down Expand Up @@ -261,20 +261,20 @@ HasNativeVirtualNetwork returns a boolean if a field has been set.

### GetVirtualNetworks

`func (o *Port) GetVirtualNetworks() []Href`
`func (o *Port) GetVirtualNetworks() []VirtualNetwork`

GetVirtualNetworks returns the VirtualNetworks field if non-nil, zero value otherwise.

### GetVirtualNetworksOk

`func (o *Port) GetVirtualNetworksOk() (*[]Href, bool)`
`func (o *Port) GetVirtualNetworksOk() (*[]VirtualNetwork, bool)`

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

### SetVirtualNetworks

`func (o *Port) SetVirtualNetworks(v []Href)`
`func (o *Port) SetVirtualNetworks(v []VirtualNetwork)`

SetVirtualNetworks sets VirtualNetworks field to given value.

Expand Down
12 changes: 6 additions & 6 deletions services/metalv1/model_port.go

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

0 comments on commit 02238d0

Please sign in to comment.