Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
BootVolumeReplicaDetails |
BootVolumeReplicaDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BootVolumeReplicaDetails> |
CreateBootVolumeDetails.getBootVolumeReplicas()
The list of boot volume replicas to be enabled for this boot volume in the specified
destination availability domains.
|
List<BootVolumeReplicaDetails> |
UpdateBootVolumeDetails.getBootVolumeReplicas()
The list of boot volume replicas that this boot volume will be updated to have in the
specified destination availability domains.
|
Modifier and Type | Method and Description |
---|---|
BootVolumeReplicaDetails.Builder |
BootVolumeReplicaDetails.Builder.copy(BootVolumeReplicaDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateBootVolumeDetails.Builder |
CreateBootVolumeDetails.Builder.bootVolumeReplicas(List<BootVolumeReplicaDetails> bootVolumeReplicas)
The list of boot volume replicas to be enabled for this boot volume in the specified
destination availability domains.
|
UpdateBootVolumeDetails.Builder |
UpdateBootVolumeDetails.Builder.bootVolumeReplicas(List<BootVolumeReplicaDetails> bootVolumeReplicas)
The list of boot volume replicas that this boot volume will be updated to have in the
specified destination availability domains.
|
Constructor and Description |
---|
CreateBootVolumeDetails(String availabilityDomain,
String backupPolicyId,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String kmsKeyId,
Long sizeInGBs,
Long vpusPerGB,
BootVolumeSourceDetails sourceDetails,
Boolean isAutoTuneEnabled,
List<BootVolumeReplicaDetails> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
UpdateBootVolumeDetails(Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
Long sizeInGBs,
Long vpusPerGB,
Boolean isAutoTuneEnabled,
List<BootVolumeReplicaDetails> bootVolumeReplicas,
List<AutotunePolicy> autotunePolicies)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.