Order

class oci.tenant_manager_control_plane.models.Order(**kwargs)

Bases: object

Order details.

Methods

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

Attributes

admin_email [Required] Gets the admin_email of this Order.
data_center_region Gets the data_center_region of this Order.
order_number [Required] Gets the order_number of this Order.
order_state [Required] Gets the order_state of this Order.
subscriptions [Required] Gets the subscriptions of this Order.
__init__(**kwargs)

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

Parameters:
  • order_number (str) – The value to assign to the order_number property of this Order.
  • data_center_region (str) – The value to assign to the data_center_region property of this Order.
  • admin_email (str) – The value to assign to the admin_email property of this Order.
  • order_state (str) – The value to assign to the order_state property of this Order.
  • subscriptions (list[oci.tenant_manager_control_plane.models.SubscriptionInfo]) – The value to assign to the subscriptions property of this Order.
admin_email

[Required] Gets the admin_email of this Order. Email address of the administrator who owns the subscription.

Returns:The admin_email of this Order.
Return type:str
data_center_region

Gets the data_center_region of this Order. Order’s data center region.

Returns:The data_center_region of this Order.
Return type:str
order_number

[Required] Gets the order_number of this Order. Immutable and unique order number holding customer subscription information.

Returns:The order_number of this Order.
Return type:str
order_state

[Required] Gets the order_state of this Order. State of the order.

Returns:The order_state of this Order.
Return type:str
subscriptions

[Required] Gets the subscriptions of this Order. Array of subscriptions associated with the order.

Returns:The subscriptions of this Order.
Return type:list[oci.tenant_manager_control_plane.models.SubscriptionInfo]