Package | Description |
---|---|
com.oracle.bmc.applicationmigration.model |
Modifier and Type | Class and Description |
---|---|
class |
ImportSourceDetails
/ Basic details about the source, import manifest and object storage bucket as well as object
name of the archive that should be used during import
Note: Objects should always be created or deserialized using the ImportSourceDetails.Builder . |
class |
InternalSourceDetails
Details about the Oracle Cloud Infrastructure - Classic account, the source environment from
which you want to migrate the application.
|
class |
OccSourceDetails
Details about the Oracle Cloud@Customer account, the source environment from which you want to
migrate the application.
|
class |
OcicSourceDetails
Details about the Oracle Cloud Infrastructure Classic account, the source environment from which
you want to migrate the application.
|
Modifier and Type | Method and Description |
---|---|
SourceDetails |
UpdateSourceDetails.getSourceDetails() |
SourceDetails |
Source.getSourceDetails() |
SourceDetails |
CreateSourceDetails.getSourceDetails() |
Modifier and Type | Method and Description |
---|---|
UpdateSourceDetails.Builder |
UpdateSourceDetails.Builder.sourceDetails(SourceDetails sourceDetails) |
Source.Builder |
Source.Builder.sourceDetails(SourceDetails sourceDetails) |
CreateSourceDetails.Builder |
CreateSourceDetails.Builder.sourceDetails(SourceDetails sourceDetails) |
Constructor and Description |
---|
CreateSourceDetails(String compartmentId,
String displayName,
String description,
SourceDetails sourceDetails,
AuthorizationDetails authorizationDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Source(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
SourceLifecycleStates lifecycleState,
String lifecycleDetails,
SourceDetails sourceDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateSourceDetails(String displayName,
String description,
SourceDetails sourceDetails,
AuthorizationDetails authorizationDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.