Skip to content

Commit 13fe198

Browse files
authored
Merge pull request #65 from phoenixnap/release/v2.1.0
Provision esxi os server with data store
2 parents 4d062ee + 8e8ae9f commit 13fe198

File tree

95 files changed

+529
-172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+529
-172
lines changed

pnap_audit_api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Knowledge base articles to help you can be found
1212
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1313

1414
- API version: 1.0
15-
- Package version: 2.0.1
15+
- Package version: 2.0.2
1616
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1717
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)
1818

pnap_audit_api/pnap_audit_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2.0.1"
18+
__version__ = "2.0.2"
1919

2020
# import apis into sdk package
2121
from pnap_audit_api.api.events_api import EventsApi

pnap_audit_api/pnap_audit_api/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ def __init__(
8787
self.default_headers[header_name] = header_value
8888
self.cookie = cookie
8989
# Set default User-Agent.
90-
self.user_agent = f"PNAP-python-sdk-bmc/2.0.1"
90+
self.user_agent = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.2"
9191
self.client_side_validation = configuration.client_side_validation
9292

9393
# Set default X-Powered-By.
94-
self.powered_by = f"PNAP-python-sdk-bmc/2.0.1"
94+
self.powered_by = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.2"
9595

9696
def __enter__(self):
9797
return self

pnap_audit_api/pnap_audit_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def to_debug_report(self):
377377
"OS: {env}\n"\
378378
"Python Version: {pyversion}\n"\
379379
"Version of the API: 1.0\n"\
380-
"SDK Package Version: 2.0.1".\
380+
"SDK Package Version: 2.0.2".\
381381
format(env=sys.platform, pyversion=sys.version)
382382

383383
def get_host_settings(self):
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.1"
1+
VERSION = "2.0.2"

pnap_audit_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pnap_audit_api"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "Audit Log API"
55
authors = ["PhoenixNAP Team <[email protected]>"]
66
license = "Apache 2.0"

pnap_audit_api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "pnap-audit-api"
25-
VERSION = "2.0.1"
25+
VERSION = "2.0.2"
2626
PYTHON_REQUIRES = ">=3.7"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

pnap_bmc_api/.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ docs/ActionResult.md
44
docs/DeleteResult.md
55
docs/DeleteSshKeyResult.md
66
docs/Error.md
7+
docs/EsxiDatastoreConfiguration.md
8+
docs/EsxiOsConfiguration.md
79
docs/IpBlocksConfiguration.md
810
docs/NetworkConfiguration.md
911
docs/OsConfiguration.md
@@ -55,6 +57,8 @@ pnap_bmc_api/models/action_result.py
5557
pnap_bmc_api/models/delete_result.py
5658
pnap_bmc_api/models/delete_ssh_key_result.py
5759
pnap_bmc_api/models/error.py
60+
pnap_bmc_api/models/esxi_datastore_configuration.py
61+
pnap_bmc_api/models/esxi_os_configuration.py
5862
pnap_bmc_api/models/ip_blocks_configuration.py
5963
pnap_bmc_api/models/network_configuration.py
6064
pnap_bmc_api/models/os_configuration.py

pnap_bmc_api/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Knowledge base articles to help you can be found
1414
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1515

1616
- API version: 0.1
17-
- Package version: 2.0.1
17+
- Package version: 2.1.0
1818
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1919
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)
2020

@@ -148,6 +148,8 @@ Class | Method | HTTP request | Description
148148
- [DeleteResult](docs/DeleteResult.md)
149149
- [DeleteSshKeyResult](docs/DeleteSshKeyResult.md)
150150
- [Error](docs/Error.md)
151+
- [EsxiDatastoreConfiguration](docs/EsxiDatastoreConfiguration.md)
152+
- [EsxiOsConfiguration](docs/EsxiOsConfiguration.md)
151153
- [IpBlocksConfiguration](docs/IpBlocksConfiguration.md)
152154
- [NetworkConfiguration](docs/NetworkConfiguration.md)
153155
- [OsConfiguration](docs/OsConfiguration.md)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# EsxiDatastoreConfiguration
2+
3+
Esxi data storage configuration.
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**datastore_name** | **str** | Datastore name |
10+
11+
## Example
12+
13+
```python
14+
from pnap_bmc_api.models.esxi_datastore_configuration import EsxiDatastoreConfiguration
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of EsxiDatastoreConfiguration from a JSON string
19+
esxi_datastore_configuration_instance = EsxiDatastoreConfiguration.from_json(json)
20+
# print the JSON string representation of the object
21+
print EsxiDatastoreConfiguration.to_json()
22+
23+
# convert the object into a dict
24+
esxi_datastore_configuration_dict = esxi_datastore_configuration_instance.to_dict()
25+
# create an instance of EsxiDatastoreConfiguration from a dict
26+
esxi_datastore_configuration_form_dict = esxi_datastore_configuration.from_dict(esxi_datastore_configuration_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

0 commit comments

Comments
 (0)