Skip to content

Conversation

@suryag1201
Copy link

@suryag1201 suryag1201 commented Oct 17, 2025

Description

SAN Feign Client and Models

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

import java.net.URI;

@Lazy
@FeignClient(name = "SANClient", url = "", configuration = FeignConfiguration.class )

Choose a reason for hiding this comment

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

Why is the URL field empty?

Copy link
Author

@suryag1201 suryag1201 Oct 21, 2025

Choose a reason for hiding this comment

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

this feign client has multiple resources like lun, iGroup, LunMap. All have different different URLs. So, kept empty bcz we can use the method level baseURL like below:

OntapResponse getLunResponse(URI baseURL, @RequestHeader("Authorization") String authHeader);

sandeeplocharla pushed a commit that referenced this pull request Oct 21, 2025
…ommits.

# This is the 1st commit message:

CSTACKEX-25: Basic class structure

# This is the commit message #2:

Add PrimaryStoragePool base code

# This is the commit message #3:

CSTACKEX-25: Create Volume code basic code added

# This is the commit message #4:

CSTACKEX-25: additional logic for Primary storage pool creation

# This is the commit message #5:

CSTACKEX-29 Cluster, SVM and Aggr Feign Client

# This is the commit message #6:

CSTACKEX-29 Added License Info

# This is the commit message #7:

CSTACKEX-29 Resolve Review Comments

# This is the commit message #8:

CSTACKEX-29 Resolve Style check issues

� This is the commit message #9:

CSTACKEX-29 Resolve Style check issues

� This is the commit message #10:

CSTACKEX-29 Resolve Precommits Issues

# This is the commit message #11:

CSTACKEX-29 Resolve Precommits Issues
public enum OsTypeEnum {
hyper_v("hyper_v"),

linux("linux"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

How do we map 'kvm' here, to 'linux'? Also, shall we restrict this list to the one's that we would support for first drop?

Copy link
Author

Choose a reason for hiding this comment

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

should be linux and also reduced the list

public enum ProtocolEnum {
iscsi("iscsi"),

mixed("mixed");
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need mixed?

Copy link
Author

Choose a reason for hiding this comment

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

yes, for FC we need


PROTOCOL_ENDPOINT("protocol_endpoint"),

VVOL("vvol");
Copy link
Collaborator

Choose a reason for hiding this comment

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

VVOL?

Copy link
Author

Choose a reason for hiding this comment

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

removed it


OPENVMS("openvms"),

SOLARIS("solaris"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

here also, shall we restrict this list?

Copy link
Author

Choose a reason for hiding this comment

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

done!

@suryag1201 suryag1201 merged commit a492797 into main Oct 22, 2025
16 checks passed
piyush5netapp pushed a commit that referenced this pull request Oct 22, 2025
* CSTACKEX-30 SAN Feign Client

* CSTACKEX-30 Fixed check style issues

* CSTACKEX-30 Fixed review comments

---------

Co-authored-by: Gupta, Surya <[email protected]>
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.

3 participants