ExadbVmClusterTargetSummary¶
-
class
oci.fleet_software_update.models.ExadbVmClusterTargetSummary(**kwargs)¶ Bases:
oci.fleet_software_update.models.target_details.TargetDetailsDetails of a ExadbVmCluster on Exascale Infrastructure a target member of a Exadata Fleet Update Collection. Stored references of the resource documented in https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/
Attributes
ENTITY_TYPE_CLOUDVMCLUSTERstr(object=’’) -> str ENTITY_TYPE_DATABASEstr(object=’’) -> str ENTITY_TYPE_EXADBVMCLUSTERstr(object=’’) -> str ENTITY_TYPE_VMCLUSTERstr(object=’’) -> str compartment_idGets the compartment_id of this TargetDetails. entity_type[Required] Gets the entity_type of this TargetDetails. exascale_db_storage_vault_idGets the exascale_db_storage_vault_id of this ExadbVmClusterTargetSummary. idGets the id of this TargetDetails. software_image_idGets the software_image_id of this ExadbVmClusterTargetSummary. system_versionGets the system_version of this ExadbVmClusterTargetSummary. Methods
__init__(**kwargs)Initializes a new ExadbVmClusterTargetSummary 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. -
ENTITY_TYPE_CLOUDVMCLUSTER= 'CLOUDVMCLUSTER'¶
-
ENTITY_TYPE_DATABASE= 'DATABASE'¶
-
ENTITY_TYPE_EXADBVMCLUSTER= 'EXADBVMCLUSTER'¶
-
ENTITY_TYPE_VMCLUSTER= 'VMCLUSTER'¶
-
__init__(**kwargs)¶ Initializes a new ExadbVmClusterTargetSummary object with values from keyword arguments. The default value of the
entity_typeattribute of this class isEXADBVMCLUSTERand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - entity_type (str) – The value to assign to the entity_type property of this ExadbVmClusterTargetSummary. Allowed values for this property are: “DATABASE”, “VMCLUSTER”, “CLOUDVMCLUSTER”, “EXADBVMCLUSTER”
- id (str) – The value to assign to the id property of this ExadbVmClusterTargetSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ExadbVmClusterTargetSummary.
- exascale_db_storage_vault_id (str) – The value to assign to the exascale_db_storage_vault_id property of this ExadbVmClusterTargetSummary.
- software_image_id (str) – The value to assign to the software_image_id property of this ExadbVmClusterTargetSummary.
- system_version (str) – The value to assign to the system_version property of this ExadbVmClusterTargetSummary.
-
compartment_id¶ Gets the compartment_id of this TargetDetails. Compartment identifier of the target.
Returns: The compartment_id of this TargetDetails. Return type: str
-
entity_type¶ [Required] Gets the entity_type of this TargetDetails. Resource EntityType for the target in the Exadata Fleet Update Collection.
Allowed values for this property are: “DATABASE”, “VMCLUSTER”, “CLOUDVMCLUSTER”, “EXADBVMCLUSTER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The entity_type of this TargetDetails. Return type: str
-
exascale_db_storage_vault_id¶ Gets the exascale_db_storage_vault_id of this ExadbVmClusterTargetSummary. OCID of the related Exadata Database Storage Vault.
Returns: The exascale_db_storage_vault_id of this ExadbVmClusterTargetSummary. Return type: 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¶ Gets the id of this TargetDetails. OCID of the target resource in the Exadata Fleet Update Collection.
Returns: The id of this TargetDetails. Return type: str
-
software_image_id¶ Gets the software_image_id of this ExadbVmClusterTargetSummary. OCID of the Grid Infrastructure software image.
Returns: The software_image_id of this ExadbVmClusterTargetSummary. Return type: str
-
system_version¶ Gets the system_version of this ExadbVmClusterTargetSummary. Exadata Image (Guest OS) version.
Returns: The system_version of this ExadbVmClusterTargetSummary. Return type: str
-