Modifier and Type | Method and Description |
---|---|
<T> ResourceCollection<T> |
ResourceAdaptor.buildResourceCollection(String source,
Class<T> resourceType) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<T> |
RetrievableResource.get()
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
RetrievableResource.get(URIQuery query)
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
RetrievableResource.getAll()
Retrieves a collection (
ResourceCollection ) containing the details for all
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
RetrievableResource.getAll(int count)
Retrieves a collection (
ResourceCollection ) containing the details for all
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
SearchableResource.getByName(String name)
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources found under the current HPE OneView that match the name provided. |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<NetworkSet> |
NetworkSetClient.getAllWithoutEthernet()
Retrieves the
ResourceCollection <NetworkSet >
containing details for all available network sets found under
the current HPE OneView, excluding any Ethernet networks. |
ResourceCollection<LogicalDownlink> |
LogicalDownlinkClient.getAllWithoutEthernet()
Retrieves the
ResourceCollection <LogicalDownlink > containing details
for all available logical downlinks found under the current HPE OneView, excluding any
existing ethernet networks. |
ResourceCollection<InterconnectType> |
InterconnectTypeClient.getByName(InterconnectTypeName name)
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources found under the current HPE OneView that match the name provided. |
ResourceCollection<SasInterconnectType> |
SasInterconnectTypeClient.getByName(SasInterconnectTypeName typeName)
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources found under the current HPE OneView that match the name provided. |
ResourceCollection<InterconnectFibDataEntry> |
LogicalInterconnectClient.getForwardingInformationBase(String resourceId)
This module aids in fetching the forwarding information base data for a logical interconnect.
|
ResourceCollection<InternalVlanAssociation> |
LogicalInterconnectClient.getInternalVlans(String resourceId)
This module aids in fetching the internal VLAN identifiers for the provisioned
networks of a logical interconnect.
|
ResourceCollection<Port> |
InterconnectClient.getPorts(String resourceId)
Retrieves the collection of ports of an interconnect
for the specified interconnect resource identifier.
|
ResourceCollection<PortMonitorUplinkPort> |
LogicalInterconnectClient.getUnassignedUplinkPortsForPortMonitor(String resourceId)
This module aids in fetching a collection of uplink ports from the member
interconnects, which are eligible for assignment to an analyzer port.
|
Modifier and Type | Method and Description |
---|---|
ResourceCollection<AvailableStorageSystem> |
ServerProfileClient.getAvailableStorageSystems(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns the list of the storage systems and their associated volumes that
are available to the server profile based on the given server hardware type and
enclosure group.
|
ResourceCollection<ServerFirmwareInventory> |
ServerHardwareClient.getServerFirmwareInventoryByFilter(FirmwareInventoryFilter filter)
Retrieves the
ServerFirmwareInventory details for the specified server hardware. |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<StorageTargetPort> |
StorageSystemClient.getAllManagedPorts(String resourceId)
Retrieves all managed target ports for the specified storage system.
|
ResourceCollection<StorageVolumeSnapshot> |
StorageVolumeClient.getAllSnapshots(String resourceId)
Returns all snapshots available for an existing storage volume.
|
ResourceCollection<AttachableStorageVolume> |
StorageVolumeClient.getAttachableVolumes()
Retrieves a
ResourceCollection <AttachableStorageVolume > containing details
for all the attachable volumes that are connected to the specified networks based on the
storage system port's expected network connectivity. |
ResourceCollection<ConnectableStorageVolumeTemplate> |
StorageVolumeTemplateClient.getConnectableVolumeTemplates()
Retrieves a
ResourceCollection <ConnectableStorageVolumeTemplate > containing
details for all the storage volume templates available on the specified networks based on the storage
system port's expected network connectivity. |
ResourceCollection<EndpointResponse> |
FcSanManagedSanClient.getEndpoints(String resourceId)
Reports all endpoints known within the specified SAN and the data about each endpoint.
|
ResourceCollection<ExtraStorageVolume> |
StorageVolumeClient.getExtraManagedPaths()
Returns the list of extra managed storage volume paths.
|
ResourceCollection<ExtraStorageVolume> |
StorageVolumeAttachmentClient.getExtraUnmanagedStorageVolumes()
Returns the extra storage volume details for all the available extra storage volumes
found under the current HPE OneView.
|
ResourceCollection<StoragePool> |
StorageSystemClient.getStoragePools(String resourceId)
Retrieves a list of storage pools belonging to the specified storage system.
|
Modifier and Type | Method and Description |
---|---|
<T> ResourceCollection<T> |
ObjectToJsonConverter.jsonToResourceCollection(String jsonInput,
Class<T> resourceType) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<ArtifactsBundle> |
ArtifactsBundleClient.getBackupBundles()
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available backup bundles. |
Copyright © 2017. All rights reserved.