Uses of Class
com.ibm.cloud.is.vpc.v1.model.OperatingSystem
-
Packages that use OperatingSystem Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of OperatingSystem in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type OperatingSystem Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<OperatingSystem>
Vpc. getOperatingSystem(GetOperatingSystemOptions getOperatingSystemOptions)
Retrieve an operating system. -
Uses of OperatingSystem in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return OperatingSystem Modifier and Type Method Description OperatingSystem
Image. getOperatingSystem()
Gets the operatingSystem.OperatingSystem
Snapshot. getOperatingSystem()
Gets the operatingSystem.OperatingSystem
Volume. getOperatingSystem()
Gets the operatingSystem.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type OperatingSystem Modifier and Type Method Description List<OperatingSystem>
OperatingSystemsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<OperatingSystem>
OperatingSystemsPager. getNext()
Returns the next page of results.List<OperatingSystem>
OperatingSystemCollection. getOperatingSystems()
Gets the operatingSystems.
-