@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class BootVolumeSourceFromBootVolumeBackupDeltaDetails extends BootVolumeSourceDetails
Specifies the boot volume backups (first & second) and block size in bytes.
Note: Objects should always be created or deserialized using the BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder
, which maintain a
set of all explicitly set fields called BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
BootVolumeSourceFromBootVolumeBackupDeltaDetails(String firstBackupId,
String secondBackupId,
Long changeBlockSizeInBytes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Long |
getChangeBlockSizeInBytes()
Block size in bytes to be considered while performing volume restore.
|
String |
getFirstBackupId()
The OCID of the first boot volume backup.
|
String |
getSecondBackupId()
The OCID of the second boot volume backup.
|
int |
hashCode() |
BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public BootVolumeSourceFromBootVolumeBackupDeltaDetails(String firstBackupId, String secondBackupId, Long changeBlockSizeInBytes)
public static BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder builder()
Create a new builder.
public BootVolumeSourceFromBootVolumeBackupDeltaDetails.Builder toBuilder()
public String getFirstBackupId()
The OCID of the first boot volume backup.
public String getSecondBackupId()
The OCID of the second boot volume backup.
public Long getChangeBlockSizeInBytes()
Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
public String toString()
toString
in class BootVolumeSourceDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class BootVolumeSourceDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class BootVolumeSourceDetails
public int hashCode()
hashCode
in class BootVolumeSourceDetails
Copyright © 2016–2024. All rights reserved.