Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.availabilityDomain(String availabilityDomain)
The availability domain of an instance.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.bootVolumeId(String bootVolumeId)
The OCID of the boot volume.
|
static BootVolumeAttachment.Builder |
BootVolumeAttachment.builder()
Create a new builder.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.compartmentId(String compartmentId)
The OCID of the compartment.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.copy(BootVolumeAttachment model) |
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.displayName(String displayName)
A user-friendly name.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.encryptionInTransitType(EncryptionInTransitType encryptionInTransitType)
Refer the top-level definition of encryptionInTransitType.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.id(String id)
The OCID of the boot volume attachment.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.instanceId(String instanceId)
The OCID of the instance the boot volume is attached to.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.isPvEncryptionInTransitEnabled(Boolean isPvEncryptionInTransitEnabled)
Whether in-transit encryption for the boot volume’s paravirtualized attachment is enabled
or not.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.lifecycleState(BootVolumeAttachment.LifecycleState lifecycleState)
The current state of the boot volume attachment.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.timeCreated(Date timeCreated)
The date and time the boot volume was created, in the format defined by
RFC3339.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.timeUpdated(Date timeUpdated)
The date and time the boot volume attachment was updated, in the format defined by
RFC3339.
|
BootVolumeAttachment.Builder |
BootVolumeAttachment.toBuilder() |
Copyright © 2016–2025. All rights reserved.