UpdateFleetResourceDetails

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

Bases: object

The information to be updated.

Methods

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

Attributes

compartment_id Gets the compartment_id of this UpdateFleetResourceDetails.
tenancy_id Gets the tenancy_id of this UpdateFleetResourceDetails.
__init__(**kwargs)

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

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

Gets the compartment_id of this UpdateFleetResourceDetails. OCID of the compartment to which the resource belongs to.

Returns:The compartment_id of this UpdateFleetResourceDetails.
Return type:str
tenancy_id

Gets the tenancy_id of this UpdateFleetResourceDetails. OCID of the tenancy to which the resource belongs to.

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