Package com.ibm.cloud.is.vpc.v1.model
Class RouteNextHop
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.RouteNextHop
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
RouteNextHopIP,RouteNextHopVPNGatewayConnectionReference
public class RouteNextHop extends com.ibm.cloud.sdk.core.service.model.GenericModelRouteNextHop. Classes which extend this class: - RouteNextHopIP - RouteNextHopVPNGatewayConnectionReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteNextHop.ResourceTypeThe resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the address.VPNGatewayConnectionReferenceDeletedgetDeleted()Gets the deleted.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetName()Gets the name.StringgetResourceType()Gets the resourceType.
-
-
-
Method Detail
-
getAddress
public String getAddress()
Gets the address. The IP address. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.- Returns:
- the address
-
getDeleted
public VPNGatewayConnectionReferenceDeleted getDeleted()
Gets the deleted. If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.- Returns:
- the deleted
-
getHref
public String getHref()
Gets the href. The VPN connection's canonical URL.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this VPN gateway connection.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this VPN gateway connection. The name is unique across all connections for the VPN gateway.- Returns:
- the name
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
-