BdsCapacityReservationConfigurationSummary¶
-
class
oci.bds.models.BdsCapacityReservationConfigurationSummary(**kwargs)¶ Bases:
objectSummary of a configuration between a BDS cluster and a BDS capacity reservation.
Methods
__init__(**kwargs)Initializes a new BdsCapacityReservationConfigurationSummary object with values from keyword arguments. Attributes
bds_capacity_reservation_id[Required] Gets the bds_capacity_reservation_id of this BdsCapacityReservationConfigurationSummary. bds_instance_id[Required] Gets the bds_instance_id of this BdsCapacityReservationConfigurationSummary. display_name[Required] Gets the display_name of this BdsCapacityReservationConfigurationSummary. id[Required] Gets the id of this BdsCapacityReservationConfigurationSummary. lifecycle_state[Required] Gets the lifecycle_state of this BdsCapacityReservationConfigurationSummary. time_created[Required] Gets the time_created of this BdsCapacityReservationConfigurationSummary. time_updatedGets the time_updated of this BdsCapacityReservationConfigurationSummary. -
__init__(**kwargs)¶ Initializes a new BdsCapacityReservationConfigurationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this BdsCapacityReservationConfigurationSummary.
- bds_instance_id (str) – The value to assign to the bds_instance_id property of this BdsCapacityReservationConfigurationSummary.
- bds_capacity_reservation_id (str) – The value to assign to the bds_capacity_reservation_id property of this BdsCapacityReservationConfigurationSummary.
- display_name (str) – The value to assign to the display_name property of this BdsCapacityReservationConfigurationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this BdsCapacityReservationConfigurationSummary.
- time_created (datetime) – The value to assign to the time_created property of this BdsCapacityReservationConfigurationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this BdsCapacityReservationConfigurationSummary.
-
bds_capacity_reservation_id¶ [Required] Gets the bds_capacity_reservation_id of this BdsCapacityReservationConfigurationSummary. The OCID of the BDS capacity reservation associated with the BDS cluster.
Returns: The bds_capacity_reservation_id of this BdsCapacityReservationConfigurationSummary. Return type: str
-
bds_instance_id¶ [Required] Gets the bds_instance_id of this BdsCapacityReservationConfigurationSummary. The OCID of the BDS cluster associated with the BDS capacity reservation.
Returns: The bds_instance_id of this BdsCapacityReservationConfigurationSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this BdsCapacityReservationConfigurationSummary. The display name of the BDS capacity reservation configuration.
Returns: The display_name of this BdsCapacityReservationConfigurationSummary. Return type: str
-
id¶ [Required] Gets the id of this BdsCapacityReservationConfigurationSummary. The OCID of the BDS capacity reservation configuration.
Returns: The id of this BdsCapacityReservationConfigurationSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this BdsCapacityReservationConfigurationSummary. The lifecycle state of the BDS capacity reservation configuration.
Returns: The lifecycle_state of this BdsCapacityReservationConfigurationSummary. Return type: str
-
time_created¶ [Required] Gets the time_created of this BdsCapacityReservationConfigurationSummary. The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
Returns: The time_created of this BdsCapacityReservationConfigurationSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this BdsCapacityReservationConfigurationSummary. The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
Returns: The time_updated of this BdsCapacityReservationConfigurationSummary. Return type: datetime
-