Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
Id |
Id.Builder.build() |
Id |
ManagedInstance.getLifecycleEnvironment() |
Id |
ManagedInstanceSummary.getLifecycleEnvironment() |
Id |
ManagedInstance.getLifecycleStage() |
Id |
ManagedInstanceSummary.getLifecycleStage() |
Id |
ManagedInstance.getManagedInstanceGroup() |
Id |
ManagedInstanceSummary.getManagedInstanceGroup() |
Modifier and Type | Method and Description |
---|---|
List<Id> |
VersionedCustomSoftwareSource.getVendorSoftwareSources()
List of vendor software sources that are used for the basis of the versioned custom software
source.
|
List<Id> |
CreateCustomSoftwareSourceDetails.getVendorSoftwareSources()
List of vendor software sources.
|
List<Id> |
UpdateCustomSoftwareSourceDetails.getVendorSoftwareSources()
List of vendor software sources that are used for the basis of the custom software source.
|
List<Id> |
CreateVersionedCustomSoftwareSourceDetails.getVendorSoftwareSources()
List of vendor software sources.
|
List<Id> |
CustomSoftwareSourceSummary.getVendorSoftwareSources()
List of vendor software sources that are used for the basis of the custom software source..
|
List<Id> |
VersionedCustomSoftwareSourceSummary.getVendorSoftwareSources()
List of vendor software sources that are used for the basis of the versioned custom software
source.
|
List<Id> |
CustomSoftwareSource.getVendorSoftwareSources()
List of vendor software sources that are used for the basis of the custom software source.
|
Modifier and Type | Method and Description |
---|---|
Id.Builder |
Id.Builder.copy(Id model) |
ManagedInstance.Builder |
ManagedInstance.Builder.lifecycleEnvironment(Id lifecycleEnvironment) |
ManagedInstanceSummary.Builder |
ManagedInstanceSummary.Builder.lifecycleEnvironment(Id lifecycleEnvironment) |
ManagedInstance.Builder |
ManagedInstance.Builder.lifecycleStage(Id lifecycleStage) |
ManagedInstanceSummary.Builder |
ManagedInstanceSummary.Builder.lifecycleStage(Id lifecycleStage) |
ManagedInstance.Builder |
ManagedInstance.Builder.managedInstanceGroup(Id managedInstanceGroup) |
ManagedInstanceSummary.Builder |
ManagedInstanceSummary.Builder.managedInstanceGroup(Id managedInstanceGroup) |
Modifier and Type | Method and Description |
---|---|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the versioned custom
software source.
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources.
|
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software
source.
|
CreateVersionedCustomSoftwareSourceDetails.Builder |
CreateVersionedCustomSoftwareSourceDetails.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources.
|
CustomSoftwareSourceSummary.Builder |
CustomSoftwareSourceSummary.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software
source..
|
VersionedCustomSoftwareSourceSummary.Builder |
VersionedCustomSoftwareSourceSummary.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the versioned custom
software source.
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software
source.
|
Constructor and Description |
---|
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.
|
ManagedInstanceSummary(String id,
String displayName,
String description,
String tenancyId,
String compartmentId,
ManagedInstanceLocation location,
ArchType architecture,
OsFamily osFamily,
ManagedInstanceStatus status,
Id managedInstanceGroup,
Id lifecycleEnvironment,
Id lifecycleStage,
Boolean isRebootRequired,
Integer updatesAvailable,
Boolean isManagementStation,
String notificationTopicId,
AutonomousSettings autonomousSettings,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
Constructor and Description |
---|
CreateCustomSoftwareSourceDetails(String compartmentId,
String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Id> vendorSoftwareSources,
CustomSoftwareSourceFilter customSoftwareSourceFilter,
Boolean isAutomaticallyUpdated,
Boolean isAutoResolveDependencies,
Boolean isCreatedFromPackageList,
Boolean isLatestContentOnly,
List<String> packages)
Deprecated.
|
CreateVersionedCustomSoftwareSourceDetails(String compartmentId,
String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Id> vendorSoftwareSources,
CustomSoftwareSourceFilter customSoftwareSourceFilter,
String softwareSourceVersion,
Boolean isAutoResolveDependencies,
Boolean isCreatedFromPackageList,
Boolean isLatestContentOnly,
List<String> packages)
Deprecated.
|
CustomSoftwareSource(String id,
String compartmentId,
String displayName,
Date timeCreated,
String description,
Availability availability,
Availability availabilityAtOci,
String repoId,
OsFamily osFamily,
ArchType archType,
SoftwareSource.LifecycleState lifecycleState,
Long packageCount,
String url,
ChecksumType checksumType,
String gpgKeyUrl,
String gpgKeyId,
String gpgKeyFingerprint,
Double size,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<Id> vendorSoftwareSources,
CustomSoftwareSourceFilter customSoftwareSourceFilter,
Boolean isAutomaticallyUpdated,
Boolean isAutoResolveDependencies,
Boolean isCreatedFromPackageList,
Boolean isLatestContentOnly,
List<String> packages)
Deprecated.
|
CustomSoftwareSourceSummary(String id,
String compartmentId,
String displayName,
String repoId,
String url,
Date timeCreated,
Date timeUpdated,
String description,
Availability availability,
Availability availabilityAtOci,
OsFamily osFamily,
ArchType archType,
Long packageCount,
SoftwareSource.LifecycleState lifecycleState,
Double size,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<Id> vendorSoftwareSources)
Deprecated.
|
UpdateCustomSoftwareSourceDetails(String compartmentId,
String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Id> vendorSoftwareSources,
CustomSoftwareSourceFilter customSoftwareSourceFilter,
Boolean isAutomaticallyUpdated,
Boolean isAutoResolveDependencies,
Boolean isLatestContentOnly)
Deprecated.
|
VersionedCustomSoftwareSource(String id,
String compartmentId,
String displayName,
Date timeCreated,
String description,
Availability availability,
Availability availabilityAtOci,
String repoId,
OsFamily osFamily,
ArchType archType,
SoftwareSource.LifecycleState lifecycleState,
Long packageCount,
String url,
ChecksumType checksumType,
String gpgKeyUrl,
String gpgKeyId,
String gpgKeyFingerprint,
Double size,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<Id> vendorSoftwareSources,
CustomSoftwareSourceFilter customSoftwareSourceFilter,
String softwareSourceVersion,
Boolean isAutoResolveDependencies,
Boolean isCreatedFromPackageList,
Boolean isLatestContentOnly,
List<String> packages)
Deprecated.
|
VersionedCustomSoftwareSourceSummary(String id,
String compartmentId,
String displayName,
String repoId,
String url,
Date timeCreated,
Date timeUpdated,
String description,
Availability availability,
Availability availabilityAtOci,
OsFamily osFamily,
ArchType archType,
Long packageCount,
SoftwareSource.LifecycleState lifecycleState,
Double size,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<Id> vendorSoftwareSources,
String softwareSourceVersion)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.