public class NeutronVPNIKEPolicy extends NeutronObject implements Serializable, INeutronObject
Constructor and Description |
---|
NeutronVPNIKEPolicy() |
Modifier and Type | Method and Description |
---|---|
NeutronVPNIKEPolicy |
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 |
getEncryptionAlgorithm() |
String |
getIkeVersion() |
NeutronVPNLifetime |
getLifetime() |
String |
getName() |
String |
getPerfectForwardSecrecy() |
String |
getPhase1NegotiationMode() |
void |
setAuthAlgorithm(String authAlgorithm) |
void |
setEncryptionAlgorithm(String encryptionAlgorithm) |
void |
setIkeVersion(String ikeVersion) |
void |
setLifetime(NeutronVPNLifetime lifetime) |
void |
setName(String name) |
void |
setPerfectForwardSecrecy(String perfectForwardSecrecy) |
void |
setPhase1NegotiationMode(String phase1NegotiationMode) |
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 getAuthAlgorithm()
public void setAuthAlgorithm(String authAlgorithm)
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String encryptionAlgorithm)
public String getPhase1NegotiationMode()
public void setPhase1NegotiationMode(String phase1NegotiationMode)
public String getPerfectForwardSecrecy()
public void setPerfectForwardSecrecy(String perfectForwardSecrecy)
public String getIkeVersion()
public void setIkeVersion(String ikeVersion)
public NeutronVPNLifetime getLifetime()
public void setLifetime(NeutronVPNLifetime lifetime)
public NeutronVPNIKEPolicy extractFields(List<String> fields)
fields
- List of attributes to be extractedCopyright © 2017 OpenDaylight. All rights reserved.