Uses of Class
com.oracle.bmc.core.model.RecycleDetails
-
Packages that use RecycleDetails Package Description com.oracle.bmc.core.model -
-
Uses of RecycleDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return RecycleDetails Modifier and Type Method Description RecycleDetailsRecycleDetails.Builder. build()RecycleDetailsComputeHost. getRecycleDetails()RecycleDetailsComputeHostSummary. getRecycleDetails()Methods in com.oracle.bmc.core.model with parameters of type RecycleDetails Modifier and Type Method Description RecycleDetails.BuilderRecycleDetails.Builder. copy(RecycleDetails model)ComputeHost.BuilderComputeHost.Builder. recycleDetails(RecycleDetails recycleDetails)ComputeHostSummary.BuilderComputeHostSummary.Builder. recycleDetails(RecycleDetails recycleDetails)Constructors in com.oracle.bmc.core.model with parameters of type RecycleDetails Constructor Description ComputeHost(String availabilityDomain, String compartmentId, String id, String faultDomain, String hpcIslandId, String hostCorrelationId, String computeHostGroupId, ConfigurationState configurationState, Date timeConfigurationCheck, ComputeHostConfigurationData configurationData, RecycleDetails recycleDetails, String firmwareBundleId, String platform, String networkBlockId, String localBlockId, String gpuMemoryFabricId, String instanceId, String shape, ComputeHost.Health health, Map<String,Object> additionalData, ComputeHost.LifecycleState lifecycleState, Map<String,Object> lifecycleDetails, String capacityReservationId, Map<String,Object> impactedComponentDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags)Deprecated.ComputeHostSummary(String availabilityDomain, String compartmentId, String id, String faultDomain, String hpcIslandId, String hostCorrelationId, String computeHostGroupId, RecycleDetails recycleDetails, String networkBlockId, String localBlockId, String gpuMemoryFabricId, String instanceId, String shape, String platform, ComputeHost.Health health, ComputeHost.LifecycleState lifecycleState, String capacityReservationId, Boolean hasImpactedComponents, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags)Deprecated.
-