MacDeviceSummary¶
-
class
oci.mngdmac.models.
MacDeviceSummary
(**kwargs)¶ Bases:
object
Summary information about a MacDevice.
Methods
__init__
(**kwargs)Initializes a new MacDeviceSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this MacDeviceSummary. id
[Required] Gets the id of this MacDeviceSummary. ip_address
[Required] Gets the ip_address of this MacDeviceSummary. is_marked_decom
[Required] Gets the is_marked_decom of this MacDeviceSummary. lifecycle_state
[Required] Gets the lifecycle_state of this MacDeviceSummary. mac_order_id
[Required] Gets the mac_order_id of this MacDeviceSummary. serial_number
[Required] Gets the serial_number of this MacDeviceSummary. shape
[Required] Gets the shape of this MacDeviceSummary. time_created
[Required] Gets the time_created of this MacDeviceSummary. time_decom
[Required] Gets the time_decom of this MacDeviceSummary. time_updated
[Required] Gets the time_updated of this MacDeviceSummary. -
__init__
(**kwargs)¶ Initializes a new MacDeviceSummary 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 MacDeviceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MacDeviceSummary.
- mac_order_id (str) – The value to assign to the mac_order_id property of this MacDeviceSummary.
- serial_number (str) – The value to assign to the serial_number property of this MacDeviceSummary.
- ip_address (str) – The value to assign to the ip_address property of this MacDeviceSummary.
- shape (str) – The value to assign to the shape property of this MacDeviceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MacDeviceSummary.
- time_created (datetime) – The value to assign to the time_created property of this MacDeviceSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this MacDeviceSummary.
- is_marked_decom (bool) – The value to assign to the is_marked_decom property of this MacDeviceSummary.
- time_decom (datetime) – The value to assign to the time_decom property of this MacDeviceSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this MacDeviceSummary. OCID of the compartment to which the resource belongs to.
Returns: The compartment_id of this MacDeviceSummary. Return type: str
-
id
¶ [Required] Gets the id of this MacDeviceSummary. The unique ID of the MacDevice.
Returns: The id of this MacDeviceSummary. Return type: str
-
ip_address
¶ [Required] Gets the ip_address of this MacDeviceSummary. The IP address assigned to the MacDevice.
Returns: The ip_address of this MacDeviceSummary. Return type: str
-
is_marked_decom
¶ [Required] Gets the is_marked_decom of this MacDeviceSummary. A flag that indicates if this MacDevice is decommissioned.
Returns: The is_marked_decom of this MacDeviceSummary. Return type: bool
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this MacDeviceSummary. The current status of the MacDevice.
Returns: The lifecycle_state of this MacDeviceSummary. Return type: str
-
mac_order_id
¶ [Required] Gets the mac_order_id of this MacDeviceSummary. The OCID of the resource.
Returns: The mac_order_id of this MacDeviceSummary. Return type: str
-
serial_number
¶ [Required] Gets the serial_number of this MacDeviceSummary. The serial number of the MacDevice.
Returns: The serial_number of this MacDeviceSummary. Return type: str
-
shape
¶ [Required] Gets the shape of this MacDeviceSummary. The shape of the MacDevice.
Returns: The shape of this MacDeviceSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this MacDeviceSummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this MacDeviceSummary. Return type: datetime
-
time_decom
¶ [Required] Gets the time_decom of this MacDeviceSummary. An RFC3339-formatted datetime string containing the time this MacDevice was decommissioned.
Returns: The time_decom of this MacDeviceSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this MacDeviceSummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this MacDeviceSummary. Return type: datetime
-