AgentInstallerSummary¶
-
class
oci.jms.models.
AgentInstallerSummary
(**kwargs)¶ Bases:
object
Supported agent installer downloads.
Attributes
OS_FAMILY_LINUX
A constant which can be used with the os_family property of a AgentInstallerSummary. OS_FAMILY_MACOS
A constant which can be used with the os_family property of a AgentInstallerSummary. OS_FAMILY_UNKNOWN
A constant which can be used with the os_family property of a AgentInstallerSummary. OS_FAMILY_WINDOWS
A constant which can be used with the os_family property of a AgentInstallerSummary. PACKAGE_TYPE_RPM
A constant which can be used with the package_type property of a AgentInstallerSummary. PACKAGE_TYPE_ZIP
A constant which can be used with the package_type property of a AgentInstallerSummary. PLATFORM_ARCHITECTURE_AARCH64
A constant which can be used with the platform_architecture property of a AgentInstallerSummary. PLATFORM_ARCHITECTURE_X86
A constant which can be used with the platform_architecture property of a AgentInstallerSummary. PLATFORM_ARCHITECTURE_X86_64
A constant which can be used with the platform_architecture property of a AgentInstallerSummary. agent_installer_description
[Required] Gets the agent_installer_description of this AgentInstallerSummary. agent_installer_id
[Required] Gets the agent_installer_id of this AgentInstallerSummary. agent_installer_version
[Required] Gets the agent_installer_version of this AgentInstallerSummary. agent_version
[Required] Gets the agent_version of this AgentInstallerSummary. approximate_file_size_in_bytes
[Required] Gets the approximate_file_size_in_bytes of this AgentInstallerSummary. java_version
[Required] Gets the java_version of this AgentInstallerSummary. os_family
[Required] Gets the os_family of this AgentInstallerSummary. package_type
[Required] Gets the package_type of this AgentInstallerSummary. platform_architecture
[Required] Gets the platform_architecture of this AgentInstallerSummary. sha256
[Required] Gets the sha256 of this AgentInstallerSummary. Methods
__init__
(**kwargs)Initializes a new AgentInstallerSummary object with values from keyword arguments. -
OS_FAMILY_LINUX
= 'LINUX'¶ A constant which can be used with the os_family property of a AgentInstallerSummary. This constant has a value of “LINUX”
-
OS_FAMILY_MACOS
= 'MACOS'¶ A constant which can be used with the os_family property of a AgentInstallerSummary. This constant has a value of “MACOS”
-
OS_FAMILY_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the os_family property of a AgentInstallerSummary. This constant has a value of “UNKNOWN”
-
OS_FAMILY_WINDOWS
= 'WINDOWS'¶ A constant which can be used with the os_family property of a AgentInstallerSummary. This constant has a value of “WINDOWS”
-
PACKAGE_TYPE_RPM
= 'RPM'¶ A constant which can be used with the package_type property of a AgentInstallerSummary. This constant has a value of “RPM”
-
PACKAGE_TYPE_ZIP
= 'ZIP'¶ A constant which can be used with the package_type property of a AgentInstallerSummary. This constant has a value of “ZIP”
-
PLATFORM_ARCHITECTURE_AARCH64
= 'AARCH64'¶ A constant which can be used with the platform_architecture property of a AgentInstallerSummary. This constant has a value of “AARCH64”
-
PLATFORM_ARCHITECTURE_X86
= 'X86'¶ A constant which can be used with the platform_architecture property of a AgentInstallerSummary. This constant has a value of “X86”
-
PLATFORM_ARCHITECTURE_X86_64
= 'X86_64'¶ A constant which can be used with the platform_architecture property of a AgentInstallerSummary. This constant has a value of “X86_64”
-
__init__
(**kwargs)¶ Initializes a new AgentInstallerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - agent_installer_id (int) – The value to assign to the agent_installer_id property of this AgentInstallerSummary.
- agent_installer_description (str) – The value to assign to the agent_installer_description property of this AgentInstallerSummary.
- approximate_file_size_in_bytes (int) – The value to assign to the approximate_file_size_in_bytes property of this AgentInstallerSummary.
- sha256 (str) – The value to assign to the sha256 property of this AgentInstallerSummary.
- os_family (str) – The value to assign to the os_family property of this AgentInstallerSummary. Allowed values for this property are: “LINUX”, “WINDOWS”, “MACOS”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- platform_architecture (str) – The value to assign to the platform_architecture property of this AgentInstallerSummary. Allowed values for this property are: “X86_64”, “X86”, “AARCH64”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- package_type (str) – The value to assign to the package_type property of this AgentInstallerSummary. Allowed values for this property are: “RPM”, “ZIP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- agent_version (str) – The value to assign to the agent_version property of this AgentInstallerSummary.
- java_version (str) – The value to assign to the java_version property of this AgentInstallerSummary.
- agent_installer_version (str) – The value to assign to the agent_installer_version property of this AgentInstallerSummary.
-
agent_installer_description
¶ [Required] Gets the agent_installer_description of this AgentInstallerSummary. Description of the agent installer artifact. The description typically includes the OS, architecture, and agent installer type.
Returns: The agent_installer_description of this AgentInstallerSummary. Return type: str
-
agent_installer_id
¶ [Required] Gets the agent_installer_id of this AgentInstallerSummary. Unique identifier for the agent installer.
Returns: The agent_installer_id of this AgentInstallerSummary. Return type: int
-
agent_installer_version
¶ [Required] Gets the agent_installer_version of this AgentInstallerSummary. Agent installer version.
Returns: The agent_installer_version of this AgentInstallerSummary. Return type: str
-
agent_version
¶ [Required] Gets the agent_version of this AgentInstallerSummary. Agent image version.
Returns: The agent_version of this AgentInstallerSummary. Return type: str
-
approximate_file_size_in_bytes
¶ [Required] Gets the approximate_file_size_in_bytes of this AgentInstallerSummary. Approximate compressed file size in bytes.
Returns: The approximate_file_size_in_bytes of this AgentInstallerSummary. Return type: int
-
java_version
¶ [Required] Gets the java_version of this AgentInstallerSummary. Java version.
Returns: The java_version of this AgentInstallerSummary. Return type: str
-
os_family
¶ [Required] Gets the os_family of this AgentInstallerSummary. The target operating system family for the agent installer.
Allowed values for this property are: “LINUX”, “WINDOWS”, “MACOS”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The os_family of this AgentInstallerSummary. Return type: str
-
package_type
¶ [Required] Gets the package_type of this AgentInstallerSummary. The package type (typically the file extension) of the agent software included in the installer.
Allowed values for this property are: “RPM”, “ZIP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The package_type of this AgentInstallerSummary. Return type: str
-
platform_architecture
¶ [Required] Gets the platform_architecture of this AgentInstallerSummary. The target operating system architecture for the installer.
Allowed values for this property are: “X86_64”, “X86”, “AARCH64”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The platform_architecture of this AgentInstallerSummary. Return type: str
-
sha256
¶ [Required] Gets the sha256 of this AgentInstallerSummary. SHA256 checksum of the agent installer.
Returns: The sha256 of this AgentInstallerSummary. Return type: str
-