ResourceAdditionalDetails¶
- 
class oci.cloud_guard.models.ResourceAdditionalDetails(**kwargs)¶
- Bases: - object- Optional details of a resource - Methods - __init__(**kwargs)- Initializes a new ResourceAdditionalDetails object with values from keyword arguments. - Attributes - os_info- Gets the os_info of this ResourceAdditionalDetails. - 
__init__(**kwargs)¶
- Initializes a new ResourceAdditionalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - os_info (str) – The value to assign to the os_info property of this ResourceAdditionalDetails. 
 - 
os_info¶
- Gets the os_info of this ResourceAdditionalDetails. Type of OS present in the resource - Returns: - The os_info of this ResourceAdditionalDetails. - Return type: - str 
 
-