Uses of Class
com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfile
-
Packages that use BareMetalServerProfile Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of BareMetalServerProfile in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type BareMetalServerProfile Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<BareMetalServerProfile>Vpc. getBareMetalServerProfile(GetBareMetalServerProfileOptions getBareMetalServerProfileOptions)Retrieve a bare metal server profile. -
Uses of BareMetalServerProfile in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type BareMetalServerProfile Modifier and Type Method Description List<BareMetalServerProfile>BareMetalServerProfilesPager. getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<BareMetalServerProfile>BareMetalServerProfilesPager. getNext()Returns the next page of results.List<BareMetalServerProfile>BareMetalServerProfileCollection. getProfiles()Gets the profiles.
-