Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionStaticRouteModeLocal
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionStaticRouteModeLocal
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPNGatewayConnectionStaticRouteModeLocal extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPNGatewayConnectionStaticRouteModeLocal.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VPNGatewayConnectionIKEIdentity>
getIkeIdentities()
Gets the ikeIdentities.
-
-
-
Method Detail
-
getIkeIdentities
public List<VPNGatewayConnectionIKEIdentity> getIkeIdentities()
Gets the ikeIdentities. The local IKE identities. A VPN gateway in static route mode consists of two members in active-active mode. The first identity applies to the first member, and the second identity applies to the second member.- Returns:
- the ikeIdentities
-
-