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 classSnapshotIdentityByCRNSnapshotIdentityByCRN.classSnapshotIdentityByHrefSnapshotIdentityByHref.classSnapshotIdentityByIdSnapshotIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return SnapshotIdentity Modifier and Type Method Description SnapshotIdentityVolumeAttachmentPrototypeVolume. sourceSnapshot()Gets the sourceSnapshot.SnapshotIdentityVolumePrototype. sourceSnapshot()Gets the sourceSnapshot.SnapshotIdentityVolumePrototypeInstanceBySourceSnapshotContext. sourceSnapshot()Gets the sourceSnapshot.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type SnapshotIdentity Modifier and Type Method Description VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot.BuilderVolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot.Builder. sourceSnapshot(SnapshotIdentity sourceSnapshot)Set the sourceSnapshot.VolumePrototypeInstanceBySourceSnapshotContext.BuilderVolumePrototypeInstanceBySourceSnapshotContext.Builder. sourceSnapshot(SnapshotIdentity sourceSnapshot)Set the sourceSnapshot.VolumePrototypeVolumeBySourceSnapshot.BuilderVolumePrototypeVolumeBySourceSnapshot.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.
-