Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceDetails
-
Packages that use SoftwareSourceDetails Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareSourceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareSourceDetails Modifier and Type Method Description SoftwareSourceDetails
SoftwareSourceDetails.Builder. build()
SoftwareSourceDetails
LifecycleStage. getSoftwareSourceId()
SoftwareSourceDetails
LifecycleStageSummary. getSoftwareSourceId()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type SoftwareSourceDetails Modifier and Type Method Description List<SoftwareSourceDetails>
ManagedInstanceGroup. getSoftwareSourceIds()
The list of software source OCIDs that the managed instance group will use.List<SoftwareSourceDetails>
ManagedInstance. getSoftwareSources()
The list of software sources currently attached to the managed instance.List<SoftwareSourceDetails>
ManagedInstanceGroup. getSoftwareSources()
The list of software sources that the managed instance group will use.List<SoftwareSourceDetails>
ManagedInstanceGroupAvailablePackageSummary. getSoftwareSources()
List of software sources that provide the software package.List<SoftwareSourceDetails>
PackageSummary. getSoftwareSources()
List of software sources that provide the software package.List<SoftwareSourceDetails>
ProfileVersion. getSoftwareSources()
The list of software sources that the registration profile will use.List<SoftwareSourceDetails>
SoftwarePackage. getSoftwareSources()
List of software sources that provide the software package.List<SoftwareSourceDetails>
SoftwarePackageSummary. getSoftwareSources()
List of software sources that provide the software package.List<SoftwareSourceDetails>
SoftwareSourceProfile. getSoftwareSources()
The list of software sources that the registration profile will use.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceDetails Modifier and Type Method Description SoftwareSourceDetails.Builder
SoftwareSourceDetails.Builder. copy(SoftwareSourceDetails model)
LifecycleStage.Builder
LifecycleStage.Builder. softwareSourceId(SoftwareSourceDetails softwareSourceId)
LifecycleStageSummary.Builder
LifecycleStageSummary.Builder. softwareSourceId(SoftwareSourceDetails softwareSourceId)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceDetails Modifier and Type Method Description ManagedInstanceGroup.Builder
ManagedInstanceGroup.Builder. softwareSourceIds(List<SoftwareSourceDetails> softwareSourceIds)
The list of software source OCIDs that the managed instance group will use.AvailablePackageSummary.Builder
AvailablePackageSummary.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
InstalledPackageSummary.Builder
InstalledPackageSummary.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
ManagedInstance.Builder
ManagedInstance.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources currently attached to the managed instance.ManagedInstanceGroup.Builder
ManagedInstanceGroup.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the managed instance group will use.ManagedInstanceGroupAvailablePackageSummary.Builder
ManagedInstanceGroupAvailablePackageSummary.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
List of software sources that provide the software package.ProfileVersion.Builder
ProfileVersion.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the registration profile will use.SoftwarePackage.Builder
SoftwarePackage.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
List of software sources that provide the software package.SoftwarePackageSummary.Builder
SoftwarePackageSummary.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
List of software sources that provide the software package.SoftwareSourceProfile.Builder
SoftwareSourceProfile.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the registration profile will use.UpdatablePackageSummary.Builder
UpdatablePackageSummary.Builder. softwareSources(List<SoftwareSourceDetails> softwareSources)
Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceDetails Constructor Description LifecycleStage(String id, String compartmentId, String displayName, String lifecycleEnvironmentId, Integer rank, OsFamily osFamily, ArchType archType, VendorName vendorName, List<ManagedInstanceDetails> managedInstanceIds, ManagedInstanceLocation location, SoftwareSourceDetails softwareSourceId, Date timeCreated, Date timeModified, LifecycleStage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.LifecycleStageSummary(String id, String compartmentId, String displayName, String lifecycleEnvironmentId, String lifecycleEnvironmentDisplayName, Integer rank, OsFamily osFamily, ArchType archType, VendorName vendorName, Integer managedInstances, ManagedInstanceLocation location, SoftwareSourceDetails softwareSourceId, Date timeCreated, Date timeModified, LifecycleStage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type SoftwareSourceDetails Constructor Description AvailablePackageSummary(String displayName, String name, String type, String version, ArchType architecture, List<SoftwareSourceDetails> softwareSources)
Deprecated.InstalledPackageSummary(String displayName, String name, String type, String version, ArchType architecture, List<SoftwareSourceDetails> softwareSources, Date timeInstalled, Date timeIssued)
Deprecated.ManagedInstance(String id, String displayName, String description, String tenancyId, String compartmentId, ManagedInstanceLocation location, Date timeLastCheckin, Date timeLastBoot, String osName, String osVersion, String osKernelVersion, String kspliceEffectiveKernelVersion, ArchType architecture, OsFamily osFamily, ManagedInstanceStatus status, String profile, String profileVersion, Boolean isManagementStation, String primaryManagementStationId, String secondaryManagementStationId, List<SoftwareSourceDetails> softwareSources, Id managedInstanceGroup, Id lifecycleEnvironment, Id lifecycleStage, Boolean isRebootRequired, Integer installedPackages, Integer installedWindowsUpdates, Integer updatesAvailable, Integer securityUpdatesAvailable, Integer bugUpdatesAvailable, Integer enhancementUpdatesAvailable, Integer otherUpdatesAvailable, Integer scheduledJobCount, Integer workRequestCount, Date timeCreated, Date timeUpdated, String notificationTopicId, AutonomousSettings autonomousSettings, Boolean isManagedByAutonomousLinux, String agentVersion)
Deprecated.ManagedInstanceGroup(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeModified, ManagedInstanceGroup.LifecycleState lifecycleState, OsFamily osFamily, ArchType archType, VendorName vendorName, List<SoftwareSourceDetails> softwareSourceIds, List<SoftwareSourceDetails> softwareSources, List<String> managedInstanceIds, Integer managedInstanceCount, ManagedInstanceLocation location, Integer pendingJobCount, String notificationTopicId, AutonomousSettings autonomousSettings, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagedInstanceGroupAvailablePackageSummary(String displayName, String name, String type, String version, ArchType architecture, List<SoftwareSourceDetails> softwareSources, Boolean isLatest)
Deprecated.PackageSummary(String displayName, String name, String type, String version, ArchType architecture, List<SoftwareSourceDetails> softwareSources)
Deprecated.ProfileVersion(String id, String compartmentId, String displayName, String description, String managementStationId, List<SoftwareSourceDetails> softwareSources, ManagedInstanceGroupDetails managedInstanceGroup, LifecycleEnvironmentDetails lifecycleEnvironment, LifecycleStageDetails lifecycleStage, ProfileType profileType, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, ProfileVersion.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile)
Deprecated.SoftwarePackageSummary(String displayName, String name, String type, String version, SoftwarePackageArchitecture architecture, String checksum, String checksumType, Boolean isLatest, List<SoftwareSourceDetails> softwareSources, List<OsFamily> osFamilies)
Deprecated.SoftwareSourceProfile(String id, String compartmentId, String displayName, String description, String managementStationId, VendorName vendorName, OsFamily osFamily, ArchType archType, Date timeCreated, Date timeModified, String profileVersion, Profile.LifecycleState lifecycleState, Profile.RegistrationType registrationType, Boolean isDefaultProfile, Boolean isServiceProvidedProfile, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<SoftwareSourceDetails> softwareSources)
Deprecated.UpdatablePackageSummary(String displayName, String name, String type, String version, ArchType architecture, List<SoftwareSourceDetails> softwareSources, String installedVersion, ClassificationTypes updateType, List<String> errata, List<String> relatedCves)
Deprecated.
-