Uses of Class
io.fabric8.openshift.api.model.hive.aws.v1.SpotMarketOptions
-
Packages that use SpotMarketOptions Package Description io.fabric8.openshift.api.model.hive.aws.v1 -
-
Uses of SpotMarketOptions in io.fabric8.openshift.api.model.hive.aws.v1
Methods in io.fabric8.openshift.api.model.hive.aws.v1 that return SpotMarketOptions Modifier and Type Method Description SpotMarketOptionsSpotMarketOptionsBuilder. build()SpotMarketOptionsMachinePoolPlatformFluent. buildSpotMarketOptions()SpotMarketOptionsMachinePoolPlatform. getSpotMarketOptions()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 SpotMarketOptions Modifier and Type Method Description protected voidSpotMarketOptionsFluent. copyInstance(SpotMarketOptions instance)MachinePoolPlatformFluent.SpotMarketOptionsNested<A>MachinePoolPlatformFluent. editOrNewSpotMarketOptionsLike(SpotMarketOptions item)voidMachinePoolPlatform. setSpotMarketOptions(SpotMarketOptions spotMarketOptions)MachinePoolPlatform stores the configuration for a machine pool installed on AWS.MachinePoolPlatformFluent.SpotMarketOptionsNested<A>MachinePoolPlatformFluent. withNewSpotMarketOptionsLike(SpotMarketOptions item)AMachinePoolPlatformFluent. withSpotMarketOptions(SpotMarketOptions spotMarketOptions)Constructors in io.fabric8.openshift.api.model.hive.aws.v1 with parameters of type SpotMarketOptions Constructor Description MachinePoolPlatform(List<String> additionalSecurityGroupIDs, EC2Metadata metadataService, EC2RootVolume rootVolume, SpotMarketOptions spotMarketOptions, List<String> subnets, String type, Map<String,String> userTags, List<String> zones)SpotMarketOptionsBuilder(SpotMarketOptions instance)SpotMarketOptionsBuilder(SpotMarketOptionsFluent<?> fluent, SpotMarketOptions instance)SpotMarketOptionsFluent(SpotMarketOptions instance)
-