Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
SoftwareSourceDetails |
SoftwareSourceDetails.Builder.build() |
SoftwareSourceDetails |
LifecycleStage.getSoftwareSourceId() |
SoftwareSourceDetails |
LifecycleStageSummary.getSoftwareSourceId() |
Modifier and Type | Method and 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> |
ManagedInstanceGroupAvailablePackageSummary.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.
|
List<SoftwareSourceDetails> |
PackageSummary.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> |
ManagedInstanceGroup.getSoftwareSources()
The list of software sources that the managed instance group will use.
|
List<SoftwareSourceDetails> |
SoftwarePackage.getSoftwareSources()
List of software sources that provide the software package.
|
Modifier and Type | Method and Description |
---|---|
SoftwareSourceDetails.Builder |
SoftwareSourceDetails.Builder.copy(SoftwareSourceDetails model) |
LifecycleStage.Builder |
LifecycleStage.Builder.softwareSourceId(SoftwareSourceDetails softwareSourceId) |
LifecycleStageSummary.Builder |
LifecycleStageSummary.Builder.softwareSourceId(SoftwareSourceDetails softwareSourceId) |
Modifier and Type | Method and Description |
---|---|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.softwareSourceIds(List<SoftwareSourceDetails> softwareSourceIds)
The list of software source
OCIDs that
the managed instance group will use.
|
ManagedInstance.Builder |
ManagedInstance.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources currently attached to the managed instance.
|
ManagedInstanceGroupAvailablePackageSummary.Builder |
ManagedInstanceGroupAvailablePackageSummary.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources)
List of software sources that provide the software package.
|
UpdatablePackageSummary.Builder |
UpdatablePackageSummary.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources) |
InstalledPackageSummary.Builder |
InstalledPackageSummary.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources) |
SoftwareSourceProfile.Builder |
SoftwareSourceProfile.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the registration profile will use.
|
AvailablePackageSummary.Builder |
AvailablePackageSummary.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources) |
SoftwarePackageSummary.Builder |
SoftwarePackageSummary.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources)
List of software sources that provide the software package.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources)
The list of software sources that the managed instance group will use.
|
SoftwarePackage.Builder |
SoftwarePackage.Builder.softwareSources(List<SoftwareSourceDetails> softwareSources)
List of software sources that provide the software package.
|
Constructor and 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 and 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,
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)
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.
|
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.
|
SoftwarePackage(String displayName,
String name,
String type,
String version,
SoftwarePackageArchitecture architecture,
String lastModifiedDate,
String checksum,
String checksumType,
String description,
Long sizeInBytes,
List<SoftwarePackageDependency> dependencies,
List<SoftwarePackageFile> files,
List<SoftwareSourceDetails> softwareSources,
Boolean isLatest,
List<OsFamily> osFamilies)
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,
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.
|
Copyright © 2016–2024. All rights reserved.