ImportInventoryDetails¶
-
class
oci.cloud_bridge.models.
ImportInventoryDetails
(**kwargs)¶ Bases:
object
Details for importing assets from a file.
Attributes
RESOURCE_TYPE_ASSET
A constant which can be used with the resource_type property of a ImportInventoryDetails. compartment_id
[Required] Gets the compartment_id of this ImportInventoryDetails. defined_tags
Gets the defined_tags of this ImportInventoryDetails. freeform_tags
Gets the freeform_tags of this ImportInventoryDetails. resource_type
Gets the resource_type of this ImportInventoryDetails. Methods
__init__
(**kwargs)Initializes a new ImportInventoryDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
RESOURCE_TYPE_ASSET
= 'ASSET'¶ A constant which can be used with the resource_type property of a ImportInventoryDetails. This constant has a value of “ASSET”
-
__init__
(**kwargs)¶ Initializes a new ImportInventoryDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 ImportInventoryDetails.
- resource_type (str) – The value to assign to the resource_type property of this ImportInventoryDetails. Allowed values for this property are: “ASSET”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ImportInventoryDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ImportInventoryDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this ImportInventoryDetails. The OCID of the compartmentId that resources import.
Returns: The compartment_id of this ImportInventoryDetails. Return type: str
Gets the defined_tags of this ImportInventoryDetails. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this ImportInventoryDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this ImportInventoryDetails. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this ImportInventoryDetails. Return type: dict(str, str)
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
resource_type
¶ Gets the resource_type of this ImportInventoryDetails. Import inventory resource type.
Allowed values for this property are: “ASSET”
Returns: The resource_type of this ImportInventoryDetails. Return type: str
-