Uses of Class
io.fabric8.openshift.api.model.installer.nutanix.v1.StorageResourceReference
-
Packages that use StorageResourceReference Package Description io.fabric8.openshift.api.model.installer.nutanix.v1 -
-
Uses of StorageResourceReference in io.fabric8.openshift.api.model.installer.nutanix.v1
Methods in io.fabric8.openshift.api.model.installer.nutanix.v1 that return types with arguments of type StorageResourceReference Modifier and Type Method Description List<StorageResourceReference>FailureDomainFluent. buildDataSourceImages()List<StorageResourceReference>FailureDomainFluent. buildStorageContainers()List<StorageResourceReference>FailureDomain. getDataSourceImages()DataSourceImages identifies the datasource images in the Prism Element.List<StorageResourceReference>FailureDomain. getStorageContainers()StorageContainers identifies the storage containers in the Prism Element.Method parameters in io.fabric8.openshift.api.model.installer.nutanix.v1 with type arguments of type StorageResourceReference Modifier and Type Method Description AFailureDomainFluent. addAllToDataSourceImages(Collection<StorageResourceReference> items)AFailureDomainFluent. addAllToStorageContainers(Collection<StorageResourceReference> items)AFailureDomainFluent. removeAllFromDataSourceImages(Collection<StorageResourceReference> items)AFailureDomainFluent. removeAllFromStorageContainers(Collection<StorageResourceReference> items)voidFailureDomain. setDataSourceImages(List<StorageResourceReference> dataSourceImages)DataSourceImages identifies the datasource images in the Prism Element.voidFailureDomain. setStorageContainers(List<StorageResourceReference> storageContainers)StorageContainers identifies the storage containers in the Prism Element.AFailureDomainFluent. withDataSourceImages(List<StorageResourceReference> dataSourceImages)AFailureDomainFluent. withStorageContainers(List<StorageResourceReference> storageContainers)Constructors in io.fabric8.openshift.api.model.installer.nutanix.v1 with parameters of type StorageResourceReference Constructor Description DataDisk(StorageResourceReference dataSourceImage, io.fabric8.openshift.api.model.machine.v1.NutanixVMDiskDeviceProperties deviceProperties, io.fabric8.kubernetes.api.model.Quantity diskSize, StorageConfig storageConfig)StorageConfig(String diskMode, StorageResourceReference storageContainer)StorageResourceReferenceBuilder(StorageResourceReference instance)StorageResourceReferenceBuilder(StorageResourceReferenceFluent<?> fluent, StorageResourceReference instance)StorageResourceReferenceFluent(StorageResourceReference instance)Constructor parameters in io.fabric8.openshift.api.model.installer.nutanix.v1 with type arguments of type StorageResourceReference Constructor Description FailureDomain(List<StorageResourceReference> dataSourceImages, String name, PrismElement prismElement, List<StorageResourceReference> storageContainers, List<String> subnetUUIDs)
-