InstallModuleStreamProfileOnManagedInstanceGroupDetails¶
-
class
oci.os_management_hub.models.
InstallModuleStreamProfileOnManagedInstanceGroupDetails
(**kwargs)¶ Bases:
object
Provides the details for installing a module stream profile on a managed instance group.
Methods
__init__
(**kwargs)Initializes a new InstallModuleStreamProfileOnManagedInstanceGroupDetails object with values from keyword arguments. Attributes
module_name
[Required] Gets the module_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. profile_name
Gets the profile_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. software_source_id
Gets the software_source_id of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. stream_name
Gets the stream_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. work_request_details
Gets the work_request_details of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. -
__init__
(**kwargs)¶ Initializes a new InstallModuleStreamProfileOnManagedInstanceGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - module_name (str) – The value to assign to the module_name property of this InstallModuleStreamProfileOnManagedInstanceGroupDetails.
- stream_name (str) – The value to assign to the stream_name property of this InstallModuleStreamProfileOnManagedInstanceGroupDetails.
- profile_name (str) – The value to assign to the profile_name property of this InstallModuleStreamProfileOnManagedInstanceGroupDetails.
- software_source_id (str) – The value to assign to the software_source_id property of this InstallModuleStreamProfileOnManagedInstanceGroupDetails.
- work_request_details (oci.os_management_hub.models.WorkRequestDetails) – The value to assign to the work_request_details property of this InstallModuleStreamProfileOnManagedInstanceGroupDetails.
-
module_name
¶ [Required] Gets the module_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. The name of the module.
Returns: The module_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. Return type: str
-
profile_name
¶ Gets the profile_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. The name of a profile of the specified module stream.
Returns: The profile_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. Return type: str
-
software_source_id
¶ Gets the software_source_id of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. The OCID of the software source that provides the module stream
Returns: The software_source_id of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. Return type: str
-
stream_name
¶ Gets the stream_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. The name of a stream of the specified module.
Returns: The stream_name of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. Return type: str
-
work_request_details
¶ Gets the work_request_details of this InstallModuleStreamProfileOnManagedInstanceGroupDetails.
Returns: The work_request_details of this InstallModuleStreamProfileOnManagedInstanceGroupDetails. Return type: oci.os_management_hub.models.WorkRequestDetails
-