CreateBdsCapacityReservationConfigurationDetails

class oci.bds.models.CreateBdsCapacityReservationConfigurationDetails(**kwargs)

Bases: object

Details for associating a BDS capacity reservation with a BDS cluster.

Methods

__init__(**kwargs) Initializes a new CreateBdsCapacityReservationConfigurationDetails object with values from keyword arguments.

Attributes

bds_capacity_reservation_id [Required] Gets the bds_capacity_reservation_id of this CreateBdsCapacityReservationConfigurationDetails.
display_name [Required] Gets the display_name of this CreateBdsCapacityReservationConfigurationDetails.
__init__(**kwargs)

Initializes a new CreateBdsCapacityReservationConfigurationDetails 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 CreateBdsCapacityReservationConfigurationDetails.
  • bds_capacity_reservation_id (str) – The value to assign to the bds_capacity_reservation_id property of this CreateBdsCapacityReservationConfigurationDetails.
bds_capacity_reservation_id

[Required] Gets the bds_capacity_reservation_id of this CreateBdsCapacityReservationConfigurationDetails. The OCID of the BDS capacity reservation to associate with the BDS cluster.

Returns:The bds_capacity_reservation_id of this CreateBdsCapacityReservationConfigurationDetails.
Return type:str
display_name

[Required] Gets the display_name of this CreateBdsCapacityReservationConfigurationDetails. A user-friendly name for the BDS capacity reservation configuration.

Returns:The display_name of this CreateBdsCapacityReservationConfigurationDetails.
Return type:str