Uses of Class
com.ibm.cloud.is.vpc.v1.model.VolumeProfileIdentity
-
Packages that use VolumeProfileIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of VolumeProfileIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of VolumeProfileIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
VolumeProfileIdentityByHref
VolumeProfileIdentityByHref.class
VolumeProfileIdentityByName
VolumeProfileIdentityByName.Methods in com.ibm.cloud.is.vpc.v1.model that return VolumeProfileIdentity Modifier and Type Method Description VolumeProfileIdentity
VolumeAttachmentPrototypeVolume. profile()
Gets the profile.VolumeProfileIdentity
VolumePatch. profile()
Gets the profile.VolumeProfileIdentity
VolumePrototype. profile()
Gets the profile.VolumeProfileIdentity
VolumePrototypeInstanceByImageContext. profile()
Gets the profile.VolumeProfileIdentity
VolumePrototypeInstanceBySourceSnapshotContext. profile()
Gets the profile.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type VolumeProfileIdentity Modifier and Type Method Description VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity.Builder
VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeByCapacity.Builder. profile(VolumeProfileIdentity profile)
Set the profile.VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot.Builder
VolumeAttachmentPrototypeVolumeVolumePrototypeInstanceContextVolumePrototypeInstanceContextVolumeBySourceSnapshot.Builder. profile(VolumeProfileIdentity profile)
Set the profile.VolumePatch.Builder
VolumePatch.Builder. profile(VolumeProfileIdentity profile)
Set the profile.VolumePrototypeInstanceByImageContext.Builder
VolumePrototypeInstanceByImageContext.Builder. profile(VolumeProfileIdentity profile)
Set the profile.VolumePrototypeInstanceBySourceSnapshotContext.Builder
VolumePrototypeInstanceBySourceSnapshotContext.Builder. profile(VolumeProfileIdentity profile)
Set the profile.VolumePrototypeVolumeByCapacity.Builder
VolumePrototypeVolumeByCapacity.Builder. profile(VolumeProfileIdentity profile)
Set the profile.VolumePrototypeVolumeBySourceSnapshot.Builder
VolumePrototypeVolumeBySourceSnapshot.Builder. profile(VolumeProfileIdentity profile)
Set the profile.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type VolumeProfileIdentity Constructor Description Builder(VolumeProfileIdentity profile, Long capacity)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity profile, SnapshotIdentity sourceSnapshot)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity volumeProfileIdentityByHref)
Instantiates a new Builder from an existing VolumeProfileIdentityByHref instance.Builder(VolumeProfileIdentity volumeProfileIdentityByName)
Instantiates a new Builder from an existing VolumeProfileIdentityByName instance.Builder(VolumeProfileIdentity profile)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity profile, SnapshotIdentity sourceSnapshot)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity profile, ZoneIdentity zone, Long capacity)
Instantiates a new builder with required properties.Builder(VolumeProfileIdentity profile, ZoneIdentity zone, SnapshotIdentity sourceSnapshot)
Instantiates a new builder with required properties.
-