BooleanImageCapabilitySchemaDescriptor¶
- 
class oci.core.models.BooleanImageCapabilitySchemaDescriptor(**kwargs)¶
- Bases: - oci.core.models.image_capability_schema_descriptor.ImageCapabilitySchemaDescriptor- Boolean type ImageCapabilitySchemaDescriptor - Attributes - SOURCE_GLOBAL- str(object=’’) -> str - SOURCE_IMAGE- str(object=’’) -> str - default_value- Gets the default_value of this BooleanImageCapabilitySchemaDescriptor. - descriptor_type- [Required] Gets the descriptor_type of this ImageCapabilitySchemaDescriptor. - source- [Required] Gets the source of this ImageCapabilitySchemaDescriptor. - Methods - __init__(**kwargs)- Initializes a new BooleanImageCapabilitySchemaDescriptor object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
SOURCE_GLOBAL= 'GLOBAL'¶
 - 
SOURCE_IMAGE= 'IMAGE'¶
 - 
__init__(**kwargs)¶
- Initializes a new BooleanImageCapabilitySchemaDescriptor object with values from keyword arguments. The default value of the - descriptor_typeattribute of this class is- booleanand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - descriptor_type (str) – The value to assign to the descriptor_type property of this BooleanImageCapabilitySchemaDescriptor.
- source (str) – The value to assign to the source property of this BooleanImageCapabilitySchemaDescriptor. Allowed values for this property are: “GLOBAL”, “IMAGE”
- default_value (bool) – The value to assign to the default_value property of this BooleanImageCapabilitySchemaDescriptor.
 
 - 
default_value¶
- Gets the default_value of this BooleanImageCapabilitySchemaDescriptor. the default value - Returns: - The default_value of this BooleanImageCapabilitySchemaDescriptor. - Return type: - bool 
 - 
descriptor_type¶
- [Required] Gets the descriptor_type of this ImageCapabilitySchemaDescriptor. The image capability schema descriptor type for the capability - Returns: - The descriptor_type of this ImageCapabilitySchemaDescriptor. - Return type: - str 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
source¶
- [Required] Gets the source of this ImageCapabilitySchemaDescriptor. Allowed values for this property are: “GLOBAL”, “IMAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The source of this ImageCapabilitySchemaDescriptor. - Return type: - str 
 
-