public interface FcSanManagedSanClient extends SearchableResource<SanResponse>
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
FC_SANS_MANAGED_SAN_ENDPOINTS_URI |
static String |
FC_SANS_MANAGED_SAN_ISSUES_URI |
static String |
FC_SANS_MANAGED_SAN_URI |
static String |
FC_SANS_WWN_LOCATE_URI |
Modifier and Type | Method and Description |
---|---|
EndpointsCsvFileResponse |
createEndpointsCsv(String resourceId)
Creates an endpoints CSV file for a SAN.
|
FcSansManagedSanTask |
createIssuesReport(String resourceId,
RequestOption... options)
Creates a new SAN issues report indicating any connectivity issues in the specified SAN.
|
ResourceCollection<EndpointResponse> |
getEndpoints(String resourceId)
Reports all endpoints known within the specified SAN and the data about each endpoint.
|
List<LocateSanResponse> |
getWwnAssociations(String wwn)
Retrieves a list of associations between provided WWNs and the SANs (if any) on which they reside.
|
SanResponse |
update(String resourceId,
SanRequest sanRequest)
Updates a managed SAN identified by the given resource identifier.
|
getByName
static final String FC_SANS_MANAGED_SAN_URI
static final String FC_SANS_MANAGED_SAN_ENDPOINTS_URI
static final String FC_SANS_MANAGED_SAN_ISSUES_URI
static final String FC_SANS_WWN_LOCATE_URI
SanResponse update(String resourceId, SanRequest sanRequest)
resourceId
- managed SAN resource identifier as seen in HPE OneView.sanRequest
- object containing the managed SAN details.SanResponse
containing the updated managed SAN details.ResourceCollection<EndpointResponse> getEndpoints(String resourceId)
resourceId
- managed SAN resource identifier as seen in HPE OneView.ResourceCollection
<EndpointResponse
> containing
the details for all found endpoints of a given managed SAN.FcSansManagedSanTask createIssuesReport(String resourceId, RequestOption... options)
resourceId
- managed SAN resource identifier as seen in HPE OneView.options
- varargs
of RequestOption
, which can be used to specify
some request options.FcSansManagedSanTask
which contains the task status for the process
and the report data.EndpointsCsvFileResponse createEndpointsCsv(String resourceId)
resourceId
- managed SAN resource identifier as seen in HPE OneView.EndpointsCsvFileResponse
contains the data of the created CSV file.List<LocateSanResponse> getWwnAssociations(String wwn)
wwn
- The WWN that may be associated with the SAN.LocateSanResponse
containing the details for all associations found.Copyright © 2016. All rights reserved.