public class IpsecPolicy extends Object
Constructor and Description |
---|
IpsecPolicy() |
Modifier and Type | Method and Description |
---|---|
DhGroup |
dhGroup()
Get the dhGroup value.
|
IkeEncryption |
ikeEncryption()
Get the ikeEncryption value.
|
IkeIntegrity |
ikeIntegrity()
Get the ikeIntegrity value.
|
IpsecEncryption |
ipsecEncryption()
Get the ipsecEncryption value.
|
IpsecIntegrity |
ipsecIntegrity()
Get the ipsecIntegrity value.
|
PfsGroup |
pfsGroup()
Get the pfsGroup value.
|
int |
saDataSizeKilobytes()
Get the saDataSizeKilobytes value.
|
int |
saLifeTimeSeconds()
Get the saLifeTimeSeconds value.
|
IpsecPolicy |
withDhGroup(DhGroup dhGroup)
Set the dhGroup value.
|
IpsecPolicy |
withIkeEncryption(IkeEncryption ikeEncryption)
Set the ikeEncryption value.
|
IpsecPolicy |
withIkeIntegrity(IkeIntegrity ikeIntegrity)
Set the ikeIntegrity value.
|
IpsecPolicy |
withIpsecEncryption(IpsecEncryption ipsecEncryption)
Set the ipsecEncryption value.
|
IpsecPolicy |
withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
Set the ipsecIntegrity value.
|
IpsecPolicy |
withPfsGroup(PfsGroup pfsGroup)
Set the pfsGroup value.
|
IpsecPolicy |
withSaDataSizeKilobytes(int saDataSizeKilobytes)
Set the saDataSizeKilobytes value.
|
IpsecPolicy |
withSaLifeTimeSeconds(int saLifeTimeSeconds)
Set the saLifeTimeSeconds value.
|
public int saLifeTimeSeconds()
public IpsecPolicy withSaLifeTimeSeconds(int saLifeTimeSeconds)
saLifeTimeSeconds
- the saLifeTimeSeconds value to setpublic int saDataSizeKilobytes()
public IpsecPolicy withSaDataSizeKilobytes(int saDataSizeKilobytes)
saDataSizeKilobytes
- the saDataSizeKilobytes value to setpublic IpsecEncryption ipsecEncryption()
public IpsecPolicy withIpsecEncryption(IpsecEncryption ipsecEncryption)
ipsecEncryption
- the ipsecEncryption value to setpublic IpsecIntegrity ipsecIntegrity()
public IpsecPolicy withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
ipsecIntegrity
- the ipsecIntegrity value to setpublic IkeEncryption ikeEncryption()
public IpsecPolicy withIkeEncryption(IkeEncryption ikeEncryption)
ikeEncryption
- the ikeEncryption value to setpublic IkeIntegrity ikeIntegrity()
public IpsecPolicy withIkeIntegrity(IkeIntegrity ikeIntegrity)
ikeIntegrity
- the ikeIntegrity value to setpublic DhGroup dhGroup()
public IpsecPolicy withDhGroup(DhGroup dhGroup)
dhGroup
- the dhGroup value to setpublic PfsGroup pfsGroup()
public IpsecPolicy withPfsGroup(PfsGroup pfsGroup)
pfsGroup
- the pfsGroup value to setCopyright © 2019. All rights reserved.