Package | Description |
---|---|
org.openstack4j.api | |
org.openstack4j.model.manila.builder | |
org.openstack4j.openstack.manila.builder | |
org.openstack4j.openstack.manila.domain |
Modifier and Type | Method and Description |
---|---|
static ShareSnapshotCreateBuilder |
Builders.shareSnapshot()
The builder which creates manila share snapshots.
|
Modifier and Type | Method and Description |
---|---|
ShareSnapshotCreateBuilder |
ShareSnapshotCreateBuilder.description(String description)
Set the snapshot description.
|
ShareSnapshotCreateBuilder |
ShareSnapshotCreateBuilder.displayDescription(String displayDescription)
Set the snapshot description.
|
ShareSnapshotCreateBuilder |
ShareSnapshotCreateBuilder.displayName(String displayName)
Set the snapshot name.
|
ShareSnapshotCreateBuilder |
ShareSnapshotCreateBuilder.force(boolean force)
Set whether snapshot creation is enabled when a share is busy.
|
ShareSnapshotCreateBuilder |
ShareSnapshotCreateBuilder.name(String name)
Set the snapshot name.
|
ShareSnapshotCreateBuilder |
ShareSnapshotCreateBuilder.shareId(String shareId)
Set the UUID of the share from which to create a snapshot.
|
ShareSnapshotCreateBuilder |
SharedFileSystemBuilders.shareSnapshot()
The builder which creates manila share snapshots.
|
Modifier and Type | Method and Description |
---|---|
ShareSnapshotCreateBuilder |
ManilaBuilders.shareSnapshot() |
Modifier and Type | Class and Description |
---|---|
static class |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder |
Modifier and Type | Method and Description |
---|---|
static ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.builder() |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.description(String description) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.displayDescription(String displayDescription) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.displayName(String displayName) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.force(boolean force) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.from(ShareSnapshotCreate in) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.name(String name) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder.shareId(String shareId) |
ShareSnapshotCreateBuilder |
ManilaShareSnapshotCreate.toBuilder() |
Copyright © 2017. All rights reserved.