CreateResourceGroupDetails¶
-
class
oci.analytics.models.CreateResourceGroupDetails(**kwargs)¶ Bases:
objectInput payload to create resource group.
Methods
__init__(**kwargs)Initializes a new CreateResourceGroupDetails object with values from keyword arguments. Attributes
capacity[Required] Gets the capacity of this CreateResourceGroupDetails. descriptionGets the description of this CreateResourceGroupDetails. display_nameGets the display_name of this CreateResourceGroupDetails. resource_name[Required] Gets the resource_name of this CreateResourceGroupDetails. -
__init__(**kwargs)¶ Initializes a new CreateResourceGroupDetails 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 CreateResourceGroupDetails.
- display_name (str) – The value to assign to the display_name property of this CreateResourceGroupDetails.
- description (str) – The value to assign to the description property of this CreateResourceGroupDetails.
- capacity (int) – The value to assign to the capacity property of this CreateResourceGroupDetails.
-
capacity¶ [Required] Gets the capacity of this CreateResourceGroupDetails. The capacity (in OCPU’s) to be allocated for this resource.
Returns: The capacity of this CreateResourceGroupDetails. Return type: int
-
description¶ Gets the description of this CreateResourceGroupDetails. Optional description of the resource group
Returns: The description of this CreateResourceGroupDetails. Return type: str
-
display_name¶ Gets the display_name of this CreateResourceGroupDetails. Meaningful name of resource group for end user
Returns: The display_name of this CreateResourceGroupDetails. Return type: str
-
resource_name¶ [Required] Gets the resource_name of this CreateResourceGroupDetails. Meaningful name of resource group for end user
Returns: The resource_name of this CreateResourceGroupDetails. Return type: str
-