Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandSourceDetails.SourceType
-
Packages that use InstanceAgentCommandSourceDetails.SourceType Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentCommandSourceDetails.SourceType in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandSourceDetails.SourceType Modifier and Type Method Description static InstanceAgentCommandSourceDetails.SourceType
InstanceAgentCommandSourceDetails.SourceType. create(String key)
static InstanceAgentCommandSourceDetails.SourceType
InstanceAgentCommandSourceDetails.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceAgentCommandSourceDetails.SourceType[]
InstanceAgentCommandSourceDetails.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-