public class VolumeSubTLV extends PCEPSubTLV
log, subtlv_bytes, SubTLVType, TotalSubTLVLength
Constructor and Description |
---|
VolumeSubTLV() |
VolumeSubTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Encode RequestedCPUs TLV
|
BlockSizeSubTLV |
getBlockSizeSubTLV() |
VolumeInfoSubTLV |
getVolumeInfo() |
VolumeSizeSubTLV |
getVolumeSize() |
void |
setBlockSize(BlockSizeSubTLV blockSize) |
void |
setVolumeInfo(VolumeInfoSubTLV volumeInfo) |
void |
setVolumeSize(VolumeSizeSubTLV volumeSize) |
encodeHeader, equals, getSubTLV_bytes, getSubTLVLength, getSubTLVType, getSubTLVValueLength, getTotalSubTLVLength, getTotalSubTLVLength, getType, hashCode, setSubTLV_bytes, setSubTLVType, setSubTLVValueLength
public VolumeSubTLV()
public VolumeSubTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void encode()
encode
in class PCEPSubTLV
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void setVolumeSize(VolumeSizeSubTLV volumeSize)
public VolumeSizeSubTLV getVolumeSize()
public void setBlockSize(BlockSizeSubTLV blockSize)
public BlockSizeSubTLV getBlockSizeSubTLV()
public void setVolumeInfo(VolumeInfoSubTLV volumeInfo)
public VolumeInfoSubTLV getVolumeInfo()
Copyright © 2016. All rights reserved.