Uses of Class
com.oracle.bmc.core.model.Instance.LifecycleState
-
Packages that use Instance.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of Instance.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Instance.LifecycleState Modifier and Type Method Description Waiter<GetInstanceRequest,GetInstanceResponse>ComputeWaiters. forInstance(GetInstanceRequest request, Instance.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetInstanceRequest,GetInstanceResponse>ComputeWaiters. forInstance(GetInstanceRequest request, Instance.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetInstanceRequest,GetInstanceResponse>ComputeWaiters. forInstance(GetInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Instance.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Instance.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Instance.LifecycleState Modifier and Type Method Description static Instance.LifecycleStateInstance.LifecycleState. create(String key)Instance.LifecycleStateInstance. getLifecycleState()The current state of the instance.static Instance.LifecycleStateInstance.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Instance.LifecycleState[]Instance.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 Instance.LifecycleState Modifier and Type Method Description Instance.BuilderInstance.Builder. lifecycleState(Instance.LifecycleState lifecycleState)The current state of the instance.Constructors in com.oracle.bmc.core.model with parameters of type Instance.LifecycleState Constructor Description Instance(String availabilityDomain, String capacityReservationId, String compartmentId, PlacementConstraintDetails placementConstraintDetails, Boolean isAIEnterpriseEnabled, String clusterPlacementGroupId, String dedicatedVmHostId, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, Instance.SecurityAttributesState securityAttributesState, String displayName, Map<String,Object> extendedMetadata, String faultDomain, Map<String,String> freeformTags, String id, String imageId, String ipxeScript, Instance.LaunchMode launchMode, LaunchOptions launchOptions, InstanceOptions instanceOptions, InstanceAvailabilityConfig availabilityConfig, PreemptibleInstanceConfigDetails preemptibleInstanceConfig, Instance.LifecycleState lifecycleState, Map<String,String> metadata, String region, String shape, InstanceShapeConfig shapeConfig, Boolean isCrossNumaNode, InstanceSourceDetails sourceDetails, Map<String,Map<String,Object>> systemTags, Date timeCreated, InstanceAgentConfig agentConfig, Date timeMaintenanceRebootDue, PlatformConfig platformConfig, String instanceConfigurationId, List<LicensingConfig> licensingConfigs)Deprecated. -
Uses of Instance.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return Instance.LifecycleState Modifier and Type Method Description Instance.LifecycleStateListInstancesRequest. getLifecycleState()A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type Instance.LifecycleState Modifier and Type Method Description ListInstancesRequest.BuilderListInstancesRequest.Builder. lifecycleState(Instance.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-