Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python SDK for Cluster Version 6.5.1 #26

Closed
wants to merge 3 commits into from

Conversation

naveena-maplelabs
Copy link
Collaborator

Supports are APIs supported by 6.5.1 cluster.
Multicluster clients are also supported.

Supports are APIs supported by 6.5.1 cluster.
Multicluster clients are also  supported.
Copy link
Collaborator

@pyashish pyashish left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1341,7 +1336,7 @@ def delete_reducer(self, id):
Returns delete status upon completion.

Args:
id (long|int)
id (long|int): TODO: Type description here.
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this completed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah.

@@ -0,0 +1,8 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is this file ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Have removed in the second commit i added, it was created while generating doc with payload for import/export.

@@ -2322,7 +2436,10 @@ def get_virtual_disk_information(self, cluster_id, cluster_incarnation_id,
'jobId': job_id,
'jobRunId': job_run_id,
'startTimeUsecs': start_time_usecs,
'sourceId': source_id
'sourceId': source_id,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I know this took patience, thanks for converting these correctly.

# -*- coding: utf-8 -*-
# Copyright 2020 Cohesity Inc.

import cohesity_management_sdk.models.fleet_tag
Copy link
Collaborator

Choose a reason for hiding this comment

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

y not just name aws_fleet_params.py ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

there is already a module names as aws_fleet_params.py
We have two definitions AWSFleetParams and AwsFleetParams

Copy link
Collaborator

Choose a reason for hiding this comment

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

aren't they the same models ?

@@ -225,7 +230,7 @@ class Cluster(object):
}

def __init__(self,
apps_settings=None,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This would break backward compatibility right ? or was this an optional parameter ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Its is an optional field.

@naveena-maplelabs naveena-maplelabs deleted the 6.5.1_Manual_SDK branch March 31, 2023 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants