ComputeCapacityReservations¶
-
class
oci.bds.models.ComputeCapacityReservations(**kwargs)¶ Bases:
objectCompute capacity reservation ID mappings by domain. For a multi-AD region, domain1, domain2, and domain3 correspond to AD1, AD2, and AD3 respectively. For a single-AD region, domain1, domain2, and domain3 correspond to FD1, FD2, and FD3 respectively.
Methods
__init__(**kwargs)Initializes a new ComputeCapacityReservations object with values from keyword arguments. Attributes
domain1_reservation_idGets the domain1_reservation_id of this ComputeCapacityReservations. domain2_reservation_idGets the domain2_reservation_id of this ComputeCapacityReservations. domain3_reservation_idGets the domain3_reservation_id of this ComputeCapacityReservations. -
__init__(**kwargs)¶ Initializes a new ComputeCapacityReservations object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - domain1_reservation_id (str) – The value to assign to the domain1_reservation_id property of this ComputeCapacityReservations.
- domain2_reservation_id (str) – The value to assign to the domain2_reservation_id property of this ComputeCapacityReservations.
- domain3_reservation_id (str) – The value to assign to the domain3_reservation_id property of this ComputeCapacityReservations.
-
domain1_reservation_id¶ Gets the domain1_reservation_id of this ComputeCapacityReservations. Capacity reservation OCID corresponding to AD1 for a multi-AD region or FD1 for a single-AD region.
Returns: The domain1_reservation_id of this ComputeCapacityReservations. Return type: str
-
domain2_reservation_id¶ Gets the domain2_reservation_id of this ComputeCapacityReservations. Capacity reservation OCID corresponding to AD2 for a multi-AD region or FD2 for a single-AD region.
Returns: The domain2_reservation_id of this ComputeCapacityReservations. Return type: str
-
domain3_reservation_id¶ Gets the domain3_reservation_id of this ComputeCapacityReservations. Capacity reservation OCID corresponding to AD3 for a multi-AD region or FD3 for a single-AD region.
Returns: The domain3_reservation_id of this ComputeCapacityReservations. Return type: str
-