public interface FabricClient extends SearchableResource<Fabric>
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
FABRIC_URI |
static String |
RESERVED_VLAN_RANGE_URI |
Modifier and Type | Method and Description |
---|---|
VlanPool |
getReservedVlanRange(String resourceId)
Retrieves the
VlanPool range for the fabric. |
TaskResource |
updateReservedVlanRange(String resourceId,
VlanPool vlanPool,
RequestOption... options)
Updates a
VlanPool range for the fabric. |
getByName
static final String FABRIC_URI
static final String RESERVED_VLAN_RANGE_URI
VlanPool getReservedVlanRange(String resourceId)
VlanPool
range for the fabric.resourceId
- fabric resource identifier as seen in HPE OneView.VlanPool
object containing the details.TaskResource updateReservedVlanRange(String resourceId, VlanPool vlanPool, RequestOption... options)
VlanPool
range for the fabric.resourceId
- fabric resource identifier as seen in HPE OneView.vlanPool
- object containing the range details.options
- varargs
of RequestOption
, which can be used to specify
some request options.TaskResource
containing the task status for the process.Copyright © 2017. All rights reserved.