Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.archType(ArchType archType) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.availability(Availability availability) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.availabilityAtOci(Availability availabilityAtOci) |
static VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.builder()
Create a new builder.
|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.checksumType(ChecksumType checksumType) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.compartmentId(String compartmentId) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.copy(VersionedCustomSoftwareSource model) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.description(String description) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.displayName(String displayName) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.freeformTags(Map<String,String> freeformTags) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.gpgKeyFingerprint(String gpgKeyFingerprint) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.gpgKeyId(String gpgKeyId) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.gpgKeyUrl(String gpgKeyUrl) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.id(String id) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.isAutoResolveDependencies(Boolean isAutoResolveDependencies)
Indicates whether the service should automatically resolve package dependencies when
including specific packages in the software source.
|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.isCreatedFromPackageList(Boolean isCreatedFromPackageList)
Indicates whether the service should create the software source from a list of packages
provided by the user.
|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.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).
|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.lifecycleState(SoftwareSource.LifecycleState lifecycleState) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.osFamily(OsFamily osFamily) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.packageCount(Long packageCount) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.packages(List<String> packages)
The packages in the software source.
|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.repoId(String repoId) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.size(Double size) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.softwareSourceVersion(String softwareSourceVersion)
The version to assign to this custom software source.
|
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.timeCreated(Date timeCreated) |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.toBuilder() |
VersionedCustomSoftwareSource.Builder |
VersionedCustomSoftwareSource.Builder.url(String url) |
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.
|
Copyright © 2016–2024. All rights reserved.