RunbookTransferDependencySummary

class oci.fleet_apps_management.models.RunbookTransferDependencySummary(**kwargs)

Bases: object

Summary of the Runbook transfer dependencies.

Methods

__init__(**kwargs) Initializes a new RunbookTransferDependencySummary object with values from keyword arguments.

Attributes

count [Required] Gets the count of this RunbookTransferDependencySummary.
dependency [Required] Gets the dependency of this RunbookTransferDependencySummary.
entity [Required] Gets the entity of this RunbookTransferDependencySummary.
__init__(**kwargs)

Initializes a new RunbookTransferDependencySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • count (int) – The value to assign to the count property of this RunbookTransferDependencySummary.
  • entity (str) – The value to assign to the entity property of this RunbookTransferDependencySummary.
  • dependency (oci.fleet_apps_management.models.RunbookTransferDependency) – The value to assign to the dependency property of this RunbookTransferDependencySummary.
count

[Required] Gets the count of this RunbookTransferDependencySummary. Count.

Returns:The count of this RunbookTransferDependencySummary.
Return type:int
dependency

[Required] Gets the dependency of this RunbookTransferDependencySummary.

Returns:The dependency of this RunbookTransferDependencySummary.
Return type:oci.fleet_apps_management.models.RunbookTransferDependency
entity

[Required] Gets the entity of this RunbookTransferDependencySummary. Entity name.

Returns:The entity of this RunbookTransferDependencySummary.
Return type:str