PurgeWebAppAccelerationCacheDetails¶
- 
class oci.waa.models.PurgeWebAppAccelerationCacheDetails(**kwargs)¶
- Bases: - object- Specifies options for a cache purge. - Attributes - PURGE_TYPE_ENTIRE_CACHE- A constant which can be used with the purge_type property of a PurgeWebAppAccelerationCacheDetails. - purge_type- [Required] Gets the purge_type of this PurgeWebAppAccelerationCacheDetails. - Methods - __init__(**kwargs)- Initializes a new PurgeWebAppAccelerationCacheDetails object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
PURGE_TYPE_ENTIRE_CACHE= 'ENTIRE_CACHE'¶
- A constant which can be used with the purge_type property of a PurgeWebAppAccelerationCacheDetails. This constant has a value of “ENTIRE_CACHE” 
 - 
__init__(**kwargs)¶
- Initializes a new PurgeWebAppAccelerationCacheDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - purge_type (str) – The value to assign to the purge_type property of this PurgeWebAppAccelerationCacheDetails. Allowed values for this property are: “ENTIRE_CACHE” 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
purge_type¶
- [Required] Gets the purge_type of this PurgeWebAppAccelerationCacheDetails. Type of cache purge to perform. - Allowed values for this property are: “ENTIRE_CACHE” - Returns: - The purge_type of this PurgeWebAppAccelerationCacheDetails. - Return type: - str 
 
-