SdkSummary¶
-
class
oci.apigateway.models.
SdkSummary
(**kwargs)¶ Bases:
object
A summary of the SDK.
Methods
__init__
(**kwargs)Initializes a new SdkSummary object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this SdkSummary. defined_tags
Gets the defined_tags of this SdkSummary. display_name
[Required] Gets the display_name of this SdkSummary. freeform_tags
Gets the freeform_tags of this SdkSummary. id
[Required] Gets the id of this SdkSummary. lifecycle_state
Gets the lifecycle_state of this SdkSummary. target_language
[Required] Gets the target_language of this SdkSummary. time_created
[Required] Gets the time_created of this SdkSummary. time_updated
Gets the time_updated of this SdkSummary. -
__init__
(**kwargs)¶ Initializes a new SdkSummary 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 SdkSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this SdkSummary.
- time_created (datetime) – The value to assign to the time_created property of this SdkSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this SdkSummary.
- display_name (str) – The value to assign to the display_name property of this SdkSummary.
- target_language (str) – The value to assign to the target_language property of this SdkSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SdkSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SdkSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SdkSummary.
-
compartment_id
¶ Gets the compartment_id of this SdkSummary. The OCID of the compartment in which the resource is created.
Returns: The compartment_id of this SdkSummary. Return type: str
Gets the defined_tags of this SdkSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this SdkSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this SdkSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this SdkSummary. Return type: str
Gets the freeform_tags of this SdkSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this SdkSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this SdkSummary. The OCID of the resource.
Returns: The id of this SdkSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this SdkSummary. The current state of the SDK.
Returns: The lifecycle_state of this SdkSummary. Return type: str
-
target_language
¶ [Required] Gets the target_language of this SdkSummary. The string representing the target programming language for generating the SDK.
Returns: The target_language of this SdkSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this SdkSummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this SdkSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this SdkSummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this SdkSummary. Return type: datetime
-