GenerateAgentInstallerConfigurationDetails¶
-
class
oci.jms.models.
GenerateAgentInstallerConfigurationDetails
(**kwargs)¶ Bases:
object
Attributes to generate agent installer parameters for a fleet.
Attributes
AGENT_TYPE_OCA
A constant which can be used with the agent_type property of a GenerateAgentInstallerConfigurationDetails. AGENT_TYPE_OCMA
A constant which can be used with the agent_type property of a GenerateAgentInstallerConfigurationDetails. AGENT_TYPE_OMA
A constant which can be used with the agent_type property of a GenerateAgentInstallerConfigurationDetails. agent_type
Gets the agent_type of this GenerateAgentInstallerConfigurationDetails. fleet_id
[Required] Gets the fleet_id of this GenerateAgentInstallerConfigurationDetails. install_key_id
[Required] Gets the install_key_id of this GenerateAgentInstallerConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new GenerateAgentInstallerConfigurationDetails object with values from keyword arguments. -
AGENT_TYPE_OCA
= 'OCA'¶ A constant which can be used with the agent_type property of a GenerateAgentInstallerConfigurationDetails. This constant has a value of “OCA”
-
AGENT_TYPE_OCMA
= 'OCMA'¶ A constant which can be used with the agent_type property of a GenerateAgentInstallerConfigurationDetails. This constant has a value of “OCMA”
-
AGENT_TYPE_OMA
= 'OMA'¶ A constant which can be used with the agent_type property of a GenerateAgentInstallerConfigurationDetails. This constant has a value of “OMA”
-
__init__
(**kwargs)¶ Initializes a new GenerateAgentInstallerConfigurationDetails 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 GenerateAgentInstallerConfigurationDetails.
- fleet_id (str) – The value to assign to the fleet_id property of this GenerateAgentInstallerConfigurationDetails.
- agent_type (str) – The value to assign to the agent_type property of this GenerateAgentInstallerConfigurationDetails. Allowed values for this property are: “OMA”, “OCA”, “OCMA”
-
agent_type
¶ Gets the agent_type of this GenerateAgentInstallerConfigurationDetails. The JMS plugin type.
Allowed values for this property are: “OMA”, “OCA”, “OCMA”
Returns: The agent_type of this GenerateAgentInstallerConfigurationDetails. Return type: str
-