Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionIKEIdentity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionIKEIdentity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityFQDN
,VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityHostname
,VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityIPv4
,VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityKeyID
public class VPNGatewayConnectionIKEIdentity extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPNGatewayConnectionIKEIdentity. Classes which extend this class: - VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityFQDN - VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityHostname - VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityIPv4 - VPNGatewayConnectionIKEIdentityVPNGatewayConnectionIKEIdentityKeyID
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNGatewayConnectionIKEIdentity.Type
The IKE identity type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.String
getValue()
Gets the value.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type. The IKE identity type. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the type
-
getValue
public String getValue()
Gets the value. The IKE identity FQDN value.- Returns:
- the value
-
-