ShardableCloudAutonomousVmClusters

class oci.globally_distributed_database.models.ShardableCloudAutonomousVmClusters(**kwargs)

Bases: object

Collection of shardable cloud autonomous vm clusters.

Methods

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

Attributes

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

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

Parameters:items (list[oci.globally_distributed_database.models.ShardableCloudAutonomousVmClusterSummary]) – The value to assign to the items property of this ShardableCloudAutonomousVmClusters.
items

[Required] Gets the items of this ShardableCloudAutonomousVmClusters. Array of shardable cloud autonomous vm clusters summaries.

Returns:The items of this ShardableCloudAutonomousVmClusters.
Return type:list[oci.globally_distributed_database.models.ShardableCloudAutonomousVmClusterSummary]