Uses of Class
com.oracle.bmc.ocvp.model.ManagementApplianceLifecycleState
-
Packages that use ManagementApplianceLifecycleState Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of ManagementApplianceLifecycleState in com.oracle.bmc.ocvp
-
Uses of ManagementApplianceLifecycleState in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ManagementApplianceLifecycleState Modifier and Type Method Description static ManagementApplianceLifecycleStateManagementApplianceLifecycleState. create(String key)ManagementApplianceLifecycleStateManagementAppliance. getLifecycleState()Current state of the management appliance.ManagementApplianceLifecycleStateManagementApplianceSummary. getLifecycleState()Current state of the management appliance.static ManagementApplianceLifecycleStateManagementApplianceLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementApplianceLifecycleState[]ManagementApplianceLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceLifecycleState Modifier and Type Method Description ManagementAppliance.BuilderManagementAppliance.Builder. lifecycleState(ManagementApplianceLifecycleState lifecycleState)Current state of the management appliance.ManagementApplianceSummary.BuilderManagementApplianceSummary.Builder. lifecycleState(ManagementApplianceLifecycleState lifecycleState)Current state of the management appliance.Constructors in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceLifecycleState Constructor Description ManagementAppliance(String id, String compartmentId, String sddcId, String computeInstanceId, String managementAgentId, String displayName, ManagementApplianceLifecycleState lifecycleState, ManagementApplianceLifecycleDetails lifecycleDetails, ManagementApplianceConfiguration configuration, List<ManagementApplianceConnection> connections, Date timeCreated, Date timeUpdated, Date timeConfigurationUpdated, Date timeLastHeartbeat, List<ManagementApplianceConnectionStatus> heartbeatConnectionStates, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ManagementApplianceSummary(String id, String compartmentId, String sddcId, String computeInstanceId, String managementAgentId, String displayName, ManagementApplianceLifecycleState lifecycleState, ManagementApplianceLifecycleDetails lifecycleDetails, ManagementApplianceConfiguration configuration, List<ManagementApplianceConnection> connections, Date timeCreated, Date timeUpdated, Date timeConfigurationUpdated, Date timeLastHeartbeat, List<ManagementApplianceConnectionStatus> heartbeatConnectionStates, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ManagementApplianceLifecycleState in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ManagementApplianceLifecycleState Modifier and Type Method Description ManagementApplianceLifecycleStateListManagementAppliancesRequest. getLifecycleState()The lifecycle state of the management appliance.Methods in com.oracle.bmc.ocvp.requests with parameters of type ManagementApplianceLifecycleState Modifier and Type Method Description ListManagementAppliancesRequest.BuilderListManagementAppliancesRequest.Builder. lifecycleState(ManagementApplianceLifecycleState lifecycleState)The lifecycle state of the management appliance.
-