public static class InfrastructureTargetVersionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InfrastructureTargetVersionSummary |
build() |
InfrastructureTargetVersionSummary.Builder |
copy(InfrastructureTargetVersionSummary model) |
InfrastructureTargetVersionSummary.Builder |
targetDbVersionHistoryEntry(List<String> targetDbVersionHistoryEntry)
The history entry of the target system software version for the database server patching
operation.
|
InfrastructureTargetVersionSummary.Builder |
targetResourceId(String targetResourceId)
The OCID of the target Exadata Infrastructure resource that will receive the maintenance
update.
|
InfrastructureTargetVersionSummary.Builder |
targetResourceType(InfrastructureTargetVersionSummary.TargetResourceType targetResourceType)
The resource type of the target Exadata infrastructure resource that will receive the
system software update.
|
InfrastructureTargetVersionSummary.Builder |
targetStorageVersionHistoryEntry(List<String> targetStorageVersionHistoryEntry)
The history entry of the target storage cell system software version for the storage cell
patching operation.
|
public InfrastructureTargetVersionSummary.Builder targetDbVersionHistoryEntry(List<String> targetDbVersionHistoryEntry)
The history entry of the target system software version for the database server patching operation.
targetDbVersionHistoryEntry
- the value to setpublic InfrastructureTargetVersionSummary.Builder targetStorageVersionHistoryEntry(List<String> targetStorageVersionHistoryEntry)
The history entry of the target storage cell system software version for the storage cell patching operation.
targetStorageVersionHistoryEntry
- the value to setpublic InfrastructureTargetVersionSummary.Builder targetResourceType(InfrastructureTargetVersionSummary.TargetResourceType targetResourceType)
The resource type of the target Exadata infrastructure resource that will receive the system software update.
targetResourceType
- the value to setpublic InfrastructureTargetVersionSummary.Builder targetResourceId(String targetResourceId)
The OCID of the target Exadata Infrastructure resource that will receive the maintenance update.
targetResourceId
- the value to setpublic InfrastructureTargetVersionSummary build()
public InfrastructureTargetVersionSummary.Builder copy(InfrastructureTargetVersionSummary model)
Copyright © 2016–2024. All rights reserved.