public class StorageTLV extends PCEPTLV
Modifier and Type | Field and Description |
---|---|
LinkedList<CostSubTLV> |
costList |
LocationSubTLV |
location |
NetworkSpecSubTLV |
networkSpec |
PowerSubTLV |
power |
ResourceIDSubTLV |
resourceID |
StorageInfoSubTLV |
storageInfo |
StorageSizeSubTLV |
storageSize |
LinkedList<VolumeSubTLV> |
volumeList |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
StorageTLV() |
StorageTLV(byte[] bytes,
int offset) |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public ResourceIDSubTLV resourceID
public LocationSubTLV location
public LinkedList<CostSubTLV> costList
public NetworkSpecSubTLV networkSpec
public PowerSubTLV power
public StorageSizeSubTLV storageSize
public StorageInfoSubTLV storageInfo
public LinkedList<VolumeSubTLV> volumeList
public StorageTLV()
public StorageTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public ResourceIDSubTLV getResourceIDSubTLV()
public void setResourceIDSubTLV(ResourceIDSubTLV ResourceIDSubTLV)
public LocationSubTLV getLocationSubTLV()
public void setLocationSubTLV(LocationSubTLV LocationSubTLV)
public LinkedList<CostSubTLV> getCostList()
public void setCostList(LinkedList<CostSubTLV> CostList)
public NetworkSpecSubTLV getNetworkSpecSubTLV()
public void setNetworkSpecSubTLV(NetworkSpecSubTLV NetworkSpecSubTLV)
public PowerSubTLV getPowerSubTLV()
public void setPowerSubTLV(PowerSubTLV PowerSubTLV)
public StorageSizeSubTLV getStorageSizeSubTLV()
public void setStorageSizeSubTLV(StorageSizeSubTLV StorageSizeSubTLV)
public StorageInfoSubTLV getStorageInfoSubTLV()
public void setStorageInfoSubTLV(StorageInfoSubTLV StorageInfoSubTLV)
public LinkedList<VolumeSubTLV> getVolumeList()
public void setVolumeList(LinkedList<VolumeSubTLV> VolumeList)
public ResourceIDSubTLV getResourceID()
public void setResourceID(ResourceIDSubTLV resourceID)
public LocationSubTLV getLocation()
public void setLocation(LocationSubTLV location)
public NetworkSpecSubTLV getNetworkSpec()
public void setNetworkSpec(NetworkSpecSubTLV networkSpec)
public PowerSubTLV getPower()
public void setPower(PowerSubTLV power)
public StorageSizeSubTLV getStorageSize()
public void setStorageSize(StorageSizeSubTLV storageSize)
public StorageInfoSubTLV getStorageInfo()
public void setStorageInfo(StorageInfoSubTLV storageInfo)
Copyright © 2016. All rights reserved.