Uses of Class
com.oracle.bmc.accessgovernancecp.model.InstanceLifecycleState
-
Packages that use InstanceLifecycleState Package Description com.oracle.bmc.accessgovernancecp com.oracle.bmc.accessgovernancecp.model -
-
Uses of InstanceLifecycleState in com.oracle.bmc.accessgovernancecp
-
Uses of InstanceLifecycleState in com.oracle.bmc.accessgovernancecp.model
Methods in com.oracle.bmc.accessgovernancecp.model that return InstanceLifecycleState Modifier and Type Method Description static InstanceLifecycleState
InstanceLifecycleState. create(String key)
InstanceLifecycleState
GovernanceInstance. getLifecycleState()
The current state of the GovernanceInstance.InstanceLifecycleState
GovernanceInstanceSummary. getLifecycleState()
The current state of the GovernanceInstance.static InstanceLifecycleState
InstanceLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceLifecycleState[]
InstanceLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.accessgovernancecp.model with parameters of type InstanceLifecycleState Modifier and Type Method Description GovernanceInstance.Builder
GovernanceInstance.Builder. lifecycleState(InstanceLifecycleState lifecycleState)
The current state of the GovernanceInstance.GovernanceInstanceSummary.Builder
GovernanceInstanceSummary.Builder. lifecycleState(InstanceLifecycleState lifecycleState)
The current state of the GovernanceInstance.Constructors in com.oracle.bmc.accessgovernancecp.model with parameters of type InstanceLifecycleState Constructor Description GovernanceInstance(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, InstanceLifecycleState lifecycleState, String description, LicenseType licenseType, String tenancyNamespace, String instanceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.GovernanceInstanceSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, InstanceLifecycleState lifecycleState, LicenseType licenseType, String instanceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-