Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceDisk
-
Packages that use InstanceDisk Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceDisk in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type InstanceDisk Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InstanceDisk>
Vpc. getInstanceDisk(GetInstanceDiskOptions getInstanceDiskOptions)
Retrieve an instance disk.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceDisk>
Vpc. updateInstanceDisk(UpdateInstanceDiskOptions updateInstanceDiskOptions)
Update an instance disk. -
Uses of InstanceDisk in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type InstanceDisk Modifier and Type Method Description List<InstanceDisk>
Instance. getDisks()
Gets the disks.List<InstanceDisk>
InstanceDiskCollection. getDisks()
Gets the disks.
-