KeyValueProperty¶
-
class
oci.fleet_apps_management.models.KeyValueProperty(**kwargs)¶ Bases:
objectKey Value Property to set for configuration. Please check LandingZoneSummary.packageVariables output from /landingZones API for a list of valid properties.
Methods
__init__(**kwargs)Initializes a new KeyValueProperty object with values from keyword arguments. Attributes
key[Required] Gets the key of this KeyValueProperty. value[Required] Gets the value of this KeyValueProperty. -
__init__(**kwargs)¶ Initializes a new KeyValueProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this KeyValueProperty.
- value (str) – The value to assign to the value property of this KeyValueProperty.
-
key¶ [Required] Gets the key of this KeyValueProperty. Name of the configuration variable or property to set for the catalog item.
Returns: The key of this KeyValueProperty. Return type: str
-
value¶ [Required] Gets the value of this KeyValueProperty. The value assigned to the specified configuration property key.
Returns: The value of this KeyValueProperty. Return type: str
-