AssociatedFleetPropertyDetails¶
-
class
oci.fleet_apps_management.models.
AssociatedFleetPropertyDetails
(**kwargs)¶ Bases:
object
The information about associated FleetProperty.
Attributes
FLEET_PROPERTY_TYPE_NUMBER
A constant which can be used with the fleet_property_type property of a AssociatedFleetPropertyDetails. FLEET_PROPERTY_TYPE_STRING
A constant which can be used with the fleet_property_type property of a AssociatedFleetPropertyDetails. compartment_id
[Required] Gets the compartment_id of this AssociatedFleetPropertyDetails. display_name
Gets the display_name of this AssociatedFleetPropertyDetails. fleet_property_type
[Required] Gets the fleet_property_type of this AssociatedFleetPropertyDetails. is_required
Gets the is_required of this AssociatedFleetPropertyDetails. value
Gets the value of this AssociatedFleetPropertyDetails. Methods
__init__
(**kwargs)Initializes a new AssociatedFleetPropertyDetails object with values from keyword arguments. -
FLEET_PROPERTY_TYPE_NUMBER
= 'NUMBER'¶ A constant which can be used with the fleet_property_type property of a AssociatedFleetPropertyDetails. This constant has a value of “NUMBER”
-
FLEET_PROPERTY_TYPE_STRING
= 'STRING'¶ A constant which can be used with the fleet_property_type property of a AssociatedFleetPropertyDetails. This constant has a value of “STRING”
-
__init__
(**kwargs)¶ Initializes a new AssociatedFleetPropertyDetails 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 AssociatedFleetPropertyDetails.
- display_name (str) – The value to assign to the display_name property of this AssociatedFleetPropertyDetails.
- fleet_property_type (str) – The value to assign to the fleet_property_type property of this AssociatedFleetPropertyDetails. Allowed values for this property are: “STRING”, “NUMBER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- value (str) – The value to assign to the value property of this AssociatedFleetPropertyDetails.
- is_required (bool) – The value to assign to the is_required property of this AssociatedFleetPropertyDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this AssociatedFleetPropertyDetails. Tenancy OCID
Returns: The compartment_id of this AssociatedFleetPropertyDetails. Return type: str
-
display_name
¶ Gets the display_name of this AssociatedFleetPropertyDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this AssociatedFleetPropertyDetails. Return type: str
-
fleet_property_type
¶ [Required] Gets the fleet_property_type of this AssociatedFleetPropertyDetails. Type of the FleetProperty.
Allowed values for this property are: “STRING”, “NUMBER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The fleet_property_type of this AssociatedFleetPropertyDetails. Return type: str
-
is_required
¶ Gets the is_required of this AssociatedFleetPropertyDetails. Property is required or not.
Returns: The is_required of this AssociatedFleetPropertyDetails. Return type: bool
-
value
¶ Gets the value of this AssociatedFleetPropertyDetails. Value of the Property.
Returns: The value of this AssociatedFleetPropertyDetails. Return type: str
-