Uses of Class
com.oracle.bmc.cloudbridge.model.AssetSourceType
-
Packages that use AssetSourceType Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of AssetSourceType in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AssetSourceType Modifier and Type Method Description static AssetSourceTypeAssetSourceType. create(String key)AssetSourceTypeSupportedCloudRegionSummary. getAssetSourceType()The asset source type associated with the supported cloud region.static AssetSourceTypeAssetSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetSourceType[]AssetSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.model with parameters of type AssetSourceType Modifier and Type Method Description SupportedCloudRegionSummary.BuilderSupportedCloudRegionSummary.Builder. assetSourceType(AssetSourceType assetSourceType)The asset source type associated with the supported cloud region.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type AssetSourceType Constructor Description SupportedCloudRegionSummary(AssetSourceType assetSourceType, String name, SupportedCloudRegionLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of AssetSourceType in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return AssetSourceType Modifier and Type Method Description AssetSourceTypeListSupportedCloudRegionsRequest. getAssetSourceType()The asset source type.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type AssetSourceType Modifier and Type Method Description ListSupportedCloudRegionsRequest.BuilderListSupportedCloudRegionsRequest.Builder. assetSourceType(AssetSourceType assetSourceType)The asset source type.
-