Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Upgrade/500 600/id pools #390

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Upgrade/500 600/id pools #390

wants to merge 11 commits into from

Conversation

jyothisgm
Copy link
Collaborator

Description

ID Pool support for V500 and V600 and support generic classs

Check List

  • New functionality includes testing.
    • All tests pass for Python 2.7+ & 3.4+($ tox).
  • New functionality has been documented in the README if applicable.
    • New functionality has been thoroughly documented in the examples (please include helpful comments).
    • New endpoints supported are updated in the endpoints-support.md file.
  • Changes are documented in the CHANGELOG.

@@ -45,56 +45,48 @@
pool_type_ipv4 = 'ipv4'

print("\n Gets the Pool: " + pool_type_vsn)
id_pool = oneview_client.id_pools.get(pool_type_vsn)
pprint(id_pool)
id_pool_1 = oneview_client.id_pools.get_by_name(pool_type_vsn)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please give more relevant variable names like id_pool_ipv4 and so on...

@@ -522,9 +520,7 @@ def id_pools(self):
Returns:
IdPools:
"""
if not self.__id_pools:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we have to remove these references from the constructor as well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants