CreateFleetPropertyDetails

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

Bases: object

The information about new FleetProperty.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateFleetPropertyDetails.
property_id [Required] Gets the property_id of this CreateFleetPropertyDetails.
value [Required] Gets the value of this CreateFleetPropertyDetails.
__init__(**kwargs)

Initializes a new CreateFleetPropertyDetails 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 CreateFleetPropertyDetails.
  • value (str) – The value to assign to the value property of this CreateFleetPropertyDetails.
  • property_id (str) – The value to assign to the property_id property of this CreateFleetPropertyDetails.
compartment_id

[Required] Gets the compartment_id of this CreateFleetPropertyDetails. Tenancy OCID

Returns:The compartment_id of this CreateFleetPropertyDetails.
Return type:str
property_id

[Required] Gets the property_id of this CreateFleetPropertyDetails. Property Id.

Returns:The property_id of this CreateFleetPropertyDetails.
Return type:str
value

[Required] Gets the value of this CreateFleetPropertyDetails. Value of the Property

Returns:The value of this CreateFleetPropertyDetails.
Return type:str