Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
VolumeGroupReplicaInfo |
VolumeGroupReplicaInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VolumeGroupReplicaInfo> |
VolumeGroup.getVolumeGroupReplicas()
The list of volume group replicas of this volume group.
|
Modifier and Type | Method and Description |
---|---|
VolumeGroupReplicaInfo.Builder |
VolumeGroupReplicaInfo.Builder.copy(VolumeGroupReplicaInfo model) |
Modifier and Type | Method and Description |
---|---|
VolumeGroup.Builder |
VolumeGroup.Builder.volumeGroupReplicas(List<VolumeGroupReplicaInfo> volumeGroupReplicas)
The list of volume group replicas of this volume group.
|
Constructor and Description |
---|
VolumeGroup(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
VolumeGroup.LifecycleState lifecycleState,
Long sizeInMBs,
Long sizeInGBs,
VolumeGroupSourceDetails sourceDetails,
Date timeCreated,
List<String> volumeIds,
Boolean isHydrated,
List<VolumeGroupReplicaInfo> volumeGroupReplicas)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.