Skip to content

Commit

Permalink
auto-generated version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionoscloudsdk committed Aug 14, 2023
1 parent a14c43c commit ca5a29e
Show file tree
Hide file tree
Showing 57 changed files with 2,680 additions and 553 deletions.
5 changes: 4 additions & 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.

2 changes: 1 addition & 1 deletion docs/api/RestoresApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (

func main() {
clusterId := "clusterId_example" // string | The unique ID of the cluster.
createRestoreRequest := *openapiclient.NewCreateRestoreRequest("dcd31531-3ac8-11eb-9feb-046c59cc737e") // CreateRestoreRequest | The restore request to create.
createRestoreRequest := *openapiclient.NewCreateRestoreRequest() // CreateRestoreRequest | The restore request to create.

configuration := ionoscloud.NewConfiguration("USERNAME", "PASSWORD", "TOKEN", "HOST_URL")
apiClient := ionoscloud.NewAPIClient(configuration)
Expand Down
41 changes: 41 additions & 0 deletions docs/models/BackupProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# BackupProperties

Backup related properties.


## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Location** | Pointer to **string** | The location where the cluster backups will be stored. If not set, the backup is stored in the nearest location of the cluster. | [optional] |

## Methods


### GetLocation

`func (o *BackupProperties) GetLocation() string`

GetLocation returns the Location field if non-nil, zero value otherwise.

### GetLocationOk

`func (o *BackupProperties) GetLocationOk() (*string, bool)`

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

### SetLocation

`func (o *BackupProperties) SetLocation(v string)`

SetLocation sets Location field to given value.

### HasLocation

`func (o *BackupProperties) HasLocation() bool`

HasLocation returns a boolean if a field has been set.



92 changes: 92 additions & 0 deletions docs/models/BiConnectorProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# BiConnectorProperties



## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Enabled** | Pointer to **bool** | The MongoDB Connector for Business Intelligence allows you to query a MongoDB database using SQL commands to aid in data analysis. | [optional] [default to false]|
|**Host** | Pointer to **string** | The host where this new BI Connector is installed. | [optional] [readonly] |
|**Port** | Pointer to **string** | Port number used when connecting to this new BI Connector. | [optional] [readonly] |

## Methods


### GetEnabled

`func (o *BiConnectorProperties) GetEnabled() bool`

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

### GetEnabledOk

`func (o *BiConnectorProperties) GetEnabledOk() (*bool, bool)`

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

### SetEnabled

`func (o *BiConnectorProperties) SetEnabled(v bool)`

SetEnabled sets Enabled field to given value.

### HasEnabled

`func (o *BiConnectorProperties) HasEnabled() bool`

HasEnabled returns a boolean if a field has been set.

### GetHost

`func (o *BiConnectorProperties) GetHost() string`

GetHost returns the Host field if non-nil, zero value otherwise.

### GetHostOk

`func (o *BiConnectorProperties) GetHostOk() (*string, bool)`

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

### SetHost

`func (o *BiConnectorProperties) SetHost(v string)`

SetHost sets Host field to given value.

### HasHost

`func (o *BiConnectorProperties) HasHost() bool`

HasHost returns a boolean if a field has been set.

### GetPort

`func (o *BiConnectorProperties) GetPort() string`

GetPort returns the Port field if non-nil, zero value otherwise.

### GetPortOk

`func (o *BiConnectorProperties) GetPortOk() (*string, bool)`

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

### SetPort

`func (o *BiConnectorProperties) SetPort(v string)`

SetPort sets Port field to given value.

### HasPort

`func (o *BiConnectorProperties) HasPort() bool`

HasPort returns a boolean if a field has been set.



8 changes: 4 additions & 4 deletions docs/models/ClusterLogsInstances.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Name** | Pointer to **string** | The name of the MongoDB instance. | [optional] |
|**Messages** | Pointer to [**[]ClusterLogsMessages**](ClusterLogsMessages.md) | | [optional] |
|**Messages** | Pointer to [**[]ClusterLogsInstancesMessages**](ClusterLogsInstancesMessages.md) | | [optional] |

## Methods

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

### GetMessages

`func (o *ClusterLogsInstances) GetMessages() []ClusterLogsMessages`
`func (o *ClusterLogsInstances) GetMessages() []ClusterLogsInstancesMessages`

GetMessages returns the Messages field if non-nil, zero value otherwise.

### GetMessagesOk

`func (o *ClusterLogsInstances) GetMessagesOk() (*[]ClusterLogsMessages, bool)`
`func (o *ClusterLogsInstances) GetMessagesOk() (*[]ClusterLogsInstancesMessages, bool)`

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

### SetMessages

`func (o *ClusterLogsInstances) SetMessages(v []ClusterLogsMessages)`
`func (o *ClusterLogsInstances) SetMessages(v []ClusterLogsInstancesMessages)`

SetMessages sets Messages field to given value.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ClusterLogsMessages
# ClusterLogsInstancesMessages



Expand All @@ -14,51 +14,51 @@

### GetTime

`func (o *ClusterLogsMessages) GetTime() time.Time`
`func (o *ClusterLogsInstancesMessages) GetTime() time.Time`

GetTime returns the Time field if non-nil, zero value otherwise.

### GetTimeOk

`func (o *ClusterLogsMessages) GetTimeOk() (*time.Time, bool)`
`func (o *ClusterLogsInstancesMessages) GetTimeOk() (*time.Time, bool)`

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

### SetTime

`func (o *ClusterLogsMessages) SetTime(v time.Time)`
`func (o *ClusterLogsInstancesMessages) SetTime(v time.Time)`

SetTime sets Time field to given value.

### HasTime

`func (o *ClusterLogsMessages) HasTime() bool`
`func (o *ClusterLogsInstancesMessages) HasTime() bool`

HasTime returns a boolean if a field has been set.

### GetMessage

`func (o *ClusterLogsMessages) GetMessage() string`
`func (o *ClusterLogsInstancesMessages) GetMessage() string`

GetMessage returns the Message field if non-nil, zero value otherwise.

### GetMessageOk

`func (o *ClusterLogsMessages) GetMessageOk() (*string, bool)`
`func (o *ClusterLogsInstancesMessages) GetMessageOk() (*string, bool)`

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

### SetMessage

`func (o *ClusterLogsMessages) SetMessage(v string)`
`func (o *ClusterLogsInstancesMessages) SetMessage(v string)`

SetMessage sets Message field to given value.

### HasMessage

`func (o *ClusterLogsMessages) HasMessage() bool`
`func (o *ClusterLogsInstancesMessages) HasMessage() bool`

HasMessage returns a boolean if a field has been set.

Expand Down
Loading

0 comments on commit ca5a29e

Please sign in to comment.