Uses of Class
com.cloudera.cdp.datahub.model.AttachedVolumeRequest
Packages that use AttachedVolumeRequest
-
Uses of AttachedVolumeRequest in com.cloudera.cdp.datahub.model
Methods in com.cloudera.cdp.datahub.model that return types with arguments of type AttachedVolumeRequestModifier and TypeMethodDescriptionAzureInstanceGroupRequest.getAttachedVolumeConfiguration()
Getter for attachedVolumeConfiguration.GCPInstanceGroupRequest.getAttachedVolumeConfiguration()
Getter for attachedVolumeConfiguration.InstanceGroupRequest.getAttachedVolumeConfiguration()
Getter for attachedVolumeConfiguration.Method parameters in com.cloudera.cdp.datahub.model with type arguments of type AttachedVolumeRequestModifier and TypeMethodDescriptionvoid
AzureInstanceGroupRequest.setAttachedVolumeConfiguration
(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.void
GCPInstanceGroupRequest.setAttachedVolumeConfiguration
(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.void
InstanceGroupRequest.setAttachedVolumeConfiguration
(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.