public static class OcicSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OcicSourceDetails |
build() |
OcicSourceDetails.Builder |
computeAccount(String computeAccount)
If you are using an Oracle Cloud Infrastructure - Classic account with Identity Cloud
Service (IDCS), enter the service instance ID.
|
OcicSourceDetails.Builder |
copy(OcicSourceDetails model) |
OcicSourceDetails.Builder |
region(String region)
The Oracle Cloud Infrastructure - Classic region from which you want to migrate your
applications.
|
public OcicSourceDetails.Builder region(String region)
The Oracle Cloud Infrastructure - Classic region from which you want to migrate your applications. For example, uscom-east-1 or uscom-central-1.
region
- the value to setpublic OcicSourceDetails.Builder computeAccount(String computeAccount)
If you are using an Oracle Cloud Infrastructure - Classic account with Identity Cloud Service (IDCS), enter the service instance ID. For example, if Compute-567890123 is the account name of your Oracle Cloud Infrastructure Classic Compute service entitlement, then enter 567890123.
If you are using a traditional Oracle Cloud Infrastructure - Classic account, enter your identity domain ID.
computeAccount
- the value to setpublic OcicSourceDetails build()
public OcicSourceDetails.Builder copy(OcicSourceDetails model)
Copyright © 2016–2023. All rights reserved.