Configuration¶
-
class
oci.service_catalog.models.Configuration(**kwargs)¶ Bases:
objectreturns the service catalog mode
Attributes
IS_SERVICE_CATALOG_MODE_DISABLEDA constant which can be used with the is_service_catalog_mode property of a Configuration. IS_SERVICE_CATALOG_MODE_ENABLEDA constant which can be used with the is_service_catalog_mode property of a Configuration. is_service_catalog_mode[Required] Gets the is_service_catalog_mode of this Configuration. Methods
__init__(**kwargs)Initializes a new Configuration object with values from keyword arguments. -
IS_SERVICE_CATALOG_MODE_DISABLED= 'DISABLED'¶ A constant which can be used with the is_service_catalog_mode property of a Configuration. This constant has a value of “DISABLED”
-
IS_SERVICE_CATALOG_MODE_ENABLED= 'ENABLED'¶ A constant which can be used with the is_service_catalog_mode property of a Configuration. This constant has a value of “ENABLED”
-
__init__(**kwargs)¶ Initializes a new Configuration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_service_catalog_mode (str) – The value to assign to the is_service_catalog_mode property of this Configuration. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
is_service_catalog_mode¶ [Required] Gets the is_service_catalog_mode of this Configuration. mode of tenancy
Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The is_service_catalog_mode of this Configuration. Return type: str
-