GenerateAgentInstallerConfigurationDetails¶
-
class
oci.jms.models.
GenerateAgentInstallerConfigurationDetails
(**kwargs)¶ Bases:
object
Attributes to generate agent installer parameters for a fleet.
Methods
__init__
(**kwargs)Initializes a new GenerateAgentInstallerConfigurationDetails object with values from keyword arguments. Attributes
fleet_id
[Required] Gets the fleet_id of this GenerateAgentInstallerConfigurationDetails. install_key_id
[Required] Gets the install_key_id of this GenerateAgentInstallerConfigurationDetails. -
__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.
-