Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.GCPDisk
-
Packages that use GCPDisk Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of GCPDisk in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return GCPDisk Modifier and Type Method Description GCPDiskGCPDiskBuilder. build()GCPDiskGCPMachineProviderSpecFluent. buildDisk(int index)GCPDiskGCPMachineProviderSpecFluent. buildFirstDisk()GCPDiskGCPMachineProviderSpecFluent. buildLastDisk()GCPDiskGCPMachineProviderSpecFluent. buildMatchingDisk(Predicate<GCPDiskBuilder> predicate)Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return types with arguments of type GCPDisk Modifier and Type Method Description List<GCPDisk>GCPMachineProviderSpecFluent. buildDisks()List<GCPDisk>GCPMachineProviderSpec. getDisks()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPDisk Modifier and Type Method Description GCPMachineProviderSpecFluent.DisksNested<A>GCPMachineProviderSpecFluent. addNewDiskLike(GCPDisk item)AGCPMachineProviderSpecFluent. addToDisks(int index, GCPDisk item)AGCPMachineProviderSpecFluent. addToDisks(GCPDisk... items)protected voidGCPDiskFluent. copyInstance(GCPDisk instance)AGCPMachineProviderSpecFluent. removeFromDisks(GCPDisk... items)GCPMachineProviderSpecFluent.DisksNested<A>GCPMachineProviderSpecFluent. setNewDiskLike(int index, GCPDisk item)AGCPMachineProviderSpecFluent. setToDisks(int index, GCPDisk item)AGCPMachineProviderSpecFluent. withDisks(GCPDisk... disks)Method parameters in io.fabric8.openshift.api.model.machine.v1beta1 with type arguments of type GCPDisk Modifier and Type Method Description AGCPMachineProviderSpecFluent. addAllToDisks(Collection<GCPDisk> items)AGCPMachineProviderSpecFluent. removeAllFromDisks(Collection<GCPDisk> items)voidGCPMachineProviderSpec. setDisks(List<GCPDisk> disks)AGCPMachineProviderSpecFluent. withDisks(List<GCPDisk> disks)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPDisk Constructor Description GCPDiskBuilder(GCPDisk instance)GCPDiskBuilder(GCPDiskFluent<?> fluent, GCPDisk instance)GCPDiskFluent(GCPDisk instance)Constructor parameters in io.fabric8.openshift.api.model.machine.v1beta1 with type arguments of type GCPDisk Constructor Description GCPMachineProviderSpec(String apiVersion, Boolean canIPForward, String confidentialCompute, io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecret, Boolean deletionProtection, List<GCPDisk> disks, List<GCPMetadata> gcpMetadata, List<GCPGPUConfig> gpus, String kind, Map<String,String> labels, String machineType, io.fabric8.kubernetes.api.model.ObjectMeta metadata, List<GCPNetworkInterface> networkInterfaces, String onHostMaintenance, Boolean preemptible, String projectID, String region, List<ResourceManagerTag> resourceManagerTags, String restartPolicy, List<GCPServiceAccount> serviceAccounts, GCPShieldedInstanceConfig shieldedInstanceConfig, List<String> tags, List<String> targetPools, io.fabric8.kubernetes.api.model.LocalObjectReference userDataSecret, String zone)
-