Uses of Class
com.oracle.bmc.datascience.model.ComputeTargetSystemData
-
Packages that use ComputeTargetSystemData Package Description com.oracle.bmc.datascience.model -
-
Uses of ComputeTargetSystemData in com.oracle.bmc.datascience.model
Subclasses of ComputeTargetSystemData in com.oracle.bmc.datascience.model Modifier and Type Class Description classManagedComputeClusterSystemDataManaged compute cluster system data.Methods in com.oracle.bmc.datascience.model that return ComputeTargetSystemData Modifier and Type Method Description ComputeTargetSystemDataComputeTarget. getComputeTargetSystemData()Methods in com.oracle.bmc.datascience.model with parameters of type ComputeTargetSystemData Modifier and Type Method Description ComputeTarget.BuilderComputeTarget.Builder. computeTargetSystemData(ComputeTargetSystemData computeTargetSystemData)Constructors in com.oracle.bmc.datascience.model with parameters of type ComputeTargetSystemData Constructor Description ComputeTarget(String id, Date timeCreated, Map<String,String> metadata, String createdBy, String compartmentId, String displayName, String description, ComputeConfigurationDetails computeConfigurationDetails, ComputeTargetSystemData computeTargetSystemData, ComputeTargetLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-