FleetProductSummary¶
-
class
oci.fleet_apps_management.models.FleetProductSummary(**kwargs)¶ Bases:
objectSummary of a product associated with a Fleet.
Methods
__init__(**kwargs)Initializes a new FleetProductSummary object with values from keyword arguments. Attributes
compartment_idGets the compartment_id of this FleetProductSummary. display_name[Required] Gets the display_name of this FleetProductSummary. resource[Required] Gets the resource of this FleetProductSummary. system_tagsGets the system_tags of this FleetProductSummary. target_countGets the target_count of this FleetProductSummary. -
__init__(**kwargs)¶ Initializes a new FleetProductSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this FleetProductSummary.
- display_name (str) – The value to assign to the display_name property of this FleetProductSummary.
- target_count (int) – The value to assign to the target_count property of this FleetProductSummary.
- resource (oci.fleet_apps_management.models.TargetResource) – The value to assign to the resource property of this FleetProductSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FleetProductSummary.
-
compartment_id¶ Gets the compartment_id of this FleetProductSummary. Root Compartment Id.
Returns: The compartment_id of this FleetProductSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this FleetProductSummary. 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 FleetProductSummary. Return type: str
-
resource¶ [Required] Gets the resource of this FleetProductSummary.
Returns: The resource of this FleetProductSummary. Return type: oci.fleet_apps_management.models.TargetResource
Gets the system_tags of this FleetProductSummary. 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 FleetProductSummary. Return type: dict(str, dict(str, object))
-
target_count¶ Gets the target_count of this FleetProductSummary. Count of the targets associated with the Product.
Returns: The target_count of this FleetProductSummary. Return type: int
-