Uses of Class
com.oracle.bmc.core.model.InstanceAgentFeatures
-
Packages that use InstanceAgentFeatures Package Description com.oracle.bmc.core.model -
-
Uses of InstanceAgentFeatures in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstanceAgentFeatures Modifier and Type Method Description InstanceAgentFeatures
InstanceAgentFeatures.Builder. build()
InstanceAgentFeatures
Image. getAgentFeatures()
Methods in com.oracle.bmc.core.model with parameters of type InstanceAgentFeatures Modifier and Type Method Description Image.Builder
Image.Builder. agentFeatures(InstanceAgentFeatures agentFeatures)
InstanceAgentFeatures.Builder
InstanceAgentFeatures.Builder. copy(InstanceAgentFeatures model)
Constructors in com.oracle.bmc.core.model with parameters of type InstanceAgentFeatures Constructor Description Image(String baseImageId, String compartmentId, Boolean createImageAllowed, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Image.LaunchMode launchMode, LaunchOptions launchOptions, Image.LifecycleState lifecycleState, String operatingSystem, String operatingSystemVersion, InstanceAgentFeatures agentFeatures, Image.ListingType listingType, Long sizeInMBs, Long billableSizeInGBs, Date timeCreated)
Deprecated.
-