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