Resource¶
-
class
oci.cims.models.
Resource
(**kwargs)¶ Bases:
object
Details about the ticket item object.
Methods
__init__
(**kwargs)Initializes a new Resource object with values from keyword arguments. Attributes
item
Gets the item of this Resource. region
Gets the region of this Resource. -
__init__
(**kwargs)¶ Initializes a new Resource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - item (oci.cims.models.Item) – The value to assign to the item property of this Resource.
- region (str) – The value to assign to the region property of this Resource.
-
item
¶ Gets the item of this Resource.
Returns: The item of this Resource. Return type: oci.cims.models.Item
-
region
¶ Gets the region of this Resource. The list of available Oracle Cloud Infrastructure regions.
Returns: The region of this Resource. Return type: str
-