Uses of Class
io.fabric8.openshift.api.model.hive.aws.v1.EC2RootVolume
-
Packages that use EC2RootVolume Package Description io.fabric8.openshift.api.model.hive.aws.v1 -
-
Uses of EC2RootVolume in io.fabric8.openshift.api.model.hive.aws.v1
Methods in io.fabric8.openshift.api.model.hive.aws.v1 that return EC2RootVolume Modifier and Type Method Description EC2RootVolumeEC2RootVolumeBuilder. build()EC2RootVolumeMachinePoolPlatformFluent. buildRootVolume()EC2RootVolumeMachinePoolPlatform. getRootVolume()MachinePoolPlatform stores the configuration for a machine pool installed on AWS.Methods in io.fabric8.openshift.api.model.hive.aws.v1 with parameters of type EC2RootVolume Modifier and Type Method Description protected voidEC2RootVolumeFluent. copyInstance(EC2RootVolume instance)MachinePoolPlatformFluent.RootVolumeNested<A>MachinePoolPlatformFluent. editOrNewRootVolumeLike(EC2RootVolume item)voidMachinePoolPlatform. setRootVolume(EC2RootVolume rootVolume)MachinePoolPlatform stores the configuration for a machine pool installed on AWS.MachinePoolPlatformFluent.RootVolumeNested<A>MachinePoolPlatformFluent. withNewRootVolumeLike(EC2RootVolume item)AMachinePoolPlatformFluent. withRootVolume(EC2RootVolume rootVolume)Constructors in io.fabric8.openshift.api.model.hive.aws.v1 with parameters of type EC2RootVolume Constructor Description EC2RootVolumeBuilder(EC2RootVolume instance)EC2RootVolumeBuilder(EC2RootVolumeFluent<?> fluent, EC2RootVolume instance)EC2RootVolumeFluent(EC2RootVolume instance)MachinePoolPlatform(List<String> additionalSecurityGroupIDs, EC2Metadata metadataService, EC2RootVolume rootVolume, SpotMarketOptions spotMarketOptions, List<String> subnets, String type, Map<String,String> userTags, List<String> zones)
-