Class RawCloudServiceInstance
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity<CloudServiceInstance>
-
- com.sap.cloudfoundry.client.facade.adapters.RawCloudServiceInstance
-
- All Implemented Interfaces:
Derivable<CloudServiceInstance>
- Direct Known Subclasses:
ImmutableRawCloudServiceInstance
@Immutable public abstract class RawCloudServiceInstance extends RawCloudEntity<CloudServiceInstance>
-
-
Constructor Summary
Constructors Constructor Description RawCloudServiceInstance()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudServiceInstancederive()abstract org.cloudfoundry.client.v3.serviceinstances.ServiceInstanceResourcegetResource()abstract org.cloudfoundry.client.v3.serviceofferings.ServiceOfferinggetServiceOffering()abstract org.cloudfoundry.client.v3.serviceplans.ServicePlangetServicePlan()-
Methods inherited from class com.sap.cloudfoundry.client.facade.adapters.RawCloudEntity
derive, deriveFromNullable, parseDate, parseEnum, parseGuid, parseNullableDate, parseNullableGuid, parseResourceMetadata
-
-
-
-
Method Detail
-
getResource
@Parameter public abstract org.cloudfoundry.client.v3.serviceinstances.ServiceInstanceResource getResource()
-
getServicePlan
public abstract org.cloudfoundry.client.v3.serviceplans.ServicePlan getServicePlan()
-
getServiceOffering
public abstract org.cloudfoundry.client.v3.serviceofferings.ServiceOffering getServiceOffering()
-
derive
public CloudServiceInstance derive()
-
-