ManagementAgentImageSummary

class oci.management_agent.models.ManagementAgentImageSummary(**kwargs)

Bases: object

Supported Agent downloads

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_TERMINATED A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary.
PACKAGE_ARCHITECTURE_TYPE_AARCH64 A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary.
PACKAGE_ARCHITECTURE_TYPE_M1 A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary.
PACKAGE_ARCHITECTURE_TYPE_SPARC A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary.
PACKAGE_ARCHITECTURE_TYPE_X86 A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary.
PACKAGE_ARCHITECTURE_TYPE_X86_64 A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary.
PACKAGE_TYPE_RPM A constant which can be used with the package_type property of a ManagementAgentImageSummary.
PACKAGE_TYPE_ZIP A constant which can be used with the package_type property of a ManagementAgentImageSummary.
PLATFORM_TYPE_LINUX A constant which can be used with the platform_type property of a ManagementAgentImageSummary.
PLATFORM_TYPE_MACOSX A constant which can be used with the platform_type property of a ManagementAgentImageSummary.
PLATFORM_TYPE_SOLARIS A constant which can be used with the platform_type property of a ManagementAgentImageSummary.
PLATFORM_TYPE_WINDOWS A constant which can be used with the platform_type property of a ManagementAgentImageSummary.
checksum Gets the checksum of this ManagementAgentImageSummary.
id [Required] Gets the id of this ManagementAgentImageSummary.
image_object_storage_details Gets the image_object_storage_details of this ManagementAgentImageSummary.
lifecycle_state Gets the lifecycle_state of this ManagementAgentImageSummary.
object_url Gets the object_url of this ManagementAgentImageSummary.
package_architecture_type Gets the package_architecture_type of this ManagementAgentImageSummary.
package_type Gets the package_type of this ManagementAgentImageSummary.
platform_name Gets the platform_name of this ManagementAgentImageSummary.
platform_type [Required] Gets the platform_type of this ManagementAgentImageSummary.
size Gets the size of this ManagementAgentImageSummary.
version [Required] Gets the version of this ManagementAgentImageSummary.

Methods

__init__(**kwargs) Initializes a new ManagementAgentImageSummary object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “TERMINATED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ManagementAgentImageSummary. This constant has a value of “UPDATING”

PACKAGE_ARCHITECTURE_TYPE_AARCH64 = 'AARCH64'

A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary. This constant has a value of “AARCH64”

PACKAGE_ARCHITECTURE_TYPE_M1 = 'M1'

A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary. This constant has a value of “M1”

PACKAGE_ARCHITECTURE_TYPE_SPARC = 'SPARC'

A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary. This constant has a value of “SPARC”

PACKAGE_ARCHITECTURE_TYPE_X86 = 'X86'

A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary. This constant has a value of “X86”

PACKAGE_ARCHITECTURE_TYPE_X86_64 = 'X86_64'

A constant which can be used with the package_architecture_type property of a ManagementAgentImageSummary. This constant has a value of “X86_64”

PACKAGE_TYPE_RPM = 'RPM'

A constant which can be used with the package_type property of a ManagementAgentImageSummary. This constant has a value of “RPM”

PACKAGE_TYPE_ZIP = 'ZIP'

A constant which can be used with the package_type property of a ManagementAgentImageSummary. This constant has a value of “ZIP”

PLATFORM_TYPE_LINUX = 'LINUX'

A constant which can be used with the platform_type property of a ManagementAgentImageSummary. This constant has a value of “LINUX”

PLATFORM_TYPE_MACOSX = 'MACOSX'

A constant which can be used with the platform_type property of a ManagementAgentImageSummary. This constant has a value of “MACOSX”

PLATFORM_TYPE_SOLARIS = 'SOLARIS'

A constant which can be used with the platform_type property of a ManagementAgentImageSummary. This constant has a value of “SOLARIS”

PLATFORM_TYPE_WINDOWS = 'WINDOWS'

A constant which can be used with the platform_type property of a ManagementAgentImageSummary. This constant has a value of “WINDOWS”

__init__(**kwargs)

Initializes a new ManagementAgentImageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this ManagementAgentImageSummary.
  • platform_type (str) – The value to assign to the platform_type property of this ManagementAgentImageSummary. Allowed values for this property are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • platform_name (str) – The value to assign to the platform_name property of this ManagementAgentImageSummary.
  • package_type (str) – The value to assign to the package_type property of this ManagementAgentImageSummary. 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’.
  • package_architecture_type (str) – The value to assign to the package_architecture_type property of this ManagementAgentImageSummary. Allowed values for this property are: “X86_64”, “SPARC”, “X86”, “M1”, “AARCH64”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • version (str) – The value to assign to the version property of this ManagementAgentImageSummary.
  • size (float) – The value to assign to the size property of this ManagementAgentImageSummary.
  • checksum (str) – The value to assign to the checksum property of this ManagementAgentImageSummary.
  • object_url (str) – The value to assign to the object_url property of this ManagementAgentImageSummary.
  • image_object_storage_details (oci.management_agent.models.ObjectDetails) – The value to assign to the image_object_storage_details property of this ManagementAgentImageSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ManagementAgentImageSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “TERMINATED”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
checksum

Gets the checksum of this ManagementAgentImageSummary. Agent image content SHA256 Hash

Returns:The checksum of this ManagementAgentImageSummary.
Return type:str
id

[Required] Gets the id of this ManagementAgentImageSummary. Agent image resource id

Returns:The id of this ManagementAgentImageSummary.
Return type:str
image_object_storage_details

Gets the image_object_storage_details of this ManagementAgentImageSummary.

Returns:The image_object_storage_details of this ManagementAgentImageSummary.
Return type:oci.management_agent.models.ObjectDetails
lifecycle_state

Gets the lifecycle_state of this ManagementAgentImageSummary. The current state of Management Agent Image

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “TERMINATED”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ManagementAgentImageSummary.
Return type:str
object_url

Gets the object_url of this ManagementAgentImageSummary. Object storage URL for download

Returns:The object_url of this ManagementAgentImageSummary.
Return type:str
package_architecture_type

Gets the package_architecture_type of this ManagementAgentImageSummary. The installation package target architecture type

Allowed values for this property are: “X86_64”, “SPARC”, “X86”, “M1”, “AARCH64”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The package_architecture_type of this ManagementAgentImageSummary.
Return type:str
package_type

Gets the package_type of this ManagementAgentImageSummary. The installation package type

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 ManagementAgentImageSummary.
Return type:str
platform_name

Gets the platform_name of this ManagementAgentImageSummary. Agent image platform display name

Returns:The platform_name of this ManagementAgentImageSummary.
Return type:str
platform_type

[Required] Gets the platform_type of this ManagementAgentImageSummary. Agent image platform type

Allowed values for this property are: “LINUX”, “WINDOWS”, “SOLARIS”, “MACOSX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The platform_type of this ManagementAgentImageSummary.
Return type:str
size

Gets the size of this ManagementAgentImageSummary. Agent image size in bytes

Returns:The size of this ManagementAgentImageSummary.
Return type:float
version

[Required] Gets the version of this ManagementAgentImageSummary. Agent image version

Returns:The version of this ManagementAgentImageSummary.
Return type:str