Uses of Class
io.fabric8.openshift.api.model.installer.aws.v1.EC2RootVolume
-
Packages that use EC2RootVolume Package Description io.fabric8.openshift.api.model.installer.aws.v1 -
-
Uses of EC2RootVolume in io.fabric8.openshift.api.model.installer.aws.v1
Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return EC2RootVolume Modifier and Type Method Description EC2RootVolumeEC2RootVolumeBuilder. build()EC2RootVolumeMachinePoolFluent. buildRootVolume()EC2RootVolumeMachinePool. getRootVolume()MachinePool stores the configuration for a machine pool installed on AWS.Methods in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type EC2RootVolume Modifier and Type Method Description protected voidEC2RootVolumeFluent. copyInstance(EC2RootVolume instance)MachinePoolFluent.RootVolumeNested<A>MachinePoolFluent. editOrNewRootVolumeLike(EC2RootVolume item)voidMachinePool. setRootVolume(EC2RootVolume rootVolume)MachinePool stores the configuration for a machine pool installed on AWS.MachinePoolFluent.RootVolumeNested<A>MachinePoolFluent. withNewRootVolumeLike(EC2RootVolume item)AMachinePoolFluent. withRootVolume(EC2RootVolume rootVolume)Constructors in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type EC2RootVolume Constructor Description EC2RootVolumeBuilder(EC2RootVolume instance)EC2RootVolumeBuilder(EC2RootVolumeFluent<?> fluent, EC2RootVolume instance)EC2RootVolumeFluent(EC2RootVolume instance)MachinePool(List<String> additionalSecurityGroupIDs, String amiID, String iamProfile, String iamRole, EC2Metadata metadataService, EC2RootVolume rootVolume, String type, List<String> zones)
-