FunctionsRuntimeVersionSummary

class oci.functions.models.FunctionsRuntimeVersionSummary(**kwargs)

Bases: object

Summary of the FunctionsRuntimeVersion.

Attributes

SUPPORTED_ARCHITECTURES_ARM A constant which can be used with the supported_architectures property of a FunctionsRuntimeVersionSummary.
SUPPORTED_ARCHITECTURES_X86 A constant which can be used with the supported_architectures property of a FunctionsRuntimeVersionSummary.
defined_tags Gets the defined_tags of this FunctionsRuntimeVersionSummary.
display_name [Required] Gets the display_name of this FunctionsRuntimeVersionSummary.
freeform_tags Gets the freeform_tags of this FunctionsRuntimeVersionSummary.
functions_runtime_id [Required] Gets the functions_runtime_id of this FunctionsRuntimeVersionSummary.
id [Required] Gets the id of this FunctionsRuntimeVersionSummary.
language_version [Required] Gets the language_version of this FunctionsRuntimeVersionSummary.
lifecycle_state [Required] Gets the lifecycle_state of this FunctionsRuntimeVersionSummary.
metadata [Required] Gets the metadata of this FunctionsRuntimeVersionSummary.
os_version [Required] Gets the os_version of this FunctionsRuntimeVersionSummary.
supported_architectures [Required] Gets the supported_architectures of this FunctionsRuntimeVersionSummary.
system_tags Gets the system_tags of this FunctionsRuntimeVersionSummary.
time_created [Required] Gets the time_created of this FunctionsRuntimeVersionSummary.
time_updated [Required] Gets the time_updated of this FunctionsRuntimeVersionSummary.

Methods

__init__(**kwargs) Initializes a new FunctionsRuntimeVersionSummary object with values from keyword arguments.
SUPPORTED_ARCHITECTURES_ARM = 'ARM'

A constant which can be used with the supported_architectures property of a FunctionsRuntimeVersionSummary. This constant has a value of “ARM”

SUPPORTED_ARCHITECTURES_X86 = 'X86'

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

__init__(**kwargs)

Initializes a new FunctionsRuntimeVersionSummary 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 FunctionsRuntimeVersionSummary.
  • functions_runtime_id (str) – The value to assign to the functions_runtime_id property of this FunctionsRuntimeVersionSummary.
  • display_name (str) – The value to assign to the display_name property of this FunctionsRuntimeVersionSummary.
  • os_version (str) – The value to assign to the os_version property of this FunctionsRuntimeVersionSummary.
  • language_version (str) – The value to assign to the language_version property of this FunctionsRuntimeVersionSummary.
  • supported_architectures (list[str]) – The value to assign to the supported_architectures property of this FunctionsRuntimeVersionSummary. Allowed values for items in this list are: “ARM”, “X86”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FunctionsRuntimeVersionSummary.
  • metadata (str) – The value to assign to the metadata property of this FunctionsRuntimeVersionSummary.
  • time_created (datetime) – The value to assign to the time_created property of this FunctionsRuntimeVersionSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FunctionsRuntimeVersionSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FunctionsRuntimeVersionSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FunctionsRuntimeVersionSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FunctionsRuntimeVersionSummary.
defined_tags

Gets the defined_tags of this FunctionsRuntimeVersionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this FunctionsRuntimeVersionSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this FunctionsRuntimeVersionSummary. The display name of the FunctionsRuntimeVersion.

Returns:The display_name of this FunctionsRuntimeVersionSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this FunctionsRuntimeVersionSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this FunctionsRuntimeVersionSummary.
Return type:dict(str, str)
functions_runtime_id

[Required] Gets the functions_runtime_id of this FunctionsRuntimeVersionSummary. The OCID of the FunctionsRuntime this resource version belongs to.

Returns:The functions_runtime_id of this FunctionsRuntimeVersionSummary.
Return type:str
id

[Required] Gets the id of this FunctionsRuntimeVersionSummary. The OCID of the FunctionsRuntimeVersion that is immutable on creation.

Returns:The id of this FunctionsRuntimeVersionSummary.
Return type:str
language_version

[Required] Gets the language_version of this FunctionsRuntimeVersionSummary. The version of the programming language of the FunctionsRuntime. This is the language version that the FunctionsRuntime provides for execution of customer payloads.

Returns:The language_version of this FunctionsRuntimeVersionSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this FunctionsRuntimeVersionSummary. The current state of the FunctionsRuntimeVersion resource.

Returns:The lifecycle_state of this FunctionsRuntimeVersionSummary.
Return type:str
metadata

[Required] Gets the metadata of this FunctionsRuntimeVersionSummary. Details of the change in the FunctionsRuntimeVersion of the FunctionsRuntime.

Returns:The metadata of this FunctionsRuntimeVersionSummary.
Return type:str
os_version

[Required] Gets the os_version of this FunctionsRuntimeVersionSummary. The version of the operating system of the FunctionsRuntime. This is the OS version that the FunctionsRuntime provides for execution of customer payloads.

Returns:The os_version of this FunctionsRuntimeVersionSummary.
Return type:str
supported_architectures

[Required] Gets the supported_architectures of this FunctionsRuntimeVersionSummary. The list of supported architectures for the FunctionsRuntimeVersion.

Allowed values for items in this list are: “ARM”, “X86”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The supported_architectures of this FunctionsRuntimeVersionSummary.
Return type:list[str]
system_tags

Gets the system_tags of this FunctionsRuntimeVersionSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this FunctionsRuntimeVersionSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this FunctionsRuntimeVersionSummary. The time when the FunctionsRuntimeVersion was created. An RFC3339 formatted datetime string.

Returns:The time_created of this FunctionsRuntimeVersionSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this FunctionsRuntimeVersionSummary. The time when the FunctionsRuntimeVersion was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this FunctionsRuntimeVersionSummary.
Return type:datetime