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. The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
Returns: The nsg_ids of this UpdateAutonomousExadataInfrastructureDetails. Return type: list[str]
-