GenerateAgentDeployScriptDetails¶
-
class
oci.jms.models.
GenerateAgentDeployScriptDetails
(**kwargs)¶ Bases:
object
Attributes to generate agent deploy script for a Fleet.
Attributes
OS_FAMILY_LINUX
A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. OS_FAMILY_MACOS
A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. OS_FAMILY_UNKNOWN
A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. OS_FAMILY_WINDOWS
A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. install_key_id
[Required] Gets the install_key_id of this GenerateAgentDeployScriptDetails. is_user_name_enabled
[Required] Gets the is_user_name_enabled of this GenerateAgentDeployScriptDetails. os_family
[Required] Gets the os_family of this GenerateAgentDeployScriptDetails. Methods
__init__
(**kwargs)Initializes a new GenerateAgentDeployScriptDetails object with values from keyword arguments. -
OS_FAMILY_LINUX
= 'LINUX'¶ A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. This constant has a value of “LINUX”
-
OS_FAMILY_MACOS
= 'MACOS'¶ A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. This constant has a value of “MACOS”
-
OS_FAMILY_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. This constant has a value of “UNKNOWN”
-
OS_FAMILY_WINDOWS
= 'WINDOWS'¶ A constant which can be used with the os_family property of a GenerateAgentDeployScriptDetails. This constant has a value of “WINDOWS”
-
__init__
(**kwargs)¶ Initializes a new GenerateAgentDeployScriptDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - install_key_id (str) – The value to assign to the install_key_id property of this GenerateAgentDeployScriptDetails.
- os_family (str) – The value to assign to the os_family property of this GenerateAgentDeployScriptDetails. Allowed values for this property are: “LINUX”, “WINDOWS”, “MACOS”, “UNKNOWN”
- is_user_name_enabled (bool) – The value to assign to the is_user_name_enabled property of this GenerateAgentDeployScriptDetails.
-
install_key_id
¶ [Required] Gets the install_key_id of this GenerateAgentDeployScriptDetails. The OCID of the install key for which to generate the script.
Returns: The install_key_id of this GenerateAgentDeployScriptDetails. Return type: str
-
is_user_name_enabled
¶ [Required] Gets the is_user_name_enabled of this GenerateAgentDeployScriptDetails. Enable/disable user name collection on agent.
Returns: The is_user_name_enabled of this GenerateAgentDeployScriptDetails. Return type: bool
-
os_family
¶ [Required] Gets the os_family of this GenerateAgentDeployScriptDetails. The operating system type for the script. Currently only ‘LINUX’ and ‘WINDOWS’ are supported.
Allowed values for this property are: “LINUX”, “WINDOWS”, “MACOS”, “UNKNOWN”
Returns: The os_family of this GenerateAgentDeployScriptDetails. Return type: str
-