AssociatedFleetResourceDetails

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

Bases: object

The information about associated FleetResource.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this AssociatedFleetResourceDetails.
fleet_resource_type Gets the fleet_resource_type of this AssociatedFleetResourceDetails.
resource_id [Required] Gets the resource_id of this AssociatedFleetResourceDetails.
tenancy_id [Required] Gets the tenancy_id of this AssociatedFleetResourceDetails.
__init__(**kwargs)

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

Parameters:
  • resource_id (str) – The value to assign to the resource_id property of this AssociatedFleetResourceDetails.
  • fleet_resource_type (str) – The value to assign to the fleet_resource_type property of this AssociatedFleetResourceDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this AssociatedFleetResourceDetails.
  • tenancy_id (str) – The value to assign to the tenancy_id property of this AssociatedFleetResourceDetails.
compartment_id

[Required] Gets the compartment_id of this AssociatedFleetResourceDetails. Compartment Identifier.

Returns:The compartment_id of this AssociatedFleetResourceDetails.
Return type:str
fleet_resource_type

Gets the fleet_resource_type of this AssociatedFleetResourceDetails. Type of the FleetResource.

Returns:The fleet_resource_type of this AssociatedFleetResourceDetails.
Return type:str
resource_id

[Required] Gets the resource_id of this AssociatedFleetResourceDetails. OCID of the reosurce.

Returns:The resource_id of this AssociatedFleetResourceDetails.
Return type:str
tenancy_id

[Required] Gets the tenancy_id of this AssociatedFleetResourceDetails. Tenancy Identifier.

Returns:The tenancy_id of this AssociatedFleetResourceDetails.
Return type:str