ManagedInstance¶
-
class
oci.wlms.models.
ManagedInstance
(**kwargs)¶ Bases:
object
A managed instance has an agent with the WebLogic Management Service plugin running.
To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Methods
__init__
(**kwargs)Initializes a new ManagedInstance object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ManagedInstance. configuration
Gets the configuration of this ManagedInstance. display_name
[Required] Gets the display_name of this ManagedInstance. host_name
[Required] Gets the host_name of this ManagedInstance. id
[Required] Gets the id of this ManagedInstance. os_arch
Gets the os_arch of this ManagedInstance. os_name
Gets the os_name of this ManagedInstance. plugin_status
[Required] Gets the plugin_status of this ManagedInstance. server_count
[Required] Gets the server_count of this ManagedInstance. time_created
[Required] Gets the time_created of this ManagedInstance. time_updated
[Required] Gets the time_updated of this ManagedInstance. -
__init__
(**kwargs)¶ Initializes a new ManagedInstance 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 ManagedInstance.
- display_name (str) – The value to assign to the display_name property of this ManagedInstance.
- compartment_id (str) – The value to assign to the compartment_id property of this ManagedInstance.
- host_name (str) – The value to assign to the host_name property of this ManagedInstance.
- server_count (int) – The value to assign to the server_count property of this ManagedInstance.
- plugin_status (str) – The value to assign to the plugin_status property of this ManagedInstance.
- time_created (datetime) – The value to assign to the time_created property of this ManagedInstance.
- time_updated (datetime) – The value to assign to the time_updated property of this ManagedInstance.
- os_name (str) – The value to assign to the os_name property of this ManagedInstance.
- os_arch (str) – The value to assign to the os_arch property of this ManagedInstance.
- configuration (oci.wlms.models.ManagedInstanceConfiguration) – The value to assign to the configuration property of this ManagedInstance.
-
compartment_id
¶ [Required] Gets the compartment_id of this ManagedInstance. The OCID of the compartment.
Returns: The compartment_id of this ManagedInstance. Return type: str
-
configuration
¶ Gets the configuration of this ManagedInstance.
Returns: The configuration of this ManagedInstance. Return type: oci.wlms.models.ManagedInstanceConfiguration
-
display_name
¶ [Required] Gets the display_name of this ManagedInstance. A user-friendly name that does not have to be unique and is changeable.
Returns: The display_name of this ManagedInstance. Return type: str
-
host_name
¶ [Required] Gets the host_name of this ManagedInstance. The FQDN of the managed instance.
Returns: The host_name of this ManagedInstance. Return type: str
-
id
¶ [Required] Gets the id of this ManagedInstance. The OCID of the managed instance.
Returns: The id of this ManagedInstance. Return type: str
-
os_arch
¶ Gets the os_arch of this ManagedInstance. The operating system architecture on the managed instance.
Returns: The os_arch of this ManagedInstance. Return type: str
-
os_name
¶ Gets the os_name of this ManagedInstance. The operating system name on the managed instance.
Returns: The os_name of this ManagedInstance. Return type: str
-
plugin_status
¶ [Required] Gets the plugin_status of this ManagedInstance. The plugin status of the managed instance.
Returns: The plugin_status of this ManagedInstance. Return type: str
-
server_count
¶ [Required] Gets the server_count of this ManagedInstance. The number of servers running in the managed instance.
Returns: The server_count of this ManagedInstance. Return type: int
-