CreateManagementStationDetails¶
-
class
oci.os_management_hub.models.CreateManagementStationDetails(**kwargs)¶ Bases:
objectProvides the information used to create a management station.
Attributes
ARCH_TYPE_AARCH64A constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_ALLA constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_AMD64A constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_ARM64A constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_I386A constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_I686A constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_NOARCHA constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_SRCA constant which can be used with the arch_type property of a CreateManagementStationDetails. ARCH_TYPE_X86_64A constant which can be used with the arch_type property of a CreateManagementStationDetails. OS_FAMILY_ALLA constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_ORACLE_LINUX_10A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_ORACLE_LINUX_6A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_ORACLE_LINUX_7A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_ORACLE_LINUX_8A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_ORACLE_LINUX_9A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_UBUNTU_20_04A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_UBUNTU_22_04A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_UBUNTU_24_04A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_WINDOWS_11A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_WINDOWS_SERVER_2016A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_WINDOWS_SERVER_2019A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_WINDOWS_SERVER_2022A constant which can be used with the os_family property of a CreateManagementStationDetails. OS_FAMILY_WINDOWS_SERVER_2025A constant which can be used with the os_family property of a CreateManagementStationDetails. arch_typeGets the arch_type of this CreateManagementStationDetails. compartment_id[Required] Gets the compartment_id of this CreateManagementStationDetails. defined_tagsGets the defined_tags of this CreateManagementStationDetails. descriptionGets the description of this CreateManagementStationDetails. display_name[Required] Gets the display_name of this CreateManagementStationDetails. freeform_tagsGets the freeform_tags of this CreateManagementStationDetails. hostname[Required] Gets the hostname of this CreateManagementStationDetails. is_auto_config_enabledGets the is_auto_config_enabled of this CreateManagementStationDetails. mirror[Required] Gets the mirror of this CreateManagementStationDetails. os_familyGets the os_family of this CreateManagementStationDetails. proxy[Required] Gets the proxy of this CreateManagementStationDetails. Methods
__init__(**kwargs)Initializes a new CreateManagementStationDetails object with values from keyword arguments. -
ARCH_TYPE_AARCH64= 'AARCH64'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “AARCH64”
-
ARCH_TYPE_ALL= 'ALL'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “ALL”
-
ARCH_TYPE_AMD64= 'AMD64'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “AMD64”
-
ARCH_TYPE_ARM64= 'ARM64'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “ARM64”
-
ARCH_TYPE_I386= 'I386'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “I386”
-
ARCH_TYPE_I686= 'I686'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “I686”
-
ARCH_TYPE_NOARCH= 'NOARCH'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “NOARCH”
-
ARCH_TYPE_SRC= 'SRC'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “SRC”
-
ARCH_TYPE_X86_64= 'X86_64'¶ A constant which can be used with the arch_type property of a CreateManagementStationDetails. This constant has a value of “X86_64”
-
OS_FAMILY_ALL= 'ALL'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “ALL”
-
OS_FAMILY_ORACLE_LINUX_10= 'ORACLE_LINUX_10'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “ORACLE_LINUX_10”
-
OS_FAMILY_ORACLE_LINUX_6= 'ORACLE_LINUX_6'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “ORACLE_LINUX_6”
-
OS_FAMILY_ORACLE_LINUX_7= 'ORACLE_LINUX_7'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “ORACLE_LINUX_7”
-
OS_FAMILY_ORACLE_LINUX_8= 'ORACLE_LINUX_8'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “ORACLE_LINUX_8”
-
OS_FAMILY_ORACLE_LINUX_9= 'ORACLE_LINUX_9'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “ORACLE_LINUX_9”
-
OS_FAMILY_UBUNTU_20_04= 'UBUNTU_20_04'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “UBUNTU_20_04”
-
OS_FAMILY_UBUNTU_22_04= 'UBUNTU_22_04'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “UBUNTU_22_04”
-
OS_FAMILY_UBUNTU_24_04= 'UBUNTU_24_04'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “UBUNTU_24_04”
-
OS_FAMILY_WINDOWS_11= 'WINDOWS_11'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “WINDOWS_11”
-
OS_FAMILY_WINDOWS_SERVER_2016= 'WINDOWS_SERVER_2016'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “WINDOWS_SERVER_2016”
-
OS_FAMILY_WINDOWS_SERVER_2019= 'WINDOWS_SERVER_2019'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “WINDOWS_SERVER_2019”
-
OS_FAMILY_WINDOWS_SERVER_2022= 'WINDOWS_SERVER_2022'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “WINDOWS_SERVER_2022”
-
OS_FAMILY_WINDOWS_SERVER_2025= 'WINDOWS_SERVER_2025'¶ A constant which can be used with the os_family property of a CreateManagementStationDetails. This constant has a value of “WINDOWS_SERVER_2025”
-
__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.
- is_auto_config_enabled (bool) – The value to assign to the is_auto_config_enabled property of this CreateManagementStationDetails.
- os_family (str) – The value to assign to the os_family property of this CreateManagementStationDetails. Allowed values for this property are: “ORACLE_LINUX_10”, “ORACLE_LINUX_9”, “ORACLE_LINUX_8”, “ORACLE_LINUX_7”, “ORACLE_LINUX_6”, “WINDOWS_SERVER_2016”, “WINDOWS_SERVER_2019”, “WINDOWS_SERVER_2022”, “WINDOWS_SERVER_2025”, “WINDOWS_11”, “ALL”, “UBUNTU_20_04”, “UBUNTU_22_04”, “UBUNTU_24_04”
- arch_type (str) – The value to assign to the arch_type property of this CreateManagementStationDetails. Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, “I386”, “AMD64”, “ARM64”, “ALL”
- 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.
-
arch_type¶ Gets the arch_type of this CreateManagementStationDetails. The architecture type.
Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, “I386”, “AMD64”, “ARM64”, “ALL”
Returns: The arch_type of this CreateManagementStationDetails. Return type: str
-
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
-
is_auto_config_enabled¶ Gets the is_auto_config_enabled of this CreateManagementStationDetails. 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 CreateManagementStationDetails. Return type: bool
-
mirror¶ [Required] Gets the mirror of this CreateManagementStationDetails.
Returns: The mirror of this CreateManagementStationDetails. Return type: oci.os_management_hub.models.CreateMirrorConfigurationDetails
-
os_family¶ Gets the os_family of this CreateManagementStationDetails. The operating system family.
Allowed values for this property are: “ORACLE_LINUX_10”, “ORACLE_LINUX_9”, “ORACLE_LINUX_8”, “ORACLE_LINUX_7”, “ORACLE_LINUX_6”, “WINDOWS_SERVER_2016”, “WINDOWS_SERVER_2019”, “WINDOWS_SERVER_2022”, “WINDOWS_SERVER_2025”, “WINDOWS_11”, “ALL”, “UBUNTU_20_04”, “UBUNTU_22_04”, “UBUNTU_24_04”
Returns: The os_family of this CreateManagementStationDetails. Return type: str
-
proxy¶ [Required] Gets the proxy of this CreateManagementStationDetails.
Returns: The proxy of this CreateManagementStationDetails. Return type: oci.os_management_hub.models.CreateProxyConfigurationDetails
-