FlexTunnelCollection¶
-
class
oci.vn_monitoring.models.FlexTunnelCollection(**kwargs)¶ Bases:
objectThe list of Flex Tunnels.
Methods
__init__(**kwargs)Initializes a new FlexTunnelCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this FlexTunnelCollection. -
__init__(**kwargs)¶ Initializes a new FlexTunnelCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.vn_monitoring.models.FlexTunnelSummary]) – The value to assign to the items property of this FlexTunnelCollection.
-
items¶ [Required] Gets the items of this FlexTunnelCollection. Collection of flex tunnels.
Returns: The items of this FlexTunnelCollection. Return type: list[oci.vn_monitoring.models.FlexTunnelSummary]
-