public class EndPointStorageTLV extends PCEPTLV
Modifier and Type | Field and Description |
---|---|
RequestedStorageSizeSubTLV |
requestedStorageSize |
RequestedVolumeSizeSubTLV |
requestedVolumeSize |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
EndPointStorageTLV() |
EndPointStorageTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Encode
|
RequestedStorageSizeSubTLV |
getRequestedStorageSizeSubTLV() |
RequestedVolumeSizeSubTLV |
getRequestedVolumeSizeSubTLV() |
void |
setRequestedStorageSize(RequestedStorageSizeSubTLV RequestedStorageSizeSubTLV) |
void |
setRequestedVolumeSizeSubTLV(RequestedVolumeSizeSubTLV RequestedVolumeSizeSubTLV) |
encodeHeader, equals, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, hashCode, setTlv_bytes, setTLVType, setTLVValueLength
public RequestedStorageSizeSubTLV requestedStorageSize
public RequestedVolumeSizeSubTLV requestedVolumeSize
public EndPointStorageTLV()
public EndPointStorageTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public RequestedStorageSizeSubTLV getRequestedStorageSizeSubTLV()
public void setRequestedStorageSize(RequestedStorageSizeSubTLV RequestedStorageSizeSubTLV)
public RequestedVolumeSizeSubTLV getRequestedVolumeSizeSubTLV()
public void setRequestedVolumeSizeSubTLV(RequestedVolumeSizeSubTLV RequestedVolumeSizeSubTLV)
Copyright © 2016. All rights reserved.