CreateEnterpriseManagerBridgeDetails¶
-
class
oci.opsi.models.
CreateEnterpriseManagerBridgeDetails
(**kwargs)¶ Bases:
object
The information about a Enterprise Manager bridge resource to be created
Methods
__init__
(**kwargs)Initializes a new CreateEnterpriseManagerBridgeDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateEnterpriseManagerBridgeDetails. defined_tags
Gets the defined_tags of this CreateEnterpriseManagerBridgeDetails. description
Gets the description of this CreateEnterpriseManagerBridgeDetails. display_name
[Required] Gets the display_name of this CreateEnterpriseManagerBridgeDetails. freeform_tags
Gets the freeform_tags of this CreateEnterpriseManagerBridgeDetails. object_storage_bucket_name
[Required] Gets the object_storage_bucket_name of this CreateEnterpriseManagerBridgeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateEnterpriseManagerBridgeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateEnterpriseManagerBridgeDetails.
- display_name (str) – The value to assign to the display_name property of this CreateEnterpriseManagerBridgeDetails.
- description (str) – The value to assign to the description property of this CreateEnterpriseManagerBridgeDetails.
- object_storage_bucket_name (str) – The value to assign to the object_storage_bucket_name property of this CreateEnterpriseManagerBridgeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateEnterpriseManagerBridgeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateEnterpriseManagerBridgeDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateEnterpriseManagerBridgeDetails. Compartment identifier of the Enterprise Manager bridge
Returns: The compartment_id of this CreateEnterpriseManagerBridgeDetails. Return type: str
Gets the defined_tags of this CreateEnterpriseManagerBridgeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateEnterpriseManagerBridgeDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateEnterpriseManagerBridgeDetails. Description of Enterprise Manager Bridge
Returns: The description of this CreateEnterpriseManagerBridgeDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateEnterpriseManagerBridgeDetails. User-friedly name of Enterprise Manager Bridge that does not have to be unique.
Returns: The display_name of this CreateEnterpriseManagerBridgeDetails. Return type: str
Gets the freeform_tags of this CreateEnterpriseManagerBridgeDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateEnterpriseManagerBridgeDetails. Return type: dict(str, str)
-
object_storage_bucket_name
¶ [Required] Gets the object_storage_bucket_name of this CreateEnterpriseManagerBridgeDetails. Object Storage Bucket Name
Returns: The object_storage_bucket_name of this CreateEnterpriseManagerBridgeDetails. Return type: str
-