Uses of Class
com.ibm.cloud.is.vpc.v1.model.SnapshotIdentity
-
Packages that use SnapshotIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of SnapshotIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of SnapshotIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
SnapshotIdentityByCRN
SnapshotIdentityByCRN.class
SnapshotIdentityByHref
SnapshotIdentityByHref.class
SnapshotIdentityById
SnapshotIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return SnapshotIdentity Modifier and Type Method Description SnapshotIdentity
VolumeAttachmentPrototypeVolume. sourceSnapshot()
Gets the sourceSnapshot.SnapshotIdentity
VolumePrototype. sourceSnapshot()
Gets the sourceSnapshot.SnapshotIdentity
VolumePrototypeInstanceBySourceSnapshotContext. sourceSnapshot()
Gets the sourceSnapshot.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type SnapshotIdentity Modifier and Type Method Description VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot.Builder
VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot.Builder. sourceSnapshot(SnapshotIdentity sourceSnapshot)
Set the sourceSnapshot.VolumePrototypeInstanceBySourceSnapshotContext.Builder
VolumePrototypeInstanceBySourceSnapshotContext.Builder. sourceSnapshot(SnapshotIdentity sourceSnapshot)
Set the sourceSnapshot.VolumePrototypeVolumeBySourceSnapshot.Builder
VolumePrototypeVolumeBySourceSnapshot.Builder. sourceSnapshot(SnapshotIdentity sourceSnapshot)
Set the sourceSnapshot.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type SnapshotIdentity Constructor Description Builder(SnapshotIdentity snapshotIdentityByCrn)
Instantiates a new Builder from an existing SnapshotIdentityByCRN instance.Builder(SnapshotIdentity snapshotIdentityByHref)
Instantiates a new Builder from an existing SnapshotIdentityByHref instance.Builder(SnapshotIdentity snapshotIdentityById)
Instantiates a new Builder from an existing SnapshotIdentityById instance.Builder(VolumeProfileIdentity profile, SnapshotIdentity sourceSnapshot)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity profile, SnapshotIdentity sourceSnapshot)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity profile, ZoneIdentity zone, SnapshotIdentity sourceSnapshot)
Instantiates a new builder with required properties.
-