ComputeGlobalImageCapabilitySchemaVersionSummary¶
-
class
oci.core.models.
ComputeGlobalImageCapabilitySchemaVersionSummary
(**kwargs)¶ Bases:
object
Summary information for a compute global image capability schema
Methods
__init__
(**kwargs)Initializes a new ComputeGlobalImageCapabilitySchemaVersionSummary object with values from keyword arguments. Attributes
compute_global_image_capability_schema_id
[Required] Gets the compute_global_image_capability_schema_id of this ComputeGlobalImageCapabilitySchemaVersionSummary. display_name
Gets the display_name of this ComputeGlobalImageCapabilitySchemaVersionSummary. name
[Required] Gets the name of this ComputeGlobalImageCapabilitySchemaVersionSummary. time_created
[Required] Gets the time_created of this ComputeGlobalImageCapabilitySchemaVersionSummary. -
__init__
(**kwargs)¶ Initializes a new ComputeGlobalImageCapabilitySchemaVersionSummary 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 ComputeGlobalImageCapabilitySchemaVersionSummary.
- compute_global_image_capability_schema_id (str) – The value to assign to the compute_global_image_capability_schema_id property of this ComputeGlobalImageCapabilitySchemaVersionSummary.
- display_name (str) – The value to assign to the display_name property of this ComputeGlobalImageCapabilitySchemaVersionSummary.
- time_created (datetime) – The value to assign to the time_created property of this ComputeGlobalImageCapabilitySchemaVersionSummary.
-
compute_global_image_capability_schema_id
¶ [Required] Gets the compute_global_image_capability_schema_id of this ComputeGlobalImageCapabilitySchemaVersionSummary. The OCID of the compute global image capability schema
Returns: The compute_global_image_capability_schema_id of this ComputeGlobalImageCapabilitySchemaVersionSummary. Return type: str
-
display_name
¶ Gets the display_name of this ComputeGlobalImageCapabilitySchemaVersionSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ComputeGlobalImageCapabilitySchemaVersionSummary. Return type: str
-
name
¶ [Required] Gets the name of this ComputeGlobalImageCapabilitySchemaVersionSummary. The compute global image capability schema version name
Returns: The name of this ComputeGlobalImageCapabilitySchemaVersionSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ComputeGlobalImageCapabilitySchemaVersionSummary. 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 ComputeGlobalImageCapabilitySchemaVersionSummary. Return type: datetime
-