Uses of Class
com.oracle.bmc.osmanagement.model.SoftwareSourceId
-
Packages that use SoftwareSourceId Package Description com.oracle.bmc.osmanagement.model -
-
Uses of SoftwareSourceId in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return SoftwareSourceId Modifier and Type Method Description SoftwareSourceId
SoftwareSourceId.Builder. build()
SoftwareSourceId
ManagedInstance. getParentSoftwareSource()
the parent (base) Software Source attached to the Managed InstanceMethods in com.oracle.bmc.osmanagement.model that return types with arguments of type SoftwareSourceId Modifier and Type Method Description List<SoftwareSourceId>
ManagedInstance. getChildSoftwareSources()
list of child Software Sources attached to the Managed InstanceList<SoftwareSourceId>
AvailableUpdateSummary. getSoftwareSources()
list of software sources that provide the software packageList<SoftwareSourceId>
InstallablePackageSummary. getSoftwareSources()
list of software sources that provide the software packageList<SoftwareSourceId>
InstalledPackageSummary. getSoftwareSources()
list of software sources that provide the software packageList<SoftwareSourceId>
SoftwarePackage. getSoftwareSources()
list of software sources that provide the software packageList<SoftwareSourceId>
SoftwarePackageSearchSummary. getSoftwareSources()
list of software sources that provide the software packageMethods in com.oracle.bmc.osmanagement.model with parameters of type SoftwareSourceId Modifier and Type Method Description SoftwareSourceId.Builder
SoftwareSourceId.Builder. copy(SoftwareSourceId model)
ManagedInstance.Builder
ManagedInstance.Builder. parentSoftwareSource(SoftwareSourceId parentSoftwareSource)
the parent (base) Software Source attached to the Managed InstanceMethod parameters in com.oracle.bmc.osmanagement.model with type arguments of type SoftwareSourceId Modifier and Type Method Description ManagedInstance.Builder
ManagedInstance.Builder. childSoftwareSources(List<SoftwareSourceId> childSoftwareSources)
list of child Software Sources attached to the Managed InstanceAvailableUpdateSummary.Builder
AvailableUpdateSummary.Builder. softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software packageInstallablePackageSummary.Builder
InstallablePackageSummary.Builder. softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software packageInstalledPackageSummary.Builder
InstalledPackageSummary.Builder. softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software packageSoftwarePackage.Builder
SoftwarePackage.Builder. softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software packageSoftwarePackageSearchSummary.Builder
SoftwarePackageSearchSummary.Builder. softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software packageConstructors in com.oracle.bmc.osmanagement.model with parameters of type SoftwareSourceId Constructor Description ManagedInstance(String displayName, String id, String description, String lastCheckin, String lastBoot, Integer updatesAvailable, String osName, String osVersion, String osKernelVersion, String compartmentId, ManagedInstance.Status status, SoftwareSourceId parentSoftwareSource, List<SoftwareSourceId> childSoftwareSources, List<Id> managedInstanceGroups, OsFamilies osFamily, Boolean isRebootRequired, String notificationTopicId, String kspliceEffectiveKernelVersion, Boolean isDataCollectionAuthorized, AutonomousSettings autonomous, Integer securityUpdatesAvailable, Integer bugUpdatesAvailable, Integer enhancementUpdatesAvailable, Integer otherUpdatesAvailable, Integer scheduledJobCount, Integer workRequestCount)
Deprecated.Constructor parameters in com.oracle.bmc.osmanagement.model with type arguments of type SoftwareSourceId Constructor Description InstallablePackageSummary(String displayName, String name, String type, String version, String architecture, List<SoftwareSourceId> softwareSources)
Deprecated.InstalledPackageSummary(String displayName, String name, String type, String version, String architecture, String installTime, String issued, List<SoftwareSourceId> softwareSources)
Deprecated.ManagedInstance(String displayName, String id, String description, String lastCheckin, String lastBoot, Integer updatesAvailable, String osName, String osVersion, String osKernelVersion, String compartmentId, ManagedInstance.Status status, SoftwareSourceId parentSoftwareSource, List<SoftwareSourceId> childSoftwareSources, List<Id> managedInstanceGroups, OsFamilies osFamily, Boolean isRebootRequired, String notificationTopicId, String kspliceEffectiveKernelVersion, Boolean isDataCollectionAuthorized, AutonomousSettings autonomous, Integer securityUpdatesAvailable, Integer bugUpdatesAvailable, Integer enhancementUpdatesAvailable, Integer otherUpdatesAvailable, Integer scheduledJobCount, Integer workRequestCount)
Deprecated.
-