UpdateMacOrderDetails

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

Bases: object

The data to update a MacOrder.

Methods

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

Attributes

display_name Gets the display_name of this UpdateMacOrderDetails.
ip_range Gets the ip_range of this UpdateMacOrderDetails.
order_description Gets the order_description of this UpdateMacOrderDetails.
order_size Gets the order_size of this UpdateMacOrderDetails.
shape Gets the shape of this UpdateMacOrderDetails.
__init__(**kwargs)

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

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateMacOrderDetails.
  • order_description (str) – The value to assign to the order_description property of this UpdateMacOrderDetails.
  • order_size (int) – The value to assign to the order_size property of this UpdateMacOrderDetails.
  • shape (str) – The value to assign to the shape property of this UpdateMacOrderDetails.
  • ip_range (str) – The value to assign to the ip_range property of this UpdateMacOrderDetails.
display_name

Gets the display_name of this UpdateMacOrderDetails. 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 UpdateMacOrderDetails.
Return type:str
ip_range

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

Returns:The ip_range of this UpdateMacOrderDetails.
Return type:str
order_description

Gets the order_description of this UpdateMacOrderDetails. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.

Returns:The order_description of this UpdateMacOrderDetails.
Return type:str
order_size

Gets the order_size of this UpdateMacOrderDetails. Number of macs requested in this MacOrder.

Returns:The order_size of this UpdateMacOrderDetails.
Return type:int
shape

Gets the shape of this UpdateMacOrderDetails. The shape of the Mac.

Returns:The shape of this UpdateMacOrderDetails.
Return type:str