PurgeEntireWebAppAccelerationCacheDetails¶
-
class
oci.waa.models.
PurgeEntireWebAppAccelerationCacheDetails
(**kwargs)¶ Bases:
oci.waa.models.purge_web_app_acceleration_cache_details.PurgeWebAppAccelerationCacheDetails
Clears all resources from the cache of the WebAppAcceleration.
Attributes
PURGE_TYPE_ENTIRE_CACHE
str(object=’’) -> str purge_type
[Required] Gets the purge_type of this PurgeWebAppAccelerationCacheDetails. Methods
__init__
(**kwargs)Initializes a new PurgeEntireWebAppAccelerationCacheDetails 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'¶
-
__init__
(**kwargs)¶ Initializes a new PurgeEntireWebAppAccelerationCacheDetails object with values from keyword arguments. The default value of the
purge_type
attribute of this class isENTIRE_CACHE
and it should not be changed. 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 PurgeEntireWebAppAccelerationCacheDetails. 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
-