Uses of Class
io.fabric8.openshift.api.model.operator.v1.AzureDiskEncryptionSet
-
Packages that use AzureDiskEncryptionSet Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of AzureDiskEncryptionSet in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return AzureDiskEncryptionSet Modifier and Type Method Description AzureDiskEncryptionSetAzureDiskEncryptionSetBuilder. build()AzureDiskEncryptionSetAzureCSIDriverConfigSpecFluent. buildDiskEncryptionSet()AzureDiskEncryptionSetAzureCSIDriverConfigSpec. getDiskEncryptionSet()AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type AzureDiskEncryptionSet Modifier and Type Method Description protected voidAzureDiskEncryptionSetFluent. copyInstance(AzureDiskEncryptionSet instance)AzureCSIDriverConfigSpecFluent.DiskEncryptionSetNested<A>AzureCSIDriverConfigSpecFluent. editOrNewDiskEncryptionSetLike(AzureDiskEncryptionSet item)voidAzureCSIDriverConfigSpec. setDiskEncryptionSet(AzureDiskEncryptionSet diskEncryptionSet)AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.AAzureCSIDriverConfigSpecFluent. withDiskEncryptionSet(AzureDiskEncryptionSet diskEncryptionSet)AzureCSIDriverConfigSpecFluent.DiskEncryptionSetNested<A>AzureCSIDriverConfigSpecFluent. withNewDiskEncryptionSetLike(AzureDiskEncryptionSet item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type AzureDiskEncryptionSet Constructor Description AzureCSIDriverConfigSpec(AzureDiskEncryptionSet diskEncryptionSet)AzureDiskEncryptionSetBuilder(AzureDiskEncryptionSet instance)AzureDiskEncryptionSetBuilder(AzureDiskEncryptionSetFluent<?> fluent, AzureDiskEncryptionSet instance)AzureDiskEncryptionSetFluent(AzureDiskEncryptionSet instance)
-