public class NeutronVPNIPSECPolicy extends NeutronObject implements Serializable, INeutronObject
Constructor and Description |
---|
NeutronVPNIPSECPolicy() |
Modifier and Type | Method and Description |
---|---|
NeutronVPNIPSECPolicy |
extractFields(List<String> fields)
This method copies selected fields from the object and returns them
as a new object, suitable for marshaling.
|
String |
getAuthAlgorithm() |
String |
getEncapsulationMode() |
String |
getEncryptionAlgorithm() |
NeutronVPNLifetime |
getLifetime() |
String |
getName() |
String |
getPerfectForwardSecrecy() |
String |
getTransformProtocol() |
void |
setAuthAlgorithm(String authAlgorithm) |
void |
setEncapsulationMode(String encapsulationMode) |
void |
setEncryptionAlgorithm(String encryptionAlgorithm) |
void |
setLifetime(NeutronVPNLifetime lifetime) |
void |
setName(String name) |
void |
setPerfectForwardSecrecy(String perfectForwardSecrecy) |
void |
setTransformProtocol(String transformProtocol) |
getTenantID, initDefaults, setTenantID, setTenantID, toString
getID, setID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getID, getTenantID, initDefaults, setID, setTenantID, setTenantID
public String getName()
public void setName(String name)
public String getTransformProtocol()
public void setTransformProtocol(String transformProtocol)
public String getEncapsulationMode()
public void setEncapsulationMode(String encapsulationMode)
public String getAuthAlgorithm()
public void setAuthAlgorithm(String authAlgorithm)
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String encryptionAlgorithm)
public String getPerfectForwardSecrecy()
public void setPerfectForwardSecrecy(String perfectForwardSecrecy)
public NeutronVPNLifetime getLifetime()
public void setLifetime(NeutronVPNLifetime lifetime)
public NeutronVPNIPSECPolicy extractFields(List<String> fields)
fields
- List of attributes to be extractedCopyright © 2017 OpenDaylight. All rights reserved.