Package com.ibm.cloud.is.vpc.v1.model
Class EndpointGatewayTarget
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.EndpointGatewayTarget
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
EndpointGatewayTargetPrivatePathServiceGatewayReference
,EndpointGatewayTargetProviderCloudServiceReference
,EndpointGatewayTargetProviderInfrastructureServiceReference
public class EndpointGatewayTarget extends com.ibm.cloud.sdk.core.service.model.GenericModel
The target for this endpoint gateway. Classes which extend this class: - EndpointGatewayTargetPrivatePathServiceGatewayReference - EndpointGatewayTargetProviderCloudServiceReference - EndpointGatewayTargetProviderInfrastructureServiceReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EndpointGatewayTarget.ResourceType
The target resource type for this endpoint gateway.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCrn()
Gets the crn.Deleted
getDeleted()
Gets the deleted.String
getHref()
Gets the href.String
getId()
Gets the id.String
getName()
Gets the name.PrivatePathServiceGatewayRemote
getRemote()
Gets the remote.String
getResourceType()
Gets the resourceType.
-
-
-
Method Detail
-
getResourceType
public String getResourceType()
Gets the resourceType. The target resource type for this endpoint gateway.- Returns:
- the resourceType
-
getCrn
public String getCrn()
Gets the crn. The CRN for this private path service gateway.- Returns:
- the crn
-
getDeleted
public Deleted 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 URL for this private path service gateway.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this private path service gateway.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this private path service gateway. The name is unique across all private path service gateways in the VPC.- Returns:
- the name
-
getRemote
public PrivatePathServiceGatewayRemote getRemote()
Gets the remote. If present, this property indicates that the resource associated with this reference is remote and therefore may not be directly retrievable.- Returns:
- the remote
-
-