PlacementDetails

class oci.capacity_management.models.PlacementDetails(**kwargs)

Bases: object

Details like building, room and block where the resource was placed after provisioning in the datacenter.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this PlacementDetails.
block [Required] Gets the block of this PlacementDetails.
building [Required] Gets the building of this PlacementDetails.
region [Required] Gets the region of this PlacementDetails.
room [Required] Gets the room of this PlacementDetails.
workload_type [Required] Gets the workload_type of this PlacementDetails.
__init__(**kwargs)

Initializes a new PlacementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • region (str) – The value to assign to the region property of this PlacementDetails.
  • availability_domain (str) – The value to assign to the availability_domain property of this PlacementDetails.
  • workload_type (str) – The value to assign to the workload_type property of this PlacementDetails.
  • building (str) – The value to assign to the building property of this PlacementDetails.
  • room (str) – The value to assign to the room property of this PlacementDetails.
  • block (str) – The value to assign to the block property of this PlacementDetails.
availability_domain

[Required] Gets the availability_domain of this PlacementDetails. The availability domain (AD) for which the resources were provisioned.

Returns:The availability_domain of this PlacementDetails.
Return type:str
block

[Required] Gets the block of this PlacementDetails. The block in the datacenter room where the resource was placed.

Returns:The block of this PlacementDetails.
Return type:str
building

[Required] Gets the building of this PlacementDetails. The datacenter building where the resource was placed.

Returns:The building of this PlacementDetails.
Return type:str
region

[Required] Gets the region of this PlacementDetails. The name of the region for which the resources were provisioned.

Returns:The region of this PlacementDetails.
Return type:str
room

[Required] Gets the room of this PlacementDetails. The name of the room in the dataacenter building where the resource was placed.

Returns:The room of this PlacementDetails.
Return type:str
workload_type

[Required] Gets the workload_type of this PlacementDetails. The type of workload to which these resources were provisioned.

Returns:The workload_type of this PlacementDetails.
Return type:str