Uses of Class
io.fabric8.openshift.api.model.machine.v1.PowerVSResource
-
Packages that use PowerVSResource Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of PowerVSResource in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return PowerVSResource Modifier and Type Method Description PowerVSResourcePowerVSResourceBuilder. build()PowerVSResourcePowerVSMachineProviderConfigFluent. buildImage()PowerVSResourcePowerVSMachineProviderConfigFluent. buildNetwork()PowerVSResourcePowerVSMachineProviderConfigFluent. buildServiceInstance()PowerVSResourcePowerVSMachineProviderConfig. getImage()PowerVSResourcePowerVSMachineProviderConfig. getNetwork()PowerVSResourcePowerVSMachineProviderConfig. getServiceInstance()Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type PowerVSResource Constructor Description PowerVSMachineProviderConfig(String apiVersion, PowerVSSecretReference credentialsSecret, PowerVSResource image, String keyPairName, String kind, List<LoadBalancerReference> loadBalancers, Integer memoryGiB, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PowerVSResource network, String processorType, io.fabric8.kubernetes.api.model.IntOrString processors, PowerVSResource serviceInstance, String systemType, PowerVSSecretReference userDataSecret)PowerVSResourceBuilder(PowerVSResource instance)PowerVSResourceBuilder(PowerVSResourceFluent<?> fluent, PowerVSResource instance)PowerVSResourceFluent(PowerVSResource instance)
-