MacOrderSummary¶
-
class
oci.mngdmac.models.
MacOrderSummary
(**kwargs)¶ Bases:
object
Summary information about a MacOrder.
Methods
__init__
(**kwargs)Initializes a new MacOrderSummary object with values from keyword arguments. Attributes
commitment_term
[Required] Gets the commitment_term of this MacOrderSummary. compartment_id
[Required] Gets the compartment_id of this MacOrderSummary. display_name
[Required] Gets the display_name of this MacOrderSummary. id
[Required] Gets the id of this MacOrderSummary. ip_range
Gets the ip_range of this MacOrderSummary. is_docusigned
[Required] Gets the is_docusigned of this MacOrderSummary. lifecycle_details
Gets the lifecycle_details of this MacOrderSummary. lifecycle_state
[Required] Gets the lifecycle_state of this MacOrderSummary. order_description
[Required] Gets the order_description of this MacOrderSummary. order_size
[Required] Gets the order_size of this MacOrderSummary. order_status
[Required] Gets the order_status of this MacOrderSummary. shape
[Required] Gets the shape of this MacOrderSummary. time_billing_ended
Gets the time_billing_ended of this MacOrderSummary. time_billing_started
Gets the time_billing_started of this MacOrderSummary. time_created
[Required] Gets the time_created of this MacOrderSummary. time_updated
Gets the time_updated of this MacOrderSummary. -
__init__
(**kwargs)¶ Initializes a new MacOrderSummary 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 MacOrderSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MacOrderSummary.
- display_name (str) – The value to assign to the display_name property of this MacOrderSummary.
- order_description (str) – The value to assign to the order_description property of this MacOrderSummary.
- order_size (int) – The value to assign to the order_size property of this MacOrderSummary.
- ip_range (str) – The value to assign to the ip_range property of this MacOrderSummary.
- is_docusigned (bool) – The value to assign to the is_docusigned property of this MacOrderSummary.
- shape (str) – The value to assign to the shape property of this MacOrderSummary.
- time_created (datetime) – The value to assign to the time_created property of this MacOrderSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this MacOrderSummary.
- commitment_term (str) – The value to assign to the commitment_term property of this MacOrderSummary.
- time_billing_started (datetime) – The value to assign to the time_billing_started property of this MacOrderSummary.
- time_billing_ended (datetime) – The value to assign to the time_billing_ended property of this MacOrderSummary.
- order_status (str) – The value to assign to the order_status property of this MacOrderSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MacOrderSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this MacOrderSummary.
-
commitment_term
¶ [Required] Gets the commitment_term of this MacOrderSummary. Enum indicating the agreed commitment term on the MacOrder.
Returns: The commitment_term of this MacOrderSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this MacOrderSummary. OCID of the compartment to which the resource belongs to.
Returns: The compartment_id of this MacOrderSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this MacOrderSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this MacOrderSummary. Return type: str
-
id
¶ [Required] Gets the id of this MacOrderSummary. The OCID of the resource.
Returns: The id of this MacOrderSummary. Return type: str
-
ip_range
¶ Gets the ip_range of this MacOrderSummary. The IP Range specified by the customer for this order.
Returns: The ip_range of this MacOrderSummary. Return type: str
-
is_docusigned
¶ [Required] Gets the is_docusigned of this MacOrderSummary. Checkbox value that indicates whether the customer completed docusign process.
Returns: The is_docusigned of this MacOrderSummary. Return type: bool
-
lifecycle_details
¶ Gets the lifecycle_details of this MacOrderSummary. A message that describes the current state of the MacOrder in more detail.
Returns: The lifecycle_details of this MacOrderSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this MacOrderSummary. The current state of the MacOrder.
Returns: The lifecycle_state of this MacOrderSummary. Return type: str
-
order_description
¶ [Required] Gets the order_description of this MacOrderSummary. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
Returns: The order_description of this MacOrderSummary. Return type: str
-
order_size
¶ [Required] Gets the order_size of this MacOrderSummary. Number of macs requested in this MacOrder.
Returns: The order_size of this MacOrderSummary. Return type: int
-
order_status
¶ [Required] Gets the order_status of this MacOrderSummary. The current status of the MacOrder.
Returns: The order_status of this MacOrderSummary. Return type: str
-
shape
¶ [Required] Gets the shape of this MacOrderSummary. The requested shape for Macs in this MacOrder.
Returns: The shape of this MacOrderSummary. Return type: str
-
time_billing_ended
¶ Gets the time_billing_ended of this MacOrderSummary. An RFC3339-formatted datetime string containing the date and time this MacOrder begins.
Returns: The time_billing_ended of this MacOrderSummary. Return type: datetime
-
time_billing_started
¶ Gets the time_billing_started of this MacOrderSummary. An RFC3339-formatted datetime string containing the date and time this MacOrder begins.
Returns: The time_billing_started of this MacOrderSummary. Return type: datetime
-
time_created
¶ [Required] Gets the time_created of this MacOrderSummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this MacOrderSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this MacOrderSummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this MacOrderSummary. Return type: datetime
-