Class VPNGatewayConnectionStaticRouteModePeer

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionStaticRouteModePeer
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
Direct Known Subclasses:
VPNGatewayConnectionStaticRouteModePeerVPNGatewayConnectionPeerByAddress, VPNGatewayConnectionStaticRouteModePeerVPNGatewayConnectionPeerByFQDN

public class VPNGatewayConnectionStaticRouteModePeer extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPNGatewayConnectionStaticRouteModePeer. Classes which extend this class: - VPNGatewayConnectionStaticRouteModePeerVPNGatewayConnectionPeerByAddress - VPNGatewayConnectionStaticRouteModePeerVPNGatewayConnectionPeerByFQDN
  • Method Details

    • getIkeIdentity

      public VPNGatewayConnectionIKEIdentity getIkeIdentity()
      Gets the ikeIdentity. The peer IKE identity.
      Returns:
      the ikeIdentity
    • getType

      public String getType()
      Gets the type. Indicates whether `peer.address` or `peer.fqdn` is used.
      Returns:
      the type
    • getAddress

      public String getAddress()
      Gets the address. The IP address of the peer VPN gateway for this connection.
      Returns:
      the address
    • getFqdn

      public String getFqdn()
      Gets the fqdn. The FQDN of the peer VPN gateway for this connection.
      Returns:
      the fqdn