Skip to content

Commit

Permalink
auto-generated version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ionoscloudsdk committed Nov 20, 2023
1 parent 7f3f801 commit 54cea2c
Show file tree
Hide file tree
Showing 16 changed files with 291 additions and 360 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When scaling policies are set, VM Auto Scaling creates or deletes replicas accor
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1-SDK.1
- Package version: 1.0.0
- Package version: 1.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://docs.ionos.com/faq/contact](https://docs.ionos.com/faq/contact)

Expand Down Expand Up @@ -103,6 +103,7 @@ Class | Method | HTTP request | Description
- [ErrorMessageParse](docs/models/ErrorMessageParse.md)
- [Group](docs/models/Group.md)
- [GroupCollection](docs/models/GroupCollection.md)
- [GroupEntities](docs/models/GroupEntities.md)
- [GroupPolicy](docs/models/GroupPolicy.md)
- [GroupPolicyScaleInAction](docs/models/GroupPolicyScaleInAction.md)
- [GroupPolicyScaleOutAction](docs/models/GroupPolicyScaleOutAction.md)
Expand All @@ -129,7 +130,6 @@ Class | Method | HTTP request | Description
- [Server](docs/models/Server.md)
- [ServerCollection](docs/models/ServerCollection.md)
- [ServerProperties](docs/models/ServerProperties.md)
- [ServerResource](docs/models/ServerResource.md)
- [ServersLinkResource](docs/models/ServersLinkResource.md)
- [TargetGroup](docs/models/TargetGroup.md)
- [TerminationPolicyType](docs/models/TerminationPolicyType.md)
Expand Down
2 changes: 1 addition & 1 deletion client.go

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

2 changes: 1 addition & 1 deletion configuration.go

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

8 changes: 4 additions & 4 deletions docs/models/ActionCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|**Id** | **string** | The unique resource identifier. | [readonly] |
|**Type** | Pointer to **string** | The resource type. | [optional] [readonly] |
|**Href** | Pointer to **string** | The absolute URL to the resource's representation. | [optional] [readonly] |
|**Items** | Pointer to [**[]ActionResource**](ActionResource.md) | | [optional] |
|**Items** | Pointer to [**[]Action**](Action.md) | | [optional] |

## Methods

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

### GetItems

`func (o *ActionCollection) GetItems() []ActionResource`
`func (o *ActionCollection) GetItems() []Action`

GetItems returns the Items field if non-nil, zero value otherwise.

### GetItemsOk

`func (o *ActionCollection) GetItemsOk() (*[]ActionResource, bool)`
`func (o *ActionCollection) GetItemsOk() (*[]Action, bool)`

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

### SetItems

`func (o *ActionCollection) SetItems(v []ActionResource)`
`func (o *ActionCollection) SetItems(v []Action)`

SetItems sets Items field to given value.

Expand Down
8 changes: 4 additions & 4 deletions docs/models/Group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|**Href** | Pointer to **string** | The absolute URL to the resource's representation. | [optional] [readonly] |
|**Metadata** | Pointer to [**Metadata**](Metadata.md) | | [optional] |
|**Properties** | [**GroupProperties**](GroupProperties.md) | | |
|**Entities** | Pointer to [**GroupPostEntities**](GroupPostEntities.md) | | [optional] |
|**Entities** | Pointer to [**GroupEntities**](GroupEntities.md) | | [optional] |

## Methods

Expand Down Expand Up @@ -147,20 +147,20 @@ SetProperties sets Properties field to given value.

### GetEntities

`func (o *Group) GetEntities() GroupPostEntities`
`func (o *Group) GetEntities() GroupEntities`

GetEntities returns the Entities field if non-nil, zero value otherwise.

### GetEntitiesOk

`func (o *Group) GetEntitiesOk() (*GroupPostEntities, bool)`
`func (o *Group) GetEntitiesOk() (*GroupEntities, bool)`

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

### SetEntities

`func (o *Group) SetEntities(v GroupPostEntities)`
`func (o *Group) SetEntities(v GroupEntities)`

SetEntities sets Entities field to given value.

Expand Down
8 changes: 4 additions & 4 deletions docs/models/GroupCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|**Id** | **string** | The unique resource identifier. | [readonly] |
|**Type** | Pointer to **string** | The resource type. | [optional] [readonly] |
|**Href** | Pointer to **string** | The absolute URL to the resource's representation. | [optional] [readonly] |
|**Items** | Pointer to [**[]GroupResource**](GroupResource.md) | | [optional] |
|**Items** | Pointer to [**[]Group**](Group.md) | | [optional] |

## Methods

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

### GetItems

`func (o *GroupCollection) GetItems() []GroupResource`
`func (o *GroupCollection) GetItems() []Group`

GetItems returns the Items field if non-nil, zero value otherwise.

### GetItemsOk

`func (o *GroupCollection) GetItemsOk() (*[]GroupResource, bool)`
`func (o *GroupCollection) GetItemsOk() (*[]Group, bool)`

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

### SetItems

`func (o *GroupCollection) SetItems(v []GroupResource)`
`func (o *GroupCollection) SetItems(v []Group)`

SetItems sets Items field to given value.

Expand Down
79 changes: 79 additions & 0 deletions docs/models/GroupEntities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# GroupEntities

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Actions** | Pointer to [**ActionCollection**](ActionCollection.md) | | [optional] |
|**Servers** | Pointer to [**ServerCollection**](ServerCollection.md) | | [optional] |

## Methods

### NewGroupEntities

`func NewGroupEntities() *GroupEntities`

NewGroupEntities instantiates a new GroupEntities 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

### NewGroupEntitiesWithDefaults

`func NewGroupEntitiesWithDefaults() *GroupEntities`

NewGroupEntitiesWithDefaults instantiates a new GroupEntities 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

### GetActions

`func (o *GroupEntities) GetActions() ActionCollection`

GetActions returns the Actions field if non-nil, zero value otherwise.

### GetActionsOk

`func (o *GroupEntities) GetActionsOk() (*ActionCollection, bool)`

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

### SetActions

`func (o *GroupEntities) SetActions(v ActionCollection)`

SetActions sets Actions field to given value.

### HasActions

`func (o *GroupEntities) HasActions() bool`

HasActions returns a boolean if a field has been set.

### GetServers

`func (o *GroupEntities) GetServers() ServerCollection`

GetServers returns the Servers field if non-nil, zero value otherwise.

### GetServersOk

`func (o *GroupEntities) GetServersOk() (*ServerCollection, bool)`

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

### SetServers

`func (o *GroupEntities) SetServers(v ServerCollection)`

SetServers sets Servers field to given value.

### HasServers

`func (o *GroupEntities) HasServers() bool`

HasServers returns a boolean if a field has been set.


8 changes: 4 additions & 4 deletions docs/models/ServerCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|**Id** | **string** | The unique resource identifier. | [readonly] |
|**Type** | Pointer to **string** | The resource type. | [optional] [readonly] |
|**Href** | Pointer to **string** | The absolute URL to the resource's representation. | [optional] [readonly] |
|**Items** | Pointer to [**[]ServerResource**](ServerResource.md) | | [optional] |
|**Items** | Pointer to [**[]Server**](Server.md) | | [optional] |

## Methods

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

### GetItems

`func (o *ServerCollection) GetItems() []ServerResource`
`func (o *ServerCollection) GetItems() []Server`

GetItems returns the Items field if non-nil, zero value otherwise.

### GetItemsOk

`func (o *ServerCollection) GetItemsOk() (*[]ServerResource, bool)`
`func (o *ServerCollection) GetItemsOk() (*[]Server, bool)`

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

### SetItems

`func (o *ServerCollection) SetItems(v []ServerResource)`
`func (o *ServerCollection) SetItems(v []Server)`

SetItems sets Items field to given value.

Expand Down
100 changes: 0 additions & 100 deletions docs/models/ServerResource.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* [ErrorMessageParse](models/ErrorMessageParse.md)
* [Group](models/Group.md)
* [GroupCollection](models/GroupCollection.md)
* [GroupEntities](models/GroupEntities.md)
* [GroupPolicy](models/GroupPolicy.md)
* [GroupPolicyScaleInAction](models/GroupPolicyScaleInAction.md)
* [GroupPolicyScaleOutAction](models/GroupPolicyScaleOutAction.md)
Expand All @@ -59,7 +60,6 @@
* [Server](models/Server.md)
* [ServerCollection](models/ServerCollection.md)
* [ServerProperties](models/ServerProperties.md)
* [ServerResource](models/ServerResource.md)
* [ServersLinkResource](models/ServersLinkResource.md)
* [TargetGroup](models/TargetGroup.md)
* [TerminationPolicyType](models/TerminationPolicyType.md)
Expand Down
Loading

0 comments on commit 54cea2c

Please sign in to comment.