Uses of Class
com.oracle.bmc.core.model.ComputeGpuMemoryCluster.LifecycleState
-
Packages that use ComputeGpuMemoryCluster.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ComputeGpuMemoryCluster.LifecycleState in com.oracle.bmc.core
-
Uses of ComputeGpuMemoryCluster.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeGpuMemoryCluster.LifecycleState Modifier and Type Method Description static ComputeGpuMemoryCluster.LifecycleStateComputeGpuMemoryCluster.LifecycleState. create(String key)ComputeGpuMemoryCluster.LifecycleStateComputeGpuMemoryCluster. getLifecycleState()The lifecycle state of the GPU memory clusterComputeGpuMemoryCluster.LifecycleStateComputeGpuMemoryClusterSummary. getLifecycleState()The current state of the compute GPU memory cluster.static ComputeGpuMemoryCluster.LifecycleStateComputeGpuMemoryCluster.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeGpuMemoryCluster.LifecycleState[]ComputeGpuMemoryCluster.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 ComputeGpuMemoryCluster.LifecycleState Modifier and Type Method Description ComputeGpuMemoryCluster.BuilderComputeGpuMemoryCluster.Builder. lifecycleState(ComputeGpuMemoryCluster.LifecycleState lifecycleState)The lifecycle state of the GPU memory clusterComputeGpuMemoryClusterSummary.BuilderComputeGpuMemoryClusterSummary.Builder. lifecycleState(ComputeGpuMemoryCluster.LifecycleState lifecycleState)The current state of the compute GPU memory cluster.Constructors in com.oracle.bmc.core.model with parameters of type ComputeGpuMemoryCluster.LifecycleState Constructor Description ComputeGpuMemoryCluster(String availabilityDomain, String id, String instanceConfigurationId, String compartmentId, ComputeGpuMemoryCluster.LifecycleState lifecycleState, String gpuMemoryFabricId, String computeClusterId, Long size, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String displayName, Date timeCreated)Deprecated.ComputeGpuMemoryClusterSummary(String id, String compartmentId, String availabilityDomain, ComputeGpuMemoryCluster.LifecycleState lifecycleState, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String displayName)Deprecated.
-