ComputeGlobalImageCapabilitySchemaVersion¶
-
class
oci.core.models.
ComputeGlobalImageCapabilitySchemaVersion
(**kwargs)¶ Bases:
object
Compute Global Image Capability Schema Version is a set of all possible capabilities for a collection of images.
Methods
__init__
(**kwargs)Initializes a new ComputeGlobalImageCapabilitySchemaVersion object with values from keyword arguments. Attributes
compute_global_image_capability_schema_id
[Required] Gets the compute_global_image_capability_schema_id of this ComputeGlobalImageCapabilitySchemaVersion. display_name
[Required] Gets the display_name of this ComputeGlobalImageCapabilitySchemaVersion. name
[Required] Gets the name of this ComputeGlobalImageCapabilitySchemaVersion. schema_data
[Required] Gets the schema_data of this ComputeGlobalImageCapabilitySchemaVersion. time_created
[Required] Gets the time_created of this ComputeGlobalImageCapabilitySchemaVersion. -
__init__
(**kwargs)¶ Initializes a new ComputeGlobalImageCapabilitySchemaVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ComputeGlobalImageCapabilitySchemaVersion.
- compute_global_image_capability_schema_id (str) – The value to assign to the compute_global_image_capability_schema_id property of this ComputeGlobalImageCapabilitySchemaVersion.
- display_name (str) – The value to assign to the display_name property of this ComputeGlobalImageCapabilitySchemaVersion.
- schema_data (dict(str, ImageCapabilitySchemaDescriptor)) – The value to assign to the schema_data property of this ComputeGlobalImageCapabilitySchemaVersion.
- time_created (datetime) – The value to assign to the time_created property of this ComputeGlobalImageCapabilitySchemaVersion.
-
compute_global_image_capability_schema_id
¶ [Required] Gets the compute_global_image_capability_schema_id of this ComputeGlobalImageCapabilitySchemaVersion. The ocid of the compute global image capability schema
Returns: The compute_global_image_capability_schema_id of this ComputeGlobalImageCapabilitySchemaVersion. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ComputeGlobalImageCapabilitySchemaVersion. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ComputeGlobalImageCapabilitySchemaVersion. Return type: str
-
name
¶ [Required] Gets the name of this ComputeGlobalImageCapabilitySchemaVersion. The name of the compute global image capability schema version
Returns: The name of this ComputeGlobalImageCapabilitySchemaVersion. Return type: str
-
schema_data
¶ [Required] Gets the schema_data of this ComputeGlobalImageCapabilitySchemaVersion. The map of each capability name to its ImageCapabilityDescriptor.
Returns: The schema_data of this ComputeGlobalImageCapabilitySchemaVersion. Return type: dict(str, ImageCapabilitySchemaDescriptor)
-
time_created
¶ [Required] Gets the time_created of this ComputeGlobalImageCapabilitySchemaVersion. The date and time the compute global image capability schema version was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this ComputeGlobalImageCapabilitySchemaVersion. Return type: datetime
-