External Volume Args
constructor(capabilities: Output<List<ExternalVolumeCapabilityArgs>>? = null, capacityMax: Output<String>? = null, capacityMin: Output<String>? = null, cloneId: Output<String>? = null, mountOptions: Output<ExternalVolumeMountOptionsArgs>? = null, name: Output<String>? = null, namespace: Output<String>? = null, parameters: Output<Map<String, String>>? = null, pluginId: Output<String>? = null, secrets: Output<Map<String, String>>? = null, snapshotId: Output<String>? = null, topologyRequest: Output<ExternalVolumeTopologyRequestArgs>? = null, type: Output<String>? = null, volumeId: Output<String>? = null)