ExternalExadataStorageServer

class oci.database_management.models.ExternalExadataStorageServer(**kwargs)

Bases: oci.database_management.models.dbm_resource.DbmResource

The details of the Exadata storage server.

Attributes

LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_INACTIVE str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
RESOURCE_TYPE_DATABASE_SUMMARY str(object=’’) -> str
RESOURCE_TYPE_DATABASE_SYSTEM_SUMMARY str(object=’’) -> str
RESOURCE_TYPE_INFRASTRUCTURE str(object=’’) -> str
RESOURCE_TYPE_INFRASTRUCTURE_SUMMARY str(object=’’) -> str
RESOURCE_TYPE_STORAGE_CONNECTOR str(object=’’) -> str
RESOURCE_TYPE_STORAGE_CONNECTOR_SUMMARY str(object=’’) -> str
RESOURCE_TYPE_STORAGE_GRID str(object=’’) -> str
RESOURCE_TYPE_STORAGE_GRID_SUMMARY str(object=’’) -> str
RESOURCE_TYPE_STORAGE_SERVER str(object=’’) -> str
RESOURCE_TYPE_STORAGE_SERVER_SUMMARY str(object=’’) -> str
additional_details Gets the additional_details of this DbmResource.
connector Gets the connector of this ExternalExadataStorageServer.
cpu_count Gets the cpu_count of this ExternalExadataStorageServer.
defined_tags Gets the defined_tags of this ExternalExadataStorageServer.
display_name [Required] Gets the display_name of this DbmResource.
exadata_infrastructure_id Gets the exadata_infrastructure_id of this ExternalExadataStorageServer.
freeform_tags Gets the freeform_tags of this ExternalExadataStorageServer.
id [Required] Gets the id of this DbmResource.
internal_id Gets the internal_id of this DbmResource.
ip_address Gets the ip_address of this ExternalExadataStorageServer.
lifecycle_details Gets the lifecycle_details of this DbmResource.
lifecycle_state Gets the lifecycle_state of this DbmResource.
make_model Gets the make_model of this ExternalExadataStorageServer.
max_flash_disk_iops Gets the max_flash_disk_iops of this ExternalExadataStorageServer.
max_flash_disk_throughput Gets the max_flash_disk_throughput of this ExternalExadataStorageServer.
max_hard_disk_iops Gets the max_hard_disk_iops of this ExternalExadataStorageServer.
max_hard_disk_throughput Gets the max_hard_disk_throughput of this ExternalExadataStorageServer.
memory_gb Gets the memory_gb of this ExternalExadataStorageServer.
resource_type [Required] Gets the resource_type of this DbmResource.
status Gets the status of this DbmResource.
storage_grid_id Gets the storage_grid_id of this ExternalExadataStorageServer.
time_created Gets the time_created of this DbmResource.
time_updated Gets the time_updated of this DbmResource.
version Gets the version of this DbmResource.

Methods

__init__(**kwargs) Initializes a new ExternalExadataStorageServer object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_INACTIVE = 'INACTIVE'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
RESOURCE_TYPE_DATABASE_SUMMARY = 'DATABASE_SUMMARY'
RESOURCE_TYPE_DATABASE_SYSTEM_SUMMARY = 'DATABASE_SYSTEM_SUMMARY'
RESOURCE_TYPE_INFRASTRUCTURE = 'INFRASTRUCTURE'
RESOURCE_TYPE_INFRASTRUCTURE_SUMMARY = 'INFRASTRUCTURE_SUMMARY'
RESOURCE_TYPE_STORAGE_CONNECTOR = 'STORAGE_CONNECTOR'
RESOURCE_TYPE_STORAGE_CONNECTOR_SUMMARY = 'STORAGE_CONNECTOR_SUMMARY'
RESOURCE_TYPE_STORAGE_GRID = 'STORAGE_GRID'
RESOURCE_TYPE_STORAGE_GRID_SUMMARY = 'STORAGE_GRID_SUMMARY'
RESOURCE_TYPE_STORAGE_SERVER = 'STORAGE_SERVER'
RESOURCE_TYPE_STORAGE_SERVER_SUMMARY = 'STORAGE_SERVER_SUMMARY'
__init__(**kwargs)

Initializes a new ExternalExadataStorageServer object with values from keyword arguments. The default value of the resource_type attribute of this class is STORAGE_SERVER and it should not be changed. 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 ExternalExadataStorageServer.
  • display_name (str) – The value to assign to the display_name property of this ExternalExadataStorageServer.
  • version (str) – The value to assign to the version property of this ExternalExadataStorageServer.
  • internal_id (str) – The value to assign to the internal_id property of this ExternalExadataStorageServer.
  • status (str) – The value to assign to the status property of this ExternalExadataStorageServer.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExternalExadataStorageServer. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this ExternalExadataStorageServer.
  • time_updated (datetime) – The value to assign to the time_updated property of this ExternalExadataStorageServer.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this ExternalExadataStorageServer.
  • additional_details (dict(str, str)) – The value to assign to the additional_details property of this ExternalExadataStorageServer.
  • resource_type (str) – The value to assign to the resource_type property of this ExternalExadataStorageServer. Allowed values for this property are: “INFRASTRUCTURE_SUMMARY”, “INFRASTRUCTURE”, “STORAGE_SERVER_SUMMARY”, “STORAGE_SERVER”, “STORAGE_GRID_SUMMARY”, “STORAGE_GRID”, “STORAGE_CONNECTOR_SUMMARY”, “STORAGE_CONNECTOR”, “DATABASE_SYSTEM_SUMMARY”, “DATABASE_SUMMARY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this ExternalExadataStorageServer.
  • storage_grid_id (str) – The value to assign to the storage_grid_id property of this ExternalExadataStorageServer.
  • make_model (str) – The value to assign to the make_model property of this ExternalExadataStorageServer.
  • ip_address (str) – The value to assign to the ip_address property of this ExternalExadataStorageServer.
  • cpu_count (float) – The value to assign to the cpu_count property of this ExternalExadataStorageServer.
  • memory_gb (float) – The value to assign to the memory_gb property of this ExternalExadataStorageServer.
  • max_hard_disk_iops (int) – The value to assign to the max_hard_disk_iops property of this ExternalExadataStorageServer.
  • max_hard_disk_throughput (int) – The value to assign to the max_hard_disk_throughput property of this ExternalExadataStorageServer.
  • max_flash_disk_iops (int) – The value to assign to the max_flash_disk_iops property of this ExternalExadataStorageServer.
  • max_flash_disk_throughput (int) – The value to assign to the max_flash_disk_throughput property of this ExternalExadataStorageServer.
  • connector (oci.database_management.models.ExternalExadataStorageConnectorSummary) – The value to assign to the connector property of this ExternalExadataStorageServer.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExternalExadataStorageServer.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExternalExadataStorageServer.
additional_details

Gets the additional_details of this DbmResource. The additional details of the resource defined in {“key”: “value”} format. Example: {“bar-key”: “value”}

Returns:The additional_details of this DbmResource.
Return type:dict(str, str)
connector

Gets the connector of this ExternalExadataStorageServer.

Returns:The connector of this ExternalExadataStorageServer.
Return type:oci.database_management.models.ExternalExadataStorageConnectorSummary
cpu_count

Gets the cpu_count of this ExternalExadataStorageServer. The CPU count of the Exadata storage server.

Returns:The cpu_count of this ExternalExadataStorageServer.
Return type:float
defined_tags

Gets the defined_tags of this ExternalExadataStorageServer. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this ExternalExadataStorageServer.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this DbmResource. The name of the Exadata resource. English letters, numbers, “-”, “_” and “.” only.

Returns:The display_name of this DbmResource.
Return type:str
exadata_infrastructure_id

Gets the exadata_infrastructure_id of this ExternalExadataStorageServer. The OCID of the Exadata infrastructure.

Returns:The exadata_infrastructure_id of this ExternalExadataStorageServer.
Return type:str
freeform_tags

Gets the freeform_tags of this ExternalExadataStorageServer. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this ExternalExadataStorageServer.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id

[Required] Gets the id of this DbmResource. The OCID of the Exadata resource.

Returns:The id of this DbmResource.
Return type:str
internal_id

Gets the internal_id of this DbmResource. The internal ID of the Exadata resource.

Returns:The internal_id of this DbmResource.
Return type:str
ip_address

Gets the ip_address of this ExternalExadataStorageServer. The IP address of the Exadata storage server.

Returns:The ip_address of this ExternalExadataStorageServer.
Return type:str
lifecycle_details

Gets the lifecycle_details of this DbmResource. The details of the lifecycle state of the Exadata resource.

Returns:The lifecycle_details of this DbmResource.
Return type:str
lifecycle_state

Gets the lifecycle_state of this DbmResource. The current lifecycle state of the database resource.

Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”

Returns:The lifecycle_state of this DbmResource.
Return type:str
make_model

Gets the make_model of this ExternalExadataStorageServer. The make model of the Exadata storage server.

Returns:The make_model of this ExternalExadataStorageServer.
Return type:str
max_flash_disk_iops

Gets the max_flash_disk_iops of this ExternalExadataStorageServer. The maximum flash disk IO operations per second of the Exadata storage server.

Returns:The max_flash_disk_iops of this ExternalExadataStorageServer.
Return type:int
max_flash_disk_throughput

Gets the max_flash_disk_throughput of this ExternalExadataStorageServer. The maximum flash disk IO throughput in MB/s of the Exadata storage server.

Returns:The max_flash_disk_throughput of this ExternalExadataStorageServer.
Return type:int
max_hard_disk_iops

Gets the max_hard_disk_iops of this ExternalExadataStorageServer. The maximum hard disk IO operations per second of the Exadata storage server.

Returns:The max_hard_disk_iops of this ExternalExadataStorageServer.
Return type:int
max_hard_disk_throughput

Gets the max_hard_disk_throughput of this ExternalExadataStorageServer. The maximum hard disk IO throughput in MB/s of the Exadata storage server.

Returns:The max_hard_disk_throughput of this ExternalExadataStorageServer.
Return type:int
memory_gb

Gets the memory_gb of this ExternalExadataStorageServer. The Exadata storage server memory size in GB.

Returns:The memory_gb of this ExternalExadataStorageServer.
Return type:float
resource_type

[Required] Gets the resource_type of this DbmResource. The type of Exadata resource.

Allowed values for this property are: “INFRASTRUCTURE_SUMMARY”, “INFRASTRUCTURE”, “STORAGE_SERVER_SUMMARY”, “STORAGE_SERVER”, “STORAGE_GRID_SUMMARY”, “STORAGE_GRID”, “STORAGE_CONNECTOR_SUMMARY”, “STORAGE_CONNECTOR”, “DATABASE_SYSTEM_SUMMARY”, “DATABASE_SUMMARY”

Returns:The resource_type of this DbmResource.
Return type:str
status

Gets the status of this DbmResource. The status of the Exadata resource.

Returns:The status of this DbmResource.
Return type:str
storage_grid_id

Gets the storage_grid_id of this ExternalExadataStorageServer. The OCID of the Exadata storage server grid.

Returns:The storage_grid_id of this ExternalExadataStorageServer.
Return type:str
time_created

Gets the time_created of this DbmResource. The timestamp of the creation of the Exadata resource.

Returns:The time_created of this DbmResource.
Return type:datetime
time_updated

Gets the time_updated of this DbmResource. The timestamp of the last update of the Exadata resource.

Returns:The time_updated of this DbmResource.
Return type:datetime
version

Gets the version of this DbmResource. The version of the Exadata resource.

Returns:The version of this DbmResource.
Return type:str