UpdateResourceGroupDetails¶
-
class
oci.analytics.models.UpdateResourceGroupDetails(**kwargs)¶ Bases:
objectInput payload to update a resource group.
Methods
__init__(**kwargs)Initializes a new UpdateResourceGroupDetails object with values from keyword arguments. Attributes
capacity[Required] Gets the capacity of this UpdateResourceGroupDetails. descriptionGets the description of this UpdateResourceGroupDetails. display_nameGets the display_name of this UpdateResourceGroupDetails. resource_name[Required] Gets the resource_name of this UpdateResourceGroupDetails. -
__init__(**kwargs)¶ Initializes a new UpdateResourceGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_name (str) – The value to assign to the resource_name property of this UpdateResourceGroupDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateResourceGroupDetails.
- description (str) – The value to assign to the description property of this UpdateResourceGroupDetails.
- capacity (int) – The value to assign to the capacity property of this UpdateResourceGroupDetails.
-
capacity¶ [Required] Gets the capacity of this UpdateResourceGroupDetails. The capacity (in OCPU’s) to be allocated for this resource.
Returns: The capacity of this UpdateResourceGroupDetails. Return type: int
-
description¶ Gets the description of this UpdateResourceGroupDetails. Optional description of the resource group
Returns: The description of this UpdateResourceGroupDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateResourceGroupDetails. Meaningful name of resource group for end user
Returns: The display_name of this UpdateResourceGroupDetails. Return type: str
-
resource_name¶ [Required] Gets the resource_name of this UpdateResourceGroupDetails. Meaningful name of resource group for end user
Returns: The resource_name of this UpdateResourceGroupDetails. Return type: str
-