Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.GCPEncryptionKeyReference
-
Packages that use GCPEncryptionKeyReference Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of GCPEncryptionKeyReference in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return GCPEncryptionKeyReference Modifier and Type Method Description GCPEncryptionKeyReferenceGCPEncryptionKeyReferenceBuilder. build()GCPEncryptionKeyReferenceGCPDiskFluent. buildEncryptionKey()GCPEncryptionKeyReferenceGCPDisk. getEncryptionKey()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPEncryptionKeyReference Modifier and Type Method Description protected voidGCPEncryptionKeyReferenceFluent. copyInstance(GCPEncryptionKeyReference instance)GCPDiskFluent.EncryptionKeyNested<A>GCPDiskFluent. editOrNewEncryptionKeyLike(GCPEncryptionKeyReference item)voidGCPDisk. setEncryptionKey(GCPEncryptionKeyReference encryptionKey)AGCPDiskFluent. withEncryptionKey(GCPEncryptionKeyReference encryptionKey)GCPDiskFluent.EncryptionKeyNested<A>GCPDiskFluent. withNewEncryptionKeyLike(GCPEncryptionKeyReference item)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPEncryptionKeyReference Constructor Description GCPDisk(Boolean autoDelete, Boolean boot, GCPEncryptionKeyReference encryptionKey, String image, Map<String,String> labels, Long sizeGb, String type)GCPEncryptionKeyReferenceBuilder(GCPEncryptionKeyReference instance)GCPEncryptionKeyReferenceBuilder(GCPEncryptionKeyReferenceFluent<?> fluent, GCPEncryptionKeyReference instance)GCPEncryptionKeyReferenceFluent(GCPEncryptionKeyReference instance)
-