UpdateAutonomousExadataInfrastructureDetails¶
-
class
oci.database.models.
UpdateAutonomousExadataInfrastructureDetails
(**kwargs)¶ Bases:
object
Describes the modification parameters for the Autonomous Exadata Infrastructure.
Methods
__init__
(**kwargs)Initializes a new UpdateAutonomousExadataInfrastructureDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateAutonomousExadataInfrastructureDetails. display_name
Gets the display_name of this UpdateAutonomousExadataInfrastructureDetails. freeform_tags
Gets the freeform_tags of this UpdateAutonomousExadataInfrastructureDetails. maintenance_window_details
Gets the maintenance_window_details of this UpdateAutonomousExadataInfrastructureDetails. nsg_ids
Gets the nsg_ids of this UpdateAutonomousExadataInfrastructureDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAutonomousExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateAutonomousExadataInfrastructureDetails.
- maintenance_window_details (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window_details property of this UpdateAutonomousExadataInfrastructureDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateAutonomousExadataInfrastructureDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAutonomousExadataInfrastructureDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAutonomousExadataInfrastructureDetails.
Gets the defined_tags of this UpdateAutonomousExadataInfrastructureDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this UpdateAutonomousExadataInfrastructureDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateAutonomousExadataInfrastructureDetails. The display name is a user-friendly name for the Autonomous Exadata Infrastructure. The display name does not have to be unique.
Returns: The display_name of this UpdateAutonomousExadataInfrastructureDetails. Return type: str
Gets the freeform_tags of this UpdateAutonomousExadataInfrastructureDetails. 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 UpdateAutonomousExadataInfrastructureDetails. Return type: dict(str, str)
-
maintenance_window_details
¶ Gets the maintenance_window_details of this UpdateAutonomousExadataInfrastructureDetails.
Returns: The maintenance_window_details of this UpdateAutonomousExadataInfrastructureDetails. Return type: oci.database.models.MaintenanceWindow
-
nsg_ids
¶ Gets the nsg_ids of this UpdateAutonomousExadataInfrastructureDetails. A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
Returns: The nsg_ids of this UpdateAutonomousExadataInfrastructureDetails. Return type: list[str]
-