Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
Modifier and Type | Method and Description |
---|---|
AssetSourceCredentials |
AssetSourceCredentials.Builder.build() |
AssetSourceCredentials |
UpdateVmWareAssetSourceDetails.getDiscoveryCredentials() |
AssetSourceCredentials |
VmWareAssetSource.getDiscoveryCredentials() |
AssetSourceCredentials |
CreateVmWareAssetSourceDetails.getDiscoveryCredentials() |
AssetSourceCredentials |
UpdateVmWareAssetSourceDetails.getReplicationCredentials() |
AssetSourceCredentials |
VmWareAssetSource.getReplicationCredentials() |
AssetSourceCredentials |
CreateVmWareAssetSourceDetails.getReplicationCredentials() |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.