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:
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: - EndpointGatewayTargetProviderCloudServiceReference - EndpointGatewayTargetProviderInfrastructureServiceReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EndpointGatewayTarget.ResourceType
The type of target.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCrn()
Gets the crn.String
getName()
Gets the name.String
getResourceType()
Gets the resourceType.
-
-
-
Method Detail
-
getCrn
public String getCrn()
Gets the crn. The CRN for this provider cloud service, or the CRN for the user's instance of a provider cloud service.- Returns:
- the crn
-
getResourceType
public String getResourceType()
Gets the resourceType. The type of target.- Returns:
- the resourceType
-
getName
public String getName()
Gets the name. The name of a provider infrastructure service. Must be: - `ibm-ntp-server`: An NTP (Network Time Protocol) server provided by IBM.- Returns:
- the name
-
-