UpdateBdsCapacityReservationConfigurationDetails¶
-
class
oci.bds.models.UpdateBdsCapacityReservationConfigurationDetails(**kwargs)¶ Bases:
objectDetails for updating a BDS capacity reservation configuration.
Methods
__init__(**kwargs)Initializes a new UpdateBdsCapacityReservationConfigurationDetails object with values from keyword arguments. Attributes
bds_capacity_reservation_idGets the bds_capacity_reservation_id of this UpdateBdsCapacityReservationConfigurationDetails. display_nameGets the display_name of this UpdateBdsCapacityReservationConfigurationDetails. -
__init__(**kwargs)¶ Initializes a new UpdateBdsCapacityReservationConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bds_capacity_reservation_id (str) – The value to assign to the bds_capacity_reservation_id property of this UpdateBdsCapacityReservationConfigurationDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateBdsCapacityReservationConfigurationDetails.
-
bds_capacity_reservation_id¶ Gets the bds_capacity_reservation_id of this UpdateBdsCapacityReservationConfigurationDetails. The OCID of the BDS capacity reservation to associate with the BDS cluster.
Returns: The bds_capacity_reservation_id of this UpdateBdsCapacityReservationConfigurationDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateBdsCapacityReservationConfigurationDetails. A user-friendly name for the BDS capacity reservation configuration.
Returns: The display_name of this UpdateBdsCapacityReservationConfigurationDetails. Return type: str
-