OriginGroup¶
-
class
oci.waas.models.
OriginGroup
(**kwargs)¶ Bases:
object
OriginGroup model.
Methods
__init__
(**kwargs)Initializes a new OriginGroup object with values from keyword arguments. Attributes
origins
Gets the origins of this OriginGroup. -
__init__
(**kwargs)¶ Initializes a new OriginGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: origins (list[oci.waas.models.OriginGroupOrigins]) – The value to assign to the origins property of this OriginGroup.
-
origins
¶ Gets the origins of this OriginGroup. The list of objects containing origin references and additional properties.
Returns: The origins of this OriginGroup. Return type: list[oci.waas.models.OriginGroupOrigins]
-