Uses of Class
io.fabric8.openshift.api.model.machine.v1.NutanixVMDiskDeviceProperties
-
Packages that use NutanixVMDiskDeviceProperties Package Description io.fabric8.openshift.api.model.machine.v1 -
-
Uses of NutanixVMDiskDeviceProperties in io.fabric8.openshift.api.model.machine.v1
Methods in io.fabric8.openshift.api.model.machine.v1 that return NutanixVMDiskDeviceProperties Modifier and Type Method Description NutanixVMDiskDevicePropertiesNutanixVMDiskDevicePropertiesBuilder. build()NutanixVMDiskDevicePropertiesNutanixVMDiskFluent. buildDeviceProperties()NutanixVMDiskDevicePropertiesNutanixVMDisk. getDeviceProperties()Methods in io.fabric8.openshift.api.model.machine.v1 with parameters of type NutanixVMDiskDeviceProperties Modifier and Type Method Description protected voidNutanixVMDiskDevicePropertiesFluent. copyInstance(NutanixVMDiskDeviceProperties instance)NutanixVMDiskFluent.DevicePropertiesNested<A>NutanixVMDiskFluent. editOrNewDevicePropertiesLike(NutanixVMDiskDeviceProperties item)voidNutanixVMDisk. setDeviceProperties(NutanixVMDiskDeviceProperties deviceProperties)ANutanixVMDiskFluent. withDeviceProperties(NutanixVMDiskDeviceProperties deviceProperties)NutanixVMDiskFluent.DevicePropertiesNested<A>NutanixVMDiskFluent. withNewDevicePropertiesLike(NutanixVMDiskDeviceProperties item)Constructors in io.fabric8.openshift.api.model.machine.v1 with parameters of type NutanixVMDiskDeviceProperties Constructor Description NutanixVMDisk(NutanixResourceIdentifier dataSource, NutanixVMDiskDeviceProperties deviceProperties, io.fabric8.kubernetes.api.model.Quantity diskSize, NutanixVMStorageConfig storageConfig)NutanixVMDiskDevicePropertiesBuilder(NutanixVMDiskDeviceProperties instance)NutanixVMDiskDevicePropertiesBuilder(NutanixVMDiskDevicePropertiesFluent<?> fluent, NutanixVMDiskDeviceProperties instance)NutanixVMDiskDevicePropertiesFluent(NutanixVMDiskDeviceProperties instance)
-