InfrastructureServer

class oci.datacc.models.InfrastructureServer(**kwargs)

Bases: object

Database Infrastructure Server details.

Attributes

LIFECYCLE_STATE_ACTIVATING A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_ACTIVATION_FAILED A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_DISCONNECTED A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_REQUIRES_ACTIVATION A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_REQUIRES_VALIDATION A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_VALIDATING A constant which can be used with the lifecycle_state property of a InfrastructureServer.
LIFECYCLE_STATE_VALIDATION_FAILED A constant which can be used with the lifecycle_state property of a InfrastructureServer.
base_vm_count Gets the base_vm_count of this InfrastructureServer.
compute_capacity Gets the compute_capacity of this InfrastructureServer.
id [Required] Gets the id of this InfrastructureServer.
ilom_ip_address [Required] Gets the ilom_ip_address of this InfrastructureServer.
ilom_name [Required] Gets the ilom_name of this InfrastructureServer.
instance_vm_count Gets the instance_vm_count of this InfrastructureServer.
lifecycle_state [Required] Gets the lifecycle_state of this InfrastructureServer.
server_ip_address [Required] Gets the server_ip_address of this InfrastructureServer.
server_name [Required] Gets the server_name of this InfrastructureServer.

Methods

__init__(**kwargs) Initializes a new InfrastructureServer object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVATING = 'ACTIVATING'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “ACTIVATING”

LIFECYCLE_STATE_ACTIVATION_FAILED = 'ACTIVATION_FAILED'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “ACTIVATION_FAILED”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “DELETING”

LIFECYCLE_STATE_DISCONNECTED = 'DISCONNECTED'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “DISCONNECTED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “FAILED”

LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS = 'MAINTENANCE_IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “MAINTENANCE_IN_PROGRESS”

LIFECYCLE_STATE_REQUIRES_ACTIVATION = 'REQUIRES_ACTIVATION'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “REQUIRES_ACTIVATION”

LIFECYCLE_STATE_REQUIRES_VALIDATION = 'REQUIRES_VALIDATION'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “REQUIRES_VALIDATION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “UPDATING”

LIFECYCLE_STATE_VALIDATING = 'VALIDATING'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “VALIDATING”

LIFECYCLE_STATE_VALIDATION_FAILED = 'VALIDATION_FAILED'

A constant which can be used with the lifecycle_state property of a InfrastructureServer. This constant has a value of “VALIDATION_FAILED”

__init__(**kwargs)

Initializes a new InfrastructureServer 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 InfrastructureServer.
  • server_name (str) – The value to assign to the server_name property of this InfrastructureServer.
  • server_ip_address (str) – The value to assign to the server_ip_address property of this InfrastructureServer.
  • ilom_name (str) – The value to assign to the ilom_name property of this InfrastructureServer.
  • ilom_ip_address (str) – The value to assign to the ilom_ip_address property of this InfrastructureServer.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this InfrastructureServer. Allowed values for this property are: “CREATING”, “REQUIRES_VALIDATION”, “VALIDATING”, “VALIDATION_FAILED”, “REQUIRES_ACTIVATION”, “ACTIVATING”, “ACTIVE”, “ACTIVATION_FAILED”, “FAILED”, “UPDATING”, “DELETING”, “DELETED”, “DISCONNECTED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • base_vm_count (int) – The value to assign to the base_vm_count property of this InfrastructureServer.
  • instance_vm_count (int) – The value to assign to the instance_vm_count property of this InfrastructureServer.
  • compute_capacity (oci.datacc.models.ComputeCapacityDetails) – The value to assign to the compute_capacity property of this InfrastructureServer.
base_vm_count

Gets the base_vm_count of this InfrastructureServer. Number of database virtual machines hosted on the server.

Returns:The base_vm_count of this InfrastructureServer.
Return type:int
compute_capacity

Gets the compute_capacity of this InfrastructureServer.

Returns:The compute_capacity of this InfrastructureServer.
Return type:oci.datacc.models.ComputeCapacityDetails
id

[Required] Gets the id of this InfrastructureServer. The OCID of the Oracle Data Server of Infrastructure.

Returns:The id of this InfrastructureServer.
Return type:str
ilom_ip_address

[Required] Gets the ilom_ip_address of this InfrastructureServer. Database Infrastructure Server ILOM IP address.

Returns:The ilom_ip_address of this InfrastructureServer.
Return type:str
ilom_name

[Required] Gets the ilom_name of this InfrastructureServer. Database Infrastructure Server ILOM name.

Returns:The ilom_name of this InfrastructureServer.
Return type:str
instance_vm_count

Gets the instance_vm_count of this InfrastructureServer. Number of instances hosted on the server.

Returns:The instance_vm_count of this InfrastructureServer.
Return type:int
lifecycle_state

[Required] Gets the lifecycle_state of this InfrastructureServer. The current state of the Database Infrastructure server.

Allowed values for this property are: “CREATING”, “REQUIRES_VALIDATION”, “VALIDATING”, “VALIDATION_FAILED”, “REQUIRES_ACTIVATION”, “ACTIVATING”, “ACTIVE”, “ACTIVATION_FAILED”, “FAILED”, “UPDATING”, “DELETING”, “DELETED”, “DISCONNECTED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this InfrastructureServer.
Return type:str
server_ip_address

[Required] Gets the server_ip_address of this InfrastructureServer. Database Infrastructure Server IP address.

Returns:The server_ip_address of this InfrastructureServer.
Return type:str
server_name

[Required] Gets the server_name of this InfrastructureServer. Database Infrastructure Server name.

Returns:The server_name of this InfrastructureServer.
Return type:str