Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Class and Description |
---|---|
class |
VolumeGroupSourceFromVolumeGroupBackupDetails
Specifies the volume group backup to restore from.
|
class |
VolumeGroupSourceFromVolumeGroupDetails
Specifies the volume group to clone from.
|
class |
VolumeGroupSourceFromVolumesDetails
Specifies the volumes in a volume group.
|
Modifier and Type | Method and Description |
---|---|
VolumeGroupSourceDetails |
CreateVolumeGroupDetails.getSourceDetails()
Specifies the volume group source details for a new volume group.
|
VolumeGroupSourceDetails |
VolumeGroup.getSourceDetails()
The volume group source.
|
Modifier and Type | Method and Description |
---|---|
CreateVolumeGroupDetails.Builder |
CreateVolumeGroupDetails.Builder.sourceDetails(VolumeGroupSourceDetails sourceDetails) |
VolumeGroup.Builder |
VolumeGroup.Builder.sourceDetails(VolumeGroupSourceDetails sourceDetails) |
Constructor and Description |
---|
CreateVolumeGroupDetails(String availabilityDomain,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
VolumeGroupSourceDetails sourceDetails)
Deprecated.
|
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)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.