Uses of Class
com.oracle.bmc.core.model.ImageCapabilitySchemaDescriptor
-
Packages that use ImageCapabilitySchemaDescriptor Package Description com.oracle.bmc.core.model -
-
Uses of ImageCapabilitySchemaDescriptor in com.oracle.bmc.core.model
Subclasses of ImageCapabilitySchemaDescriptor in com.oracle.bmc.core.model Modifier and Type Class Description class
BooleanImageCapabilitySchemaDescriptor
Boolean type ImageCapabilitySchemaDescriptor
Note: Objects should always be created or deserialized using theBooleanImageCapabilitySchemaDescriptor.Builder
.class
EnumIntegerImageCapabilityDescriptor
Enum Integer type CapabilityDescriptor
Note: Objects should always be created or deserialized using theEnumIntegerImageCapabilityDescriptor.Builder
.class
EnumStringImageCapabilitySchemaDescriptor
Enum String type of ImageCapabilitySchemaDescriptor
Note: Objects should always be created or deserialized using theEnumStringImageCapabilitySchemaDescriptor.Builder
.Methods in com.oracle.bmc.core.model that return types with arguments of type ImageCapabilitySchemaDescriptor Modifier and Type Method Description Map<String,ImageCapabilitySchemaDescriptor>
ComputeGlobalImageCapabilitySchemaVersion. getSchemaData()
The map of each capability name to its ImageCapabilityDescriptor.Map<String,ImageCapabilitySchemaDescriptor>
ComputeImageCapabilitySchema. getSchemaData()
The map of each capability name to its ImageCapabilityDescriptor.Map<String,ImageCapabilitySchemaDescriptor>
ComputeImageCapabilitySchemaSummary. getSchemaData()
A mapping of each capability name to its ImageCapabilityDescriptor.Map<String,ImageCapabilitySchemaDescriptor>
CreateComputeImageCapabilitySchemaDetails. getSchemaData()
The map of each capability name to its ImageCapabilitySchemaDescriptor.Map<String,ImageCapabilitySchemaDescriptor>
UpdateComputeImageCapabilitySchemaDetails. getSchemaData()
The map of each capability name to its ImageCapabilitySchemaDescriptor.Method parameters in com.oracle.bmc.core.model with type arguments of type ImageCapabilitySchemaDescriptor Modifier and Type Method Description ComputeGlobalImageCapabilitySchemaVersion.Builder
ComputeGlobalImageCapabilitySchemaVersion.Builder. schemaData(Map<String,ImageCapabilitySchemaDescriptor> schemaData)
The map of each capability name to its ImageCapabilityDescriptor.ComputeImageCapabilitySchema.Builder
ComputeImageCapabilitySchema.Builder. schemaData(Map<String,ImageCapabilitySchemaDescriptor> schemaData)
The map of each capability name to its ImageCapabilityDescriptor.ComputeImageCapabilitySchemaSummary.Builder
ComputeImageCapabilitySchemaSummary.Builder. schemaData(Map<String,ImageCapabilitySchemaDescriptor> schemaData)
A mapping of each capability name to its ImageCapabilityDescriptor.CreateComputeImageCapabilitySchemaDetails.Builder
CreateComputeImageCapabilitySchemaDetails.Builder. schemaData(Map<String,ImageCapabilitySchemaDescriptor> schemaData)
The map of each capability name to its ImageCapabilitySchemaDescriptor.UpdateComputeImageCapabilitySchemaDetails.Builder
UpdateComputeImageCapabilitySchemaDetails.Builder. schemaData(Map<String,ImageCapabilitySchemaDescriptor> schemaData)
The map of each capability name to its ImageCapabilitySchemaDescriptor.Constructor parameters in com.oracle.bmc.core.model with type arguments of type ImageCapabilitySchemaDescriptor Constructor Description ComputeGlobalImageCapabilitySchemaVersion(String name, String computeGlobalImageCapabilitySchemaId, String displayName, Map<String,ImageCapabilitySchemaDescriptor> schemaData, Date timeCreated)
Deprecated.ComputeImageCapabilitySchemaSummary(String id, String compartmentId, String computeGlobalImageCapabilitySchemaVersionName, String imageId, String displayName, Map<String,ImageCapabilitySchemaDescriptor> schemaData, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-