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()PowerVSMachineProviderConfig is the type that will be embedded in a Machine.Spec.ProviderSpec field for a PowerVS virtual machine.PowerVSResourcePowerVSMachineProviderConfig. getNetwork()PowerVSMachineProviderConfig is the type that will be embedded in a Machine.Spec.ProviderSpec field for a PowerVS virtual machine.PowerVSResourcePowerVSMachineProviderConfig. getServiceInstance()PowerVSMachineProviderConfig is the type that will be embedded in a Machine.Spec.ProviderSpec field for a PowerVS virtual machine.Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type PowerVSResource Modifier and Type Method Description protected voidPowerVSResourceFluent. copyInstance(PowerVSResource instance)PowerVSMachineProviderConfigFluent.ImageNested<A>PowerVSMachineProviderConfigFluent. editOrNewImageLike(PowerVSResource item)PowerVSMachineProviderConfigFluent.NetworkNested<A>PowerVSMachineProviderConfigFluent. editOrNewNetworkLike(PowerVSResource item)PowerVSMachineProviderConfigFluent.ServiceInstanceNested<A>PowerVSMachineProviderConfigFluent. editOrNewServiceInstanceLike(PowerVSResource item)voidPowerVSMachineProviderConfig. setImage(PowerVSResource image)PowerVSMachineProviderConfig is the type that will be embedded in a Machine.Spec.ProviderSpec field for a PowerVS virtual machine.voidPowerVSMachineProviderConfig. setNetwork(PowerVSResource network)PowerVSMachineProviderConfig is the type that will be embedded in a Machine.Spec.ProviderSpec field for a PowerVS virtual machine.voidPowerVSMachineProviderConfig. setServiceInstance(PowerVSResource serviceInstance)PowerVSMachineProviderConfig is the type that will be embedded in a Machine.Spec.ProviderSpec field for a PowerVS virtual machine.APowerVSMachineProviderConfigFluent. withImage(PowerVSResource image)APowerVSMachineProviderConfigFluent. withNetwork(PowerVSResource network)PowerVSMachineProviderConfigFluent.ImageNested<A>PowerVSMachineProviderConfigFluent. withNewImageLike(PowerVSResource item)PowerVSMachineProviderConfigFluent.NetworkNested<A>PowerVSMachineProviderConfigFluent. withNewNetworkLike(PowerVSResource item)PowerVSMachineProviderConfigFluent.ServiceInstanceNested<A>PowerVSMachineProviderConfigFluent. withNewServiceInstanceLike(PowerVSResource item)APowerVSMachineProviderConfigFluent. withServiceInstance(PowerVSResource serviceInstance)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)
-