Uses of Class
io.fabric8.openshift.api.model.hive.aws.v1.EC2Metadata
-
Packages that use EC2Metadata Package Description io.fabric8.openshift.api.model.hive.aws.v1 -
-
Uses of EC2Metadata in io.fabric8.openshift.api.model.hive.aws.v1
Methods in io.fabric8.openshift.api.model.hive.aws.v1 that return EC2Metadata Modifier and Type Method Description EC2MetadataEC2MetadataBuilder. build()EC2MetadataMachinePoolPlatformFluent. buildMetadataService()EC2MetadataMachinePoolPlatform. getMetadataService()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 EC2Metadata Modifier and Type Method Description protected voidEC2MetadataFluent. copyInstance(EC2Metadata instance)MachinePoolPlatformFluent.MetadataServiceNested<A>MachinePoolPlatformFluent. editOrNewMetadataServiceLike(EC2Metadata item)voidMachinePoolPlatform. setMetadataService(EC2Metadata metadataService)MachinePoolPlatform stores the configuration for a machine pool installed on AWS.AMachinePoolPlatformFluent. withMetadataService(EC2Metadata metadataService)MachinePoolPlatformFluent.MetadataServiceNested<A>MachinePoolPlatformFluent. withNewMetadataServiceLike(EC2Metadata item)Constructors in io.fabric8.openshift.api.model.hive.aws.v1 with parameters of type EC2Metadata Constructor Description EC2MetadataBuilder(EC2Metadata instance)EC2MetadataBuilder(EC2MetadataFluent<?> fluent, EC2Metadata instance)EC2MetadataFluent(EC2Metadata instance)MachinePoolPlatform(List<String> additionalSecurityGroupIDs, EC2Metadata metadataService, EC2RootVolume rootVolume, SpotMarketOptions spotMarketOptions, List<String> subnets, String type, Map<String,String> userTags, List<String> zones)
-