Package | Description |
---|---|
com.hp.ov.sdk.dto.networking.interconnect | |
com.hp.ov.sdk.dto.networking.switches | |
com.hp.ov.sdk.rest.client.networking |
Modifier and Type | Method and Description |
---|---|
List<Port> |
Interconnect.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
Interconnect.setPorts(List<Port> ports) |
Modifier and Type | Method and Description |
---|---|
List<Port> |
Switch.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
Switch.setPorts(List<Port> ports) |
Modifier and Type | Method and Description |
---|---|
Port |
InterconnectClient.getPort(String resourceId,
String portId)
Retrieves the port of an interconnect for the specified
interconnect resource identifier and portId.
|
Modifier and Type | Method and Description |
---|---|
ResourceCollection<Port> |
InterconnectClient.getPorts(String resourceId)
Retrieves the collection of ports of an interconnect
for the specified interconnect resource identifier.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
InterconnectClient.updatePort(String resourceId,
Port port,
RequestOption... options)
The module takes in a
Port object and updates the existing
interconnect port based on the resource identifier. |
Modifier and Type | Method and Description |
---|---|
TaskResource |
InterconnectClient.updatePorts(String resourceId,
List<Port> ports,
RequestOption... options)
|
TaskResource |
SwitchClient.updatePorts(String resourceId,
List<Port> ports,
RequestOption... options)
|
Copyright © 2017. All rights reserved.