Uses of Class
io.fabric8.openshift.api.model.installer.powervs.v1.Zone
-
Packages that use Zone Package Description io.fabric8.openshift.api.model.installer.powervs.v1 -
-
Uses of Zone in io.fabric8.openshift.api.model.installer.powervs.v1
Methods in io.fabric8.openshift.api.model.installer.powervs.v1 that return Zone Modifier and Type Method Description ZoneZoneBuilder. build()Methods in io.fabric8.openshift.api.model.installer.powervs.v1 that return types with arguments of type Zone Modifier and Type Method Description Map<String,Zone>Region. getZones()Region describes resources associated with a region in Power VS.Map<String,Zone>RegionFluent. getZones()Methods in io.fabric8.openshift.api.model.installer.powervs.v1 with parameters of type Zone Modifier and Type Method Description ARegionFluent. addToZones(String key, Zone value)protected voidZoneFluent. copyInstance(Zone instance)Method parameters in io.fabric8.openshift.api.model.installer.powervs.v1 with type arguments of type Zone Modifier and Type Method Description ARegionFluent. addToZones(Map<String,Zone> map)ARegionFluent. removeFromZones(Map<String,Zone> map)voidRegion. setZones(Map<String,Zone> zones)Region describes resources associated with a region in Power VS.<K,V>
ARegionFluent. withZones(Map<String,Zone> zones)Constructors in io.fabric8.openshift.api.model.installer.powervs.v1 with parameters of type Zone Constructor Description ZoneBuilder(Zone instance)ZoneBuilder(ZoneFluent<?> fluent, Zone instance)ZoneFluent(Zone instance)Constructor parameters in io.fabric8.openshift.api.model.installer.powervs.v1 with type arguments of type Zone Constructor Description Region(String cOSRegion, String description, String vPCRegion, List<String> vPCZones, Map<String,Zone> zones)
-