EnumIntegerImageCapabilityDescriptor¶
- 
class oci.core.models.EnumIntegerImageCapabilityDescriptor(**kwargs)¶
- Bases: - oci.core.models.image_capability_schema_descriptor.ImageCapabilitySchemaDescriptor- Enum Integer type CapabilityDescriptor - Attributes - SOURCE_GLOBAL- str(object=’’) -> str - SOURCE_IMAGE- str(object=’’) -> str - default_value- Gets the default_value of this EnumIntegerImageCapabilityDescriptor. - descriptor_type- [Required] Gets the descriptor_type of this ImageCapabilitySchemaDescriptor. - source- [Required] Gets the source of this ImageCapabilitySchemaDescriptor. - values- [Required] Gets the values of this EnumIntegerImageCapabilityDescriptor. - Methods - __init__(**kwargs)- Initializes a new EnumIntegerImageCapabilityDescriptor 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 EnumIntegerImageCapabilityDescriptor object with values from keyword arguments. The default value of the - descriptor_typeattribute of this class is- enumintegerand 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 EnumIntegerImageCapabilityDescriptor.
- source (str) – The value to assign to the source property of this EnumIntegerImageCapabilityDescriptor. Allowed values for this property are: “GLOBAL”, “IMAGE”
- values (list[int]) – The value to assign to the values property of this EnumIntegerImageCapabilityDescriptor.
- default_value (int) – The value to assign to the default_value property of this EnumIntegerImageCapabilityDescriptor.
 
 - 
default_value¶
- Gets the default_value of this EnumIntegerImageCapabilityDescriptor. the default value - Returns: - The default_value of this EnumIntegerImageCapabilityDescriptor. - Return type: - int 
 - 
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 
 - 
values¶
- [Required] Gets the values of this EnumIntegerImageCapabilityDescriptor. the list of values for the enum - Returns: - The values of this EnumIntegerImageCapabilityDescriptor. - Return type: - list[int] 
 
-