public class ServerStorageSubTLV extends PCEPSubTLV
log, subtlv_bytes, SubTLVType, TotalSubTLVLength
Constructor and Description |
---|
ServerStorageSubTLV() |
ServerStorageSubTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Encode RequestedCPUs TLV
|
StorageInfoSubTLV |
getStorageInfoSubTLV() |
StorageSizeSubTLV |
getStorageSize() |
LinkedList<VolumeSubTLV> |
getVolumeList() |
void |
setStorageInfo(StorageInfoSubTLV StorageInfo) |
void |
setStorageSize(StorageSizeSubTLV StorageSize) |
void |
setVolumeList(LinkedList<VolumeSubTLV> VolumeList) |
encodeHeader, equals, getSubTLV_bytes, getSubTLVLength, getSubTLVType, getSubTLVValueLength, getTotalSubTLVLength, getTotalSubTLVLength, getType, hashCode, setSubTLV_bytes, setSubTLVType, setSubTLVValueLength
public ServerStorageSubTLV()
public ServerStorageSubTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void encode()
encode
in class PCEPSubTLV
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void setStorageSize(StorageSizeSubTLV StorageSize)
public StorageSizeSubTLV getStorageSize()
public void setStorageInfo(StorageInfoSubTLV StorageInfo)
public StorageInfoSubTLV getStorageInfoSubTLV()
public LinkedList<VolumeSubTLV> getVolumeList()
public void setVolumeList(LinkedList<VolumeSubTLV> VolumeList)
Copyright © 2016. All rights reserved.