DeployedResourceDetails¶
-
class
oci.fleet_apps_management.models.
DeployedResourceDetails
(**kwargs)¶ Bases:
object
The Filtered List Of Deployed Resources
Methods
__init__
(**kwargs)Initializes a new DeployedResourceDetails object with values from keyword arguments. Attributes
mode
[Required] Gets the mode of this DeployedResourceDetails. resource_instance_list
[Required] Gets the resource_instance_list of this DeployedResourceDetails. resource_name
[Required] Gets the resource_name of this DeployedResourceDetails. resource_provider
[Required] Gets the resource_provider of this DeployedResourceDetails. resource_type
[Required] Gets the resource_type of this DeployedResourceDetails. -
__init__
(**kwargs)¶ Initializes a new DeployedResourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mode (str) – The value to assign to the mode property of this DeployedResourceDetails.
- resource_name (str) – The value to assign to the resource_name property of this DeployedResourceDetails.
- resource_provider (str) – The value to assign to the resource_provider property of this DeployedResourceDetails.
- resource_type (str) – The value to assign to the resource_type property of this DeployedResourceDetails.
- resource_instance_list (list[oci.fleet_apps_management.models.InstanceSummary]) – The value to assign to the resource_instance_list property of this DeployedResourceDetails.
-
mode
¶ [Required] Gets the mode of this DeployedResourceDetails. The mode of the resource. Example: “managed”
Returns: The mode of this DeployedResourceDetails. Return type: str
-
resource_instance_list
¶ [Required] Gets the resource_instance_list of this DeployedResourceDetails. Collection of InstanceSummary
Returns: The resource_instance_list of this DeployedResourceDetails. Return type: list[oci.fleet_apps_management.models.InstanceSummary]
-
resource_name
¶ [Required] Gets the resource_name of this DeployedResourceDetails. The name of the resource
Returns: The resource_name of this DeployedResourceDetails. Return type: str
-
resource_provider
¶ [Required] Gets the resource_provider of this DeployedResourceDetails. The name of the Provider
Returns: The resource_provider of this DeployedResourceDetails. Return type: str
-
resource_type
¶ [Required] Gets the resource_type of this DeployedResourceDetails. The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci_core_instance
Returns: The resource_type of this DeployedResourceDetails. Return type: str
-