CreateResourceDetails¶
-
class
oci.cims.models.
CreateResourceDetails
(**kwargs)¶ Bases:
object
Details about the resource that the support ticket relates to.
Methods
__init__
(**kwargs)Initializes a new CreateResourceDetails object with values from keyword arguments. Attributes
item
Gets the item of this CreateResourceDetails. region
Gets the region of this CreateResourceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateResourceDetails 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.CreateItemDetails) – The value to assign to the item property of this CreateResourceDetails.
- region (str) – The value to assign to the region property of this CreateResourceDetails.
-
item
¶ Gets the item of this CreateResourceDetails.
Returns: The item of this CreateResourceDetails. Return type: oci.cims.models.CreateItemDetails
-
region
¶ Gets the region of this CreateResourceDetails. The list of available Oracle Cloud Infrastructure regions.
Returns: The region of this CreateResourceDetails. Return type: str
-