Uses of Class
com.oracle.bmc.cloudmigrations.model.AssetSourceCredentials
-
Packages that use AssetSourceCredentials Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of AssetSourceCredentials in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return AssetSourceCredentials Modifier and Type Method Description AssetSourceCredentials
AssetSourceCredentials.Builder. build()
AssetSourceCredentials
CreateVmWareAssetSourceDetails. getDiscoveryCredentials()
AssetSourceCredentials
UpdateVmWareAssetSourceDetails. getDiscoveryCredentials()
AssetSourceCredentials
VmWareAssetSource. getDiscoveryCredentials()
AssetSourceCredentials
CreateVmWareAssetSourceDetails. getReplicationCredentials()
AssetSourceCredentials
UpdateVmWareAssetSourceDetails. getReplicationCredentials()
AssetSourceCredentials
VmWareAssetSource. getReplicationCredentials()
Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type AssetSourceCredentials Constructor Description CreateVmWareAssetSourceDetails(String displayName, String compartmentId, String environmentId, String inventoryId, String assetsCompartmentId, String discoveryScheduleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String vcenterEndpoint, AssetSourceCredentials discoveryCredentials, AssetSourceCredentials replicationCredentials, Boolean areHistoricalMetricsCollected, Boolean areRealtimeMetricsCollected)
Deprecated.UpdateVmWareAssetSourceDetails(String displayName, String assetsCompartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String vcenterEndpoint, AssetSourceCredentials discoveryCredentials, AssetSourceCredentials replicationCredentials, Boolean areHistoricalMetricsCollected, Boolean areRealtimeMetricsCollected, String discoveryScheduleId)
Deprecated.VmWareAssetSource(String id, String compartmentId, String displayName, String environmentId, String inventoryId, String assetsCompartmentId, String discoveryScheduleId, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String vcenterEndpoint, AssetSourceCredentials discoveryCredentials, AssetSourceCredentials replicationCredentials, Boolean areHistoricalMetricsCollected, Boolean areRealtimeMetricsCollected)
Deprecated.
-