AttachProfileToManagedInstanceDetails¶
-
class
oci.os_management_hub.models.
AttachProfileToManagedInstanceDetails
(**kwargs)¶ Bases:
object
Provides the information used to set a profile for a managed instance.
Methods
__init__
(**kwargs)Initializes a new AttachProfileToManagedInstanceDetails object with values from keyword arguments. Attributes
profile_id
[Required] Gets the profile_id of this AttachProfileToManagedInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new AttachProfileToManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: profile_id (str) – The value to assign to the profile_id property of this AttachProfileToManagedInstanceDetails.
-