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, setSubTLVValueLengthpublic VolumeSubTLV()
public VolumeSubTLV(byte[] bytes,
                    int offset)
             throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic void encode()
encode in class PCEPSubTLVpublic void decode()
            throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic 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.