UpdateEmWarehouseDetails¶
-
class
oci.em_warehouse.models.
UpdateEmWarehouseDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateEmWarehouseDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this UpdateEmWarehouseDetails. defined_tags
Gets the defined_tags of this UpdateEmWarehouseDetails. em_bridge_id
Gets the em_bridge_id of this UpdateEmWarehouseDetails. freeform_tags
Gets the freeform_tags of this UpdateEmWarehouseDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateEmWarehouseDetails 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 UpdateEmWarehouseDetails.
- em_bridge_id (str) – The value to assign to the em_bridge_id property of this UpdateEmWarehouseDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateEmWarehouseDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateEmWarehouseDetails.
-
compartment_id
¶ Gets the compartment_id of this UpdateEmWarehouseDetails. Compartment Identifier
Returns: The compartment_id of this UpdateEmWarehouseDetails. Return type: str
Gets the defined_tags of this UpdateEmWarehouseDetails. 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 UpdateEmWarehouseDetails. Return type: dict(str, dict(str, object))
-
em_bridge_id
¶ Gets the em_bridge_id of this UpdateEmWarehouseDetails. EMBridge Identifier
Returns: The em_bridge_id of this UpdateEmWarehouseDetails. Return type: str
Gets the freeform_tags of this UpdateEmWarehouseDetails. 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 UpdateEmWarehouseDetails. Return type: dict(str, str)
-