Uses of Interface
org.openstack4j.model.storage.block.builder.VolumeSnapshotBuilder
-
-
Uses of VolumeSnapshotBuilder in org.openstack4j.api
Methods in org.openstack4j.api that return VolumeSnapshotBuilder Modifier and Type Method Description static VolumeSnapshotBuilderBuilders. volumeSnapshot()The builder to create a Block Volume Snapshot -
Uses of VolumeSnapshotBuilder in org.openstack4j.model.storage.block.builder
Methods in org.openstack4j.model.storage.block.builder that return VolumeSnapshotBuilder Modifier and Type Method Description VolumeSnapshotBuilderVolumeSnapshotBuilder. description(String description)Description of the snapshotVolumeSnapshotBuilderVolumeSnapshotBuilder. force(boolean force)[True/False] Indicate whether to snapshot, even if the volume is attached.VolumeSnapshotBuilderVolumeSnapshotBuilder. metadata(Map<String,String> metadata)One or more metadata key and value pairs to associate with the volume snapshot.VolumeSnapshotBuilderVolumeSnapshotBuilder. name(String name)Name of the snapshotVolumeSnapshotBuilderVolumeSnapshotBuilder. volume(String volumeId)The ID of of the existing Volume (REQUIRED)VolumeSnapshotBuilderStorageBuilders. volumeSnapshot()The builder to create a Block Volume Snapshot -
Uses of VolumeSnapshotBuilder in org.openstack4j.openstack.storage.block.builder
Methods in org.openstack4j.openstack.storage.block.builder that return VolumeSnapshotBuilder Modifier and Type Method Description VolumeSnapshotBuilderCinderBuilders. volumeSnapshot() -
Uses of VolumeSnapshotBuilder in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeSnapshotBuilder Modifier and Type Class Description static classCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilderMethods in org.openstack4j.openstack.storage.block.domain that return VolumeSnapshotBuilder Modifier and Type Method Description static VolumeSnapshotBuilderCinderVolumeSnapshot. builder()VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. description(String description)VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. force(boolean force)VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. from(VolumeSnapshot in)VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. metadata(Map<String,String> metadata)VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. name(String name)VolumeSnapshotBuilderCinderVolumeSnapshot. toBuilder()VolumeSnapshotBuilderCinderVolumeSnapshot.ConcreteVolumeSnapshotBuilder. volume(String volumeId)
-