Uses of Class
com.oracle.bmc.core.model.ComputeGpuMemoryFabric.LifecycleState
-
Packages that use ComputeGpuMemoryFabric.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ComputeGpuMemoryFabric.LifecycleState in com.oracle.bmc.core
-
Uses of ComputeGpuMemoryFabric.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeGpuMemoryFabric.LifecycleState Modifier and Type Method Description static ComputeGpuMemoryFabric.LifecycleStateComputeGpuMemoryFabric.LifecycleState. create(String key)ComputeGpuMemoryFabric.LifecycleStateComputeGpuMemoryFabric. getLifecycleState()The lifecycle state of the GPU memory fabricComputeGpuMemoryFabric.LifecycleStateComputeGpuMemoryFabricSummary. getLifecycleState()The lifecycle state of the GPU memory fabricstatic ComputeGpuMemoryFabric.LifecycleStateComputeGpuMemoryFabric.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeGpuMemoryFabric.LifecycleState[]ComputeGpuMemoryFabric.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type ComputeGpuMemoryFabric.LifecycleState Modifier and Type Method Description ComputeGpuMemoryFabric.BuilderComputeGpuMemoryFabric.Builder. lifecycleState(ComputeGpuMemoryFabric.LifecycleState lifecycleState)The lifecycle state of the GPU memory fabricComputeGpuMemoryFabricSummary.BuilderComputeGpuMemoryFabricSummary.Builder. lifecycleState(ComputeGpuMemoryFabric.LifecycleState lifecycleState)The lifecycle state of the GPU memory fabricConstructors in com.oracle.bmc.core.model with parameters of type ComputeGpuMemoryFabric.LifecycleState Constructor Description ComputeGpuMemoryFabric(String id, String compartmentId, String computeHpcIslandId, String computeNetworkBlockId, String computeLocalBlockId, ComputeGpuMemoryFabric.LifecycleState lifecycleState, ComputeGpuMemoryFabric.FabricHealth fabricHealth, List<String> computeGpuMemoryClusters, Map<String,Object> additionalData, Long healthyHostCount, Long availableHostCount, Long totalHostCount, String hostPlatformName, String switchPlatformName, String currentFirmwareBundleId, String targetFirmwareBundleId, ComputeGpuMemoryFabric.FirmwareUpdateState firmwareUpdateState, String firmwareUpdateReason, MemoryFabricPreferencesDescriptor memoryFabricPreferences, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String displayName)Deprecated.ComputeGpuMemoryFabricSummary(String id, String compartmentId, String computeHpcIslandId, String computeNetworkBlockId, String computeLocalBlockId, ComputeGpuMemoryFabric.LifecycleState lifecycleState, ComputeGpuMemoryFabric.FabricHealth fabricHealth, Long totalHostCount, Long availableHostCount, Long healthyHostCount, String hostPlatformName, String switchPlatformName, String currentFirmwareBundleId, String targetFirmwareBundleId, ComputeGpuMemoryFabricSummary.FirmwareUpdateState firmwareUpdateState, MemoryFabricPreferencesDescriptor memoryFabricPreferences, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String displayName)Deprecated. -
Uses of ComputeGpuMemoryFabric.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ComputeGpuMemoryFabric.LifecycleState Modifier and Type Method Description ComputeGpuMemoryFabric.LifecycleStateListComputeGpuMemoryFabricsRequest. getComputeGpuMemoryFabricLifecycleState()A filter to return ComputeGpuMemoryFabricSummary resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type ComputeGpuMemoryFabric.LifecycleState Modifier and Type Method Description ListComputeGpuMemoryFabricsRequest.BuilderListComputeGpuMemoryFabricsRequest.Builder. computeGpuMemoryFabricLifecycleState(ComputeGpuMemoryFabric.LifecycleState computeGpuMemoryFabricLifecycleState)A filter to return ComputeGpuMemoryFabricSummary resources that match the given lifecycle state.
-