Class VPNGatewayConnectionPolicyModePeer
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionPolicyModePeer
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
VPNGatewayConnectionPolicyModePeerVPNGatewayConnectionPeerByAddress
,VPNGatewayConnectionPolicyModePeerVPNGatewayConnectionPeerByFQDN
public class VPNGatewayConnectionPolicyModePeer
extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPNGatewayConnectionPolicyModePeer.
Classes which extend this class:
- VPNGatewayConnectionPolicyModePeerVPNGatewayConnectionPeerByAddress
- VPNGatewayConnectionPolicyModePeerVPNGatewayConnectionPeerByFQDN
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Indicates whether `peer.address` or `peer.fqdn` is used. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCidrs
-
getIkeIdentity
Gets the ikeIdentity. The peer IKE identity.- Returns:
- the ikeIdentity
-
getType
Gets the type. Indicates whether `peer.address` or `peer.fqdn` is used.- Returns:
- the type
-
getAddress
Gets the address. The IP address of the peer VPN gateway for this connection.- Returns:
- the address
-
getFqdn
Gets the fqdn. The FQDN of the peer VPN gateway for this connection.- Returns:
- the fqdn
-