Class IPsecPolicy
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.IPsecPolicy
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IPsecPolicy
extends com.ibm.cloud.sdk.core.service.model.GenericModel
IPsecPolicy.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The authentication algorithm The `md5` and `sha1` algorithms have been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
The encapsulation mode used.static interface
The encryption algorithm The `triple_des` algorithm has been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
The Perfect Forward Secrecy group Groups `group_2` and `group_5` have been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
The resource type.static interface
The transform protocol used. -
Method Summary
Modifier and TypeMethodDescriptionGets the authenticationAlgorithm.Gets the connections.Gets the createdAt.Gets the encapsulationMode.Gets the encryptionAlgorithm.getHref()
Gets the href.getId()
Gets the id.Gets the keyLifetime.getName()
Gets the name.getPfs()
Gets the pfs.Gets the resourceGroup.Gets the resourceType.Gets the transformProtocol.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getAuthenticationAlgorithm
Gets the authenticationAlgorithm. The authentication algorithm The `md5` and `sha1` algorithms have been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the authenticationAlgorithm
-
getConnections
Gets the connections. The VPN gateway connections that use this IPsec policy.- Returns:
- the connections
-
getCreatedAt
Gets the createdAt. The date and time that this IPsec policy was created.- Returns:
- the createdAt
-
getEncapsulationMode
Gets the encapsulationMode. The encapsulation mode used. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the encapsulationMode
-
getEncryptionAlgorithm
Gets the encryptionAlgorithm. The encryption algorithm The `triple_des` algorithm has been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the encryptionAlgorithm
-
getHref
-
getId
-
getKeyLifetime
Gets the keyLifetime. The key lifetime in seconds.- Returns:
- the keyLifetime
-
getName
Gets the name. The name for this IPsec policy. The name is unique across all IPsec policies in the region.- Returns:
- the name
-
getPfs
Gets the pfs. The Perfect Forward Secrecy group Groups `group_2` and `group_5` have been deprecated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the pfs
-
getResourceGroup
Gets the resourceGroup. The resource group for this IPsec policy.- Returns:
- the resourceGroup
-
getResourceType
-
getTransformProtocol
Gets the transformProtocol. The transform protocol used. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the transformProtocol
-