OpsActionUpdateMacOrderDetails

class oci.mngdmac.models.OpsActionUpdateMacOrderDetails(**kwargs)

Bases: object

The data to update an order in MAC_ORDER bucket.

Methods

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

Attributes

ip_range Gets the ip_range of this OpsActionUpdateMacOrderDetails.
order_status Gets the order_status of this OpsActionUpdateMacOrderDetails.
time_billing_ended Gets the time_billing_ended of this OpsActionUpdateMacOrderDetails.
time_billing_started Gets the time_billing_started of this OpsActionUpdateMacOrderDetails.
__init__(**kwargs)

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

Parameters:
  • order_status (str) – The value to assign to the order_status property of this OpsActionUpdateMacOrderDetails.
  • ip_range (str) – The value to assign to the ip_range property of this OpsActionUpdateMacOrderDetails.
  • time_billing_started (datetime) – The value to assign to the time_billing_started property of this OpsActionUpdateMacOrderDetails.
  • time_billing_ended (datetime) – The value to assign to the time_billing_ended property of this OpsActionUpdateMacOrderDetails.
ip_range

Gets the ip_range of this OpsActionUpdateMacOrderDetails. The IP Range specified by the customer for this order.

Returns:The ip_range of this OpsActionUpdateMacOrderDetails.
Return type:str
order_status

Gets the order_status of this OpsActionUpdateMacOrderDetails. The new status of the MacOrder.

Returns:The order_status of this OpsActionUpdateMacOrderDetails.
Return type:str
time_billing_ended

Gets the time_billing_ended of this OpsActionUpdateMacOrderDetails. The date and time this mac order until which this mac is Active. An RFC3339 formatted datetime string.

Returns:The time_billing_ended of this OpsActionUpdateMacOrderDetails.
Return type:datetime
time_billing_started

Gets the time_billing_started of this OpsActionUpdateMacOrderDetails. The date and time this mac order is Active from. An RFC3339 formatted datetime string.

Returns:The time_billing_started of this OpsActionUpdateMacOrderDetails.
Return type:datetime