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 TypeMethodDescriptionvoidAzureInstanceGroupRequest.setAttachedVolumeConfiguration(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.voidGCPInstanceGroupRequest.setAttachedVolumeConfiguration(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.voidInstanceGroupRequest.setAttachedVolumeConfiguration(List<AttachedVolumeRequest> attachedVolumeConfiguration) Setter for attachedVolumeConfiguration.