InstanceResourceGroupSummary

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

Bases: object

Resource Groups for Instance

Methods

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

Attributes

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

Initializes a new InstanceResourceGroupSummary 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 InstanceResourceGroupSummary.
  • resource_name (str) – The value to assign to the resource_name property of this InstanceResourceGroupSummary.
  • display_name (str) – The value to assign to the display_name property of this InstanceResourceGroupSummary.
  • description (str) – The value to assign to the description property of this InstanceResourceGroupSummary.
  • capacity (int) – The value to assign to the capacity property of this InstanceResourceGroupSummary.
capacity

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

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

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

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

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

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

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

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

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

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