Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto.generated | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
InterconnectAdaptor.buildJsonObjectFromDto(Port source,
double version) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONArray |
InterconnectAdaptor.buildJsonArrayDto(List<Port> source,
double version) |
Modifier and Type | Method and Description |
---|---|
List<Port> |
Switch.getPorts() |
List<Port> |
Interconnects.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
Switch.setPorts(List<Port> ports) |
void |
Interconnects.setPorts(List<Port> ports) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
InterconnectsClient.updateInterconnectPort(RestParams params,
String resourceId,
Port portDto,
boolean aSync,
boolean useJsonRequest)
Updates an interconnect port.
|
TaskResourceV2 |
InterconnectsClientImpl.updateInterconnectPort(RestParams params,
String resourceId,
Port portDto,
boolean aSync,
boolean useJsonRequest) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
InterconnectsClient.updateInterconnectPorts(RestParams params,
String resourceId,
List<Port> portsDto,
boolean aSync,
boolean useJsonRequest)
Updates the interconnect ports.
|
TaskResourceV2 |
InterconnectsClientImpl.updateInterconnectPorts(RestParams params,
String resourceId,
List<Port> portsDto,
boolean aSync,
boolean useJsonRequest) |
Copyright © 2016. All rights reserved.