Uses of Class
com.oracle.bmc.ocvp.model.ManagementApplianceLifecycleDetails
-
Packages that use ManagementApplianceLifecycleDetails Package Description com.oracle.bmc.ocvp.model -
-
Uses of ManagementApplianceLifecycleDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ManagementApplianceLifecycleDetails Modifier and Type Method Description static ManagementApplianceLifecycleDetailsManagementApplianceLifecycleDetails. create(String key)ManagementApplianceLifecycleDetailsManagementAppliance. getLifecycleDetails()Information about current lifecycleState.ManagementApplianceLifecycleDetailsManagementApplianceSummary. getLifecycleDetails()Information about current lifecycleState.static ManagementApplianceLifecycleDetailsManagementApplianceLifecycleDetails. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementApplianceLifecycleDetails[]ManagementApplianceLifecycleDetails. 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 ManagementApplianceLifecycleDetails Modifier and Type Method Description ManagementAppliance.BuilderManagementAppliance.Builder. lifecycleDetails(ManagementApplianceLifecycleDetails lifecycleDetails)Information about current lifecycleState.ManagementApplianceSummary.BuilderManagementApplianceSummary.Builder. lifecycleDetails(ManagementApplianceLifecycleDetails lifecycleDetails)Information about current lifecycleState.Constructors in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceLifecycleDetails 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.
-