FunctionsRuntimeSummary¶
-
class
oci.functions.models.FunctionsRuntimeSummary(**kwargs)¶ Bases:
objectSummary of the FunctionsRuntime.
Methods
__init__(**kwargs)Initializes a new FunctionsRuntimeSummary object with values from keyword arguments. Attributes
current_functions_runtime_version_id[Required] Gets the current_functions_runtime_version_id of this FunctionsRuntimeSummary. defined_tagsGets the defined_tags of this FunctionsRuntimeSummary. freeform_tagsGets the freeform_tags of this FunctionsRuntimeSummary. id[Required] Gets the id of this FunctionsRuntimeSummary. language[Required] Gets the language of this FunctionsRuntimeSummary. lifecycle_state[Required] Gets the lifecycle_state of this FunctionsRuntimeSummary. metadataGets the metadata of this FunctionsRuntimeSummary. name[Required] Gets the name of this FunctionsRuntimeSummary. os[Required] Gets the os of this FunctionsRuntimeSummary. system_tagsGets the system_tags of this FunctionsRuntimeSummary. time_created[Required] Gets the time_created of this FunctionsRuntimeSummary. time_decommissioned[Required] Gets the time_decommissioned of this FunctionsRuntimeSummary. time_deprecated[Required] Gets the time_deprecated of this FunctionsRuntimeSummary. time_updated[Required] Gets the time_updated of this FunctionsRuntimeSummary. -
__init__(**kwargs)¶ Initializes a new FunctionsRuntimeSummary 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 FunctionsRuntimeSummary.
- name (str) – The value to assign to the name property of this FunctionsRuntimeSummary.
- os (str) – The value to assign to the os property of this FunctionsRuntimeSummary.
- language (str) – The value to assign to the language property of this FunctionsRuntimeSummary.
- time_deprecated (datetime) – The value to assign to the time_deprecated property of this FunctionsRuntimeSummary.
- time_decommissioned (datetime) – The value to assign to the time_decommissioned property of this FunctionsRuntimeSummary.
- metadata (str) – The value to assign to the metadata property of this FunctionsRuntimeSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this FunctionsRuntimeSummary.
- current_functions_runtime_version_id (str) – The value to assign to the current_functions_runtime_version_id property of this FunctionsRuntimeSummary.
- time_created (datetime) – The value to assign to the time_created property of this FunctionsRuntimeSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this FunctionsRuntimeSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FunctionsRuntimeSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FunctionsRuntimeSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FunctionsRuntimeSummary.
-
current_functions_runtime_version_id¶ [Required] Gets the current_functions_runtime_version_id of this FunctionsRuntimeSummary. The OCID of the current FunctionsRuntimeVersion for this FunctionsRuntime.
Returns: The current_functions_runtime_version_id of this FunctionsRuntimeSummary. Return type: str
Gets the defined_tags of this FunctionsRuntimeSummary. 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 FunctionsRuntimeSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this FunctionsRuntimeSummary. 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 FunctionsRuntimeSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this FunctionsRuntimeSummary. The OCID of the FunctionsRuntime that is immutable on creation.
Returns: The id of this FunctionsRuntimeSummary. Return type: str
-
language¶ [Required] Gets the language of this FunctionsRuntimeSummary. The programming language of the FunctionsRuntime. This is the language that the FunctionsRuntime provides for execution of customer payloads.
Returns: The language of this FunctionsRuntimeSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this FunctionsRuntimeSummary. The current state of the FunctionsRuntime resource.
Returns: The lifecycle_state of this FunctionsRuntimeSummary. Return type: str
-
metadata¶ Gets the metadata of this FunctionsRuntimeSummary. Metadata for the FunctionsRuntime Resource.
Returns: The metadata of this FunctionsRuntimeSummary. Return type: str
-
name¶ [Required] Gets the name of this FunctionsRuntimeSummary. A brief descriptive name for the FunctionsRuntime. The FunctionsRuntime name must be unique, and not match any existing
FunctionsRuntime.Returns: The name of this FunctionsRuntimeSummary. Return type: str
-
os¶ [Required] Gets the os of this FunctionsRuntimeSummary. The operating system of the FunctionsRuntime. This is the OS that the FunctionsRuntime provides for execution of customer payloads.
Returns: The os of this FunctionsRuntimeSummary. Return type: str
Gets the system_tags of this FunctionsRuntimeSummary. 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 FunctionsRuntimeSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this FunctionsRuntimeSummary. The time when the FunctionsRuntime was created. An RFC3339 formatted datetime string.
Returns: The time_created of this FunctionsRuntimeSummary. Return type: datetime
-
time_decommissioned¶ [Required] Gets the time_decommissioned of this FunctionsRuntimeSummary. The time when the FunctionsRuntime will be decommissioned. An RFC3339 formatted datetime string.
Returns: The time_decommissioned of this FunctionsRuntimeSummary. Return type: datetime
-
time_deprecated¶ [Required] Gets the time_deprecated of this FunctionsRuntimeSummary. The time when the FunctionsRuntime will be deprecated. An RFC3339 formatted datetime string.
Returns: The time_deprecated of this FunctionsRuntimeSummary. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this FunctionsRuntimeSummary. The time when the FunctionsRuntime was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this FunctionsRuntimeSummary. Return type: datetime
-