-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from olekgo/master
Fix `site.asns` and `interface.tagged_vlans` schema specs
- Loading branch information
Showing
11 changed files
with
447 additions
and
25 deletions.
There are no files selected for viewing
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,114 @@ | ||
# NestedASN | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Id** | **int32** | | [readonly] | ||
**Url** | **string** | | [readonly] | ||
**Display** | **string** | | [readonly] | ||
**Asn** | **int64** | 16- or 32-bit autonomous system number | | ||
|
||
## Methods | ||
|
||
### NewNestedASN | ||
|
||
`func NewNestedASN(id int32, url string, display string, asn int64, ) *NestedASN` | ||
|
||
NewNestedASN instantiates a new NestedASN object | ||
This constructor will assign default values to properties that have it defined, | ||
and makes sure properties required by API are set, but the set of arguments | ||
will change when the set of required properties is changed | ||
|
||
### NewNestedASNWithDefaults | ||
|
||
`func NewNestedASNWithDefaults() *NestedASN` | ||
|
||
NewNestedASNWithDefaults instantiates a new NestedASN object | ||
This constructor will only assign default values to properties that have it defined, | ||
but it doesn't guarantee that properties required by API are set | ||
|
||
### GetId | ||
|
||
`func (o *NestedASN) GetId() int32` | ||
|
||
GetId returns the Id field if non-nil, zero value otherwise. | ||
|
||
### GetIdOk | ||
|
||
`func (o *NestedASN) GetIdOk() (*int32, bool)` | ||
|
||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetId | ||
|
||
`func (o *NestedASN) SetId(v int32)` | ||
|
||
SetId sets Id field to given value. | ||
|
||
|
||
### GetUrl | ||
|
||
`func (o *NestedASN) GetUrl() string` | ||
|
||
GetUrl returns the Url field if non-nil, zero value otherwise. | ||
|
||
### GetUrlOk | ||
|
||
`func (o *NestedASN) GetUrlOk() (*string, bool)` | ||
|
||
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetUrl | ||
|
||
`func (o *NestedASN) SetUrl(v string)` | ||
|
||
SetUrl sets Url field to given value. | ||
|
||
|
||
### GetDisplay | ||
|
||
`func (o *NestedASN) GetDisplay() string` | ||
|
||
GetDisplay returns the Display field if non-nil, zero value otherwise. | ||
|
||
### GetDisplayOk | ||
|
||
`func (o *NestedASN) GetDisplayOk() (*string, bool)` | ||
|
||
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetDisplay | ||
|
||
`func (o *NestedASN) SetDisplay(v string)` | ||
|
||
SetDisplay sets Display field to given value. | ||
|
||
|
||
### GetAsn | ||
|
||
`func (o *NestedASN) GetAsn() int64` | ||
|
||
GetAsn returns the Asn field if non-nil, zero value otherwise. | ||
|
||
### GetAsnOk | ||
|
||
`func (o *NestedASN) GetAsnOk() (*int64, bool)` | ||
|
||
GetAsnOk returns a tuple with the Asn field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetAsn | ||
|
||
`func (o *NestedASN) SetAsn(v int64)` | ||
|
||
SetAsn sets Asn field to given value. | ||
|
||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.