RecoveryServiceSubnetCollection

class oci.recovery.models.RecoveryServiceSubnetCollection(**kwargs)

Bases: object

Results of a recovery service subnet search operation. The results contain recovery service subnet summary and metadata information.

Methods

__init__(**kwargs) Initializes a new RecoveryServiceSubnetCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this RecoveryServiceSubnetCollection.
__init__(**kwargs)

Initializes a new RecoveryServiceSubnetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.recovery.models.RecoveryServiceSubnetSummary]) – The value to assign to the items property of this RecoveryServiceSubnetCollection.
items

[Required] Gets the items of this RecoveryServiceSubnetCollection. List of recovery service subnet resources.

Returns:The items of this RecoveryServiceSubnetCollection.
Return type:list[oci.recovery.models.RecoveryServiceSubnetSummary]