Uses of Class
com.oracle.bmc.osmanagement.model.SoftwareSource.Status
-
Packages that use SoftwareSource.Status Package Description com.oracle.bmc.osmanagement.model -
-
Uses of SoftwareSource.Status in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return SoftwareSource.Status Modifier and Type Method Description static SoftwareSource.Status
SoftwareSource.Status. create(String key)
SoftwareSource.Status
SoftwareSource. getStatus()
status of the software source.static SoftwareSource.Status
SoftwareSource.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static SoftwareSource.Status[]
SoftwareSource.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagement.model with parameters of type SoftwareSource.Status Modifier and Type Method Description SoftwareSource.Builder
SoftwareSource.Builder. status(SoftwareSource.Status status)
status of the software source.Constructors in com.oracle.bmc.osmanagement.model with parameters of type SoftwareSource.Status Constructor Description SoftwareSource(String id, String compartmentId, String displayName, String description, String repoType, ArchTypes archType, String url, String parentId, String parentName, ChecksumTypes checksumType, String maintainerName, String maintainerEmail, String maintainerPhone, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, SoftwareSource.Status status, LifecycleStates lifecycleState, Integer packages, List<Id> associatedManagedInstances, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-