Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.GCPMetadata
-
Packages that use GCPMetadata Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of GCPMetadata in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return GCPMetadata Modifier and Type Method Description GCPMetadataGCPMetadataBuilder. build()GCPMetadataGCPMachineProviderSpecFluent. buildFirstGcpMetadatum()GCPMetadataGCPMachineProviderSpecFluent. buildGcpMetadatum(int index)GCPMetadataGCPMachineProviderSpecFluent. buildLastGcpMetadatum()GCPMetadataGCPMachineProviderSpecFluent. buildMatchingGcpMetadatum(Predicate<GCPMetadataBuilder> predicate)Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return types with arguments of type GCPMetadata Modifier and Type Method Description List<GCPMetadata>GCPMachineProviderSpecFluent. buildGcpMetadata()List<GCPMetadata>GCPMachineProviderSpec. getGcpMetadata()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPMetadata Modifier and Type Method Description GCPMachineProviderSpecFluent.GcpMetadataNested<A>GCPMachineProviderSpecFluent. addNewGcpMetadatumLike(GCPMetadata item)AGCPMachineProviderSpecFluent. addToGcpMetadata(int index, GCPMetadata item)AGCPMachineProviderSpecFluent. addToGcpMetadata(GCPMetadata... items)protected voidGCPMetadataFluent. copyInstance(GCPMetadata instance)AGCPMachineProviderSpecFluent. removeFromGcpMetadata(GCPMetadata... items)GCPMachineProviderSpecFluent.GcpMetadataNested<A>GCPMachineProviderSpecFluent. setNewGcpMetadatumLike(int index, GCPMetadata item)AGCPMachineProviderSpecFluent. setToGcpMetadata(int index, GCPMetadata item)AGCPMachineProviderSpecFluent. withGcpMetadata(GCPMetadata... gcpMetadata)Method parameters in io.fabric8.openshift.api.model.machine.v1beta1 with type arguments of type GCPMetadata Modifier and Type Method Description AGCPMachineProviderSpecFluent. addAllToGcpMetadata(Collection<GCPMetadata> items)AGCPMachineProviderSpecFluent. removeAllFromGcpMetadata(Collection<GCPMetadata> items)voidGCPMachineProviderSpec. setGcpMetadata(List<GCPMetadata> gcpMetadata)AGCPMachineProviderSpecFluent. withGcpMetadata(List<GCPMetadata> gcpMetadata)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPMetadata Constructor Description GCPMetadataBuilder(GCPMetadata instance)GCPMetadataBuilder(GCPMetadataFluent<?> fluent, GCPMetadata instance)GCPMetadataFluent(GCPMetadata instance)
-