Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
SoftwareSourceId |
SoftwareSourceId.Builder.build() |
SoftwareSourceId |
ManagedInstance.getParentSoftwareSource()
the parent (base) Software Source attached to the Managed Instance
|
Modifier and Type | Method and Description |
---|---|
List<SoftwareSourceId> |
ManagedInstance.getChildSoftwareSources()
list of child Software Sources attached to the Managed Instance
|
List<SoftwareSourceId> |
SoftwarePackageSearchSummary.getSoftwareSources()
list of software sources that provide the software package
|
List<SoftwareSourceId> |
InstalledPackageSummary.getSoftwareSources()
list of software sources that provide the software package
|
List<SoftwareSourceId> |
InstallablePackageSummary.getSoftwareSources()
list of software sources that provide the software package
|
List<SoftwareSourceId> |
AvailableUpdateSummary.getSoftwareSources()
list of software sources that provide the software package
|
List<SoftwareSourceId> |
SoftwarePackage.getSoftwareSources()
list of software sources that provide the software package
|
Modifier and Type | Method and Description |
---|---|
SoftwareSourceId.Builder |
SoftwareSourceId.Builder.copy(SoftwareSourceId model) |
ManagedInstance.Builder |
ManagedInstance.Builder.parentSoftwareSource(SoftwareSourceId parentSoftwareSource)
the parent (base) Software Source attached to the Managed Instance
|
Modifier and Type | Method and Description |
---|---|
ManagedInstance.Builder |
ManagedInstance.Builder.childSoftwareSources(List<SoftwareSourceId> childSoftwareSources)
list of child Software Sources attached to the Managed Instance
|
SoftwarePackageSearchSummary.Builder |
SoftwarePackageSearchSummary.Builder.softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
InstalledPackageSummary.Builder |
InstalledPackageSummary.Builder.softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
InstallablePackageSummary.Builder |
InstallablePackageSummary.Builder.softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
AvailableUpdateSummary.Builder |
AvailableUpdateSummary.Builder.softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
SoftwarePackage.Builder |
SoftwarePackage.Builder.softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
Constructor and 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 and Description |
---|
AvailableUpdateSummary(String displayName,
String name,
UpdateTypes updateType,
String type,
String installedVersion,
String availableVersion,
String architecture,
List<Id> errata,
List<String> relatedCves,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
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.
|
SoftwarePackage(String displayName,
String name,
String type,
String version,
String architecture,
String lastModifiedDate,
String checksum,
String checksumType,
String description,
Long sizeInBytes,
List<SoftwarePackageDependency> dependencies,
List<SoftwarePackageFile> files,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
SoftwarePackageSearchSummary(String displayName,
String name,
String type,
String version,
String architecture,
String summary,
UpdateTypes advisoryType,
List<Id> errata,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.