ProvisionSummary¶
-
class
oci.fleet_apps_management.models.
ProvisionSummary
(**kwargs)¶ Bases:
object
Summary information about a FamProvision.
Methods
__init__
(**kwargs)Initializes a new ProvisionSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ProvisionSummary. config_catalog_item_display_name
[Required] Gets the config_catalog_item_display_name of this ProvisionSummary. config_catalog_item_id
[Required] Gets the config_catalog_item_id of this ProvisionSummary. config_catalog_item_listing_id
[Required] Gets the config_catalog_item_listing_id of this ProvisionSummary. config_catalog_item_listing_version
[Required] Gets the config_catalog_item_listing_version of this ProvisionSummary. defined_tags
[Required] Gets the defined_tags of this ProvisionSummary. display_name
[Required] Gets the display_name of this ProvisionSummary. fleet_id
[Required] Gets the fleet_id of this ProvisionSummary. freeform_tags
[Required] Gets the freeform_tags of this ProvisionSummary. id
[Required] Gets the id of this ProvisionSummary. lifecycle_details
Gets the lifecycle_details of this ProvisionSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ProvisionSummary. package_catalog_item_display_name
[Required] Gets the package_catalog_item_display_name of this ProvisionSummary. package_catalog_item_id
[Required] Gets the package_catalog_item_id of this ProvisionSummary. package_catalog_item_listing_id
[Required] Gets the package_catalog_item_listing_id of this ProvisionSummary. package_catalog_item_listing_version
[Required] Gets the package_catalog_item_listing_version of this ProvisionSummary. provision_description
[Required] Gets the provision_description of this ProvisionSummary. stack_id
[Required] Gets the stack_id of this ProvisionSummary. system_tags
Gets the system_tags of this ProvisionSummary. time_created
[Required] Gets the time_created of this ProvisionSummary. time_updated
Gets the time_updated of this ProvisionSummary. -
__init__
(**kwargs)¶ Initializes a new ProvisionSummary 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 ProvisionSummary.
- display_name (str) – The value to assign to the display_name property of this ProvisionSummary.
- provision_description (str) – The value to assign to the provision_description property of this ProvisionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ProvisionSummary.
- time_created (datetime) – The value to assign to the time_created property of this ProvisionSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ProvisionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ProvisionSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this ProvisionSummary.
- package_catalog_item_id (str) – The value to assign to the package_catalog_item_id property of this ProvisionSummary.
- config_catalog_item_id (str) – The value to assign to the config_catalog_item_id property of this ProvisionSummary.
- package_catalog_item_display_name (str) – The value to assign to the package_catalog_item_display_name property of this ProvisionSummary.
- package_catalog_item_listing_id (str) – The value to assign to the package_catalog_item_listing_id property of this ProvisionSummary.
- package_catalog_item_listing_version (str) – The value to assign to the package_catalog_item_listing_version property of this ProvisionSummary.
- config_catalog_item_display_name (str) – The value to assign to the config_catalog_item_display_name property of this ProvisionSummary.
- config_catalog_item_listing_id (str) – The value to assign to the config_catalog_item_listing_id property of this ProvisionSummary.
- config_catalog_item_listing_version (str) – The value to assign to the config_catalog_item_listing_version property of this ProvisionSummary.
- stack_id (str) – The value to assign to the stack_id property of this ProvisionSummary.
- fleet_id (str) – The value to assign to the fleet_id property of this ProvisionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ProvisionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ProvisionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ProvisionSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this ProvisionSummary. The OCID of the compartment.
Returns: The compartment_id of this ProvisionSummary. Return type: str
-
config_catalog_item_display_name
¶ [Required] Gets the config_catalog_item_display_name of this ProvisionSummary. A display Name of the Catalog Item in the Catalog.
Returns: The config_catalog_item_display_name of this ProvisionSummary. Return type: str
-
config_catalog_item_id
¶ [Required] Gets the config_catalog_item_id of this ProvisionSummary. A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
Returns: The config_catalog_item_id of this ProvisionSummary. Return type: str
-
config_catalog_item_listing_id
¶ [Required] Gets the config_catalog_item_listing_id of this ProvisionSummary. A listing ID of the Catalog Item in the Catalog.
Returns: The config_catalog_item_listing_id of this ProvisionSummary. Return type: str
-
config_catalog_item_listing_version
¶ [Required] Gets the config_catalog_item_listing_version of this ProvisionSummary. A listing version of the Catalog Item in the Catalog.
Returns: The config_catalog_item_listing_version of this ProvisionSummary. Return type: str
[Required] Gets the defined_tags of this ProvisionSummary. 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 ProvisionSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this ProvisionSummary. A user-friendly name. Does not have to be unique, and it’s changeable.
Returns: The display_name of this ProvisionSummary. Return type: str
-
fleet_id
¶ [Required] Gets the fleet_id of this ProvisionSummary. The OCID of the Fleet.
Returns: The fleet_id of this ProvisionSummary. Return type: str
[Required] Gets the freeform_tags of this ProvisionSummary. 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 ProvisionSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this ProvisionSummary. The OCID of the FamProvision.
Returns: The id of this ProvisionSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ProvisionSummary. A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
Returns: The lifecycle_details of this ProvisionSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ProvisionSummary. The current state of the FamProvision.
Returns: The lifecycle_state of this ProvisionSummary. Return type: str
-
package_catalog_item_display_name
¶ [Required] Gets the package_catalog_item_display_name of this ProvisionSummary. A display Name of the Catalog Item in the Catalog.
Returns: The package_catalog_item_display_name of this ProvisionSummary. Return type: str
-
package_catalog_item_id
¶ [Required] Gets the package_catalog_item_id of this ProvisionSummary. The OCID of the Catalog Item.
Returns: The package_catalog_item_id of this ProvisionSummary. Return type: str
-
package_catalog_item_listing_id
¶ [Required] Gets the package_catalog_item_listing_id of this ProvisionSummary. A listing ID of the Catalog Item in the Catalog.
Returns: The package_catalog_item_listing_id of this ProvisionSummary. Return type: str
-
package_catalog_item_listing_version
¶ [Required] Gets the package_catalog_item_listing_version of this ProvisionSummary. A listing version of the Catalog Item in the Catalog.
Returns: The package_catalog_item_listing_version of this ProvisionSummary. Return type: str
-
provision_description
¶ [Required] Gets the provision_description of this ProvisionSummary. A description of the provision.
Returns: The provision_description of this ProvisionSummary. Return type: str
-
stack_id
¶ [Required] Gets the stack_id of this ProvisionSummary. The OCID of the RMS Stack.
Returns: The stack_id of this ProvisionSummary. Return type: str
Gets the system_tags of this ProvisionSummary. 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 ProvisionSummary. Return type: dict(str, dict(str, object))
-