SoftwareSource.Builder |
SoftwareSource.Builder.archType(ArchTypes archType) |
The architecture type supported by the Software Source
|
SoftwareSource.Builder |
SoftwareSource.Builder.associatedManagedInstances(List<Id> associatedManagedInstances) |
list of the Managed Instances associated with this Software Sources
|
static SoftwareSource.Builder |
SoftwareSource.builder() |
Create a new builder.
|
SoftwareSource.Builder |
SoftwareSource.Builder.checksumType(ChecksumTypes checksumType) |
The yum repository checksum type used by this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.compartmentId(String compartmentId) |
OCID for the Compartment
|
SoftwareSource.Builder |
SoftwareSource.Builder.copy(SoftwareSource model) |
|
SoftwareSource.Builder |
SoftwareSource.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
SoftwareSource.Builder |
SoftwareSource.Builder.description(String description) |
Information specified by the user about the software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.displayName(String displayName) |
User friendly name for the software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
SoftwareSource.Builder |
SoftwareSource.Builder.gpgKeyFingerprint(String gpgKeyFingerprint) |
Fingerprint of the GPG key for this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.gpgKeyId(String gpgKeyId) |
ID of the GPG key for this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.gpgKeyUrl(String gpgKeyUrl) |
URL of the GPG key for this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.id(String id) |
OCID for the Software Source
|
SoftwareSource.Builder |
SoftwareSource.Builder.lifecycleState(LifecycleStates lifecycleState) |
The current state of the Software Source.
|
SoftwareSource.Builder |
SoftwareSource.Builder.maintainerEmail(String maintainerEmail) |
Email address of the person maintaining this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.maintainerName(String maintainerName) |
Name of the person maintaining this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.maintainerPhone(String maintainerPhone) |
Phone number of the person maintaining this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.packages(Integer packages) |
Number of packages
|
SoftwareSource.Builder |
SoftwareSource.Builder.parentId(String parentId) |
OCID for the parent software source, if there is one
|
SoftwareSource.Builder |
SoftwareSource.Builder.parentName(String parentName) |
Display name the parent software source, if there is one
|
SoftwareSource.Builder |
SoftwareSource.Builder.repoType(String repoType) |
Type of the Software Source
|
SoftwareSource.Builder |
SoftwareSource.Builder.status(SoftwareSource.Status status) |
status of the software source.
|
SoftwareSource.Builder |
SoftwareSource.toBuilder() |
|
SoftwareSource.Builder |
SoftwareSource.Builder.url(String url) |
URL for the repostiory
|