CreateDiagnosisStoreDetails¶
-
class
oci.cluster_health.models.CreateDiagnosisStoreDetails(**kwargs)¶ Bases:
objectThe data to create a Diagnosis.
Methods
__init__(**kwargs)Initializes a new CreateDiagnosisStoreDetails object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this CreateDiagnosisStoreDetails. defined_tagsGets the defined_tags of this CreateDiagnosisStoreDetails. display_nameGets the display_name of this CreateDiagnosisStoreDetails. freeform_tagsGets the freeform_tags of this CreateDiagnosisStoreDetails. object_store_bucketGets the object_store_bucket of this CreateDiagnosisStoreDetails. object_store_namespaceGets the object_store_namespace of this CreateDiagnosisStoreDetails. -
__init__(**kwargs)¶ Initializes a new CreateDiagnosisStoreDetails 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 CreateDiagnosisStoreDetails.
- object_store_namespace (str) – The value to assign to the object_store_namespace property of this CreateDiagnosisStoreDetails.
- object_store_bucket (str) – The value to assign to the object_store_bucket property of this CreateDiagnosisStoreDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateDiagnosisStoreDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDiagnosisStoreDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDiagnosisStoreDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this CreateDiagnosisStoreDetails. The OCID of the compartment to create the Diagnosis in.
Returns: The compartment_id of this CreateDiagnosisStoreDetails. Return type: str
Gets the defined_tags of this CreateDiagnosisStoreDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateDiagnosisStoreDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this CreateDiagnosisStoreDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateDiagnosisStoreDetails. Return type: str
Gets the freeform_tags of this CreateDiagnosisStoreDetails. 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 CreateDiagnosisStoreDetails. Return type: dict(str, str)
-
object_store_bucket¶ Gets the object_store_bucket of this CreateDiagnosisStoreDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The object_store_bucket of this CreateDiagnosisStoreDetails. Return type: str
-
object_store_namespace¶ Gets the object_store_namespace of this CreateDiagnosisStoreDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The object_store_namespace of this CreateDiagnosisStoreDetails. Return type: str
-