Uses of Class
com.cloudera.cdp.datahub.model.AttachedVolumeRequest
-
Packages that use AttachedVolumeRequest Package Description com.cloudera.cdp.datahub.model -
-
Uses of AttachedVolumeRequest in com.cloudera.cdp.datahub.model
Methods in com.cloudera.cdp.datahub.model that return types with arguments of type AttachedVolumeRequest Modifier and Type Method Description List<AttachedVolumeRequest>
AzureInstanceGroupRequest. getAttachedVolumeConfiguration()
Getter for attachedVolumeConfiguration.List<AttachedVolumeRequest>
GCPInstanceGroupRequest. getAttachedVolumeConfiguration()
Getter for attachedVolumeConfiguration.List<AttachedVolumeRequest>
InstanceGroupRequest. getAttachedVolumeConfiguration()
Getter for attachedVolumeConfiguration.Method parameters in com.cloudera.cdp.datahub.model with type arguments of type AttachedVolumeRequest Modifier and Type Method Description void
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.
-