WebAppAccelerationCollection¶
-
class
oci.waa.models.
WebAppAccelerationCollection
(**kwargs)¶ Bases:
object
Result of a WebAppAcceleration list operation.
Methods
__init__
(**kwargs)Initializes a new WebAppAccelerationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this WebAppAccelerationCollection. -
__init__
(**kwargs)¶ Initializes a new WebAppAccelerationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.waa.models.WebAppAccelerationSummary]) – The value to assign to the items property of this WebAppAccelerationCollection.
-
items
¶ [Required] Gets the items of this WebAppAccelerationCollection. List of WebAppAccelerations.
Returns: The items of this WebAppAccelerationCollection. Return type: list[oci.waa.models.WebAppAccelerationSummary]
-