CreateManagementStationDetails¶
-
class
oci.os_management_hub.models.
CreateManagementStationDetails
(**kwargs)¶ Bases:
object
Provides the information used to create a management station.
Methods
__init__
(**kwargs)Initializes a new CreateManagementStationDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateManagementStationDetails. defined_tags
Gets the defined_tags of this CreateManagementStationDetails. description
Gets the description of this CreateManagementStationDetails. display_name
[Required] Gets the display_name of this CreateManagementStationDetails. freeform_tags
Gets the freeform_tags of this CreateManagementStationDetails. hostname
[Required] Gets the hostname of this CreateManagementStationDetails. mirror
[Required] Gets the mirror of this CreateManagementStationDetails. proxy
[Required] Gets the proxy of this CreateManagementStationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateManagementStationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateManagementStationDetails.
- display_name (str) – The value to assign to the display_name property of this CreateManagementStationDetails.
- description (str) – The value to assign to the description property of this CreateManagementStationDetails.
- hostname (str) – The value to assign to the hostname property of this CreateManagementStationDetails.
- proxy (oci.os_management_hub.models.CreateProxyConfigurationDetails) – The value to assign to the proxy property of this CreateManagementStationDetails.
- mirror (oci.os_management_hub.models.CreateMirrorConfigurationDetails) – The value to assign to the mirror property of this CreateManagementStationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateManagementStationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateManagementStationDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateManagementStationDetails. The OCID of the compartment that contains the management station.
Returns: The compartment_id of this CreateManagementStationDetails. Return type: str
Gets the defined_tags of this CreateManagementStationDetails. 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 CreateManagementStationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateManagementStationDetails. User-specified description of the management station. Avoid entering confidential information.
Returns: The description of this CreateManagementStationDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateManagementStationDetails. User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
Returns: The display_name of this CreateManagementStationDetails. Return type: str
Gets the freeform_tags of this CreateManagementStationDetails. 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 CreateManagementStationDetails. Return type: dict(str, str)
-
hostname
¶ [Required] Gets the hostname of this CreateManagementStationDetails. Hostname of the management station.
Returns: The hostname of this CreateManagementStationDetails. Return type: str
-
mirror
¶ [Required] Gets the mirror of this CreateManagementStationDetails.
Returns: The mirror of this CreateManagementStationDetails. Return type: oci.os_management_hub.models.CreateMirrorConfigurationDetails
-
proxy
¶ [Required] Gets the proxy of this CreateManagementStationDetails.
Returns: The proxy of this CreateManagementStationDetails. Return type: oci.os_management_hub.models.CreateProxyConfigurationDetails
-