ExadataMemberSummary¶
-
class
oci.opsi.models.
ExadataMemberSummary
(**kwargs)¶ Bases:
object
Lists name, display name and type of exadata member.
Attributes
ENTITY_TYPE_CLUSTER_ASM
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_DATABASE
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_ETHERNET_SWITCH
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_HOST
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_ILOM_SERVER
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_INFINIBAND_SWITCH
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_PDU
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_STORAGE_SERVER
A constant which can be used with the entity_type property of a ExadataMemberSummary. ENTITY_TYPE_VM_CLUSTER
A constant which can be used with the entity_type property of a ExadataMemberSummary. display_name
[Required] Gets the display_name of this ExadataMemberSummary. entity_type
[Required] Gets the entity_type of this ExadataMemberSummary. name
[Required] Gets the name of this ExadataMemberSummary. Methods
__init__
(**kwargs)Initializes a new ExadataMemberSummary object with values from keyword arguments. -
ENTITY_TYPE_CLUSTER_ASM
= 'CLUSTER_ASM'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “CLUSTER_ASM”
-
ENTITY_TYPE_DATABASE
= 'DATABASE'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “DATABASE”
-
ENTITY_TYPE_ETHERNET_SWITCH
= 'ETHERNET_SWITCH'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “ETHERNET_SWITCH”
-
ENTITY_TYPE_HOST
= 'HOST'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “HOST”
-
ENTITY_TYPE_ILOM_SERVER
= 'ILOM_SERVER'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “ILOM_SERVER”
-
ENTITY_TYPE_INFINIBAND_SWITCH
= 'INFINIBAND_SWITCH'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “INFINIBAND_SWITCH”
-
ENTITY_TYPE_PDU
= 'PDU'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “PDU”
-
ENTITY_TYPE_STORAGE_SERVER
= 'STORAGE_SERVER'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “STORAGE_SERVER”
-
ENTITY_TYPE_VM_CLUSTER
= 'VM_CLUSTER'¶ A constant which can be used with the entity_type property of a ExadataMemberSummary. This constant has a value of “VM_CLUSTER”
-
__init__
(**kwargs)¶ Initializes a new ExadataMemberSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ExadataMemberSummary.
- display_name (str) – The value to assign to the display_name property of this ExadataMemberSummary.
- entity_type (str) – The value to assign to the entity_type property of this ExadataMemberSummary. Allowed values for this property are: “DATABASE”, “ILOM_SERVER”, “PDU”, “STORAGE_SERVER”, “CLUSTER_ASM”, “INFINIBAND_SWITCH”, “ETHERNET_SWITCH”, “HOST”, “VM_CLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
display_name
¶ [Required] Gets the display_name of this ExadataMemberSummary. Display Name of exadata member target
Returns: The display_name of this ExadataMemberSummary. Return type: str
-
entity_type
¶ [Required] Gets the entity_type of this ExadataMemberSummary. Entity type of exadata member target
Allowed values for this property are: “DATABASE”, “ILOM_SERVER”, “PDU”, “STORAGE_SERVER”, “CLUSTER_ASM”, “INFINIBAND_SWITCH”, “ETHERNET_SWITCH”, “HOST”, “VM_CLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The entity_type of this ExadataMemberSummary. Return type: str
-
name
¶ [Required] Gets the name of this ExadataMemberSummary. Name of exadata member target
Returns: The name of this ExadataMemberSummary. Return type: str
-