ModuleStreamProfileOnManagedInstanceSummary¶
-
class
oci.os_management.models.
ModuleStreamProfileOnManagedInstanceSummary
(**kwargs)¶ Bases:
object
Summary information pertaining to a module stream profile on a managed instance
Attributes
STATUS_AVAILABLE
A constant which can be used with the status property of a ModuleStreamProfileOnManagedInstanceSummary. STATUS_INSTALLED
A constant which can be used with the status property of a ModuleStreamProfileOnManagedInstanceSummary. module_name
[Required] Gets the module_name of this ModuleStreamProfileOnManagedInstanceSummary. profile_name
[Required] Gets the profile_name of this ModuleStreamProfileOnManagedInstanceSummary. status
[Required] Gets the status of this ModuleStreamProfileOnManagedInstanceSummary. stream_name
[Required] Gets the stream_name of this ModuleStreamProfileOnManagedInstanceSummary. time_modified
Gets the time_modified of this ModuleStreamProfileOnManagedInstanceSummary. Methods
__init__
(**kwargs)Initializes a new ModuleStreamProfileOnManagedInstanceSummary object with values from keyword arguments. -
STATUS_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the status property of a ModuleStreamProfileOnManagedInstanceSummary. This constant has a value of “AVAILABLE”
-
STATUS_INSTALLED
= 'INSTALLED'¶ A constant which can be used with the status property of a ModuleStreamProfileOnManagedInstanceSummary. This constant has a value of “INSTALLED”
-
__init__
(**kwargs)¶ Initializes a new ModuleStreamProfileOnManagedInstanceSummary 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 ModuleStreamProfileOnManagedInstanceSummary.
- stream_name (str) – The value to assign to the stream_name property of this ModuleStreamProfileOnManagedInstanceSummary.
- profile_name (str) – The value to assign to the profile_name property of this ModuleStreamProfileOnManagedInstanceSummary.
- status (str) – The value to assign to the status property of this ModuleStreamProfileOnManagedInstanceSummary. Allowed values for this property are: “INSTALLED”, “AVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_modified (datetime) – The value to assign to the time_modified property of this ModuleStreamProfileOnManagedInstanceSummary.
-
module_name
¶ [Required] Gets the module_name of this ModuleStreamProfileOnManagedInstanceSummary. The name of the module that contains the stream profile
Returns: The module_name of this ModuleStreamProfileOnManagedInstanceSummary. Return type: str
-
profile_name
¶ [Required] Gets the profile_name of this ModuleStreamProfileOnManagedInstanceSummary. The name of the profile
Returns: The profile_name of this ModuleStreamProfileOnManagedInstanceSummary. Return type: str
-
status
¶ [Required] Gets the status of this ModuleStreamProfileOnManagedInstanceSummary. The status of the profile.
A profile with the “INSTALLED” status indicates that the profile has been installed.
A profile with the “AVAILABLE” status indicates that the profile is not installed, but can be.
Allowed values for this property are: “INSTALLED”, “AVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ModuleStreamProfileOnManagedInstanceSummary. Return type: str
-
stream_name
¶ [Required] Gets the stream_name of this ModuleStreamProfileOnManagedInstanceSummary. The name of the stream that contains the profile
Returns: The stream_name of this ModuleStreamProfileOnManagedInstanceSummary. Return type: str
-