UpdateManagementStationDetails¶
- 
class oci.os_management_hub.models.UpdateManagementStationDetails(**kwargs)¶
- Bases: - object- Provides the information used to update the management station. - Methods - __init__(**kwargs)- Initializes a new UpdateManagementStationDetails object with values from keyword arguments. - Attributes - defined_tags- Gets the defined_tags of this UpdateManagementStationDetails. - description- Gets the description of this UpdateManagementStationDetails. - display_name- Gets the display_name of this UpdateManagementStationDetails. - freeform_tags- Gets the freeform_tags of this UpdateManagementStationDetails. - hostname- Gets the hostname of this UpdateManagementStationDetails. - is_auto_config_enabled- Gets the is_auto_config_enabled of this UpdateManagementStationDetails. - mirror- Gets the mirror of this UpdateManagementStationDetails. - proxy- Gets the proxy of this UpdateManagementStationDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateManagementStationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateManagementStationDetails.
- description (str) – The value to assign to the description property of this UpdateManagementStationDetails.
- hostname (str) – The value to assign to the hostname property of this UpdateManagementStationDetails.
- is_auto_config_enabled (bool) – The value to assign to the is_auto_config_enabled property of this UpdateManagementStationDetails.
- proxy (oci.os_management_hub.models.UpdateProxyConfigurationDetails) – The value to assign to the proxy property of this UpdateManagementStationDetails.
- mirror (oci.os_management_hub.models.UpdateMirrorConfigurationDetails) – The value to assign to the mirror property of this UpdateManagementStationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateManagementStationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateManagementStationDetails.
 
 - Gets the defined_tags of this UpdateManagementStationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this UpdateManagementStationDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this UpdateManagementStationDetails. User-specified description of the management station. Avoid entering confidential information. - Returns: - The description of this UpdateManagementStationDetails. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this UpdateManagementStationDetails. User-friendly name for the management station. Does not have to be unique. Avoid entering confidential information. - Returns: - The display_name of this UpdateManagementStationDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateManagementStationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this UpdateManagementStationDetails. - Return type: - dict(str, str) 
 - 
hostname¶
- Gets the hostname of this UpdateManagementStationDetails. Hostname of the management station. - Returns: - The hostname of this UpdateManagementStationDetails. - Return type: - str 
 - 
is_auto_config_enabled¶
- Gets the is_auto_config_enabled of this UpdateManagementStationDetails. When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station. - Returns: - The is_auto_config_enabled of this UpdateManagementStationDetails. - Return type: - bool 
 - 
mirror¶
- Gets the mirror of this UpdateManagementStationDetails. - Returns: - The mirror of this UpdateManagementStationDetails. - Return type: - oci.os_management_hub.models.UpdateMirrorConfigurationDetails 
 - 
proxy¶
- Gets the proxy of this UpdateManagementStationDetails. - Returns: - The proxy of this UpdateManagementStationDetails. - Return type: - oci.os_management_hub.models.UpdateProxyConfigurationDetails 
 
-