Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.archType(ArchType archType) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.availability(Availability availability) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.availabilityAtOci(Availability availabilityAtOci) |
static CustomSoftwareSource.Builder |
CustomSoftwareSource.builder()
Create a new builder.
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.checksumType(ChecksumType checksumType) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.compartmentId(String compartmentId) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.copy(CustomSoftwareSource model) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.description(String description) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.displayName(String displayName) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.freeformTags(Map<String,String> freeformTags) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.gpgKeyFingerprint(String gpgKeyFingerprint) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.gpgKeyId(String gpgKeyId) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.gpgKeyUrl(String gpgKeyUrl) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.id(String id) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.isAutomaticallyUpdated(Boolean isAutomaticallyUpdated)
Indicates whether the service should automatically update the custom software source to
use the latest package versions available.
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.isAutoResolveDependencies(Boolean isAutoResolveDependencies)
Indicates whether the service should automatically resolve package dependencies when
including specific packages in the software source.
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.isCreatedFromPackageList(Boolean isCreatedFromPackageList)
Indicates whether the service should create the software source from a list of packages
provided by the user.
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.isLatestContentOnly(Boolean isLatestContentOnly)
Indicates whether the software source will include only the latest versions of content
from vendor software sources, while accounting for other constraints set in the custom or
versioned custom software source (such as a package list or filters).
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.lifecycleState(SoftwareSource.LifecycleState lifecycleState) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.osFamily(OsFamily osFamily) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.packageCount(Long packageCount) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.packages(List<String> packages)
The packages in the software source.
|
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.repoId(String repoId) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.size(Double size) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.timeCreated(Date timeCreated) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.toBuilder() |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.url(String url) |
CustomSoftwareSource.Builder |
CustomSoftwareSource.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software
source.
|
Copyright © 2016–2024. All rights reserved.