InstanceResourceGroup

class oci.analytics.models.InstanceResourceGroup(**kwargs)

Bases: object

Resource Groups for Instance

Methods

__init__(**kwargs) Initializes a new InstanceResourceGroup object with values from keyword arguments.

Attributes

capacity [Required] Gets the capacity of this InstanceResourceGroup.
description Gets the description of this InstanceResourceGroup.
display_name Gets the display_name of this InstanceResourceGroup.
id [Required] Gets the id of this InstanceResourceGroup.
resource_name [Required] Gets the resource_name of this InstanceResourceGroup.
__init__(**kwargs)

Initializes a new InstanceResourceGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this InstanceResourceGroup.
  • resource_name (str) – The value to assign to the resource_name property of this InstanceResourceGroup.
  • display_name (str) – The value to assign to the display_name property of this InstanceResourceGroup.
  • description (str) – The value to assign to the description property of this InstanceResourceGroup.
  • capacity (int) – The value to assign to the capacity property of this InstanceResourceGroup.
capacity

[Required] Gets the capacity of this InstanceResourceGroup. The capacity (in OCPU’s) to be allocated for this resource.

Returns:The capacity of this InstanceResourceGroup.
Return type:int
description

Gets the description of this InstanceResourceGroup. Optional description of the resource group

Returns:The description of this InstanceResourceGroup.
Return type:str
display_name

Gets the display_name of this InstanceResourceGroup. Meaningful name of resource group for end user

Returns:The display_name of this InstanceResourceGroup.
Return type:str
id

[Required] Gets the id of this InstanceResourceGroup. Unique identifier and name of resource group. Must be unique within the instance

Returns:The id of this InstanceResourceGroup.
Return type:str
resource_name

[Required] Gets the resource_name of this InstanceResourceGroup. Meaningful name of resource group for end user

Returns:The resource_name of this InstanceResourceGroup.
Return type:str