CreateGiHomeDetails

class oci.database.models.CreateGiHomeDetails(**kwargs)

Bases: object

Details for creating a Grid Infrastructure Home. Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Methods

__init__(**kwargs) Initializes a new CreateGiHomeDetails object with values from keyword arguments.

Attributes

db_system_id [Required] Gets the db_system_id of this CreateGiHomeDetails.
defined_tags Gets the defined_tags of this CreateGiHomeDetails.
display_name Gets the display_name of this CreateGiHomeDetails.
freeform_tags Gets the freeform_tags of this CreateGiHomeDetails.
gi_image_id [Required] Gets the gi_image_id of this CreateGiHomeDetails.
__init__(**kwargs)

Initializes a new CreateGiHomeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateGiHomeDetails.
  • gi_image_id (str) – The value to assign to the gi_image_id property of this CreateGiHomeDetails.
  • db_system_id (str) – The value to assign to the db_system_id property of this CreateGiHomeDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateGiHomeDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateGiHomeDetails.
db_system_id

[Required] Gets the db_system_id of this CreateGiHomeDetails. The OCID of the DB system.

Returns:The db_system_id of this CreateGiHomeDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateGiHomeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this CreateGiHomeDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateGiHomeDetails. The user-provided name for the Grid Infrastructure Home. The name does not need to be unique and gets dynamically generated if null.

Returns:The display_name of this CreateGiHomeDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateGiHomeDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateGiHomeDetails.
Return type:dict(str, str)
gi_image_id

[Required] Gets the gi_image_id of this CreateGiHomeDetails. The grid infrastructure home image OCID

Returns:The gi_image_id of this CreateGiHomeDetails.
Return type:str